summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-29fix for POST method.wakou
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-29 * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou
2002-05-28 * array.c: fixed format string for 'long' args (%d -> %ld).michal
2002-05-28* eval.c (scope_node): trick to keep the node has a scope.nobu
2002-05-23* ruby.c (proc_options): option parsing problem.nobu
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
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-222002-05-22nobu
2002-05-22minor bug fixes.matz
2002-05-21* object.c (Init_Object): should do exact match for Module#==.matz
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* parse.y (bodystmt): ensure clause was excuted on else clausenobu
2002-05-20Get rid of a function.ttate
2002-05-20Get rid of a few functions.ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-20Get rid of the declaration of rb_str_cat2().ttate
2002-05-202002-05-20nobu
2002-05-20* io.c (rb_io_clone): writing stream was not copied properly.nobu
2002-05-19added a summary of the changes in the new date.tadf
2002-05-19added an entry (date/format.rb).tadf
2002-05-19added an entry (lib/date/format.rb).tadf
2002-05-18corrected paths.tadf
2002-05-18use Array#select instead of Array#indexes.tadf
2002-05-18updated to the new version (based on date2 3.2.1).tadf
2002-05-18* win32/Makefile.sub (config.h): add VC++4/5 support about noreturnusa
2002-05-17* sampl/test.rb: use eval instead of './miniruby -c',eban
2002-05-162002-05-16eban
2002-05-16* eval.c (rb_thread_select): cleanup conditional compilation.nobu
2002-05-15Add DL::DLSTACK.ttate
2002-05-14* win32/Makefile.sub: config.h inlined. and catch up with thenobu
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-14* gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.eban
2002-05-13* djgpp/config.hin, djgpp/config.sed: catch up with the latest change.eban
2002-05-12cast to long from char, short and int in ASM_PUSH_XXXX.ttate
2002-05-11* ext/dl: enable dl's stack emulation for constructing function call.ttate
2002-05-11enable dl's stack emulation for constructing function call.ttate
2002-05-11* forgot to commit.eban
2002-05-112002-05-12eban
2002-05-11* missing.h: add for missing/*.c.eban
2002-05-112002-05-11nobu
2002-05-11* dir.c (glob_helper): remove escaping backslashes.nobu
2002-05-10* parse.y (here_document): preserve line number begins herenobu
2002-05-092002-05-10nobu
2002-05-09* eval.c (rb_thread_join): added an argument to limit time to waitnobu
2002-05-07* re.c (rb_reg_s_quote): # also should be quoted.matz
2002-05-072002-05-07eban