aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz2008-10-232-2/+8
* * ext/socket/socket.c (sock_s_getservbyport): check if the port range.nobu2008-10-232-0/+9
* * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz2008-10-232-9/+38
* * ext/socket/socket.c (sock_s_getservbyname): unuse unnecessarynobu2008-10-232-8/+11
* * ext/socket/socket.c (sock_s_getservbyport): the port should benobu2008-10-232-4/+12
* * ext/socket/socket.c (sock_s_getservbyport): cast to get rid ofusa2008-10-232-1/+6
* * ext/socket/socket.c (sock_s_getservbyport): port should bematz2008-10-222-1/+6
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-223-26/+103
* * lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu2008-10-222-2/+8
* * cont.c: separate data structure between rb_fiber_t andko12008-10-223-71/+161
* * Described -E external:internal and -U.yugui2008-10-221-8/+72
* * io.c (pipe_open): remove unnecessary flush before fork.matz2008-10-222-2/+6
* * vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu2008-10-222-2/+8
* * parse.y (f_larglist): should not allow semicolon separated localmatz2008-10-222-1/+8
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-226-27/+51
* * re.c (unescape_escaped_nonascii): back out the last change onmatz2008-10-222-6/+7
* * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to ungetmatz2008-10-213-3/+34
* * include/ruby/vm.h: write a comment.ko12008-10-214-9/+21
* update ChangeLog for last check in.ko12008-10-211-0/+7
* * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko12008-10-212-3/+18
* * string.c (rb_external_str_new_with_enc): wrong condition tomatz2008-10-213-25/+37
* * 2008-10-22svn2008-10-211-3/+3
* Fixed test failures [ruby-dev:36837].seki2008-10-212-1/+5
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-215-3/+21
* * io.c (open_key_args): should adjust argc, argv in structmatz2008-10-213-9/+14
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-213-4/+20
* * lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu2008-10-212-3/+5
* * lib/test/unit.rb (assert_nothing_raised): set backtrace.akr2008-10-212-1/+7
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-216-189/+356
* * io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.shugo2008-10-214-2/+10
* * mdoc2man.rb: moved into tools/.yugui2008-10-213-1/+7
* * ext/iconv/iconv.c (strip_glibc_option, map_charset): check ifnobu2008-10-213-2/+18
* * io.c (rb_file_open_internal): should initialize fmode before using.nobu2008-10-212-3/+6