summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-07* test/dl/test_callback.rb testing callback removaltenderlove
2009-12-06* 2009-12-07svn
2009-12-06ext/bigdecimal/bigdecimal_en.html: Remove obsolete information, fix typosmarcandre
2009-12-06* strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]naruse
2009-12-06* lib/find.rb (Find.find): reduce stat system call.akr
2009-12-06fix indent.akr
2009-12-06* lib/webrick/httpservlet/filehandler.rb: escape filename of index.naruse
2009-12-05* symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().azav
2009-12-05* 2009-12-06svn
2009-12-05* symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().azav
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-12-05* marshal.c (w_object): dump instance variables when usingnobu
2009-12-05* variable.c (obj_ivar_i): fixed argument types.nobu
2009-12-05* configure.in: default ac_cv_prog_CC to CC.nobu
2009-12-05* lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu
2009-12-04* 2009-12-05svn
2009-12-04* ext/dl/cptr.c (to_int): DL::CPtr supports to_inttenderlove
2009-12-04* insns.def (defined): should respect #respond_to_missing? asmatz
2009-12-04* insns.def (defined): adjust indent.nobu
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-12-04* time.c (num_exact): should not accept strings as operands, evenmatz
2009-12-04fixed tests.shugo
2009-12-04added a ChangeLog entry.shugo
2009-12-04avoid SEGV in instance_eval without block.shugo
2009-12-04 * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allowsnahi
2009-12-04* test/dl/test_callback.rb (**): using DL::Function to test callbackstenderlove
2009-12-03* 2009-12-04svn
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-12-03* enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst
2009-12-03* 2009-12-03svn
2009-12-03* test/dl/test_callback.rb (**): testing return values of dl callbackstenderlove
2009-12-02* 2009-12-02svn
2009-12-02 * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi
2009-12-01 * test/digest/test_digest_extend.rb: added tests for digest framework.nahi
2009-12-01* parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both ofnobu
2009-11-30* parse.y (dyna_push_gen): use rb_node_newnode() for ripper.nobu
2009-11-30* parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable levelnobu
2009-11-30* test/yaml/test_{boolean,null,omap}.rb: eol-style.nobu
2009-11-30* ext/extmk.rb (command_output): $makeflags are already quoted.nobu
2009-11-30* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu
2009-11-30Adding tests for YAML typestenderlove
2009-11-30* parse.y (parser_yylex): suppress an extra error message afternobu
2009-11-29* 2009-11-30svn
2009-11-29Fixing the ChangeLog to point to [ruby-core:26837]tenderlove
2009-11-29* vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]nobu
2009-11-29* eol-style.nobu
2009-11-28* 2009-11-29svn
2009-11-28* lib/rexml/formatters/default.rb (write_attribute): fix antenderlove
2009-11-28* 2009-11-28svn
2009-11-28* vm_eval.c (check_funcall_failed): should rescue user raisedmatz