aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-118-88/+162
* * lib/net/ftp.rb (noop): new method.shugo2002-06-112-0/+15
* * bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value.usa2002-06-113-0/+12
* * bcc32/configure.bat fix.H_Konishi2002-06-112-1/+5
* new platform [bccwin32] merged.H_Konishi2002-06-1127-88/+1174
* bugfix.ttate2002-06-103-1/+19
* Add DL::Importable::Internal::callback().ttate2002-06-101-9/+47
* fix PR#.akr2002-06-101-1/+1
* 2002-06-10nobu2002-06-101-2/+2
* *** empty log message ***nobu2002-06-101-1/+2
* * numeric.c (fix_lshift): negative shift count means right shift.nobu2002-06-103-2/+20
* dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate2002-06-101-4/+4
* Get rid of rb_dl_set_callback() and rb_dl_get_callback().ttate2002-06-091-2/+0
* * ext/dl: change the callback mechanism.ttate2002-06-098-243/+217
* modify typo.aamine2002-06-091-1/+1
* * sample/biorhythm.rb (getPosiiton,etc)H_Konishi2002-06-062-1/+7
* * win32/Makefile.sub (config.status): use sub! instead of []= becauseusa2002-06-062-1/+6
* typo.nobu2002-06-061-1/+1
* * lib/thread.rb (Queue::pop): get rid of race condition.nobu2002-06-062-15/+11
* Trivial: GCC3.1 fix (not worth to mention in ChangeLog)michal2002-06-051-0/+2
* * 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