summaryrefslogtreecommitdiff
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-24doc. wording fix.akr
2007-10-23rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc.akr
2007-10-21* fixed commit miss in r13747: committed a missing file.kou
2007-10-21* reverted commit miss in r13747.kou
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-15Mention ipaddr enhancements. Prepend stars to list items while I'm here.knu
2007-10-15Merge from trunk.knu
2007-10-15reword a bitknu
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): commit miss.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* 2007-10-11usa
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-08describe about Regexp.union.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-052007-10-05knu
2007-10-05* lib/shellwords.rb: Add shellescape() and shelljoin().knu
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