summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pattern refined for ldd on OpenBSD.akr2009-03-181-2/+2
* * ext/socket/ancdata.c: not use pktinfo.ipi_spec_dst if not definedtakano322009-03-183-4/+12
* * test/test_syslog.rb (TestSyslog#test_open): checkkazu2009-03-182-2/+9
* * test/test_syslog.rb (TestSyslog#test_open): checkkazu2009-03-182-3/+8
* * error.c (report_bug): rb_bug can be caused by extensionnobu2009-03-182-1/+8
* * 2009-03-18svn2009-03-171-2/+2
* * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki2009-03-172-9/+9
* * tool/make-snapshot (package): creates .revision.time and passesnobu2009-03-172-1/+7
* rdoc update.akr2009-03-171-5/+5
* rdoc update.akr2009-03-171-1/+1
* * enumerator.c (Enumerator#{each_,}{with_index,with_object}): Fixknu2009-03-172-5/+20
* * tool/ifchange: removed newer substitution syntax.nobu2009-03-171-2/+1
* make ./goruby -e 'p "abc".gs(/a/) { $& }' prints "abc".akr2009-03-171-2/+9
* * lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr2009-03-173-1/+29
* * win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu2009-03-174-1/+44
* rdoc update.akr2009-03-171-4/+42
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-1711-35/+46
* * 2009-03-17svn2009-03-171-2/+2
* * ext/dl: made indent style insistent.nobu2009-03-173-160/+160
* * test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu2009-03-162-3/+8
* * ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu2009-03-162-4/+9
* * process.c (rb_spawn_internal): suppressed a warning.nobu2009-03-161-0/+2
* * common.mk (REVISION_H): keeps timestamp of revision.h.nobu2009-03-164-17/+61
* * Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu2009-03-165-3/+24
* updated.akr2009-03-151-1/+1
* * test/minitest/test_mini_test.rb: fixed tests depending on thenobu2009-03-151-5/+13
* * lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu2009-03-153-19/+19
* * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu2009-03-151-5/+5
* * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu2009-03-152-4/+12
* * string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu2009-03-153-28/+45
* * ruby.c (load_file_internal): stop the timer thread before exec.nobu2009-03-152-0/+6
* * common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu2009-03-154-1/+10
* * common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu2009-03-143-3/+16
* * test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu2009-03-141-1/+1
* * process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t.nobu2009-03-142-4/+10
* * string.c (rb_str_subpat): accept capture name.akr2009-03-146-9/+47
* * proc.c (bmcall): should not uninitialized variable. a patch fromnobu2009-03-143-4/+9
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-146-23/+23
* * proc.c (rb_proc_call, bmcall): commit miss.nobu2009-03-141-2/+1
* * proc.c (rb_proc_call, rb_node_arity, bmcall, curry): checksnobu2009-03-142-14/+30
* * proc.c (rb_proc_call): checks overflow.nobu2009-03-142-2/+11
* * proc.c (rb_proc_arity): commit miss.nobu2009-03-141-1/+1
* * proc.c (rb_proc_parameters): unnamed_parameters() expects intnobu2009-03-142-12/+18
* * util.c (ruby_each_words): assume no string exceeds INT_MAX.nobu2009-03-142-1/+5
* * process.c (rb_spawn_internal): use int variable for status.akr2009-03-142-3/+8
* assert connects doesn't raise.akr2009-03-141-1/+6
* * process.c (rb_f_system): use rb_pid_t for pid.akr2009-03-142-12/+18
* * util.c (ruby_strdup, Balloc, rv_alloc): use size_t.nobu2009-03-142-12/+22
* * util.c (ruby_qsort): the result of cmp must be signed, so getnobu2009-03-142-18/+24
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-141-1/+1