summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* forgot to commit.akr2009-03-021-7/+7
* * ext/socket/raddrinfo.c (addrinfo_mload): don't use "sun" variableakr2009-03-021-0/+5
* * file.c: include fcntl.h for O_RDONLY on Solaris.akr2009-03-022-0/+8
* * lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu2009-03-022-2/+10
* * README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.nobu2009-03-023-0/+15
* * win32/win32.c (init_env): keeps wide chars as wide chars.nobu2009-03-022-20/+41
* * ext/dl/dl.h (dlerror): fixed on Windows.nobu2009-03-024-2/+20
* * ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,nobu2009-03-022-30/+30
* * eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu2009-03-023-2/+7
* * 2009-03-02svn2009-03-011-2/+2
* merged a patch from Alessandro Di Maria in [ruby-core:22560].seki2009-03-012-10/+16
* * ext/socket/raddrinfo.c: suppress warnings.akr2009-03-014-6/+14
* rdoc update.akr2009-03-011-1/+1
* * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.akr2009-03-015-6/+11
* * ext/dl/win32/lib/Win32API.rb (initialize): passes restnobu2009-03-012-2/+7
* * ext/zlib/zlib.c (zstream_run): suppress a warning. a patch fromnobu2009-03-012-1/+6
* * util.c (ruby_dtoa): allocates one more byte to get rid of buffernobu2009-03-012-1/+6
* * common.mk (.y.c): removed extra backslash. [ruby-core:22602]nobu2009-03-012-1/+5
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-015-27/+51
* * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.nobu2009-03-012-1/+6
* * process.c (rb_waitpid): use wait_each() on no waitpid platforms.nobu2009-03-012-34/+49
* * process.c (proc_daemon): stops and restarts timer thread becausenobu2009-03-012-0/+8
* * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr2009-03-019-38/+47
* add a space.akr2009-03-011-1/+1
* * ext/socket: add rsock_prefix.akr2009-03-0117-282/+286
* * test/ruby/test_path.rb (test_extname): test for r19596.nobu2009-03-011-0/+9
* * 2009-03-01svn2009-03-011-3/+3
* * test/ruby/test_path.rb (test_basename): test for r19595.nobu2009-03-011-0/+2
* * vm_eval.c (rb_iterate): use volatile to suppress warnings.akr2009-02-283-2/+8
* * eval_error.c (error_print): use volatile to suppress warnings.akr2009-02-286-9/+23
* * ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr2009-02-283-0/+20
* * lib/net/http.rb: suppress warnings of non-existing instance variableakr2009-02-282-1/+9
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1akr2009-02-282-0/+7
* update doc (add Pathname#binread)kazu2009-02-272-2/+4
* s/extention/extension/gkazu2009-02-271-5/+5
* * 2009-02-28svn2009-02-271-2/+2
* * ext/socket/raddrinfo.c: suppress strict-aliasing warning withakr2009-02-275-10/+31
* * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr2009-02-273-20/+72
* * ext/openssl/lib/openssl/buffering.rb: define Buffering module underakr2009-02-272-0/+7
* add a test.akr2009-02-271-0/+33
* * lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr2009-02-272-2/+9
* * util.c: fix SEGV by test_time.rb withakr2009-02-272-33/+49
* * compile.c (cdhash_type, iseq_set_sequence): should not callnobu2009-02-272-0/+39
* * file.c (file_load_ok): cygwin allows to open directories.nobu2009-02-271-1/+1
* * file.c (file_load_ok): cygwin allows to open directories.nobu2009-02-271-1/+1
* * gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu2009-02-273-4/+9
* * file.c (file_load_ok): checks if regular file, except for thenobu2009-02-272-7/+15
* * include/ruby/intern.h (rb_io_get_io): added prototype.nobu2009-02-271-0/+1
* * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu2009-02-273-16/+23
* * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa2009-02-273-3/+57