aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/mathn/rational/rational.c: undef duplicated macro definitionmatz2008-10-242-1/+11
* * array.c (rb_ary_sample): fixed sizes and randomness.nobu2008-10-243-20/+22
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-246-19/+38
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-242-0/+22
* * id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.nobu2008-10-243-10/+14
* * ext/mathn/rational.c: change several global functions.keiju2008-10-242-11/+23
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-243-2/+9
* * common.mk (exts): renamed to get rid of the existent directory.nobu2008-10-242-2/+6
* properties.nobu2008-10-240-0/+0
* * ext/mathn/rational.c: change several global functions to statickeiju2008-10-242-0/+23
* fix test for 1.8xibbar2008-10-241-3/+6
* * string.c (rb_str_dump): should have removed commented outmatz2008-10-242-3/+3
* * string.c (rb_str_dump): do not use C++ comment.shyouhei2008-10-242-1/+5
* * id.h (enum ruby_method_ids): ISO C forbids comma at end ofshyouhei2008-10-242-3/+8
* * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju2008-10-246-95/+3123
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-243-2/+12
* ChangeLog: adjust indent.matz2008-10-241-2/+2
* * parse.y (lambda): need to adjust lpar_beg for ripper as well. matz2008-10-242-2/+7
* fix typoxibbar2008-10-241-2/+2
* * lib/cgi/core.rb (read_multipart): change field value as Stringxibbar2008-10-243-7/+53
* * common.mk (ext): split out the target for extension library.nobu2008-10-242-2/+5
* * common.mk (encs): depends on enc and trans.nobu2008-10-242-0/+5
* * 2008-10-24svn2008-10-241-3/+3
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-242-1/+6
* * distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9yugui2008-10-232-59/+5
* * class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]matz2008-10-232-3/+7