summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/socket/ancdata.c (ancillary_timestamp): new method.akr2009-02-241-0/+4
* * common.mk (main): split from exts and makes main program afternobu2009-02-241-0/+12
* * common.mk (ripper.c): exec can't work on Windows.nobu2009-02-241-1/+5
* * Makefile.in (id.h): overwrites unconditinally.nobu2009-02-241-0/+4
* * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger thannobu2009-02-241-0/+5
* * signal.c (rb_disable_interrupt, rb_enable_interrupt): seenobu2009-02-241-0/+5
* * process.c (rb_waitpid): last argument was missing.nobu2009-02-241-0/+7
* * numeric.c (flo_eq): remove unnecessary NaN check using isnan().matz2009-02-231-0/+7
* * bootstraptest/test_thread.rb: fix for environment where fork is notmame2009-02-231-0/+5
* * thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame2009-02-231-0/+5
* * insns.def (opt_minus): inline float operation.matz2009-02-231-0/+6
* * math.c (Need_Float): call rb_to_float() only when it is reallymatz2009-02-231-0/+3