summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2002-07-03 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou
2002-07-02 * lib/cgi.rb (CGI#header): accept any type as value.wakou
2002-06-30* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,eban
2002-06-27* win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329)usa
2002-06-25* dln.c: remove definition rb_loaderror().H_Konishi
2002-06-24* dln.c: remark definition rb_loaderror().H_Konishi
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-17* dln.c (dln_load): need to preserve dln_strerror() result,nobu
2002-06-15* dir.c (rb_glob_helper): Use lstat() instead of rb_sys_stat() soknu
2002-06-14* parse.y (read_escape): deny zero-width hexadecimal character.nobu
2002-06-13* hash.c (rb_hash_s_create): use rb_hash_aset() instead of callingmatz
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-12* parse.y (stmt): fix typo.nobu
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-10fix PR#.nobu
2002-06-10* numeric.c (fix_lshift): negative shift count means right shift.nobu
2002-06-05* math.c (Init_Math): backport asin, acos, atan.matz
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-06-03commit missnobu
2002-06-03* ext/socket/addrinfo.h: typo.nobu
2002-06-02* parse.y (here_document): check if identifier is terminated.nobu
2002-05-30 * lib/cgi.rb: if StringIO is usable then use it.wakou
2002-05-29* time.c (time_arg): nil test against v[6] (usec).matz
2002-05-29 * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou
2002-05-28* eval.c (scope_node): trick to keep the node has a scope.nobu
2002-05-23* ruby.c (proc_options): -v should not print version ifeban
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
2002-05-22updated to the new version (based on date2 2.6.1).tadf
2002-05-22* ruby.c (proc_options): -T consumes digits only.nobu
2002-05-22Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>eban
2002-05-22* parse.y (yylex): case '<': here-document label ate '-'.aamine
2002-05-21* eval.c (rb_thread_schedule): need to preserve errno beforematz
2002-05-21* misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.nobu
2002-05-20Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou
2002-05-20* io.c (rb_io_clone): writing stream was not copied properly.nobu
2002-05-17* sampl/test.rb: use eval instead of './miniruby -c',eban
2002-05-16* eval.c (rb_thread_select): cleanup conditional compilation.nobu
2002-05-16* djgpp/config.hin, djgpp/config.sed: catch up with the latest change.eban
2002-05-14* gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.eban
2002-05-14* eval.c (blk_orphan): the wrong condition; backported from 1.7matz
2002-05-10* parse.y (here_document): preserve line number begins herenobu
2002-05-07* eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine
2002-05-07* eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine
2002-05-04* eval.c, gc.c, intern.h, variable.c: declare rb_gc_mark{,maybe}()knu
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-05-01* file.c (rb_find_file): load must be done from an abolute path ifmatz