aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable levelnobu2009-11-304-41/+77
* * test/yaml/test_{boolean,null,omap}.rb: eol-style.nobu2009-11-300-0/+0
* * ext/extmk.rb (command_output): $makeflags are already quoted.nobu2009-11-302-1/+5
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-305-4/+25
* Adding tests for YAML typestenderlove2009-11-303-0/+113
* * parse.y (parser_yylex): suppress an extra error message afternobu2009-11-303-4/+21
* * 2009-11-30svn2009-11-291-2/+2
* Fixing the ChangeLog to point to [ruby-core:26837]tenderlove2009-11-291-1/+1
* * vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]nobu2009-11-292-1/+5
* * eol-style.nobu2009-11-290-0/+0
* * 2009-11-29svn2009-11-281-2/+2
* * lib/rexml/formatters/default.rb (write_attribute): fix antenderlove2009-11-283-1/+28