| Commit message (Expand) | Author | Age | Files | Lines |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | enable several rdoc. | akr | 2007-12-24 | 1 | -2/+2 |
* | * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h: | ko1 | 2007-12-18 | 1 | -3/+3 |
* | * object.c (rb_obj_freeze): preserve frozen state of immediate | matz | 2007-12-18 | 1 | -1/+12 |
* | * parse.y (op_tbl): remove duplication to avoid symbol aliases. | matz | 2007-12-18 | 1 | -1/+1 |
* | * object.c (Init_Object): singleton_method_{added,removed,undefined} | matz | 2007-12-11 | 1 | -4/+4 |
* | * object.c (rb_obj_not_match): wrong test. | matz | 2007-12-09 | 1 | -2/+4 |
* | * parse.y (expr): redefinable not (!) operator. | matz | 2007-12-09 | 1 | -4/+45 |
* | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 1 | -11/+0 |
* | * object.c (nil_plus): remove unused function. [ruby-core:13737] | matz | 2007-11-20 | 1 | -21/+0 |
* | * object.c (rb_class_superclass): should not raise exception for | matz | 2007-11-19 | 1 | -0/+1 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -10/+10 |
* | * object.c: improve docs for Object.tap | davidflanagan | 2007-11-08 | 1 | -3/+9 |
* | * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility. | matz | 2007-10-11 | 1 | -2/+0 |
* | * variable.c (rb_ivar_set): fix class instance variable. | akr | 2007-09-29 | 1 | -0/+2 |
* | * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE. | akr | 2007-09-29 | 1 | -1/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -26/+58 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -13/+0 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -5/+6 |
* | * object.c (instance_variable_get): Restore rdoc markups lost in | knu | 2007-03-03 | 1 | -4/+4 |
* | * object.c (rb_obj_ivar_set): RDoc updated according to a | matz | 2007-03-01 | 1 | -4/+6 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -3/+3 |
* | * object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id. | ko1 | 2007-02-16 | 1 | -4/+4 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -0/+2 |
* | * variable.c (rb_cvar_set): remove warn argument. | matz | 2007-02-02 | 1 | -1/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -8/+8 |
* | * lib/cgi.rb (CGI::Cookie::initialize): use Array() again. | matz | 2006-12-28 | 1 | -2/+5 |
* | * intern.h, object.c, variable.c (rb_mod_constants): added an optional | nobu | 2006-12-04 | 1 | -1/+1 |
* | * object.c (rb_obj_tap): a new method. [ruby-talk:224013] | matz | 2006-11-22 | 1 | -0/+18 |
* | * eval.c (svalue_to_avalue): need to splat but no error. | matz | 2006-11-06 | 1 | -0/+13 |
* | * object.c: Class#inherited RDoc added. a patch from Daniel | matz | 2006-10-13 | 1 | -1/+28 |
* | * object.c (rb_mod_cvar_defined): wrong id check. a patch from | matz | 2006-10-12 | 1 | -4/+4 |
* | * object.c (rb_mod_initialize): since module_eval no longer passes | nobu | 2006-10-07 | 1 | -1/+1 |
* | * hash.c (rb_hash_eql): new method to be used by Hash. | matz | 2006-09-22 | 1 | -7/+7 |
* | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu | 2006-09-18 | 1 | -5/+58 |
* | * dir.c (dir_s_glob): remove unused variable. | matz | 2006-09-18 | 1 | -2/+2 |
* | * object.c (nil_to_s): returns the empty string again. | matz | 2006-09-07 | 1 | -3/+3 |
* | * object.c (Init_Object): move symbol related code to string.c | matz | 2006-09-02 | 1 | -198/+0 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -4/+4 |
* | * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. | usa | 2006-08-31 | 1 | -1/+1 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -15/+15 |
* | * object.c (rb_Integer): Integer(nil) should raise TypeError. | matz | 2006-08-30 | 1 | -5/+7 |
* | * object.c (sym_call): check if the receiver is given. | nobu | 2006-08-25 | 1 | -1/+5 |
* | ansificated. | akr | 2006-08-13 | 1 | -2/+1 |
* | * object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" as | matz | 2006-07-21 | 1 | -3/+3 |
* | * object.c (rb_mod_attr): make Module#attr to be an alias to | matz | 2006-07-20 | 1 | -41/+19 |
* | * object.c (rb_cstr_to_dbl): limit out-of-range message. | nobu | 2006-07-18 | 1 | -4/+10 |
* | * object.c (rb_cstr_to_dbl): underscores should appear only | matz | 2006-06-28 | 1 | -7/+4 |
* | * object.c (rb_cstr_to_dbl): should not skip '_' at the beginning | matz | 2006-06-27 | 1 | -6/+1 |