aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz2007-08-261-2/+1
* * typo fixed (analysys -> analysis)nahi2007-08-251-2/+2
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-244-7/+8
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-243-9/+9
* * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr2007-08-211-5/+28
* * lib/rexml/rexml.rb: added encoding.nobu2007-08-181-0/+1
* * lib/rexml/rexml.rb: removed doubled constant.nobu2007-08-181-3/+2
* fix Dir.mktmpdir doc.akr2007-08-181-1/+1
* update Dir.mktmpdir document.akr2007-08-161-1/+2
* forgot to remove.akr2007-08-151-128/+0
* * lib/tmpdir.rb (Dir.mktmpdir): new method. [ruby-dev:31416]akr2007-08-151-0/+61
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-132-7/+4
* * lib/open-uri.rb: make ftp passive mode to avoid NAT problem.akr2007-08-131-0/+1
* * vm_dump.c (debug_print_pre): fix to show control frame count.ko12007-08-121-139/+168
* * lib/date/format.rb: reverted some wrongly erased "o" optionstadf2007-08-101-10/+10
* * irb/ruby-lex.rb: support for '\c'. [ruby-talk:263508]keiju2007-08-061-0/+6
* * lib/vm/instruction.rb (make_header_analysys): fix last commit.ko12007-08-061-0/+8
* * lib/vm/instruction.rb (make_header_analysys): add to separateko12007-08-061-4/+9
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.nobu2007-08-062-80/+80
* * common.mk (INSNS): not chdir to srcdir.nobu2007-08-061-6/+14
* added a note.tadf2007-08-051-2/+2
* * lib/rss, sample/rss, test/rss:kou2007-08-0522-708/+1286
* * lib/mkmf.rb (find_type): new method.nobu2007-08-021-12/+35
* * lib/mkmf.rb (have_type): suppress a warning with -Wall.nobu2007-08-021-1/+1
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-1/+1
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-52/+52
* * lib/date/format.rb (_parse): now interprets slashed numericaltadf2007-07-311-1/+1
* Fixes a bug in the pretty printer related to an incomplete refactoring.ser2007-07-283-7/+12
* Indentation fix.ser2007-07-251-0/+1
* Merges upstream changes for REXML v3.1.7ser2007-07-2523-1414/+1775
* * lib/date/format.rb (Date._parse): now accepts some newtadf2007-07-222-22/+59
* * lib/date.rb, lib/date/format.rb (Date._parse): now can take sometadf2007-07-212-24/+305
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu2007-07-211-1/+2
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu2007-07-211-0/+1
* * lib/date/format.rb (Date._parse): completes calendar week based year.tadf2007-07-201-17/+23
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-161-1/+1
* * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr2007-07-131-1/+1
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-131-9/+11
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-075-39/+284
* * lib/pp.rb (PP::PPMethods#pp_hash): sort condition changed:akr2007-07-071-4/+5
* * lib/pp.rb (PP::PPMethods#pp_hash): sort ifakr2007-07-071-1/+8
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-062-18/+23
* * lib/webrick/httpauth/authenticator.rbnahi2007-07-041-1/+1
* * eval_intern.h, yarvcore.h: move declaration of sysstack_errorko12007-07-011-1/+1
* * lib/cgi/session.rb (create_new_id): don't cut off md5.hexdigest toakr2007-06-291-1/+1
* * parse.y (assoc_list): remove expanded hash literal (no splat).matz2007-06-291-40/+40
* * lib/vm/instruction.rb: set properties.nobu2007-06-291-1331/+1331
* * tool/insns2vm.rb, lib/vm/instruction.rb: move process bodyko12007-06-291-0/+1331
* * parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu2007-06-182-75/+37
* fix typo.akr2007-06-161-1/+1