summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-18* error.c (report_bug): rb_bug can be caused by extensionnobu
2009-03-17* 2009-03-18svn
2009-03-17 * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki
2009-03-17* tool/make-snapshot (package): creates .revision.time and passesnobu
2009-03-17rdoc update.akr
2009-03-17rdoc update.akr
2009-03-17* enumerator.c (Enumerator#{each_,}{with_index,with_object}): Fixknu
2009-03-17* tool/ifchange: removed newer substitution syntax.nobu
2009-03-17make ./goruby -e 'p "abc".gs(/a/) { $& }' prints "abc".akr
2009-03-17* lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr
2009-03-17* win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu
2009-03-17rdoc update.akr
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-17* 2009-03-17svn
2009-03-17* ext/dl: made indent style insistent.nobu
2009-03-16* test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu
2009-03-16* ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu
2009-03-16* process.c (rb_spawn_internal): suppressed a warning.nobu
2009-03-16* common.mk (REVISION_H): keeps timestamp of revision.h.nobu
2009-03-16* Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu
2009-03-15updated.akr
2009-03-15* test/minitest/test_mini_test.rb: fixed tests depending on thenobu
2009-03-15* lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu
2009-03-15* include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu
2009-03-15* include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu
2009-03-15* string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu
2009-03-15* ruby.c (load_file_internal): stop the timer thread before exec.nobu
2009-03-15* common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu
2009-03-14* common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu
2009-03-14* test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu
2009-03-14* process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t.nobu
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2009-03-14* proc.c (bmcall): should not uninitialized variable. a patch fromnobu
2009-03-14* util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu
2009-03-14* proc.c (rb_proc_call, bmcall): commit miss.nobu
2009-03-14* proc.c (rb_proc_call, rb_node_arity, bmcall, curry): checksnobu
2009-03-14* proc.c (rb_proc_call): checks overflow.nobu
2009-03-14* proc.c (rb_proc_arity): commit miss.nobu
2009-03-14* proc.c (rb_proc_parameters): unnamed_parameters() expects intnobu
2009-03-14* util.c (ruby_each_words): assume no string exceeds INT_MAX.nobu
2009-03-14* process.c (rb_spawn_internal): use int variable for status.akr
2009-03-14assert connects doesn't raise.akr
2009-03-14* process.c (rb_f_system): use rb_pid_t for pid.akr
2009-03-14* util.c (ruby_strdup, Balloc, rv_alloc): use size_t.nobu
2009-03-14* util.c (ruby_qsort): the result of cmp must be signed, so getnobu
2009-03-14* dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu
2009-03-14* dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu
2009-03-14* lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu
2009-03-13* 2009-03-14svn
2009-03-13* lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz