aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/prettyprint.rb: re-implemented for incremental output to handleakr2002-06-271-0/+7
* * parse.y (literal_concat_string): non-string last expression innobu2002-06-261-0/+5
* * parse.y (words, qwords): word list literal rules.nobu2002-06-261-0/+8
* * parse.y (string1, xstring, regexp): moved lex_strnestnobu2002-06-251-0/+5
* * dln.c: remove definition rb_loaderror().H_Konishi2002-06-251-0/+4
* * dln.c: remark definition rb_loaderror().H_Konishi2002-06-241-0/+4
* * parse.y (string_dvar): allow back references in interpolation.nobu2002-06-241-0/+4
* * parse.y (yylex): __END__ should not be effective withinmatz2002-06-241-0/+14
* * lib/mkmf.rb (create_makefile): get rid of nested string.nobu2002-06-241-1/+5
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-0/+16
* updated to the new version (based on date2 3.3).tadf2002-06-221-0/+5
* * ext/readline/readline.c (readline_readline): get rid ofnobu2002-06-201-0/+5
* * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban2002-06-201-0/+5
* * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban2002-06-201-0/+4
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-0/+5
* * parse.y (yylex): ? followed by successive word charaters isnobu2002-06-181-1/+4
* * parse.y (yylex): commands after break/next/rescue can takenobu2002-06-181-0/+5
* * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa2002-06-181-0/+4
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-0/+18
* * parse.y (yylex): should pushback proper char after '<<'.nobu2002-06-181-0/+10
* * dln.c (dln_load): need to preserve dln_strerror() result,nobu2002-06-171-0/+5
* * dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu2002-06-151-0/+6
* *bcc32 fix for win9x.H_Konishi2002-06-141-0/+8
* * parse.y (read_escape): deny zero-width hexadecimal character.nobu2002-06-141-0/+9
* * eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz2002-06-131-0/+21
* merged differences between uri-0.9.6 and uri-0.9.7akira2002-06-121-0/+10
* * parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG.matz2002-06-121-0/+20
* * parse.y (stmt): fix typo.nobu2002-06-111-0/+4
* * configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.eban2002-06-111-0/+7
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-0/+29
* * lib/net/ftp.rb (noop): new method.shugo2002-06-111-0/+6
* * bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value.usa2002-06-111-0/+6
* * bcc32/configure.bat fix.H_Konishi2002-06-111-0/+4
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+16
* fix PR#.akr2002-06-101-1/+1
* *** empty log message ***nobu2002-06-101-1/+2
* * numeric.c (fix_lshift): negative shift count means right shift.nobu2002-06-101-0/+9
* * ext/dl: change the callback mechanism.ttate2002-06-091-0/+4
* modify typo.aamine2002-06-091-1/+1
* * sample/biorhythm.rb (getPosiiton,etc)H_Konishi2002-06-061-0/+5
* * win32/Makefile.sub (config.status): use sub! instead of []= becauseusa2002-06-061-0/+5
* typo.nobu2002-06-061-1/+1
* * lib/thread.rb (Queue::pop): get rid of race condition.nobu2002-06-061-0/+4
* * ext/Win32API/extconf.rb: refactoring.eban2002-06-041-0/+2
* * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban2002-06-041-0/+4
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-0/+12
* * ext/socket/getaddrinfo.c (gai_strerror): make literals const.nobu2002-06-031-1/+1
* * ext/socket/addrinfo.h: typo.nobu2002-06-031-0/+13
* change PLATFORM with RUBY_PLATFORM.suke2002-06-031-1/+5
* * parse.y (here_document): check if identifier is terminated.nobu2002-06-021-0/+8