summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-11-22* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai
2003-11-22* ext/curses/curses.c (window_nodelay): nodelay() of NetBSD'susa
2003-11-22* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-11-22* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.aamine
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-21 * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurredntalbott
2003-11-21* ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai
2003-11-21Fix markups and grammar.knu
2003-11-21* ruby.1: wrote about ruby related environment variables.aamine
2003-11-20* check existence of "pthread.h"nagai
2003-11-20 * lib/test/unit/assertions.rb: use #__send__ instead of #send.ntalbott
2003-11-20* configure.in: don't find the Cygwin's pthread library on MinGW.eban
2003-11-20* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine
2003-11-20* ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai
2003-11-20* ruby.h: define is_ruby_native_thread() for no native thread environmentnagai
2003-11-20* configure.in: always check existence of the pthread librarynagai
2003-11-19* lib/net/http.rb (to_ary): print more friendly warning message.aamine
2003-11-19* lib/fileutils.rb (fu_same?): add djgpp and wince.aamine
2003-11-19* lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32usa
2003-11-18 * lib/test/unit.rb: do not run tests if $! is set.ntalbott
2003-11-18* missing/memmove.c (memmove): take void *, not char *.eban
2003-11-18* lib/fileutils.rb (fu_same?): temporal fix for windows.aamine
2003-11-18* lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine
2003-11-18* test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu
2003-11-18* ext/stringio/stringio.c (strio_read): behave as IO at empty string.nobu
2003-11-18* lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine
2003-11-17* lib/optparse.rb (OptionParser::Completion::complete): allow leastnobu
2003-11-17* lib/test/unit/autorunner.rb (keyword_display): sort keywords.nobu
2003-11-17* lib/test/unit/ui/tk/testrunner.rb,nobu
2003-11-16* eval.c (rb_eval): iterator should return value from next insidenobu
2003-11-16* eval.c (eval): prepend error position in evaluating string tomatz
2003-11-16* lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine
2003-11-16 * lib/thread.rb (Thread.exclusive): wrap method definition ingsinclair
2003-11-16* lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine
2003-11-15* eval.c (eval): do not re-raise exception to avoid unnecessarymatz
2003-11-15* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo
2003-11-15* lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr
2003-11-14* eval.c (rb_method_node): new API to retrieve method body.matz
2003-11-14* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai
2003-11-13inconsistency of the arguments for respond_to? in previous change is fixed.akr
2003-11-13* lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr
2003-11-13* lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available)nagai
2003-11-13* lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr
2003-11-13* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo
2003-11-13* lib/optparse.rb (OptionParser::Completion#complete): prior shorternobu
2003-11-12* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai
2003-11-12* lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):nobu
2003-11-12* test/monitor/test_monitor.rb: fix the timing problem by Queue.shugo
2003-11-12* test/monitor/test_monitor.rb: added.shugo
2003-11-12* lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.shugo