summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-06-27* win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa
2002-06-27* lib/prettyprint.rb, lib/pp.rb: convenience methods added.akr
2002-06-27* lib/prettyprint.rb: re-implemented for incremental output to handleakr
2002-06-26* parse.y (literal_concat_string): non-string last expression innobu
2002-06-26* parse.y (words, qwords): word list literal rules.nobu
2002-06-25* parse.y (string1, xstring, regexp): moved lex_strnestnobu
2002-06-25* dln.c: remove definition rb_loaderror().H_Konishi
2002-06-24* dln.c: remark definition rb_loaderror().H_Konishi
2002-06-24* parse.y (string_dvar): allow back references in interpolation.nobu
2002-06-24* parse.y (yylex): __END__ should not be effective withinmatz
2002-06-24* lib/mkmf.rb (create_makefile): get rid of nested string.nobu
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-22updated to the new version (based on date2 3.3).tadf
2002-06-20* ext/readline/readline.c (readline_readline): get rid ofnobu
2002-06-20* configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2.eban
2002-06-20* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban
2002-06-19* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban
2002-06-18* parse.y (yylex): ? followed by successive word charaters isnobu
2002-06-18* parse.y (yylex): commands after break/next/rescue can takenobu
2002-06-18* win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418)usa
2002-06-18* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz
2002-06-18* parse.y (yylex): should pushback proper char after '<<'.nobu
2002-06-17* dln.c (dln_load): need to preserve dln_strerror() result,nobu
2002-06-15* dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu
2002-06-14*bcc32 fix for win9x.H_Konishi
2002-06-14* parse.y (read_escape): deny zero-width hexadecimal character.nobu
2002-06-13* eval.c (svalue_to_avalue): v may be Qundef. This fix wasmatz
2002-06-12merged differences between uri-0.9.6 and uri-0.9.7akira
2002-06-12* parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG.matz
2002-06-11* parse.y (stmt): fix typo.nobu
2002-06-11* configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.eban
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-11* lib/net/ftp.rb (noop): new method.shugo
2002-06-11* bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value.usa
2002-06-11* bcc32/configure.bat fix.H_Konishi
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-06-10fix PR#.akr
2002-06-10*** empty log message ***nobu
2002-06-10* numeric.c (fix_lshift): negative shift count means right shift.nobu
2002-06-09* ext/dl: change the callback mechanism.ttate
2002-06-09modify typo.aamine
2002-06-06* sample/biorhythm.rb (getPosiiton,etc)H_Konishi
2002-06-06* win32/Makefile.sub (config.status): use sub! instead of []= becauseusa
2002-06-06typo.nobu
2002-06-06* lib/thread.rb (Queue::pop): get rid of race condition.nobu
2002-06-04* ext/Win32API/extconf.rb: refactoring.eban
2002-06-04* ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-06-03* ext/socket/getaddrinfo.c (gai_strerror): make literals const.nobu
2002-06-03* ext/socket/addrinfo.h: typo.nobu