| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * object.c (sym_call): disallow to call private methods. | nobu | 2006-06-11 | 1 | -4/+4 |
* | * object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot. | nobu | 2006-06-10 | 1 | -1/+27 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -18/+27 |
* | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr | 2006-03-02 | 1 | -42/+0 |
* | * object.c (rb_mod_const_get, rb_mod_const_defined): added optional | nobu | 2006-01-17 | 1 | -11/+34 |
* | precedes registering global VALUE variables before initializing it. | akr | 2005-12-12 | 1 | -1/+1 |
* | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu | 2005-10-22 | 1 | -1/+1 |
* | * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337] | matz | 2005-10-21 | 1 | -6/+18 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -16/+0 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -233/+98 |
* | * missing/strchr.c (strrchr): fixed a bug for detecting NUL in a | matz | 2005-09-08 | 1 | -4/+4 |
* | * intern.h (rb_check_to_integer): add declaration. | nobu | 2005-08-14 | 1 | -2/+2 |
* | * numeric.c (fix_div): should not convert the result into | matz | 2005-08-04 | 1 | -0/+12 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -2/+2 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -10/+2 |
* | * variable.c (rb_class_path): need to adjust snprintf() len for | matz | 2005-07-20 | 1 | -6/+6 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -4/+8 |
* | * object.c (rb_obj_pattern_match): now returns nil. | matz | 2005-07-06 | 1 | -2/+2 |
* | * eval.c (break_jump): break should not cross functions. | matz | 2005-05-11 | 1 | -1/+1 |
* | * eval.c (rb_call0): reorganize "return" event post. | matz | 2005-03-16 | 1 | -0/+3 |
* | * object.c (inspect_obj): unintended space removal. | matz | 2005-03-07 | 1 | -1/+1 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -59/+20 |
* | * object.c (rb_class_superclass): superclass of singleton class also | nobu | 2005-01-11 | 1 | -0/+3 |
* | * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973] | matz | 2004-12-15 | 1 | -1/+1 |
* | * eval.c (proc_invoke): prepare to pass a block from "call" method | matz | 2004-12-03 | 1 | -4/+4 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -17/+12 |
* | * string.c (str_mod_check): frozen check should be separated. | matz | 2004-11-16 | 1 | -1/+1 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -2/+0 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -2/+2 |
* | * array.c (rb_ary_delete): comparison may change the capacity. | matz | 2004-09-29 | 1 | -1/+1 |
* | ChangeLog | usa | 2004-09-13 | 1 | -1/+1 |
* | Add documentation for Module#included | dave | 2004-08-30 | 1 | -3/+28 |
* | * eval.c (rb_eval): copy on write for argument local variable | matz | 2004-07-27 | 1 | -0/+1 |
* | * eval.c (rb_mod_freeze): prepare string representation before | matz | 2004-06-16 | 1 | -0/+16 |
* | * object.c (rb_class_inherited_p): singleton class inherits Class | nobu | 2004-06-16 | 1 | -0/+5 |
* | * range.c (range_each_func): terminates loop if generating value | matz | 2004-05-14 | 1 | -3/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -1/+1 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -2/+2 |
* | * object.c (rb_mod_cvar_get): new method Module#class_variable_get. | matz | 2004-03-23 | 1 | -0/+59 |
* | * eval.c: remove specialized version of rb_Array(). use simple | matz | 2004-03-18 | 1 | -28/+0 |
* | * eval.c (method_proc): return bound Proc object. [ruby-dev:22854] | nobu | 2004-02-10 | 1 | -6/+6 |
* | * object.c (rb_obj_clone, rb_obj_dup): mentioned about | nobu | 2004-02-10 | 1 | -0/+8 |
* | * pack.c (num2i32): pack should not raise RangeError. | matz | 2004-01-22 | 1 | -6/+9 |
* | * variable.c (rb_set_class_path): do not set path if | matz | 2004-01-19 | 1 | -1/+1 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -2/+3 |
* | Add explicit line breaks in method signatures for ri. Fixup some comments in ... | dave | 2004-01-12 | 1 | -1/+1 |
* | * configure.in: install rdoc by default. if you do not want to | matz | 2004-01-10 | 1 | -13/+7 |
* | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban | 2004-01-08 | 1 | -19/+19 |
* | Finish documenting internal stuff. See Changelog for other details | dave | 2004-01-02 | 1 | -24/+31 |
* | RDoc Struct and random | dave | 2003-12-28 | 1 | -1/+1 |