aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-2317-15/+20
* * vm_core.h: remove unused frame values.ko12008-09-231-9/+0
* * vm_core.h: remove unused frame values.ko12008-09-231-0/+4
* * signal.c (signal_exec): execute rb_eval_cmd() directly.ko12008-09-232-7/+6
* * 2008-09-24svn2008-09-231-3/+3
* Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain2008-09-235-12/+19
* * lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg22008-09-232-3/+8
* * io.c (io_binwrite): allocate wbuf if nosync.akr2008-09-232-1/+5
* * io.c (copy_stream_body): use io_binwrite instead of io_fwrite.akr2008-09-232-1/+5
* * test/ruby/test_rational2.rb: updated.tadf2008-09-234-0/+1176
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-233-16/+44
* * io.c (io_binwrite): add nosync argument.akr2008-09-232-30/+58
* * signal.c (signal_exec): fix to use rb_proc_call().ko12008-09-232-5/+7
* * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):matz2008-09-232-0/+6
* * io.c (rb_io_s_binread): a new method to read binary chunk from amatz2008-09-232-1/+40
* * win32/win32.c (subtruct): check tv_sec. reported by ko1.usa2008-09-232-0/+7
* * complex.c (nucomp_s_canonicalize_internal): does no applytadf2008-09-235-268/+76
* * hash.c (rb_obj_is_proc): declaration moved for rdoc.akr2008-09-232-2/+6
* * common.mk (io.o): remove dependency for vm_core.h.ko12008-09-232-1/+5
* * thread.c (rb_thread_blocking_region): fix typo in a document.ko12008-09-232-2/+7
* * thread.c (rb_thread_blocking_region): write a documentko12008-09-232-0/+32
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-234-5/+20
* * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.ko12008-09-233-1/+6
* * debug.h (ruby_set_debug_option): declared.akr2008-09-234-1/+14
* * hash.c (ENVMATCH, ENVNMATCH): reduced same code.nobu2008-09-232-29/+16
* * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H toko12008-09-232-2/+7
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-2315-405/+437
* * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__matz2008-09-232-0/+6
* fix a typo.akr2008-09-231-26/+26
* properties.nobu2008-09-230-0/+0
* * common.mk, hash.c: remove unused inclusion.ko12008-09-233-3/+7
* * eval_safe.c, safe.c: rename eval_safe.c to safe.c.ko12008-09-235-8/+31
* * common.mk: clean upko12008-09-2319-376/+284
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-233-0/+9
* * test/ruby/test_env.rb (TestEnv#test_aset): test updated.matz2008-09-222-1/+4
* * hash.c (env_aset): allow nil value to remove an entry.matz2008-09-222-1/+7
* * misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. amatz2008-09-222-15/+51
* * doc/NEWS: fixed typo, Readline.HISTORY::clear -> Readline::HISTORY.clear.kouji2008-09-221-1/+1
* * test/readline/test_readline_history.rbkouji2008-09-222-2/+9
* * 2008-09-23svn2008-09-221-3/+3
* * ext/readline/readline.c (Init_readline): used remove_history tokouji2008-09-222-1/+14
* * lib/tempfile.rb (Tempfile#open): should return a value from thematz2008-09-222-2/+5
* * include/ruby/encoding.h (enum): ISO C forbids comma at end ofshyouhei2008-09-222-1/+6
* * LEGAL: updated file names removed and added. [ruby-dev:36426]matz2008-09-222-19/+42
* * 2008-09-22svn2008-09-211-3/+3
* * encoding.c (get_default_external): add description.naruse2008-09-212-21/+26
* * math.c (math_log): should check argc.tadf2008-09-213-1/+6
* fixed previous commit.tadf2008-09-211-4/+4
* * complex.c: added two macros.tadf2008-09-213-6/+20
* * complex.c (nucomp_s_convert): checks argc.tadf2008-09-213-8/+12