aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-141-1/+1
* * lib/securerandom.rb: documente updated.akr2007-06-141-2/+2
* * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu2007-06-121-1/+6
* * lib/mkmf.rb (find_header): use header names in the message.nobu2007-06-121-1/+2
* Fixed typo in code. Fixes bug #10420ryan2007-06-121-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-21/+45
* add document.akr2007-06-101-0/+9
* * lib/securerandom.rb: renamed from lib/secrand.rb.akr2007-06-102-2/+130
* * lib/secrand.rb: rename SecRand() to SecRand.random_number.akr2007-06-081-27/+30
* documented.akr2007-06-081-1/+60
* * lib/cgi/session.rb: use secrand for generating cookies.akr2007-06-081-9/+15