summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-09-24* test/cgi/test_cgi_multipart.rb : revert last change.xibbar
2008-09-24* lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :xibbar
2008-09-24 * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa
2008-09-24 * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): undefinesnobu
2008-09-24* complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATORnobu
2008-09-24* string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz
2008-09-24* test/cgi/test_cgi_multipart.rb : test for miniunit.xibbar
2008-09-24 * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.usa
2008-09-24* io.c (rb_io_s_binread): offset argument was wrongly passed tomatz
2008-09-23 * vm_core.h: ruby/ruby.h should be included at the very firstshyouhei
2008-09-23Updated changelogryan
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* vm_core.h: remove unused frame values.ko1
2008-09-23* signal.c (signal_exec): execute rb_eval_cmd() directly.ko1
2008-09-23Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain
2008-09-23* lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg2
2008-09-23* io.c (io_binwrite): allocate wbuf if nosync.akr
2008-09-23* io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr
2008-09-23 * test/ruby/test_rational2.rb: updated.tadf
2008-09-23* string.c (rb_str_casecmp): make the ordering consistent withakr
2008-09-23* io.c (io_binwrite): add nosync argument.akr
2008-09-23* signal.c (signal_exec): fix to use rb_proc_call().ko1
2008-09-23* lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz
2008-09-23* io.c (rb_io_s_binread): a new method to read binary chunk from amatz
2008-09-23 * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-23* hash.c (rb_obj_is_proc): declaration moved for rdoc.akr
2008-09-23* common.mk (io.o): remove dependency for vm_core.h.ko1
2008-09-23* thread.c (rb_thread_blocking_region): fix typo in a document.ko1
2008-09-23* thread.c (rb_thread_blocking_region): write a documentko1
2008-09-23* thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko1
2008-09-23* class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.ko1
2008-09-23* debug.h (ruby_set_debug_option): declared.akr
2008-09-23* hash.c (ENVMATCH, ENVNMATCH): reduced same code.nobu
2008-09-23* ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H toko1
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1
2008-09-23* ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__matz
2008-09-23* common.mk, hash.c: remove unused inclusion.ko1
2008-09-23* eval_safe.c, safe.c: rename eval_safe.c to safe.c.ko1
2008-09-23* common.mk: clean upko1
2008-09-23* lib/pathname.rb (each_filename): return Enumerator if no blockmame
2008-09-22* test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz
2008-09-22* hash.c (env_aset): allow nil value to remove an entry.matz
2008-09-22* misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. amatz
2008-09-22* test/readline/test_readline_history.rbkouji
2008-09-22* ext/readline/readline.c (Init_readline): used remove_history tokouji
2008-09-22* lib/tempfile.rb (Tempfile#open): should return a value from thematz
2008-09-22 * include/ruby/encoding.h (enum): ISO C forbids comma at end ofshyouhei
2008-09-22* LEGAL: updated file names removed and added. [ruby-dev:36426]matz