aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb: split --make argument contains options, assumenobu2002-12-305-13/+32
* 2002-12-30nobu2002-12-301-3/+3
* * string.c (rb_str_substr): should share the shared string ifnobu2002-12-302-2/+10
* * ext/socket/socket.c (tcp_svr_init): local host tonobu2002-12-292-3/+11
* * file.c (rb_file_s_chmod): get rid of gcc-3 -O3 warning.nobu2002-12-292-1/+3
* 2002-12-29nobu2002-12-291-3/+3
* * gc.c (gc_sweep): adjust GC trigger.nobu2002-12-296-44/+35
* add location.aamine2002-12-291-1/+2
* forgot to commit ChangeLog.aamine2002-12-291-0/+4
* * lib/fileutils.rb: should not inherit ftools.rb's misfeature.aamine2002-12-291-3/+0
* * lib/fileutils.rb (cmp): return false if file size differs.usa2002-12-282-1/+5
* * instruby.rb: remove junk args.eban2002-12-284-1/+12
* * lib/cgi.rb (CGI#[]): improvement. thanks to Kazuhiro NISHIYAMAwakou2002-12-272-0/+8
* 2002-12-28eban2002-12-272-3/+14
* * instruby.rb: use getopts.rb.eban2002-12-271-11/+6
* * {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