summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tags /branches/ruby_1_9_1@19979 as v_1_9_1_preview1v_1_9_1_preview1yugui2008-10-280-0/+0
* * test/rubygems/test_gem.rb (@default_dir_re): considers yugui2008-10-282-1/+6
* * version.h: set 1.9.1 into Ruby's version number.yugui2008-10-282-3/+7
* * gem_prelude.rb: considers --program-suffix and prefix configureyugui2008-10-283-3/+10
* merged r19973 from trunk into ruby_1_9_1.yugui2008-10-282-1/+10
* merged r19970-r19971 from trunk into ruby_1_9_1.yugui2008-10-283-4/+9
* New release branch ruby_1_9_1 for the version 1.9.1 of Rubyyugui2008-10-270-0/+0
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-273-96/+318
* * ext/mathn/complex/complex.c: no need to define rb_cComplex becauseusa2008-10-273-0/+12
* * test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu2008-10-271-16/+17
* * ruby.c (load_file): preserves $.. [ruby-dev:36937]nobu2008-10-272-4/+35
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-273-2/+7
* * test/minitest/test_mini_test.rbyugui2008-10-272-2/+12
* * test/minitest/test_mini_test.rb: fixed that r19958 madeyugui2008-10-272-2/+9
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-273-2/+9
* * ChangeLog: added missing timestampsyugui2008-10-271-0/+6
* * ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.kazu2008-10-272-1/+5
* * test/minitest/test_mini_test.rb (test_filter_backtrace):yugui2008-10-272-11/+22
* fix typokazu2008-10-271-2/+2
* * io.c (read_all): the 3rd argument maybe Qnil.usa2008-10-272-1/+6
* * test/nkf/test_nkf.rb: add a test for [ruby-dev:36909].mame2008-10-262-0/+10
* * 2008-10-27svn2008-10-261-3/+3
* * ext/nkf/nkf.c (rb_nkf_convert): avoid GC.naruse2008-10-262-1/+7
* * set svn:ignore property to ext/mathn/complex and ext/mathn/rationalmame2008-10-260-0/+0
* * ChangeLog: fixed indentation.nobu2008-10-261-42/+44
* * test/json/test_json.rb: remove dependency on permutation gem.mame2008-10-262-21/+17
* * gem_prelude.rb: disables debug and verbose flags to suppress failurenobu2008-10-262-13/+22
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-263-3/+8
* * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu2008-10-263-2/+9
* * ext/etc/etc.c (sGroup): getgrent may not be available.nobu2008-10-262-4/+9
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-264-8/+14
* * missing/vsnprintf.c (BSD__sfvwrite): constified.nobu2008-10-261-1/+1
* * io.c (read_all): use the given buffer to read when needs readconv.nobu2008-10-262-1/+7
* properties.nobu2008-10-260-0/+0
* Update to RubyGems 1.3.1 r1909.drbrain2008-10-2575-407/+427
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-254-32/+67
* * configure.in ($MANTYPE): followed ruby.1, which had moved.yugui2008-10-254-3/+11
* * man/irb.1: new manual page.yugui2008-10-252-0/+131
* * man/ruby.1: moved into man/. added some descriptions.yugui2008-10-254-3/+58
* * 2008-10-26svn2008-10-251-3/+3
* * ruby.1 (ENVIRONMENT): refered gem help.yugui2008-10-251-1/+9
* * gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.nari2008-10-252-3/+7
* * test/ruby/test_proc.rb (test_proc_args_unleashed): test fornobu2008-10-252-0/+18
* * ruby.c (usage): updated the description of -E option.yugui2008-10-252-1/+5
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-255-14/+33
* Import RDoc 2.2.2 r192drbrain2008-10-2422-54/+115
* * enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch bynobu2008-10-242-2/+5
* * signal.c (signal_buff): made static. a patch by Tadashi Saitonobu2008-10-242-2/+5
* * util.c (freedtoa): made static to get rid of name clash. a patch bynobu2008-10-243-3/+10
* * parse.y (lambda): need to adjust lpar_beg for both of the parser andnobu2008-10-242-1/+6