Age | Commit message (Expand) | Author |
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 YARV | ko1 |
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 to | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2006-02-13 | * parse.y (parser_parse_string): mention "regexp" in a error | matz |
2006-02-03 | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz |
2005-09-28 | banish 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 for | matz |
2005-07-19 | * error.c (syserr_initialize): add 1 byte for snprintf() size for | matz |
2005-07-19 | * error.c (syserr_initialize): need to allocate an additional byte | matz |
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 numbers | matz |
2005-05-18 | * error.c (exc_exception): reverted to call Exception#initialize | nobu |
2005-05-14 | * error.c (exc_exception, {exit,name_err,syserr}_initialize): call | nobu |
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 references | matz |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-11-17 | * re.c (rb_reg_initialize_m): should raise exception instead of | matz |
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 for | matz |
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 |
2004-04-05 | * error.c (Init_Exception): remove Exception#to_str. [Ruby2] | matz |
2004-03-25 | * version.c (ruby_show_copyright): obtain copyright year from | nobu |
2004-03-16 | * error.c (exc_initialize): calling 'to_str' each time just for | matz |
2004-03-15 | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz |
2004-01-19 | * error.c (name_err_mesg_to_str): inverted condition for result of | nobu |
2004-01-19 | * variable.c (rb_set_class_path): do not set path if | matz |
2004-01-19 | * error.c (NameError::message): internal use only. | nobu |
2004-01-18 | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu |
2004-01-17 | * error.c (NameError::Message): new class for lazy evaluation of | nobu |
2003-12-30 | Add RDoc for kernel functions, and tidy up | dave |
2003-12-29 | Add RDoc for Kernel global functions, tidy array and error | dave |
2003-12-21 | Add file.c comments (and necessary support in parse_c.rb) | dave |
2003-12-10 | * io.c (read_all): should return given string even if data read is | matz |
2003-11-22 | * gc.c (Init_stack): stack region is far smaller than usual if | matz |
2003-11-15 | * eval.c (eval): do not re-raise exception to avoid unnecessary | matz |
2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
2003-10-02 | * time.c (time_load): restore instance variables (if any) before | matz |