| Commit message (Expand) | Author | Age | Files | Lines |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -28/+29 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -2/+2 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -6/+6 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -4/+4 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -6/+7 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -1/+1 |
* | banish a warning. | akr | 2005-09-28 | 1 | -1/+1 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -192/+56 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -1/+1 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -6/+2 |
* | * variable.c (rb_class_path): need to adjust snprintf() len for | matz | 2005-07-20 | 1 | -2/+4 |
* | * error.c (syserr_initialize): add 1 byte for snprintf() size for | matz | 2005-07-19 | 1 | -2/+2 |
* | * error.c (syserr_initialize): need to allocate an additional byte | matz | 2005-07-19 | 1 | -1/+1 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -2/+3 |
* | * bignum.c (bignorm): fixed a bug in normalizing negative numbers | matz | 2005-06-07 | 1 | -1/+0 |
* | * error.c (exc_exception): reverted to call Exception#initialize | nobu | 2005-05-18 | 1 | -1/+1 |
* | * error.c (exc_exception, {exit,name_err,syserr}_initialize): call | nobu | 2005-05-14 | 1 | -4/+4 |
* | * error.c: typo fix. | eban | 2005-03-18 | 1 | -1/+1 |
* | * error.c (errno_missing): add rdoc. | nobu | 2005-03-15 | 1 | -1/+6 |
* | * error.c (errno_missing): Errno.const_missing to allow references | matz | 2005-03-08 | 1 | -0/+10 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 1 | -1/+1 |
* | * error.c (syserr_initialize): use stringified object. | nobu | 2004-11-10 | 1 | -1/+1 |
* | * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301] | matz | 2004-09-22 | 1 | -0/+2 |
* | * bignum.c (rb_big_and): protect parameters from GC. | matz | 2004-08-28 | 1 | -1/+51 |
* | * eval.c (rb_call0): should call rb_call_super() directly for | matz | 2004-07-28 | 1 | -1/+1 |
* | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -2/+2 |
* | * error.c (exit_initialize): use EXIT_SUCCESS instead of 0. | nobu | 2004-07-16 | 1 | -9/+34 |
* | * error.c (Init_Exception): remove Exception#to_str. [Ruby2] | matz | 2004-04-05 | 1 | -4/+2 |
* | * version.c (ruby_show_copyright): obtain copyright year from | nobu | 2004-03-25 | 1 | -2/+3 |
* | * error.c (exc_initialize): calling 'to_str' each time just for | matz | 2004-03-16 | 1 | -5/+2 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -0/+3 |
* | * error.c (name_err_mesg_to_str): inverted condition for result of | nobu | 2004-01-19 | 1 | -1/+1 |
* | * variable.c (rb_set_class_path): do not set path if | matz | 2004-01-19 | 1 | -4/+4 |
* | * error.c (NameError::message): internal use only. | nobu | 2004-01-19 | 1 | -3/+3 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -0/+4 |
* | * error.c (NameError::Message): new class for lazy evaluation of | nobu | 2004-01-17 | 1 | -0/+101 |
* | Add RDoc for kernel functions, and tidy up | dave | 2003-12-30 | 1 | -0/+2 |
* | Add RDoc for Kernel global functions, tidy array and error | dave | 2003-12-29 | 1 | -0/+85 |
* | Add file.c comments (and necessary support in parse_c.rb) | dave | 2003-12-21 | 1 | -0/+125 |
* | * io.c (read_all): should return given string even if data read is | matz | 2003-12-10 | 1 | -2/+0 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -2/+9 |
* | * eval.c (eval): do not re-raise exception to avoid unnecessary | matz | 2003-11-15 | 1 | -1/+2 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -0/+1 |
* | * time.c (time_load): restore instance variables (if any) before | matz | 2003-10-02 | 1 | -4/+5 |
* | * error.c (rb_warn_m): should not warn if -W0 is specified. | matz | 2003-09-24 | 1 | -0/+1 |
* | * error.c (rb_bug): should not use other methods; this function is | nobu | 2003-08-27 | 1 | -13/+17 |
* | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu | 2003-08-15 | 1 | -12/+12 |