aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/st.h: need to include defines.h because LONG_LONG isusa2008-12-231-0/+5
* Don't coalesce adjacent comment blocks. [bug#901]drbrain2008-12-231-0/+5
* * io.c (pipe_close): fix coding style. [ruby-dev:37554]akr2008-12-231-0/+4
* Fix documentation. [bug#827]drbrain2008-12-221-0/+4
* Don't remove methods twice. [bug#555]drbrain2008-12-221-0/+4
* * sprintf.c (rb_str_format): fix buffer overflow.mame2008-12-221-0/+4
* * common.mk (revision.h): uses tool/file2lastrev.rb to supportyugui2008-12-221-0/+9
* * Doxyfile.in: new file. Template of a configuration file foryugui2008-12-221-0/+24
* * numeric.c (int_ord): Integer#ord implemented.akr2008-12-221-0/+4
* * io.c (rb_io_s_pipe): IO.pipe can take a block.akr2008-12-221-0/+5
* * lib/test/unit/assertions.rb (assert_nothing_raised): incrementakr2008-12-221-0/+5
* * thread_win32.c (Init_native_thread): need to callusa2008-12-221-0/+5
* * ext/tk/tcltklib.c: fix wrong flag value.nagai2008-12-221-0/+4
* * cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rbnobu2008-12-221-0/+5
* * missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, bynobu2008-12-221-0/+5
* * ChangeLog: added ticket number [Bug#6].nobu2008-12-221-1/+1
* * configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu2008-12-221-0/+16
* * lib/rake.rb (Rake::MultiTask): invoke_prerequisites should bematz2008-12-221-0/+3
* * lib/rake.rb (Rake::FileList#egrep): change open mode to "rb",matz2008-12-221-0/+9
* * string.c (rb_str_upto): should return enumerator if calledmatz2008-12-221-0/+5
* * parse.y (gettable_gen): the encoding of __FILE__ should bematz2008-12-221-0/+9
* * ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).nagai2008-12-211-0/+7
* * lib/optparse.rb (SPLAT_PROC): splat values by hand.nobu2008-12-211-6/+2
* * test/readline/test_readline_history.rb: checked encoding.kouji2008-12-211-0/+4
* * lib/optparse.rb (parse_in_order): splat values to be passed.nobu2008-12-211-0/+4
* * test/readline/test_readline.rbkouji2008-12-211-0/+5
* * lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu2008-12-211-0/+4
* * sample/test.rb: rescue exception.takano322008-12-211-0/+4
* * dln.c (dln_find_1): supplements an extension for executablenobu2008-12-201-0/+15
* ChangeLog: ML ref was wrongmatz2008-12-201-1/+1
* * lib/irb/locale.rb (IRB::Locale#initialize)yugui2008-12-201-0/+6
* * io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz2008-12-191-0/+9
* * ruby.c (process_options): get rid of warning on DOSISH.nobu2008-12-191-0/+4
* * error.c (exc_equal): duck typing equal to make it transitive.matz2008-12-181-0/+5
* * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui2008-12-181-0/+40
* * lib/cgi/session.rb: fix bug for ignore session_id option.xibbar2008-12-181-0/+9
* * hash.c (rb_hash_aset): string key copying only happen if key ismatz2008-12-181-0/+7
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-0/+19
* * lib/xmlrpc/server.rb: Restricting method inspection to show onlyjeg22008-12-171-0/+8
* * ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr2008-12-171-0/+5
* * ext/pty/extconf.rb: check util.h for OpenBSD.akr2008-12-171-0/+6
* * lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899]keiju2008-12-171-0/+4
* * array.c (rb_ary_push_m): add modification check before actualmatz2008-12-171-0/+3
* * array.c (rb_ary_pop_m): use enum ary_take_pos_flags.matz2008-12-171-0/+4
* * configure.in (OBJDUMP, OBJCOPY):yugui2008-12-171-0/+5
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):kazu2008-12-171-0/+5
* * string.c (rb_str_hash): gets rid of collisions between differentnobu2008-12-171-0/+5
* * test/ruby/test_metaclass.rb: removed codes for my debugging.yugui2008-12-171-0/+5
* * bin/testrb: set $0.usa2008-12-161-0/+4
* * lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):matz2008-12-161-0/+3