summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-22* common.mk (revision.h): uses tool/file2lastrev.rb to supportyugui
2008-12-22* Doxyfile.in: new file. Template of a configuration file foryugui
2008-12-22* numeric.c (int_ord): Integer#ord implemented.akr
2008-12-22rdoc update.akr
2008-12-22* io.c (rb_io_s_pipe): IO.pipe can take a block.akr
2008-12-22* lib/test/unit/assertions.rb (assert_nothing_raised): incrementakr
2008-12-22 * thread_win32.c (Init_native_thread): need to callusa
2008-12-22* ext/tk/tcltklib.c: fix wrong flag value.nagai
2008-12-22* cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rbnobu
2008-12-22* missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, bynobu
2008-12-22* ChangeLog: added ticket number [Bug#6].nobu
2008-12-22* configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu
2008-12-22* lib/rake.rb (Rake::MultiTask): invoke_prerequisites should bematz
2008-12-22* lib/rake.rb (Rake::FileList#egrep): change open mode to "rb",matz
2008-12-22* string.c (rb_str_upto): should return enumerator if calledmatz
2008-12-22* parse.y (gettable_gen): the encoding of __FILE__ should bematz
2008-12-21* 2008-12-22svn
2008-12-21* ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).nagai
2008-12-21* lib/optparse.rb (SPLAT_PROC): splat values by hand.nobu
2008-12-21* test/readline/test_readline_history.rb: checked encoding.kouji
2008-12-21* lib/optparse.rb (parse_in_order): splat values to be passed.nobu
2008-12-21* test/readline/test_readline.rbkouji
2008-12-21* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu
2008-12-21* 2008-12-21svn
2008-12-21 * sample/test.rb: rescue exception.takano32
2008-12-20* dln.c (dln_find_1): supplements an extension for executablenobu
2008-12-20ChangeLog: ML ref was wrongmatz
2008-12-20* 2008-12-20svn
2008-12-20* lib/irb/locale.rb (IRB::Locale#initialize)yugui
2008-12-19* io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz
2008-12-19* ruby.c (process_options): get rid of warning on DOSISH.nobu
2008-12-19properties.nobu
2008-12-18* 2008-12-19svn
2008-12-18* error.c (exc_equal): duck typing equal to make it transitive.matz
2008-12-18rdoc update.akr
2008-12-18* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui
2008-12-18* lib/cgi/session.rb: fix bug for ignore session_id option.xibbar
2008-12-18* hash.c (rb_hash_aset): string key copying only happen if key ismatz
2008-12-18* lib/optparse/version.rb: remove variable shadowing to stopmatz
2008-12-17* lib/xmlrpc/server.rb: Restricting method inspection to show onlyjeg2
2008-12-17* 2008-12-18svn
2008-12-17rdoc update.akr
2008-12-17* ext/socket/socket.c (unix_recv_io): relax msg_controllen errorakr
2008-12-17* ext/pty/extconf.rb: check util.h for OpenBSD.akr
2008-12-17 * lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899]keiju
2008-12-17* array.c (rb_ary_push_m): add modification check before actualmatz
2008-12-17* array.c (rb_ary_pop_m): use enum ary_take_pos_flags.matz
2008-12-17* configure.in (OBJDUMP, OBJCOPY):yugui
2008-12-17* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):kazu
2008-12-17* string.c (rb_str_hash): gets rid of collisions between differentnobu