summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-11Check the length of proto.ttate
2002-06-11Get rid of STR2CSTR. (Thanks N.Nakada)ttate
2002-06-11bugfix. (Thanks U.Nakamura)ttate
2002-06-11* configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW.eban
2002-06-112002-06-11eban
2002-06-11* parse.y (%%): remove '%%' line on the end of the file(parse error).eban
2002-06-11* eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz
2002-06-11* lib/net/ftp.rb (noop): new method.shugo
2002-06-11* bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value.usa
2002-06-11* bcc32/configure.bat fix.H_Konishi
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-06-10bugfix.ttate
2002-06-10Add DL::Importable::Internal::callback().ttate
2002-06-10fix PR#.akr
2002-06-102002-06-10nobu
2002-06-10*** empty log message ***nobu
2002-06-10* numeric.c (fix_lshift): negative shift count means right shift.nobu
2002-06-10dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate
2002-06-09Get rid of rb_dl_set_callback() and rb_dl_get_callback().ttate
2002-06-09* ext/dl: change the callback mechanism.ttate
2002-06-09modify typo.aamine
2002-06-06* sample/biorhythm.rb (getPosiiton,etc)H_Konishi
2002-06-06* win32/Makefile.sub (config.status): use sub! instead of []= becauseusa
2002-06-06typo.nobu
2002-06-06* lib/thread.rb (Queue::pop): get rid of race condition.nobu
2002-06-05Trivial: GCC3.1 fix (not worth to mention in ChangeLog)michal
2002-06-05* tcltklib.c:nagai
2002-06-04* ext/Win32API/extconf.rb: refactoring.eban
2002-06-04* ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.eban
2002-06-04* ext/tcltklib/tcltklib.c (Init_tcltklib): moved the definition before actions.eban
2002-06-04* ext/tk/lib/tkentry.rb: typo fix(!! -> ||).eban
2002-06-042002-06-04eban
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-06-04* tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x.nagai
2002-06-03* ext/socket/getaddrinfo.c (gai_strerror): make literals const.nobu
2002-06-03* ext/socket/addrinfo.h: typo.nobu
2002-06-03change PLATFORM with RUBY_PLATFORM.suke
2002-06-02* parse.y (here_document): check if identifier is terminated.nobu
2002-06-01merge win32ole from roughsuke
2002-05-302002-05-30eban
2002-05-30* range.c (range_step): iteration done using "+" if elements arematz
2002-05-30 * lib/cgi.rb: if StringIO is usable then use it.wakou
2002-05-29Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi
2002-05-29* time.c (tmcmp, search_time_t): activate unless HAVE_TIMEGM.eban
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