aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tcltklib.c:nagai2002-06-051-26/+42
* * ext/Win32API/extconf.rb: refactoring.eban2002-06-042-5/+8
* * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban2002-06-042-3/+8
* * ext/tcltklib/tcltklib.c (Init_tcltklib): moved the definition before actions.eban2002-06-041-6/+7
* * ext/tk/lib/tkentry.rb: typo fix(!! -> ||).eban2002-06-041-1/+1
* 2002-06-04eban2002-06-041-2/+2
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-0410-33/+54
* * tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x.nagai2002-06-0410-171/+721
* * ext/socket/getaddrinfo.c (gai_strerror): make literals const.nobu2002-06-032-2/+2
* * ext/socket/addrinfo.h: typo.nobu2002-06-034-51/+135
* change PLATFORM with RUBY_PLATFORM.suke2002-06-033-3/+7
* * parse.y (here_document): check if identifier is terminated.nobu2002-06-023-5/+21
* merge win32ole from roughsuke2002-06-0132-0/+14163
* 2002-05-30eban2002-05-301-2/+2
* * range.c (range_step): iteration done using "+" if elements arematz2002-05-305-183/+117
* * lib/cgi.rb: if StringIO is usable then use it.wakou2002-05-302-5/+17
* Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi2002-05-298-163/+177
* * time.c (tmcmp, search_time_t): activate unless HAVE_TIMEGM.eban2002-05-292-0/+6
* fix for POST method.wakou2002-05-291-2/+2
* * 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