aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h):usa2002-12-255-21/+45
* Synchronize with reality.knu2002-12-241-8/+2
* * lib/irb/completion.rb: Use Object#class rather than Object#type.knu2002-12-242-1/+5
* * lib/cgi.rb (Cookie::parse), lib/cgi-lib.rb (initialize): Do notknu2002-12-243-2/+8
* * numeric.c (DBL_MAX_10_EXP): fix typo. [ruby-dev:36826]usa2002-12-242-1/+5
* 021224matz2002-12-245-16/+69
* * class.c (ins_methods_i): should not show ID_ALLOCATOR.matz2002-12-246-8/+32
* Convert RD to Rdoc.knu2002-12-241-216/+119
* * lib/README: Synchronize with reality.knu2002-12-232-4/+11
* * MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.knu2002-12-234-0/+696
* Rename an argument name to avoid a potential clash.knu2002-12-231-2/+2
* * ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument.usa2002-12-212-3/+6
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-2115-4/+32
* * lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban2002-12-212-18/+28
* * misc/ruby-mode.el (ruby-parse-partial): keywords must not benobu2002-12-202-0/+7
* ditto.nobu2002-12-203-16/+12
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-2012-15/+22
* * io.c (rb_io_fwrite): separated from io_write().nobu2002-12-204-24/+45
* 2002-12-20eban2002-12-201-2/+2
* * object.c (Init_Object): should not remove Class#allocate.matz2002-12-204-63/+73
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-2016-127/+194
* Fix a fatal typo. (pointed out by Jim Freeze)knu2002-12-201-1/+1
* Improve.knu2002-12-196-23/+13
* Be consistent on the use of the implicit $_.knu2002-12-191-1/+1
* Improve.knu2002-12-192-11/+9
* Fix a bug.knu2002-12-191-1/+1
* The use of $_ and ~/RE/ is discouraged.knu2002-12-191-2/+4
* Strive to give better examples.knu2002-12-193-18/+20
* * lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu2002-12-195-27/+6
* Delete final.rb.knu2002-12-191-1/+0
* * lib/tempfile.rb: Embed Rdoc style comments.knu2002-12-192-41/+62
* Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu2002-12-192-7/+32
* Delete final.rb, which was obsoleted long ago.knu2002-12-194-6/+5
* * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu2002-12-192-7/+15
* * numeric.c (DBL_EPSILON): fix typo.usa2002-12-192-1/+5
* [BUG] not SEGV.nobu2002-12-191-1/+1
* * eval.c (assign): avoid SEGV at multiple attribute assignment.nobu2002-12-192-0/+5
* 2002-12-19nobu2002-12-191-2/+2
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-1918-47/+158
* Mention the open-uri.rb import.knu2002-12-191-0/+4
* forgot to commit with open-uri.rb.akr2002-12-191-0/+1
* Add a missing ||.knu2002-12-182-1/+5
* * string.c (rb_str_dup_frozen): handle tail shared string.nobu2002-12-182-3/+8
* * string.c (rb_str_new4): handle tail shared string.nobu2002-12-172-9/+29
* * re.c (rb_reg_nth_match): tail sharing.nobu2002-12-172-3/+5
* * eval.c (is_defined): NODE_ATTRASGN should be assignment.nobu2002-12-171-1/+1
* 2002-12-17nobu2002-12-171-2/+2
* * node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu2002-12-175-3/+45
* * lib/open-uri.rb: new file.akr2002-12-163-0/+395
* * file.c (utimbuf): need to define for VC++.usa2002-12-162-0/+7