aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gem_prelude.rb: disables debug and verbose flags to suppress failurenobu2008-10-261-1/+4
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-261-1/+6
* * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu2008-10-261-1/+4
* * ext/etc/etc.c (sGroup): getgrent may not be available.nobu2008-10-261-1/+3
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-0/+8
* * io.c (read_all): use the given buffer to read when needs readconv.nobu2008-10-261-0/+6
* Update to RubyGems 1.3.1 r1909.drbrain2008-10-251-1/+5
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-251-0/+5
* * configure.in ($MANTYPE): followed ruby.1, which had moved.yugui2008-10-251-0/+8
* * man/irb.1: new manual page.yugui2008-10-251-0/+4
* * man/ruby.1: moved into man/. added some descriptions.yugui2008-10-251-0/+8
* * gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.nari2008-10-251-0/+4
* * ruby.c (usage): updated the description of -E option.yugui2008-10-251-0/+4
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-251-0/+10
* Import RDoc 2.2.2 r192drbrain2008-10-241-0/+4
* * enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch bynobu2008-10-241-1/+4
* * signal.c (signal_buff): made static. a patch by Tadashi Saitonobu2008-10-241-1/+4
* * util.c (freedtoa): made static to get rid of name clash. a patch bynobu2008-10-241-0/+7
* * parse.y (lambda): need to adjust lpar_beg for both of the parser andnobu2008-10-241-0/+5
* * ext/mathn/rational/rational.c: undef duplicated macro definitionmatz2008-10-241-0/+8
* * array.c (rb_ary_sample): fixed sizes and randomness.nobu2008-10-241-0/+4
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-241-0/+15
* * test/ruby/test_array.rb (test_sample): add tests for size ofmame2008-10-241-0/+5
* * id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.nobu2008-10-241-1/+5
* * ext/mathn/rational.c: change several global functions.keiju2008-10-241-0/+4
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-241-0/+6
* * common.mk (exts): renamed to get rid of the existent directory.nobu2008-10-241-0/+4
* * ext/mathn/rational.c: change several global functions to statickeiju2008-10-241-0/+5
* * string.c (rb_str_dump): should have removed commented outmatz2008-10-241-2/+3
* * string.c (rb_str_dump): do not use C++ comment.shyouhei2008-10-241-0/+4
* * id.h (enum ruby_method_ids): ISO C forbids comma at end ofshyouhei2008-10-241-0/+5
* * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju2008-10-241-0/+6
* * test/ruby/test_array.rb (TestArray#test_join): should restorematz2008-10-241-0/+7
* ChangeLog: adjust indent.matz2008-10-241-2/+2
* * parse.y (lambda): need to adjust lpar_beg for ripper as well. matz2008-10-241-0/+5
* fix typoxibbar2008-10-241-2/+2
* * lib/cgi/core.rb (read_multipart): change field value as Stringxibbar2008-10-241-0/+8
* * common.mk (ext): split out the target for extension library.nobu2008-10-241-1/+3
* * common.mk (encs): depends on enc and trans.nobu2008-10-241-0/+4
* * test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu2008-10-241-0/+5
* * distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9yugui2008-10-231-0/+5
* * class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]matz2008-10-231-0/+4
* * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz2008-10-231-0/+6
* * ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu2008-10-231-0/+5
* * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz2008-10-231-0/+5
* * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu2008-10-231-1/+4
* * ext/socket/socket.c (sock_s_getservbyport): the port should benobu2008-10-231-0/+6
* * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa2008-10-231-0/+5
* * ext/socket/socket.c (sock_s_getservbyport): port should bematz2008-10-221-0/+5
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-221-0/+14