summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-09-01 * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf
2007-08-30* lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu
2007-08-30* lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu
2007-08-29* lib/open-uri.rb: add :ftp_active_mode option.akr
2007-08-26* io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz
2007-08-25 * typo fixed (analysys -> analysis)nahi
2007-08-24* test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-08-21* lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr
2007-08-18* lib/rexml/rexml.rb: added encoding.nobu
2007-08-18* lib/rexml/rexml.rb: removed doubled constant.nobu
2007-08-18fix Dir.mktmpdir doc.akr
2007-08-16update Dir.mktmpdir document.akr
2007-08-15forgot to remove.akr
2007-08-15* lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416]akr
2007-08-13* lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou
2007-08-13* lib/open-uri.rb: make ftp passive mode to avoid NAT problem.akr
2007-08-12* vm_dump.c (debug_print_pre): fix to show control frame count.ko1
2007-08-10 * lib/date/format.rb: reverted some wrongly erased "o" optionstadf
2007-08-06* irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju
2007-08-06* lib/vm/instruction.rb (make_header_analysys): fix last commit.ko1
2007-08-06* lib/vm/instruction.rb (make_header_analysys): add to separateko1
2007-08-06* lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu
2007-08-06* common.mk (INSNS): not chdir to srcdir.nobu
2007-08-05added a note.tadf
2007-08-05* lib/rss, sample/rss, test/rss:kou
2007-08-02* lib/mkmf.rb (find_type): new method.nobu
2007-08-02* lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-01* generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu
2007-07-31 * lib/date/format.rb (_parse): now interprets slashed numericaltadf
2007-07-28Fixes a bug in the pretty printer related to an incomplete refactoring.ser
2007-07-25Indentation fix.ser
2007-07-25Merges upstream changes for REXML v3.1.7ser
2007-07-22 * lib/date/format.rb (Date._parse): now accepts some newtadf
2007-07-21 * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf
2007-07-21* lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20 * lib/date/format.rb (Date._parse): completes calendar week based year.tadf
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-13* lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr
2007-07-13* lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu
2007-07-07* lib/json.rb, lib/json/, ext/json/:naruse
2007-07-07* lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr
2007-07-07* lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr
2007-07-06 * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju
2007-07-04 * lib/webrick/httpauth/authenticator.rbnahi
2007-07-01* eval_intern.h, yarvcore.h: move declaration of sysstack_errorko1
2007-06-29* lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr
2007-06-29* parse.y (assoc_list): remove expanded hash literal (no splat).matz