index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/test/unit/assertions.rb (assert_nothing_raised): increment
akr
2008-12-22
1
-0
/
+5
*
* thread_win32.c (Init_native_thread): need to call
usa
2008-12-22
1
-0
/
+5
*
* ext/tk/tcltklib.c: fix wrong flag value.
nagai
2008-12-22
1
-0
/
+4
*
* cygwin/GNUmakefile.in (rubydll.def), win32/mkexports.rb
nobu
2008-12-22
1
-0
/
+5
*
* missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, by
nobu
2008-12-22
1
-0
/
+5
*
* ChangeLog: added ticket number [Bug#6].
nobu
2008-12-22
1
-1
/
+1
*
* configure.in (mingw): no longer uses snprintf and vsnprintf of
nobu
2008-12-22
1
-0
/
+16
*
* lib/rake.rb (Rake::MultiTask): invoke_prerequisites should be
matz
2008-12-22
1
-0
/
+3
*
* lib/rake.rb (Rake::FileList#egrep): change open mode to "rb",
matz
2008-12-22
1
-0
/
+9
*
* string.c (rb_str_upto): should return enumerator if called
matz
2008-12-22
1
-0
/
+5
*
* parse.y (gettable_gen): the encoding of __FILE__ should be
matz
2008-12-22
1
-0
/
+9
*
* ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9).
nagai
2008-12-21
1
-0
/
+7
*
* lib/optparse.rb (SPLAT_PROC): splat values by hand.
nobu
2008-12-21
1
-6
/
+2
*
* test/readline/test_readline_history.rb: checked encoding.
kouji
2008-12-21
1
-0
/
+4
*
* lib/optparse.rb (parse_in_order): splat values to be passed.
nobu
2008-12-21
1
-0
/
+4
*
* test/readline/test_readline.rb
kouji
2008-12-21
1
-0
/
+5
*
* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]
nobu
2008-12-21
1
-0
/
+4
*
* sample/test.rb: rescue exception.
takano32
2008-12-21
1
-0
/
+4
*
* dln.c (dln_find_1): supplements an extension for executable
nobu
2008-12-20
1
-0
/
+15
*
ChangeLog: ML ref was wrong
matz
2008-12-20
1
-1
/
+1
*
* lib/irb/locale.rb (IRB::Locale#initialize)
yugui
2008-12-20
1
-0
/
+6
*
* io.c (rb_io_extract_encoding_option): "internal_encoding: nil"
matz
2008-12-19
1
-0
/
+9
*
* ruby.c (process_options): get rid of warning on DOSISH.
nobu
2008-12-19
1
-0
/
+4
*
* error.c (exc_equal): duck typing equal to make it transitive.
matz
2008-12-18
1
-0
/
+5
*
* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as command
yugui
2008-12-18
1
-0
/
+40
*
* lib/cgi/session.rb: fix bug for ignore session_id option.
xibbar
2008-12-18
1
-0
/
+9
*
* hash.c (rb_hash_aset): string key copying only happen if key is
matz
2008-12-18
1
-0
/
+7
*
* lib/optparse/version.rb: remove variable shadowing to stop
matz
2008-12-18
1
-0
/
+19
*
* lib/xmlrpc/server.rb: Restricting method inspection to show only
jeg2
2008-12-17
1
-0
/
+8
*
* ext/socket/socket.c (unix_recv_io): relax msg_controllen error
akr
2008-12-17
1
-0
/
+5
*
* ext/pty/extconf.rb: check util.h for OpenBSD.
akr
2008-12-17
1
-0
/
+6
*
* lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899]
keiju
2008-12-17
1
-0
/
+4
*
* array.c (rb_ary_push_m): add modification check before actual
matz
2008-12-17
1
-0
/
+3
*
* array.c (rb_ary_pop_m): use enum ary_take_pos_flags.
matz
2008-12-17
1
-0
/
+4
*
* configure.in (OBJDUMP, OBJCOPY):
yugui
2008-12-17
1
-0
/
+5
*
* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):
kazu
2008-12-17
1
-0
/
+5
*
* string.c (rb_str_hash): gets rid of collisions between different
nobu
2008-12-17
1
-0
/
+5
*
* test/ruby/test_metaclass.rb: removed codes for my debugging.
yugui
2008-12-17
1
-0
/
+5
*
* bin/testrb: set $0.
usa
2008-12-16
1
-0
/
+4
*
* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):
matz
2008-12-16
1
-0
/
+3
*
* lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.
usa
2008-12-16
1
-0
/
+4
*
* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):
matz
2008-12-16
1
-0
/
+5
*
* ext/bigdecimal/bigdecimal.c (VpToString): reverted modification
matz
2008-12-16
1
-0
/
+8
*
* lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support.
usa
2008-12-16
1
-0
/
+4
*
* ext/pty/pty.c (getDevice): add nomesg argument.
akr
2008-12-16
1
-0
/
+8
*
* lib/date/format.rb (_parse): m17n compliant.
tadf
2008-12-16
1
-0
/
+4
*
* ext/pty/extconf.rb: check posix_openpt.
akr
2008-12-16
1
-0
/
+6
*
* re.c: use strlcpy for error messages.
akr
2008-12-16
1
-0
/
+4
*
* parse.y (stmt): returns dispatched result.
nobu
2008-12-16
1
-1
/
+3
*
* parse.y (primary): also in ripper, saves in_def before restoring.
nobu
2008-12-16
1
-0
/
+4
[next]