| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 13989: | shyouhei | 2008-06-07 | 1 | -22/+0 |
* | * removed svn:keywords for compatibility. | shugo | 2007-01-31 | 1 | -2/+2 |
* | * object.c (rb_cstr_to_dbl): limit out-of-range message. | nobu | 2006-07-18 | 1 | -4/+10 |
* | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr | 2006-03-02 | 1 | -43/+0 |
* | 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 |
* | * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy), | nobu | 2005-09-28 | 1 | -2/+3 |
* | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 1 | -2/+9 |
* | * object.c (rb_to_integer): argument constified. | nobu | 2005-08-14 | 1 | -1/+1 |
* | revered all LLP64 modifies due to portability reason. | matz | 2005-07-27 | 1 | -3/+3 |
* | * gc.c (id2ref): must not assign pointers to long int. use | matz | 2005-07-27 | 1 | -3/+3 |
* | * error.c (syserr_initialize): add 1 byte for snprintf() size for | matz | 2005-07-19 | 1 | -3/+3 |
* | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | matz | 2005-07-19 | 1 | -6/+11 |
* | * object.c (rb_mod_cvar_get): Module#class_variable_get(): back | matz | 2005-06-07 | 1 | -0/+59 |
* | * struct.c (make_struct): allow const_id for accessor names. | matz | 2005-05-11 | 1 | -1/+1 |
* | * object.c (str_to_id): fixed typo. | ocean | 2005-03-16 | 1 | -1/+1 |
* | * eval.c (rb_call0): reorganize "return" event post. | matz | 2005-03-16 | 1 | -0/+3 |
* | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -2/+2 |
* | * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040] | matz | 2005-02-08 | 1 | -2/+4 |
* | * object.c (rb_class_superclass): superclass of singleton class also | nobu | 2005-01-11 | 1 | -0/+3 |
* | * dir.c (dir_open_dir): new function. [ruby-dev:25242] | matz | 2004-12-18 | 1 | -1/+1 |
* | * eval.c (proc_invoke): copy arguments to frame.argv. | matz | 2004-12-03 | 1 | -4/+4 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -17/+12 |
* | * string.c (RESIZE_CAPA): check string attribute before modifying | matz | 2004-10-27 | 1 | -2/+12 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -2/+2 |
* | * intern.h, object.c (rb_class_inherited_p): export. | nobu | 2004-10-18 | 1 | -6/+6 |
* | * string.c (rb_str_sum): check was done with false pointer. | matz | 2004-10-02 | 1 | -1/+1 |
* | * object.c (nil_inspect): fix typo. | usa | 2004-09-13 | 1 | -1/+1 |
* | Add RDoc for Module.included | dave | 2004-08-30 | 1 | -3/+28 |
* | * object.c (Init_Object): "===" calls rb_obj_equal() directly. | matz | 2004-07-27 | 1 | -0/+1 |
* | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean | 2004-07-15 | 1 | -1/+1 |
* | * eval.c (rb_thread_atfork): remove "fork terminates thread" | matz | 2004-06-24 | 1 | -1/+1 |
* | * eval.c (rb_mod_freeze): prepare string representation before | matz | 2004-06-16 | 1 | -0/+16 |
* | * object.c (rb_mod_le): singleton class inherits Class rather than its | nobu | 2004-06-16 | 1 | -0/+5 |
* | * 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_obj_clone, rb_obj_dup): mentioned about | nobu | 2004-02-10 | 1 | -0/+8 |
* | Add explicit line breaks in method signatures for ri. Fixup some comments in ... | dave | 2004-01-12 | 1 | -1/+1 |
* | * 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 |
* | Add RDoc documentation for stuff in object.c | dave | 2003-12-28 | 1 | -22/+826 |
* | RDoc comments for Symbol | dave | 2003-12-27 | 1 | -0/+131 |
* | * class.c (rb_mod_init_copy): always copy singleton class. | nobu | 2003-12-22 | 1 | -0/+1 |
* | * class.c (rb_check_inheritable): new function. [ruby-dev:22316] | nobu | 2003-12-21 | 1 | -0/+3 |
* | Add file.c comments (and necessary support in parse_c.rb) | dave | 2003-12-21 | 1 | -0/+48 |
* | Document Class and Dir | dave | 2003-12-19 | 1 | -23/+102 |
* | * eval.c (rb_exec_end_proc): should not clear end_procs and | matz | 2003-12-05 | 1 | -0/+1 |
* | * object.c (rb_class_s_alloc): add function prototype to avoid VC++ | eban | 2003-08-13 | 1 | -3/+3 |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -24/+31 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+0 |