summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23fix a typo.akr
2008-09-23properties.nobu
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* doc/NEWS: fixed typo, Readline.HISTORY::clear -> Readline::HISTORY.clear.kouji
2008-09-22* test/readline/test_readline_history.rbkouji
2008-09-22* 2008-09-23svn
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
2008-09-21* 2008-09-22svn
2008-09-21* encoding.c (get_default_external): add description.naruse
2008-09-21 * math.c (math_log): should check argc.tadf
2008-09-21fixed previous commit.tadf
2008-09-21 * complex.c: added two macros.tadf
2008-09-21 * complex.c (nucomp_s_convert): checks argc.tadf
2008-09-21trivial changes.tadf
2008-09-21fixed indentation.tadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-21* lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg2
2008-09-20 * lib/complex.rb: provides some obsolate methods.tadf
2008-09-20 * complex.c: an instance method image has been removed andtadf
2008-09-20* ext/json/ext/parser/parse.c: use ruby_xfree().naruse
2008-09-20* ext/json/ext/parser/parse.c: use ruby_xfree().naruse
2008-09-20* ext/json: import JSON v 1.1.3.naruse
2008-09-20* lib/optparse.rb (summarize): separator "" should output new line.mame
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-19* re.c (rb_reg_desc): Regexps of ASCII Compatible encoding maynaruse