summaryrefslogtreecommitdiff
path: root/error.c
AgeCommit message (Expand)Author
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-31fix typos.akr
2007-12-25* error.c (ruby_description): fixed type.nobu
2007-12-25* error.c (report_bug): uses ruby_description.nobu
2007-11-02* error.c (Init_Exception): make NameError to be subclass ofmatz
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-19* eval_error.ci (get_backtrace): check the result more.nobu
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-24* eval_*.h: rename to eval_*.ci.ko1
2007-06-10* include/ruby: moved public headers.nobu
2007-05-01* error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04 * error.c (rb_notimplement): should show the name of this func,usa
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* blockinlining.c, compile.c, compile.h, error.c, eval.c,ko1
2006-12-31 * Merge YARVko1
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-09-28banish a warning.akr
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-07-20* variable.c (rb_class_path): need to adjust snprintf() len formatz
2005-07-19* error.c (syserr_initialize): add 1 byte for snprintf() size formatz
2005-07-19* error.c (syserr_initialize): need to allocate an additional bytematz
2005-07-19* signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz
2005-06-07* bignum.c (bignorm): fixed a bug in normalizing negative numbersmatz
2005-05-18* error.c (exc_exception): reverted to call Exception#initializenobu
2005-05-14* error.c (exc_exception, {exit,name_err,syserr}_initialize): callnobu
2005-03-18* error.c: typo fix.eban
2005-03-15* error.c (errno_missing): add rdoc.nobu
2005-03-08* error.c (errno_missing): Errno.const_missing to allow referencesmatz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-17* re.c (rb_reg_initialize_m): should raise exception instead ofmatz
2004-11-10* error.c (syserr_initialize): use stringified object.nobu
2004-09-22* hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz
2004-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-07-28* eval.c (rb_call0): should call rb_call_super() directly formatz
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-16* error.c (exit_initialize): use EXIT_SUCCESS instead of 0.nobu