summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei2007-08-221-5/+8
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei2007-08-222-80/+80
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13214 b2dd03c...shyouhei2007-08-221-1/+1
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hshyouhei2007-08-221-0/+1
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei2007-08-221-0/+1
* * lib/base64.rb (Base64::b64encode): should not specify /o optionshyouhei2007-08-221-1/+1
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandshyouhei2007-08-221-5/+7
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle moreshyouhei2007-08-211-1/+1
* * lib/net/imap.rb (ResponseParser#next_token): fixedshyouhei2007-08-211-2/+2
* Fixes a bug in the pretty printer related to an incomplete refactoring.ser2007-07-283-7/+12
* r1278@bean: ser | 2007-06-07 00:53:06 -0400ser2007-07-2826-1444/+1783
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei2007-05-221-0/+1
* merge -r 12332:12336shyouhei2007-05-221-0/+3
* merge -c 12206shyouhei2007-05-221-3/+9
* merge -c 12193shyouhei2007-05-221-8/+13
* merge -c 12158shyouhei2007-05-221-1/+5
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-1/+2
* Merge changes from ruby_1_8:knu2007-03-061-3/+5
* merge a cosmetic changeknu2007-03-041-5/+1
* * lib/fileutils.rb (mv): could not move a directory betweenknu2007-03-041-2/+6
* * file.c (rb_file_s_utime): allow nil to set the current time.knu2007-03-041-3/+14
* * lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu2007-03-031-2/+2
* Merge changes between r11913 and r11943 from ruby_1_8.knu2007-02-281-5/+6
* Merge changes between r11871 and r11907 from ruby_1_8.knu2007-02-272-1/+2
* * lib/date/format.rb: updated based on date2 4.0.3.knu2007-02-241-8/+8
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-232-2/+2
* Merge trivial changes to reduce diffs from ruby_1_8.knu2007-02-201-8/+4
* * lib/.document: Apply patch for irb, e2mmap and README by Hugh Sasseknu2007-02-172-6/+9
* * lib/uri/ftp.rb: Revert the previous change pending discussion.knu2007-02-151-68/+18
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-151-6/+6
* * lib/uri/generic.rb (URI::Generic::userinfo): should supportknu2007-02-156-38/+161
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singleknu2007-02-151-5/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu2007-02-101-2/+2
* * configure.in, ext/thread/extconf.rb, lib/thread.rb: Add aknu2007-02-101-0/+4
* * lib/thread.rb: Remove an ineffective part of the code.knu2007-02-101-9/+0
* Back out the previous commit which was unintended.knu2007-02-091-2/+2
* * ext/bigdecimal: Synchronize with trunk. Better functionknu2007-02-091-2/+2
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-231-1/+1
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-1/+37
* updated based on date2 4.0.1.tadf2007-01-071-2/+4
* Revert r11453matz2007-01-037-282/+362
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-037-362/+282
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-311-93/+133
* updated based on date2 4.0.tadf2006-12-302-185/+225
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-1/+1
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-2/+2
* * lib/weakref.rb (WeakRef::__setobj__): should supportmatz2006-12-072-12/+19
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-031-2/+3
* * Cross-patch from Ruby CVS; mostly Nabu edits.ser2006-12-0114-81/+136
* * lib/rss/0.9.rb (RSS::Rss): removed needless include.kou2006-11-061-1/+0