summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2009-02-25 * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa
2009-02-25 * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa
2009-02-25* string.c (rb_str_force_encoding): should clear coderange at changingnobu
2009-02-25* io.c (rb_io_getline_1): enables limit even if rs is given.nobu
2009-02-24* string.c (rb_str_chomp_bang): coderange may change.nobu
2009-02-24* string.c (rb_str_delete_bang): should recalculate coderange.nobu
2009-02-24* file.c (rb_file_size): new method added. [ruby-core:22088]matz
2009-02-24* class.c (rb_scan_args): Allow specifying the number of trailingknu
2009-02-24* ext/curses/curses.c (curses_colors): new method added. a patchmatz
2009-02-24* class.c (rb_scan_args): Revamp rb_scan_args() to compute theknu
2009-02-24* array.c (rb_ary_index, rb_ary_rindex): Emit a warning that aknu
2009-02-24* ext/socket/socket.c (sockaddr_obj): convert fe80:1::1 to fe80::1%1.akr
2009-02-24* ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.akr
2009-02-24* ext/socket/ancdata.c (ancillary_timestamp): new method.akr
2009-02-24* common.mk (main): split from exts and makes main program afternobu
2009-02-24* common.mk (ripper.c): exec can't work on Windows.nobu
2009-02-24* Makefile.in (id.h): overwrites unconditinally.nobu
2009-02-24* missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger thannobu
2009-02-24* signal.c (rb_disable_interrupt, rb_enable_interrupt): seenobu
2009-02-24* process.c (rb_waitpid): last argument was missing.nobu
2009-02-23* numeric.c (flo_eq): remove unnecessary NaN check using isnan().matz
2009-02-23* bootstraptest/test_thread.rb: fix for environment where fork is notmame
2009-02-23* thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame
2009-02-23* insns.def (opt_minus): inline float operation.matz
2009-02-23* math.c (Need_Float): call rb_to_float() only when it is reallymatz
2009-02-23* range.c (range_each): check #succ only when it is reallymatz
2009-02-23* lib/pathname.rb (Pathname#foreachline): removed wronglymatz