summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-12set svn:eol-stylev1_8_0_preview1shyouhei
2002-12-24This commit was manufactured by cvs2svn to create tag(no author)
2002-12-24021224matz
2002-12-24* class.c (ins_methods_i): should not show ID_ALLOCATOR.matz
2002-12-24Convert RD to Rdoc.knu
2002-12-23* lib/README: Synchronize with reality.knu
2002-12-23* MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.knu
2002-12-23Rename an argument name to avoid a potential clash.knu
2002-12-21* ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument.usa
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-21* lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban
2002-12-20* misc/ruby-mode.el (ruby-parse-partial): keywords must not benobu
2002-12-20ditto.nobu
2002-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-12-20* io.c (rb_io_fwrite): separated from io_write().nobu
2002-12-202002-12-20eban
2002-12-20* object.c (Init_Object): should not remove Class#allocate.matz
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-20Fix a fatal typo. (pointed out by Jim Freeze)knu
2002-12-19Improve.knu
2002-12-19Be consistent on the use of the implicit $_.knu
2002-12-19Improve.knu
2002-12-19Fix a bug.knu
2002-12-19The use of $_ and ~/RE/ is discouraged.knu
2002-12-19Strive to give better examples.knu
2002-12-19* lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu
2002-12-19Delete final.rb.knu
2002-12-19* lib/tempfile.rb: Embed Rdoc style comments.knu
2002-12-19Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu
2002-12-19Delete final.rb, which was obsoleted long ago.knu
2002-12-19* re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a,nobu
2002-12-19* numeric.c (DBL_EPSILON): fix typo.usa
2002-12-19[BUG] not SEGV.nobu
2002-12-19* eval.c (assign): avoid SEGV at multiple attribute assignment.nobu
2002-12-192002-12-19nobu
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-19Mention the open-uri.rb import.knu
2002-12-19forgot to commit with open-uri.rb.akr
2002-12-18Add a missing ||.knu
2002-12-18* string.c (rb_str_dup_frozen): handle tail shared string.nobu
2002-12-17* string.c (rb_str_new4): handle tail shared string.nobu
2002-12-17* re.c (rb_reg_nth_match): tail sharing.nobu
2002-12-17* eval.c (is_defined): NODE_ATTRASGN should be assignment.nobu
2002-12-172002-12-17nobu
2002-12-17* node.h (NODE_ATTRASGN): new node, assignment to attribute.nobu
2002-12-16* lib/open-uri.rb: new file.akr
2002-12-16* file.c (utimbuf): need to define for VC++.usa
2002-12-162002-12-16nobu
2002-12-16* parse.y (nextc): get rid of overrun. (pointed out by akrnobu
2002-12-16* removed URI::Generic#to_ary.akira