summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * node.c (dump_node): fixed for long members.nobu2009-12-093-8/+14
* * node.c: node management added. Currently, only pretty-dumper ismame2009-12-094-1/+942
* * string.c (rb_str_justify): fixed the case a fill size is anobu2009-12-094-4/+16
* * win32/configure.bat: now recognize --with-*-{dir,include,lib} optionsusa2009-12-083-3/+25
* * numeric.c (flo_eq): supress a warning on VC++ for x64.usa2009-12-082-1/+5
* * lib/rubygems: update to 1.3.5.nobu2009-12-0834-135/+6649
* * lib/rubygems/defaults.rb (Gem::default_dir): removed a clausenobu2009-12-082-5/+6
* * test/ripper/test_parser_events.rb: more tests.nobu2009-12-085-101/+560
* rdoc update.akr2009-12-071-6/+5
* * file.c (rb_f_test): use string form in unknown command errorakr2009-12-072-31/+36
* * 2009-12-08svn2009-12-071-2/+2
* add a test.akr2009-12-071-0/+22
* * marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu2009-12-074-13/+25
* * string.c (rb_str_justify): CVE-2009-4124.yugui2009-12-072-28/+40
* * test/dl/test_callback.rb testing callback removaltenderlove2009-12-072-0/+23
* * 2009-12-07svn2009-12-061-2/+2
* ext/bigdecimal/bigdecimal_en.html: Remove obsolete information, fix typosmarcandre2009-12-061-28/+24
* * strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]naruse2009-12-062-1/+5
* * lib/find.rb (Find.find): reduce stat system call.akr2009-12-062-2/+10
* fix indent.akr2009-12-061-1/+1
* * lib/webrick/httpservlet/filehandler.rb: escape filename of index.naruse2009-12-062-1/+6
* * symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().azav2009-12-051-0/+5
* * 2009-12-06svn2009-12-051-2/+2
* * symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().azav2009-12-051-0/+1
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-0/+1
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-054-1/+75
* * variable.c (obj_ivar_i): fixed argument types.nobu2009-12-051-4/+6
* * configure.in: default ac_cv_prog_CC to CC.nobu2009-12-052-0/+5
* * lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu2009-12-052-11/+16
* * 2009-12-05svn2009-12-041-2/+2
* * ext/dl/cptr.c (to_int): DL::CPtr supports to_inttenderlove2009-12-042-0/+6
* * insns.def (defined): should respect #respond_to_missing? asmatz2009-12-042-0/+7
* * insns.def (defined): adjust indent.nobu2009-12-041-32/+32
* * parse.y (k_def): adjust the location of method definition to thenobu2009-12-043-5/+15
* * time.c (num_exact): should not accept strings as operands, evenmatz2009-12-042-2/+12
* fixed tests.shugo2009-12-042-2/+2
* added a ChangeLog entry.shugo2009-12-041-0/+5
* avoid SEGV in instance_eval without block.shugo2009-12-041-1/+6
* * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allowsnahi2009-12-043-5/+9
* * test/dl/test_callback.rb (**): using DL::Function to test callbackstenderlove2009-12-041-3/+5
* * 2009-12-04svn2009-12-031-2/+2
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-0310-22/+105
* * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst2009-12-033-2/+48
* * 2009-12-03svn2009-12-031-2/+2
* * test/dl/test_callback.rb (**): testing return values of dl callbackstenderlove2009-12-031-0/+23
* * 2009-12-02svn2009-12-021-2/+2
* * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi2009-12-022-0/+8
* * test/digest/test_digest_extend.rb: added tests for digest framework.nahi2009-12-012-2/+84
* * parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both ofnobu2009-12-012-28/+49
* * parse.y (dyna_push_gen): use rb_node_newnode() for ripper.nobu2009-11-302-2/+5