aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * file.c (utime_failed): refined the error message for EINVAL onnobu2009-04-062-13/+65
* * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext),nobu2009-04-063-15/+20
* * numeric.c (int_chr): checsk overflow.nobu2009-04-062-1/+13
* * test/stringio/test_stringio.rb (test_path): StringIO#path is nonobu2009-04-061-4/+0
* * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu2009-04-063-9/+9
* * include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu2009-04-052-0/+5
* * include/ruby/intern.h (Init_stack): moved.nobu2009-04-052-3/+3
* * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu2009-04-042-0/+6
* * mkconfig.rb (sitearch): default to arch.nobu2009-04-033-11/+20
* * 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