summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (eval_string_with_cref): replaces the message ifnobu2009-03-302-3/+16
* * 2009-03-30svn2009-03-291-2/+2
* * test/csv/test_interface.rb: Trying a fix for some failing testsjeg22009-03-292-1/+6
* * lib/pathname.rb (Pathname#relative_path_from): compares pathnobu2009-03-283-4/+17
* rdoc update.akr2009-03-281-0/+2
* * common.mk (ruby.imp): all symbols in static library need to benobu2009-03-282-2/+9
* * sprintf.c (rb_str_format): checks if named argument given twice.nobu2009-03-273-7/+23
* * sprintf.c (GETNAMEARG): remembers named arg is used, to get ridnobu2009-03-272-1/+6
* * lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu2009-03-273-5/+7
* * lib/mkmf.rb (what_type?): checks more restrictively, andnobu2009-03-272-15/+36
* * time.c (time_cmp): negate the result of reverse comparison.akr2009-03-263-1/+15
* * 2009-03-27svn2009-03-261-2/+2
* * bignum.c (rb_cmpint): FIX2INT may fail on LP64 platforms.akr2009-03-262-1/+10
* * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well formatz2009-03-262-0/+7
* * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would benobu2009-03-263-10/+14
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considersnobu2009-03-262-2/+14
* * 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