summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-01-25* ext/socket/socket.c (socket_s_ip_address_list): renamed fromakr
2009-01-25* cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too.nobu
2009-01-25* win32/Makefile.sub (clean-ext): condition of EXTS was inverted.nobu
2009-01-25* lib/mkmf.rb (create_makefile):fixed the variables order becausenobu
2009-01-25* common.mk (clean-extout): removes extout directory.nobu
2009-01-25* Makefile.in, win32/Makefile.sub (RMDIRS): remove directory andnobu
2009-01-25* dir.c (join_path): use strlcat() to force link.nobu
2009-01-24* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
2009-01-23* lib/mkmf.rb (configuration): tools under the top sourcenobu
2009-01-23* golf_prelude.rb (Enumerator#inspect): avoid warning.eban
2009-01-23* lib/mkmf.rb (configuration): leaves PATH_SEPARATOR unchanged.nobu
2009-01-23* lib/mkmf.rb (mkintpath): new function which converts native pathnobu
2009-01-23* lib/mkmf.rb (try_func): got rid of c-mode confusion.nobu
2009-01-23* signal.c (trap_handler): also accepts symbols. [ruby-dev:37823]nobu
2009-01-22* lib/mkmf.rb (create_makefile): removes installed files undernobu
2009-01-22* lib/cgi/core.rb (CGI.parse): generate only key on params hashxibbar
2009-01-22* lib/rubygems/installer.rb (Gem::Installer#initialize): fixednobu
2009-01-22 * revert previous revision. it's already out-of-date.usa
2009-01-22 * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa
2009-01-22* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu
2009-01-22* gc.c (define_final): cannot define finalizer for immediatenobu
2009-01-22* thread.c (rb_time_timeval): made a real prototype. a patch fromnobu
2009-01-21* array.c (ary_double_capa): a new function to expand array morematz
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu
2009-01-21 * array.c (take_items): to_ary() raises ArgumentError if cannot tousa
2009-01-21* parse.y (debug_lines): calls rb_intern() once.nobu
2009-01-21* include/ruby/io.h (FMODE_EOF): EOF flag on TTY.nobu
2009-01-21* include/ruby/io.h (typedef struct rb_io_t):nobu
2009-01-20Imported minitest 1.3.1 r4532.ryan
2009-01-20* ext/socket/socket.c (socket_s_list_ip_address): new method.akr
2009-01-20* ext/socket/rubysocket.h (pseudo_AF_FTIP): moved from mkconstants.rb.akr
2009-01-20* ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char.naruse
2009-01-20* cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixednobu
2009-01-20* Makefile.in (miniruby): renames and then removes, to get rid ofnobu
2009-01-20* string.c (hash): fixed the tail bytes handling in the alignednobu
2009-01-20 * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.usa
2009-01-19* array.c (take_items), enum.c (enum_zip): tries to convert tonobu
2009-01-19* ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9.naruse
2009-01-19* string.c (hash): fixed typo. [ruby-dev:37791]nobu
2009-01-19* ext/socket/mkconstants.rb (SOMAXCONN): defined.akr
2009-01-19* ext/socket/mkconstants.rb: use erb for generating code.akr
2009-01-19* string.c (hash): defaulted to MurmurHash 2.0.nobu
2009-01-19* include/ruby/defines.h (RUBY_ALIAS_FUNCTION_TYPE): added.nobu
2009-01-19* include/ruby/defines.h (RUBY_ALIAS_FUNCTION2): added.nobu
2009-01-19* string.c (hash): added MurmurHash 2.0.nobu
2009-01-19* thread.c (rb_thread_execute_interrupts): needsnobu
2009-01-19* ruby.c (require_libraries): reset th->parse_in_eval whileko1
2009-01-19* vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko1
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1