aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-034-1/+23
* * object.c (rb_f_integer): now Integer() takes optional basematz2009-10-033-12/+67
* enum.c (enum_chunk): Give proper error message if no block given. cf [ruby-co...marcandre2009-10-031-0/+2
* rdoc update.akr2009-10-021-13/+14
* rdoc update.akr2009-10-021-1/+1
* * parse.y (assignable_gen): parser_yyerror takes two arguments.nobu2009-10-022-8/+12
* * test/rake: eol-style.nobu2009-10-020-0/+0
* * lib/rake: updated to rake code to rake-0.8.7 source code base.nobu2009-10-0271-72/+6679
* * parse.y (assignable_gen): get rid of macro collision.nobu2009-10-022-25/+28
* * array.c (ary_make_shared): should count frozen array itself.nobu2009-10-022-3/+3
* * lib/rake: updated to rake code to rake-0.8.7 source code base.nobu2009-10-021-0/+4
* * enc/unicode/name2ctype.h: Updated to Unicode 5.2.0.naruse2009-10-022-821/+1578
* * configure.in: workaround for regexp metacharacters of expr innobu2009-10-022-1/+6
* * test/ripper/dummyparser.rb (DummyParser): improvement by Magnusnobu2009-10-023-448/+59
* * method.h (rb_method_type_t): remove a comma at end ofnaruse2009-10-022-1/+6
* * range.c (discrete_object_p): needs the argument type to get ridnobu2009-10-023-6/+10
* Updated to Unicode 5.2.0.naruse2009-10-026-22660/+3766
* get rid of unused keywords from svn:keywords.akr2009-10-020-0/+0
* * enum.c (enum_slice_before): take a pattern if no block given.akr2009-10-023-18/+48
* * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu2009-10-024-173/+331
* update rdoc.akr2009-10-021-0/+12
* unused svn:keywords property deleted.akr2009-10-020-0/+0
* * thread.c (ruby_suppress_tracing): get rid of clobbering bynobu2009-10-022-1/+7
* * 2009-10-02svn2009-10-021-2/+2
* * eval.c (rb_origenviron): remove unused old variable.usa2009-10-022-9/+5
* * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):usa2009-10-015-16/+25
* * 2009-10-01svn2009-10-011-3/+3
* * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa2009-10-012-2/+6
* * time.c (rb_time_succ): make Time#succ obsolete since time is notmatz2009-09-303-9/+26
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-305-3/+37
* * re.c (last_match): add "thread and method" to the scope.naruse2009-09-301-1/+1
* * re.c (last_match): Added note to the doc that last_match is local to curren...marcandre2009-09-291-0/+3
* * enumerator.c (enumerator_block_call): extracted.nobu2009-09-292-36/+26
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-293-10/+24
* * configure.in (THREAD_MODEL): modified message when no threadnobu2009-09-293-2/+10
* * io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu2009-09-292-1/+5
* fix typos.akr2009-09-291-3/+3
* * include/ruby/intern.h (rb_struct_iv_get): deprecated because it isakr2009-09-292-1/+6
* * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsecakr2009-09-292-2/+15
* * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.naruse2009-09-292-3/+9
* * configure.in (--enable-pthread): deprecated.nobu2009-09-292-5/+8
* * add a reference.mame2009-09-291-0/+1
* * lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame2009-09-292-2/+6
* * ext/json/lib/json/common.rb (recurse_proc): removed needlessnobu2009-09-292-1/+5
* * test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu2009-09-291-1/+1
* * test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu2009-09-292-2/+32
* * test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu2009-09-293-20/+71
* * test/ruby/test_module.rb: suppress warnings.nobu2009-09-291-4/+4
* * vm_method.c (rb_method_definition_eq): non-null definition isnobu2009-09-292-4/+6
* * vm_method.c (rb_add_method_def): nothing to do if old method hadnobu2009-09-293-2/+22