aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban2002-12-274-10/+14
* * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir fromnobu2002-12-273-8/+15
* * wince/config, wince/configure.bat: replace 1.7 with 1.8uema22002-12-273-141/+140
* * instruby.rb: fileutils.rb accepts only one argument.aamine2002-12-272-1/+5
* * lib/fileutils.rb (fu_parseargs): reject illegal options correctly.aamine2002-12-272-46/+54
* * instruby.rb: check only `-' option, and use fileutils instead ofnobu2002-12-262-57/+35
* * lib/net/telnet.rb: Telnet#print not add "\n".wakou2002-12-263-22/+35
* 2002-12-26eban2002-12-261-3/+3
* commit miss.eban2002-12-261-0/+8
* * configure.in: cleanups for MinGW. remove -D__NO_ISOCEXT in $CFLAGS.eban2002-12-261-3/+2
* * ext/extmk.rb (create_makefile): check only `-' option.eban2002-12-262-11/+8
* * win32/setup.mak (-prologue-): moved srcdir macro definition.usa2002-12-262-1/+6
* exiled historical RD inclusion, wrong [ruby-dev:19191]gotoken2002-12-251-13/+2
* * regex.c (re_match_exec): fix odd \G behavior based on the patchmatz2002-12-253-6/+24
* * bcc32/setup.mak (-generic-): removed garbages.nobu2002-12-252-2/+6
* * 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