aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-2919-59/+166
* * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou2002-05-292-22/+29
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-289-21/+21
* * eval.c (scope_node): trick to keep the node has a scope.nobu2002-05-284-4/+30
* * ruby.c (proc_options): option parsing problem.nobu2002-05-232-2/+6
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-237-16/+109
* * ruby.c (proc_options): -T consumes digits only.nobu2002-05-222-1/+6
* Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>eban2002-05-222-1/+7
* * parse.y (yylex): case '<': here-document label ate '-'.aamine2002-05-222-0/+7
* 2002-05-22nobu2002-05-221-2/+2
* minor bug fixes.matz2002-05-222-5/+3
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-219-192/+216
* * misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.nobu2002-05-212-1/+6
* Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou2002-05-202-2/+8
* * parse.y (bodystmt): ensure clause was excuted on else clausenobu2002-05-202-1/+6
* Get rid of a function.ttate2002-05-201-1/+0
* Get rid of a few functions.ttate2002-05-201-7/+2
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-206-20/+29
* Get rid of the declaration of rb_str_cat2().ttate2002-05-204-48/+37
* 2002-05-20nobu2002-05-201-2/+2
* * io.c (rb_io_clone): writing stream was not copied properly.nobu2002-05-202-2/+6
* added a summary of the changes in the new date.tadf2002-05-191-0/+8
* added an entry (date/format.rb).tadf2002-05-191-0/+1
* added an entry (lib/date/format.rb).tadf2002-05-191-0/+1
* corrected paths.tadf2002-05-181-1/+1
* use Array#select instead of Array#indexes.tadf2002-05-181-1/+1
* updated to the new version (based on date2 3.2.1).tadf2002-05-186-340/+897
* * win32/Makefile.sub (config.h): add VC++4/5 support about noreturnusa2002-05-182-0/+9
* * sampl/test.rb: use eval instead of './miniruby -c',eban2002-05-172-2/+14
* 2002-05-16eban2002-05-161-2/+2
* * eval.c (rb_thread_select): cleanup conditional compilation.nobu2002-05-162-18/+9
* Add DL::DLSTACK.ttate2002-05-154-60/+69
* * win32/Makefile.sub: config.h inlined. and catch up with thenobu2002-05-143-144/+240
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-1434-70/+377
* * gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.eban2002-05-144-5/+15
* * djgpp/config.hin, djgpp/config.sed: catch up with the latest change.eban2002-05-133-16/+64
* cast to long from char, short and int in ASM_PUSH_XXXX.ttate2002-05-122-7/+6
* * ext/dl: enable dl's stack emulation for constructing function call.ttate2002-05-112-3/+7
* enable dl's stack emulation for constructing function call.ttate2002-05-113-38/+122
* * forgot to commit.eban2002-05-111-0/+1
* 2002-05-12eban2002-05-111-2/+2
* * missing.h: add for missing/*.c.eban2002-05-114-37/+182
* 2002-05-11nobu2002-05-111-2/+2
* * dir.c (glob_helper): remove escaping backslashes.nobu2002-05-112-2/+8
* * parse.y (here_document): preserve line number begins herenobu2002-05-102-1/+10
* 2002-05-10nobu2002-05-091-2/+2
* * eval.c (rb_thread_join): added an argument to limit time to waitnobu2002-05-093-6/+40
* * re.c (rb_reg_s_quote): # also should be quoted.matz2002-05-074-2/+7
* 2002-05-07eban2002-05-071-2/+2
* * configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban2002-05-072-2/+6