summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-15* dir.c (rb_glob_helper): Use lstat() instead of rb_sys_stat() soknu
2002-06-142002-06-14nobu
2002-06-14* parse.y (read_escape): deny zero-width hexadecimal character.nobu
2002-06-132002-06-13eban
2002-06-13* hash.c (rb_hash_s_create): use rb_hash_aset() instead of callingmatz
2002-06-122002-06-12eban
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-112002-06-11eban
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-10fix PR#.nobu
2002-06-102002-06-10nobu
2002-06-10* numeric.c (fix_lshift): negative shift count means right shift.nobu
2002-06-052002-06-05eban
2002-06-05* math.c (Init_Math): backport asin, acos, atan.matz
2002-06-042002-06-04eban
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-06-04backport miss.nobu
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-29fix for POST method.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-232002-05-23eban
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-222002-05-22eban
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-212002-05-21eban
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-202002-05-20nobu
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-102002-05-10nobu
2002-05-10* parse.y (here_document): preserve line number begins herenobu
2002-05-072002-05-07eban
2002-05-07* eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine