aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-051-0/+12
* FLUSH_REGISTER_WINDOWS must not be empty. Set to NULL instead.knu2003-01-041-1/+1
* * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu2003-01-041-0/+10
* * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa2003-01-041-0/+16
* * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa2003-01-041-0/+14
* * configure.in: set rb_cv_need_io_flush_between_seek=yes.usa2003-01-041-0/+7
* * file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning.nobu2003-01-031-0/+4
* * process.c (rb_proc_times): need to initialize first.nobu2003-01-031-0/+4
* commit missnobu2003-01-021-1/+1
* * regex.c (re_match):nobu2003-01-021-0/+4
* * eval.c (bmcall): arguments should be an array.nobu2003-01-021-0/+4
* * configure.in: better DJGPP support. add GNUmakefile.eban2003-01-011-1/+8
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-0/+11
* Fix one more.knu2002-12-311-1/+1
* Fix typos.knu2002-12-311-6/+6
* * node.h (struct RNode): Change argc from int to long. Otherwizeknu2002-12-311-0/+7
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-0/+13
* Fix typos.knu2002-12-311-2/+2
* * gc.c (rb_gc_mark_frame): should mark frame->node.matz2002-12-311-0/+9
* * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST andknu2002-12-311-0/+6
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): Look for bothknu2002-12-311-0/+6
* * configure.in: Improve OpenBSD support. [obtained from: OpenBSDknu2002-12-311-0/+7
* * array.c (rb_ary_transpose): Properly declare ary as a VALUE.knu2002-12-311-0/+11
* * parse.y (parse_string): readjusted.nobu2002-12-301-0/+11
* mdoc'ify.knu2002-12-301-0/+4
* * parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245])eban2002-12-301-0/+4
* * parse.y (yylex): use strncmp instead of strcmp.eban2002-12-301-0/+5
* * ext/extmk.rb: split --make argument contains options, assumenobu2002-12-301-0/+12
* * string.c (rb_str_substr): should share the shared string ifnobu2002-12-301-0/+5
* * ext/socket/socket.c (tcp_svr_init): local host tonobu2002-12-291-0/+8
* * file.c (rb_file_s_chmod): get rid of gcc-3 -O3 warning.nobu2002-12-291-0/+2
* * gc.c (gc_sweep): adjust GC trigger.nobu2002-12-291-0/+13
* add location.aamine2002-12-291-1/+2
* forgot to commit ChangeLog.aamine2002-12-291-0/+4
* * lib/fileutils.rb (cmp): return false if file size differs.usa2002-12-281-0/+4
* * instruby.rb: remove junk args.eban2002-12-281-0/+9
* * lib/cgi.rb (CGI#[]): improvement. thanks to Kazuhiro NISHIYAMAwakou2002-12-271-0/+5
* 2002-12-28eban2002-12-271-0/+11
* * bcc32/setup.mak, win32/setup.mak(-prologue-): move srcdir fromnobu2002-12-271-0/+5
* * wince/config, wince/configure.bat: replace 1.7 with 1.8uema22002-12-271-0/+5
* * instruby.rb: fileutils.rb accepts only one argument.aamine2002-12-271-0/+4
* * lib/fileutils.rb (fu_parseargs): reject illegal options correctly.aamine2002-12-271-1/+10
* * instruby.rb: check only `-' option, and use fileutils instead ofnobu2002-12-261-0/+5
* * lib/net/telnet.rb: Telnet#print not add "\n".wakou2002-12-261-0/+6
* commit miss.eban2002-12-261-0/+8
* * win32/setup.mak (-prologue-): moved srcdir macro definition.usa2002-12-261-0/+5
* * regex.c (re_match_exec): fix odd \G behavior based on the patchmatz2002-12-251-0/+5
* * bcc32/setup.mak (-generic-): removed garbages.nobu2002-12-251-0/+4
* * bcc32/Makefile.sub, win32/Makefile.sub (RUBY_SO_NAME, config.h):usa2002-12-251-0/+12
* * lib/irb/completion.rb: Use Object#class rather than Object#type.knu2002-12-241-0/+4