summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-034-13/+22
* * ext/extmk.rb: quotes arguments with spaces always.nobu2009-04-033-3/+7
* * lib/getoptlong.rb: remove unused udoc/usage from example.matz2009-04-022-1/+5
* * win32/Makefile.sub (config.h): updated.nobu2009-04-013-6/+10
* * configure.in (rb_cv_fork_with_pthread): fail if the child processakr2009-04-012-0/+7
* * lib/mkmf.rb (create_makefile): support for parallel make. anobu2009-04-012-1/+6
* * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.nobu2009-04-012-2/+7
* * vm_dump.c (rb_vm_bugreport): should not #include inside anobu2009-04-012-1/+9
* * mkconfig.rb: ignores version numbers in config.status. replacesnobu2009-04-012-1/+7
* * Makefile.in (.c.i): use CPP instead of CC, since gcc -E can'tnobu2009-04-012-1/+6
* * thread.c (rb_thread_fd_select): new function to call selectmatz2009-04-014-5/+47
* * process.c (rb_f_sleep): RDoc disambiguation. [ruby-talk:332632]matz2009-04-012-2/+6
* * 2009-04-01svn2009-03-311-3/+3
* update rdoc.akr2009-03-311-4/+4
* * configure.in: fixed the help strings for the header and librarynobu2009-03-312-25/+37
* * 2009-03-31svn2009-03-301-2/+2
* * test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg22009-03-303-21/+26
* * .gdbinit (rp): show negative fixnum correctly.akr2009-03-302-1/+5
* * 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