index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
Revert the previous change. [ruby-dev:37455]
knu
2008-12-16
1
-6
/
+0
*
typo
knu
2008-12-16
1
-1
/
+1
*
* common.mk (complex.$(OBJEXT), rational.$(OBJEXT)): Properly add
knu
2008-12-16
1
-0
/
+6
*
* configure.in (ac_cv_func_daemon): daemon(3) is deprecated on Mac OS
nobu
2008-12-16
1
-1
/
+4
*
* configure.in (ac_cv_header_ucontext_h): do not use ucontext.h on Mac
nobu
2008-12-16
1
-0
/
+5
*
* dln.c (dln_load): ditto.
usa
2008-12-16
1
-0
/
+2
*
* ruby.c (set_arg0): use strlcpy() instead of strncpy().
usa
2008-12-16
1
-0
/
+6
*
* parse.y (block_call): block should not be given to yield.
matz
2008-12-16
1
-0
/
+5
*
* thread.c (sleep_timeval): cast tv_usec to long to shut up
matz
2008-12-15
1
-0
/
+5
*
* ruby.c (process_options): revive global sub, gsub, chop, chomp
matz
2008-12-15
1
-0
/
+6
*
* ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.
akr
2008-12-15
1
-0
/
+4
*
* ext/pty/pty.c (pty_open): new method PTY.open.
akr
2008-12-15
1
-0
/
+4
*
* ext/pty/pty.c (get_device_once): use DEVICELEN instead of
akr
2008-12-15
1
-0
/
+5
*
* ext/pty/pty.c (chfunc): make it static.
akr
2008-12-15
1
-0
/
+4
*
* ext/pty/pty.c (child_info): add slavename.
akr
2008-12-15
1
-0
/
+6
*
* common.mk (EXTMK_ARGS): shouldn't use ``\"'' because cmd.exe eat
usa
2008-12-15
1
-0
/
+5
*
* win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN
usa
2008-12-15
1
-0
/
+5
*
* lib/rake/packagetask.rb (Rake::PackageTask): small document
matz
2008-12-15
1
-2
/
+5
*
ChangeLog reformatted
matz
2008-12-15
1
-39
/
+20
*
* ChangeLog: fixed typo.
nobu
2008-12-15
1
-2
/
+4
*
* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp from
nobu
2008-12-15
1
-0
/
+5
*
* test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.
yugui
2008-12-15
1
-0
/
+20
*
* id.h, template/id.h.tmpl (ruby_method_ids): sees YYTOKENTYPE too.
nobu
2008-12-15
1
-0
/
+5
*
* common.mk (EXTMK_ARGS): needs MINIRUBY for cross-compile.
nobu
2008-12-15
1
-0
/
+5
*
* vm_eval.c (vm_call0): NODE_ZSUPER supported. [ruby-core:20480]
nobu
2008-12-15
1
-1
/
+3
*
* vm_eval.c (vm_call_super): uses method_missing().
nobu
2008-12-15
1
-0
/
+14
*
* vm.c (vm_backtrace): defaults to script name for C functions.
nobu
2008-12-15
1
-0
/
+4
[next]