summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-11-02* array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz
2007-11-01Improving with multiple network interface.seki
2007-10-26* numeric.c (fix_pow): returns 1.0 for 0**0.0.nobu
2007-10-26* numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu
2007-10-25Merged 13781 from trunk.jeg2
2007-10-25Merged 13779 from trunk.jeg2
2007-10-25* io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu
2007-10-24Merged 13767, 13768, 13769, and 13770 from trunk.jeg2
2007-10-21* lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk.kou
2007-10-18* ruby.h (RCLASS_IV_TBL): defined.akr
2007-10-15* NEWS: Merge some of the sub-sections, as the differences wereknu
2007-10-15* NEWS: Mention shellwords and tempfile enhancements.knu
2007-10-15 * ext/openssl/lib/openssl/buffering.rb (read, readpartial): revertusa
2007-10-15* marshal.c (r_bytes0): refined length check. [ruby-dev:32059]nobu
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-10-14* ext/socket/socket.c (s_accept_nonblock): make accepted fdakr
2007-10-13* configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu
2007-10-13* win32/mkexports.rb: deal with __fastcall name decorations.nobu
2007-10-13* {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108]nobu
2007-10-12* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typomatz
2007-10-12* re.c (match_values_at): make #select to be alias to #values_atmatz
2007-10-11 * {bcc32,win32}/Makefile.sub (COMMON_MACROS): workaround for old SDK'susa
2007-10-10add ML ref.akr
2007-10-10* lib/securerandom.rb: new file.akr
2007-10-08* re.c (rb_reg_s_union_m): Regexp.union accepts singleakr
2007-10-08* lib/net/http.rb, lib/open-uri.rb: removegotoyuzo
2007-10-06* string.c (rb_str_to_i): update RDoc since base can be any valuematz
2007-10-05* lib/shellwords.rb: Add shellescape() and shelljoin().knu
2007-10-05* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu
2007-10-02 * win32/win32.c (make_cmdvector): adjust escaped successiveusa
2007-10-02 * win32/win32.c (init_env): initialize HOME and USER environmentusa
2007-10-01* gc.c (id2ref): valid id should not refer T_VALUE nor T_ICLASS.matz
2007-10-01* eval.c (remove_method): should not remove undef place holder.matz
2007-09-26* ext/extmk.rb (extmake), lib/mkmf.rb (configuration): top_srcdirnobu
2007-09-25* Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as othernobu
2007-09-25* parse.y (yyerror): limit error message length. [ruby-dev:31848]nobu
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-23Sorry nobu, reverting r13473, which turned out to be a SEGV-generator.shyouhei
2007-09-23* gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu
2007-09-22* eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu
2007-09-22 * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei
2007-09-21* lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu
2007-09-21* ext/stringio/stringio.c (strio_init): separate from strio_initializenobu
2007-09-21* process.c (struct rb_exec_arg): proc should be a VALUE.nobu
2007-09-20* eval.c, intern.h, ext/thread/thread.c: should not free queue whilenobu
2007-09-20* string.c (str_alloc): defaults to null_str instead of NULL.nobu
2007-09-20* process.c (rb_detach_process): cast for the platforms where size ofnobu
2007-09-13 * lib/drb/extservm.rb (invoke_service): use Thread.exclusive instead of seki
2007-09-12* ruby.c (proc_options): -W should be allowed in RUBYOPTmatz