summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-03-02* file.c: include fcntl.h for O_RDONLY on Solaris.akr
2009-03-02* lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu
2009-03-02* README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.nobu
2009-03-02* win32/win32.c (init_env): keeps wide chars as wide chars.nobu
2009-03-02* ext/dl/dl.h (dlerror): fixed on Windows.nobu
2009-03-02* ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,nobu
2009-03-02* eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu
2009-03-01merged a patch from Alessandro Di Maria in [ruby-core:22560].seki
2009-03-01* ext/socket/raddrinfo.c: suppress warnings.akr
2009-03-01* ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.akr
2009-03-01* ext/dl/win32/lib/Win32API.rb (initialize): passes restnobu
2009-03-01* ext/zlib/zlib.c (zstream_run): suppress a warning. a patch fromnobu
2009-03-01* util.c (ruby_dtoa): allocates one more byte to get rid of buffernobu
2009-03-01* common.mk (.y.c): removed extra backslash. [ruby-core:22602]nobu
2009-03-01* ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu
2009-03-01* ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.nobu
2009-03-01* process.c (rb_waitpid): use wait_each() on no waitpid platforms.nobu
2009-03-01* process.c (proc_daemon): stops and restarts timer thread becausenobu
2009-03-01* ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr
2009-03-01add a space.akr
2009-03-01* ext/socket: add rsock_prefix.akr
2009-02-28* vm_eval.c (rb_iterate): use volatile to suppress warnings.akr
2009-02-28* eval_error.c (error_print): use volatile to suppress warnings.akr
2009-02-28* ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr
2009-02-28* lib/net/http.rb: suppress warnings of non-existing instance variableakr
2009-02-28* ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1akr
2009-02-27s/extention/extension/gkazu
2009-02-27* ext/socket/raddrinfo.c: suppress strict-aliasing warning withakr
2009-02-27* ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr
2009-02-27* ext/openssl/lib/openssl/buffering.rb: define Buffering module underakr
2009-02-27* lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr
2009-02-27* util.c: fix SEGV by test_time.rb withakr
2009-02-27* compile.c (cdhash_type, iseq_set_sequence): should not callnobu
2009-02-27* file.c (file_load_ok): cygwin allows to open directories.nobu
2009-02-27* gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu
2009-02-27* file.c (file_load_ok): checks if regular file, except for thenobu
2009-02-27* file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu
2009-02-27 * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa
2009-02-27* lib/ostruct.rb (modifiable): check if really frozen.nobu
2009-02-26* ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr
2009-02-26* hash.c (hash_foreach_iter): fix for prototype.nobu
2009-02-26* common.mk (INSNS, newline.c, miniprelude.c, prelude.c),nobu
2009-02-26 * util.c (valid_filename): use our own implementation of open(),usa
2009-02-26* iseq.c (cdhash_each): resurrects internal literals.nobu
2009-02-26 * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa
2009-02-25* ext/socket/mkconstants.rb: more MSG_* constants.akr
2009-02-25* ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr
2009-02-25* ext/socket/ancdata.c (ancillary_unix_rights): raiseakr
2009-02-25* ext/socket/ancdata.c (ancillary_s_unix_rights): new method.akr
2009-02-25* ext/socket/unixsocket.c (unix_recv_io): prevent FD leak when 2 fd isakr