aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bin/{irb,rdoc}: executable.nobu2009-03-263-2/+2
* * configure.in (target_alias): replaces cpu with universal too.nobu2009-03-243-2/+16
* * 2009-03-25svn2009-03-241-2/+2
* * mkconfig.rb (MAJOR, MINOR, TEENY): reads from version.h always.nobu2009-03-242-17/+13
* * configure.in (RUBY_CHECK_SIZEOF): need to include $4.nobu2009-03-242-3/+8
* * 2009-03-24svn2009-03-241-2/+2
* * io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.knu2009-03-242-1/+8
* * time.c (time_timespec): use NUM2TIMET.akr2009-03-232-4/+9
* * process.c (Init_process): Better patch for eliminating anknu2009-03-232-4/+13
* * ext/dbm/dbm.c (fdbm_initialize): Make the file variableknu2009-03-233-2/+12
* * file.c (rb_file_s_lstat): Back out.knu2009-03-232-1/+5
* * file.c (rb_file_s_stat, rb_file_s_lstat): Remove repeated typeknu2009-03-232-2/+6
* * gc.c (init_heap): set default to heap slots lengthnari2009-03-232-0/+16
* * win32/win32.c (rb_w32_spawn): use original command if not found.nobu2009-03-232-2/+5
* * enc/depend (link_so): replaces $(TARGET) with basename of thenobu2009-03-223-4/+16
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-224-32/+85
* rdoc update.akr2009-03-211-0/+28
* * ext/openssl/ossl_ssl.c (write_would_block): defined.akr2009-03-214-24/+126
* * ext/dl: updated svn:ignore.nobu2009-03-211-1/+1
* * test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu2009-03-201-0/+7
* * test/ruby/test_process.rb: skips tests need fd inheritance.nobu2009-03-201-11/+22
* * win32/win32.c (rb_w32_conv_from_wstr): added.nobu2009-03-201-56/+0
* * process.c (rb_exec): prints error message only on platformsnobu2009-03-202-6/+20
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program namenobu2009-03-202-50/+122
* * io.c (pipe_open): should pass program name even if multiplenobu2009-03-202-1/+6
* * 2009-03-21svn2009-03-201-2/+2
* * ext/openssl/lib/openssl/buffering.rbakr2009-03-205-7/+113
* * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.nobu2009-03-202-0/+5
* * ChangeLog: a patch was being attached to [Bug#1305].nobu2009-03-201-1/+2
* * configure.in (libprefix): must not append "lib" after $(libdir),nobu2009-03-202-2/+7
* * ChangeLog: commit miss.nobu2009-03-201-0/+13
* * 2009-03-20svn2009-03-191-2/+2
* update rdoc and NEWS.akr2009-03-193-0/+66
* use IO::WaitWritable.akr2009-03-192-2/+2
* * io.c (rb_mWaitReadable): defined.akr2009-03-1920-70/+208
* * configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu2009-03-194-58/+60
* 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