aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.in: set rb_cv_need_io_flush_between_seek=yes.usa2003-01-043-1/+9
* * file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning.nobu2003-01-032-1/+5
* 2003-01-03nobu2003-01-031-3/+3
* * process.c (rb_proc_times): need to initialize first.nobu2003-01-032-8/+9
* commit missnobu2003-01-021-1/+1
* * regex.c (re_match):nobu2003-01-022-1/+5
* 2003-01-02nobu2003-01-021-3/+3
* * eval.c (bmcall): arguments should be an array.nobu2003-01-022-0/+5
* * process.c (rb_proc_times): avoid WindowsXP crash using volatilematz2003-01-011-4/+8
* add djgpp/GNUmakefileeban2003-01-011-0/+1
* * configure.in: better DJGPP support. add GNUmakefile.eban2003-01-013-1/+14
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-2/+1
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-015-213/+185
* Really cvs rm these files from HEAD.knu2002-12-312-707/+0
* Fix one more.knu2002-12-311-1/+1
* Fix typos.knu2002-12-311-6/+6
* 2003-01-01knu2002-12-311-5/+5
* * node.h (struct RNode): Change argc from int to long. Otherwizeknu2002-12-312-1/+8
* * wrong regexp.eban2002-12-311-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-318-50/+92
* Fix typos.knu2002-12-311-2/+2
* * gc.c (rb_gc_mark_frame): should mark frame->node.matz2002-12-312-0/+10
* * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST andknu2002-12-312-0/+8
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): Look for bothknu2002-12-312-26/+18
* * configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu2002-12-313-4/+15
* * array.c (rb_ary_transpose): Properly declare ary as a VALUE.knu2002-12-314-2/+16
* * parse.y (parse_string): readjusted.nobu2002-12-302-38/+55
* mdoc'ify.knu2002-12-302-254/+273
* * parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245])eban2002-12-303-14/+20
* * typofixeban2002-12-301-1/+1
* * parse.y (yylex): use strncmp instead of strcmp.eban2002-12-302-2/+7
* * 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