| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/irb/completion.rb (IRB::InputCompletor::Operators): Add | knu | 2009-04-03 | 4 | -13/+22 |
| * | * ext/extmk.rb: quotes arguments with spaces always. | nobu | 2009-04-03 | 3 | -3/+7 |
| * | * lib/getoptlong.rb: remove unused udoc/usage from example. | matz | 2009-04-02 | 2 | -1/+5 |
| * | * win32/Makefile.sub (config.h): updated. | nobu | 2009-04-01 | 3 | -6/+10 |
| * | * configure.in (rb_cv_fork_with_pthread): fail if the child process | akr | 2009-04-01 | 2 | -0/+7 |
| * | * lib/mkmf.rb (create_makefile): support for parallel make. a | nobu | 2009-04-01 | 2 | -1/+6 |
| * | * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc. | nobu | 2009-04-01 | 2 | -2/+7 |
| * | * vm_dump.c (rb_vm_bugreport): should not #include inside a | nobu | 2009-04-01 | 2 | -1/+9 |
| * | * mkconfig.rb: ignores version numbers in config.status. replaces | nobu | 2009-04-01 | 2 | -1/+7 |
| * | * Makefile.in (.c.i): use CPP instead of CC, since gcc -E can't | nobu | 2009-04-01 | 2 | -1/+6 |
| * | * thread.c (rb_thread_fd_select): new function to call select | matz | 2009-04-01 | 4 | -5/+47 |
| * | * process.c (rb_f_sleep): RDoc disambiguation. [ruby-talk:332632] | matz | 2009-04-01 | 2 | -2/+6 |
| * | * 2009-04-01 | svn | 2009-03-31 | 1 | -3/+3 |
| * | update rdoc. | akr | 2009-03-31 | 1 | -4/+4 |
| * | * configure.in: fixed the help strings for the header and library | nobu | 2009-03-31 | 2 | -25/+37 |
| * | * 2009-03-31 | svn | 2009-03-30 | 1 | -2/+2 |
| * | * test/csv/test_interface.rb, test/csv/test_serialization.rb: | jeg2 | 2009-03-30 | 3 | -21/+26 |
| * | * .gdbinit (rp): show negative fixnum correctly. | akr | 2009-03-30 | 2 | -1/+5 |
| * | * vm_eval.c (eval_string_with_cref): replaces the message if | nobu | 2009-03-30 | 2 | -3/+16 |
| * | * 2009-03-30 | svn | 2009-03-29 | 1 | -2/+2 |
| * | * test/csv/test_interface.rb: Trying a fix for some failing tests | jeg2 | 2009-03-29 | 2 | -1/+6 |
| * | * lib/pathname.rb (Pathname#relative_path_from): compares path | nobu | 2009-03-28 | 3 | -4/+17 |
| * | rdoc update. | akr | 2009-03-28 | 1 | -0/+2 |
| * | * common.mk (ruby.imp): all symbols in static library need to be | nobu | 2009-03-28 | 2 | -2/+9 |
| * | * sprintf.c (rb_str_format): checks if named argument given twice. | nobu | 2009-03-27 | 3 | -7/+23 |
| * | * sprintf.c (GETNAMEARG): remembers named arg is used, to get rid | nobu | 2009-03-27 | 2 | -1/+6 |
| * | * lib/mkmf.rb (link_command, cc_command, cpp_command): should not | nobu | 2009-03-27 | 3 | -5/+7 |
| * | * lib/mkmf.rb (what_type?): checks more restrictively, and | nobu | 2009-03-27 | 2 | -15/+36 |
| * | * time.c (time_cmp): negate the result of reverse comparison. | akr | 2009-03-26 | 3 | -1/+15 |
| * | * 2009-03-27 | svn | 2009-03-26 | 1 | -2/+2 |
| * | * bignum.c (rb_cmpint): FIX2INT may fail on LP64 platforms. | akr | 2009-03-26 | 2 | -1/+10 |
| * | * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for | matz | 2009-03-26 | 2 | -0/+7 |
| * | * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would be | nobu | 2009-03-26 | 3 | -10/+14 |
| * | * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considers | nobu | 2009-03-26 | 2 | -2/+14 |
| * | * bin/{irb,rdoc}: executable. | nobu | 2009-03-26 | 3 | -2/+2 |
| * | * configure.in (target_alias): replaces cpu with universal too. | nobu | 2009-03-24 | 3 | -2/+16 |
| * | * 2009-03-25 | svn | 2009-03-24 | 1 | -2/+2 |
| * | * mkconfig.rb (MAJOR, MINOR, TEENY): reads from version.h always. | nobu | 2009-03-24 | 2 | -17/+13 |
| * | * configure.in (RUBY_CHECK_SIZEOF): need to include $4. | nobu | 2009-03-24 | 2 | -3/+8 |
| * | * 2009-03-24 | svn | 2009-03-24 | 1 | -2/+2 |
| * | * io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL. | knu | 2009-03-24 | 2 | -1/+8 |
| * | * time.c (time_timespec): use NUM2TIMET. | akr | 2009-03-23 | 2 | -4/+9 |
| * | * process.c (Init_process): Better patch for eliminating an | knu | 2009-03-23 | 2 | -4/+13 |
| * | * ext/dbm/dbm.c (fdbm_initialize): Make the file variable | knu | 2009-03-23 | 3 | -2/+12 |
| * | * file.c (rb_file_s_lstat): Back out. | knu | 2009-03-23 | 2 | -1/+5 |
| * | * file.c (rb_file_s_stat, rb_file_s_lstat): Remove repeated type | knu | 2009-03-23 | 2 | -2/+6 |
| * | * gc.c (init_heap): set default to heap slots length | nari | 2009-03-23 | 2 | -0/+16 |
| * | * win32/win32.c (rb_w32_spawn): use original command if not found. | nobu | 2009-03-23 | 2 | -2/+5 |
| * | * enc/depend (link_so): replaces $(TARGET) with basename of the | nobu | 2009-03-22 | 3 | -4/+16 |
| * | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL as | nobu | 2009-03-22 | 4 | -32/+85 |