summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst2009-12-101-0/+10
* * vm_eval.c (yield_under): yields self the same as 1.8.shugo2009-12-101-0/+4
* * thread_pthread.c (native_mutex_reinitialize_atfork): release andnobu2009-12-101-0/+5
* * encoding.c (enc_replicate): add Encoding#replicate(name).naruse2009-12-101-0/+10
* * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse2009-12-101-0/+4
* * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]nobu2009-12-091-0/+4
* * node.c (dump_node): fixed for long members.nobu2009-12-091-0/+4
* * node.c: node management added. Currently, only pretty-dumper ismame2009-12-091-0/+9
* * string.c (rb_str_justify): fixed the case a fill size is anobu2009-12-091-0/+5
* * win32/configure.bat: now recognize --with-*-{dir,include,lib} optionsusa2009-12-081-0/+11
* * numeric.c (flo_eq): supress a warning on VC++ for x64.usa2009-12-081-0/+4
* * lib/rubygems: update to 1.3.5.nobu2009-12-081-1/+3
* * lib/rubygems/defaults.rb (Gem::default_dir): removed a clausenobu2009-12-081-0/+5
* * file.c (rb_f_test): use string form in unknown command errorakr2009-12-071-0/+5
* * marshal.c (w_object): reverted r26007. [ruby-dev:39845]nobu2009-12-071-0/+6
* * string.c (rb_str_justify): CVE-2009-4124.yugui2009-12-071-0/+7
* * strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]naruse2009-12-061-0/+4
* * lib/find.rb (Find.find): reduce stat system call.akr2009-12-061-0/+4
* * lib/webrick/httpservlet/filehandler.rb: escape filename of index.naruse2009-12-061-0/+5
* * symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().azav2009-12-051-0/+5
* * marshal.c (w_object): dump instance variables when usingnobu2009-12-051-0/+7
* * configure.in: default ac_cv_prog_CC to CC.nobu2009-12-051-0/+4
* * lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu2009-12-051-0/+5
* * insns.def (defined): should respect #respond_to_missing? asmatz2009-12-041-0/+5
* * parse.y (k_def): adjust the location of method definition to thenobu2009-12-041-0/+5
* * time.c (num_exact): should not accept strings as operands, evenmatz2009-12-041-0/+7
* added a ChangeLog entry.shugo2009-12-041-0/+5
* * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allowsnahi2009-12-041-0/+5
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-0/+19
* * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst2009-12-031-0/+8
* * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi2009-12-021-0/+5
* * test/digest/test_digest_extend.rb: added tests for digest framework.nahi2009-12-011-0/+4
* * parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both ofnobu2009-12-011-1/+4
* * parse.y (dyna_push_gen): use rb_node_newnode() for ripper.nobu2009-11-301-1/+4
* * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable levelnobu2009-11-301-0/+6
* * ext/extmk.rb (command_output): $makeflags are already quoted.nobu2009-11-301-0/+4
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-301-0/+8
* * parse.y (parser_yylex): suppress an extra error message afternobu2009-11-301-0/+6
* 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-291-0/+4
* * lib/rexml/formatters/default.rb (write_attribute): fix antenderlove2009-11-281-0/+6
* * vm_eval.c (check_funcall_failed): should rescue user raisedmatz2009-11-281-0/+6
* * test/ruby/test_complex.rb (@unify): fix the detection if mathyugui2009-11-261-0/+8
* * test/test_mathn.rb (TestMathn): new test case.yugui2009-11-261-0/+5
* * test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.yugui2009-11-261-0/+5
* * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui2009-11-261-0/+8
* * gem_prelude.rb (Gem.set_home): must dup before force_encodingnaruse2009-11-261-24/+30
* * win32/{configure.bat, setup.mak, Makefile.sub}: add new configureusa2009-11-261-0/+5
* * test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]nobu2009-11-261-0/+4
* * marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735]wanabe2009-11-251-0/+4