aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu2008-10-221-0/+4
* * cont.c: separate data structure between rb_fiber_t andko12008-10-221-0/+6
* * io.c (pipe_open): remove unnecessary flush before fork.matz2008-10-221-0/+6
* * vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu2008-10-221-0/+5
* * parse.y (f_larglist): should not allow semicolon separated localmatz2008-10-221-0/+7
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-221-0/+17
* * re.c (unescape_escaped_nonascii): back out the last change onmatz2008-10-221-0/+5
* * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz2008-10-211-0/+10
* * include/ruby/vm.h: write a comment.ko12008-10-211-0/+9
* update ChangeLog for last check in.ko12008-10-211-0/+7
* * string.c (rb_external_str_new_with_enc): wrong condition tomatz2008-10-211-0/+7
* Fixed test failures [ruby-dev:36837].seki2008-10-211-0/+5
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-211-0/+10
* * io.c (open_key_args): should adjust argc, argv in structmatz2008-10-211-0/+5
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-211-0/+11
* * lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu2008-10-211-0/+4
* * lib/test/unit.rb (assert_nothing_raised): set backtrace.akr2008-10-211-0/+4
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-0/+20
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-211-0/+7
* * mdoc2man.rb: moved into tools/.yugui2008-10-211-0/+6
* * ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu2008-10-211-0/+8
* * io.c (rb_file_open_internal): should initialize fmode before using.nobu2008-10-211-0/+4
* * regparse.c (parse_char_class): CCV_SB is only for singlenobu2008-10-201-1/+1
* * regparse.c (parse_char_class): CCV_SB is only for singlenobu2008-10-201-0/+5
* * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz2008-10-201-0/+12
* * io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.akr2008-10-201-0/+6
* * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bitxibbar2008-10-201-0/+5