summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-10-26* test/json/test_json.rb: remove dependency on permutation gem.mame
2008-10-26* gem_prelude.rb: disables debug and verbose flags to suppress failurenobu
2008-10-26* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu
2008-10-26* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu
2008-10-26* ext/etc/etc.c (sGroup): getgrent may not be available.nobu
2008-10-26* thread.c (blocking_region_{begin,end}): declared as inline.nobu
2008-10-26* io.c (read_all): use the given buffer to read when needs readconv.nobu
2008-10-25Update to RubyGems 1.3.1 r1909.drbrain
2008-10-25Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan
2008-10-25* configure.in ($MANTYPE): followed ruby.1, which had moved.yugui
2008-10-25* man/irb.1: new manual page.yugui
2008-10-25* man/ruby.1: moved into man/. added some descriptions.yugui
2008-10-25* gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.nari
2008-10-25* ruby.c (usage): updated the description of -E option.yugui
2008-10-25* lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg2
2008-10-24Import RDoc 2.2.2 r192drbrain
2008-10-24* enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch bynobu
2008-10-24* signal.c (signal_buff): made static. a patch by Tadashi Saitonobu
2008-10-24* util.c (freedtoa): made static to get rid of name clash. a patch bynobu
2008-10-24* parse.y (lambda): need to adjust lpar_beg for both of the parser andnobu
2008-10-24* ext/mathn/rational/rational.c: undef duplicated macro definitionmatz
2008-10-24* array.c (rb_ary_sample): fixed sizes and randomness.nobu
2008-10-24* configure.in (sitedir): considers --program-prefix andyugui
2008-10-24* test/ruby/test_array.rb (test_sample): add tests for size ofmame
2008-10-24* id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.nobu
2008-10-24 * ext/mathn/rational.c: change several global functions.keiju
2008-10-24* lib/cgi/html.rb: allow symbolized key. xibbar
2008-10-24* common.mk (exts): renamed to get rid of the existent directory.nobu
2008-10-24 * ext/mathn/rational.c: change several global functions to statickeiju
2008-10-24* string.c (rb_str_dump): should have removed commented outmatz
2008-10-24* string.c (rb_str_dump): do not use C++ comment.shyouhei
2008-10-24* id.h (enum ruby_method_ids): ISO C forbids comma at end ofshyouhei
2008-10-24 * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju
2008-10-24* test/ruby/test_array.rb (TestArray#test_join): should restorematz
2008-10-24ChangeLog: adjust indent.matz
2008-10-24* parse.y (lambda): need to adjust lpar_beg for ripper as well. matz
2008-10-24fix typoxibbar
2008-10-24* lib/cgi/core.rb (read_multipart): change field value as Stringxibbar
2008-10-24* common.mk (ext): split out the target for extension library.nobu
2008-10-24* common.mk (encs): depends on enc and trans.nobu
2008-10-24* test/ruby/test_signal.rb (TestSignal#test_exit_action): Threadkazu
2008-10-23* distruby.rb: removed. "make dist" uses tool/make-snapshot for the 1.9yugui
2008-10-23* class.c (rb_class_instance_methods): rdoc fixed. [ruby-core:19458]matz
2008-10-23* lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu
2008-10-23* string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz
2008-10-23* ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu
2008-10-23* ext/socket/socket.c (sock_s_getservbyport): the port should benobu
2008-10-23 * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa
2008-10-22* ext/socket/socket.c (sock_s_getservbyport): port should bematz