summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-2228-134/+456
* * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurredntalbott2003-11-213-4/+15
* * ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai2003-11-213-5/+19
* Fix markups and grammar.knu2003-11-212-32/+50
* * ruby.1: wrote about ruby related environment variables.aamine2003-11-212-0/+33
* 2003-11-21eban2003-11-211-3/+3
* * check existence of "pthread.h"nagai2003-11-204-7/+18
* * lib/test/unit/assertions.rb: use #__send__ instead of #send.ntalbott2003-11-203-5/+11
* * configure.in: don't find the Cygwin's pthread library on MinGW.eban2003-11-202-0/+5
* * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine2003-11-203-21/+37
* 2003-11-20eban2003-11-201-3/+3
* * ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai2003-11-205-0/+865
* * ruby.h: define is_ruby_native_thread() for no native thread environmentnagai2003-11-203-3/+13
* * configure.in: always check existence of the pthread librarynagai2003-11-205-83/+93
* 2003-11-19eban2003-11-191-3/+3
* * lib/net/http.rb (to_ary): print more friendly warning message.aamine2003-11-192-1/+5
* * lib/fileutils.rb (fu_same?): add djgpp and wince.aamine2003-11-192-4/+12
* * lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32usa2003-11-192-2/+7
* * lib/test/unit.rb: do not run tests if $! is set.ntalbott2003-11-183-2/+9
* * missing/memmove.c (memmove): take void *, not char *.eban2003-11-183-7/+17
* * lib/fileutils.rb (fu_same?): temporal fix for windows.aamine2003-11-182-2/+14
* MANIFEST: add test/stringio/test_stringio.rb.eban2003-11-181-0/+1
* * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine2003-11-183-35/+16
* * test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu2003-11-183-2/+23
* * ext/stringio/stringio.c (strio_read): behave as IO at empty string.nobu2003-11-182-6/+37
* 2003-11-18nobu2003-11-181-3/+3
* * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine2003-11-184-34/+175
* class XMLRPC::Client:mneumann2003-11-171-0/+35
* MANIFEST: add this file:eban2003-11-171-0/+1
* 2003-11-17nobu2003-11-171-3/+3
* * lib/optparse.rb (OptionParser::Completion::complete): allow leastnobu2003-11-172-4/+16
* * lib/test/unit/autorunner.rb (keyword_display): sort keywords.nobu2003-11-172-2/+4
* * lib/test/unit/ui/tk/testrunner.rb,nobu2003-11-175-35/+546
* * eval.c (rb_eval): iterator should return value from next insidenobu2003-11-162-4/+16
* 2003-11-16eban2003-11-161-3/+3
* * eval.c (eval): prepend error position in evaluating string tomatz2003-11-162-4/+12
* * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine2003-11-162-4/+9
* * lib/thread.rb (Thread.exclusive): wrap method definition ingsinclair2003-11-162-10/+17
* * lib/net/http.rb (set_debug_output): last commit was wrong.aamine2003-11-161-1/+1
* * lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine2003-11-162-0/+6
* * eval.c (eval): do not re-raise exception to avoid unnecessarymatz2003-11-153-51/+79
* * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo2003-11-152-2/+10
* 2003-11-15eban2003-11-151-3/+3
* * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr2003-11-152-17/+25
* * hash.c: remove unnecessary update.matz2003-11-151-9/+0
* * eval.c (rb_method_node): new API to retrieve method body.matz2003-11-145-2/+27
* 2003-11-14eban2003-11-141-3/+3
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-144-12/+21
* inconsistency of the arguments for respond_to? in previous change is fixed.akr2003-11-132-2/+2
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2