aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (.y.c): removed extra backslash. [ruby-core:22602]nobu2009-03-011-0/+4
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-011-0/+12
* * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.nobu2009-03-011-0/+5
* * process.c (rb_waitpid): use wait_each() on no waitpid platforms.nobu2009-03-011-0/+5
* * process.c (proc_daemon): stops and restarts timer thread becausenobu2009-03-011-0/+5
* * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr2009-03-011-0/+11
* add a space.akr2009-03-011-1/+1
* * ext/socket: add rsock_prefix.akr2009-03-011-0/+4
* * vm_eval.c (rb_iterate): use volatile to suppress warnings.akr2009-02-281-0/+6
* * eval_error.c (error_print): use volatile to suppress warnings.akr2009-02-281-0/+13
* * ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr2009-02-281-0/+4
* * lib/net/http.rb: suppress warnings of non-existing instance variableakr2009-02-281-0/+5
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1akr2009-02-281-0/+5
* s/extention/extension/gkazu2009-02-271-5/+5
* * ext/socket/raddrinfo.c: suppress strict-aliasing warning withakr2009-02-271-0/+12
* * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr2009-02-271-0/+6
* * ext/openssl/lib/openssl/buffering.rb: define Buffering module underakr2009-02-271-0/+5
* * lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr2009-02-271-0/+5
* * util.c: fix SEGV by test_time.rb withakr2009-02-271-0/+5
* * compile.c (cdhash_type, iseq_set_sequence): should not callnobu2009-02-271-0/+6
* * 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-271-0/+5
* * file.c (file_load_ok): checks if regular file, except for thenobu2009-02-271-2/+4
* * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu2009-02-271-0/+4
* * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa2009-02-271-0/+7
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-271-0/+5
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr2009-02-261-0/+4
* * hash.c (hash_foreach_iter): fix for prototype.nobu2009-02-261-0/+4
* * common.mk (INSNS, newline.c, miniprelude.c, prelude.c),nobu2009-02-261-0/+6
* * util.c (valid_filename): use our own implementation of open(),usa2009-02-261-0/+5
* * iseq.c (cdhash_each): resurrects internal literals.nobu2009-02-261-0/+4
* * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa2009-02-261-0/+7
* * ext/socket/mkconstants.rb: more MSG_* constants.akr2009-02-251-0/+4
* * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr2009-02-251-0/+9
* * ext/socket/ancdata.c (ancillary_unix_rights): raiseakr2009-02-251-0/+7
* * ext/socket/ancdata.c (ancillary_s_unix_rights): new method.akr2009-02-251-0/+4
* * ext/socket/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd isakr2009-02-251-0/+10
* * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa2009-02-251-0/+16
* * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa2009-02-251-0/+8
* * string.c (rb_str_force_encoding): should clear coderange at changingnobu2009-02-251-0/+5
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-0/+5
* * string.c (rb_str_chomp_bang): coderange may change.nobu2009-02-241-0/+5
* * string.c (rb_str_delete_bang): should recalculate coderange.nobu2009-02-241-0/+5
* * file.c (rb_file_size): new method added. [ruby-core:22088]matz2009-02-241-0/+4
* * class.c (rb_scan_args): Allow specifying the number of trailingknu2009-02-241-0/+8
* * ext/curses/curses.c (curses_colors): new method added. a patchmatz2009-02-241-0/+7
* * class.c (rb_scan_args): Revamp rb_scan_args() to compute theknu2009-02-241-0/+6
* * array.c (rb_ary_index, rb_ary_rindex): Emit a warning that aknu2009-02-241-0/+5
* * ext/socket/socket.c (sockaddr_obj): convert fe80:1::1 to fe80::1%1.akr2009-02-241-0/+4
* * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.akr2009-02-241-0/+4