aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_mode_enc): make it static.akr2008-09-241-0/+4
* * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.nobu2008-09-241-0/+4
* * test/cgi/test_cgi_multipart.rb : revert last change.xibbar2008-09-241-0/+7
* * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar2008-09-241-0/+7
* * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa2008-09-241-1/+10
* * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa2008-09-241-0/+4
* * complex.c (Init_Complex), rational.c (Init_Rational): undefinesnobu2008-09-241-0/+5
* * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATORnobu2008-09-241-0/+5
* * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz2008-09-241-0/+5
* * test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar2008-09-241-0/+6
* * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.usa2008-09-241-0/+5
* * io.c (rb_io_s_binread): offset argument was wrongly passed tomatz2008-09-241-0/+5
* * vm_core.h: ruby/ruby.h should be included at the very firstshyouhei2008-09-231-0/+6
* Updated changelogryan2008-09-231-0/+6
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-0/+13
* * vm_core.h: remove unused frame values.ko12008-09-231-0/+4
* * signal.c (signal_exec): execute rb_eval_cmd() directly.ko12008-09-231-0/+4
* Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain2008-09-231-0/+7
* * lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg22008-09-231-0/+5
* * io.c (io_binwrite): allocate wbuf if nosync.akr2008-09-231-0/+4
* * io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr2008-09-231-0/+4
* * test/ruby/test_rational2.rb: updated.tadf2008-09-231-0/+8
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-231-0/+5
* * io.c (io_binwrite): add nosync argument.akr2008-09-231-0/+9
* * signal.c (signal_exec): fix to use rb_proc_call().ko12008-09-231-0/+4
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz2008-09-231-0/+5
* * io.c (rb_io_s_binread): a new method to read binary chunk from amatz2008-09-231-0/+7
* * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa2008-09-231-0/+4
* * complex.c (nucomp_s_canonicalize_internal): does no applytadf2008-09-231-0/+11
* * hash.c (rb_obj_is_proc): declaration moved for rdoc.akr2008-09-231-0/+4
* * common.mk (io.o): remove dependency for vm_core.h.ko12008-09-231-0/+4
* * thread.c (rb_thread_blocking_region): fix typo in a document.ko12008-09-231-1/+5
* * thread.c (rb_thread_blocking_region): write a documentko12008-09-231-0/+4
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-231-0/+6
* * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.ko12008-09-231-0/+4
* * debug.h (ruby_set_debug_option): declared.akr2008-09-231-0/+8
* * hash.c (ENVMATCH, ENVNMATCH): reduced same code.nobu2008-09-231-0/+4
* * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H toko12008-09-231-0/+5
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-0/+26
* * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__matz2008-09-231-0/+5
* * common.mk, hash.c: remove unused inclusion.ko12008-09-231-0/+4
* * eval_safe.c, safe.c: rename eval_safe.c to safe.c.ko12008-09-231-0/+7
* * common.mk: clean upko12008-09-231-0/+35
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-231-0/+7
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-221-0/+2
* * hash.c (env_aset): allow nil value to remove an entry.matz2008-09-221-0/+5
* * misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. amatz2008-09-221-0/+10
* * test/readline/test_readline_history.rbkouji2008-09-221-0/+5
* * ext/readline/readline.c (Init_readline): used remove_history tokouji2008-09-221-0/+5
* * lib/tempfile.rb (Tempfile#open): should return a value from thematz2008-09-221-0/+5