aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* REXML changes:ser2003-12-127-46/+44
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-2/+2
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-121-0/+14
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-121-28/+25
* * lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...aamine2003-12-111-2/+2
* * lib/ftools.rb (makedirs): sync with fileutils.eban2003-12-111-1/+5
* catch all SystemCallErrors.aamine2003-12-111-2/+2
* * lib/fileutils.rb (mkdir_p): check if it is a directory after mkdir(2) inste...aamine2003-12-111-6/+10
* * lib/fileutils.rb: def m( arg ) -> def m(arg).aamine2003-12-111-65/+65
* * lib/erb.rb: new method ERB#filename(=). [ruby-dev:22208]aamine2003-12-101-2/+4
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-14/+14
* make case insensitive for host-part.akira2003-12-091-1/+1
* Added downcased shift-jis declarations. The old, all upper case declarationsser2003-12-092-0/+38
* * Added the lower-case Shift-JIS files to the manifest. The upper-case onesser2003-12-0921-722/+817
* * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott2003-12-081-2/+8
* * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'nahi2003-12-082-1/+14
* * lib/test/unit/autorunner.rb: remove dependency to a particularnobu2003-12-087-22/+22
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-081-17/+35
* Support inline source in Kilmer templatedave2003-12-072-0/+21
* * lib/soap/soap.rb(SOAP::Env.getenv): allow upcase environment variablenahi2003-12-062-1/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,nobu2003-12-051-4/+4
* * lib/soap/netHttpClient.rb: proxy support did not work. fixed.nahi2003-12-056-38/+87
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises):nobu2003-12-041-12/+22
* Try to give nicer error messages on internal failuresdave2003-12-041-1/+17
* * lib/drb/drb.rb (DRb::DRbMessage::send_request, send_reply):nobu2003-12-041-0/+4
* * lib/monitor.rb: use Object#__send__ instead of Object#send.shugo2003-12-041-6/+6
* * lib/soap/streamHandler.rb: support latest released version ofnahi2003-12-041-3/+5
* * lib/soap/soap.rb: add SOAP::Env module for environment repositorynahi2003-12-048-308/+695
* * lib/net/http.rb: update hyperlink to the Japanese document.aamine2003-12-041-1/+1
* * lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo2003-12-042-6/+12
* * lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.akr2003-12-031-2/+16
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-1/+2
* Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave2003-12-031-1/+5
* correct fcntl parameerseki2003-12-031-1/+1
* Missing filedave2003-12-032-1/+256
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.aamine2003-12-021-1/+3
* * lib/test/unit/ui/gtk2 (Test::Unit::UI::GTK2#start_ui): remove debug statement.nobu2003-12-021-1/+0
* * bin/testrb: new test runner. [ruby-core:01845]nobu2003-12-026-96/+107
* * lib/test/unit/assertions.rb: fixed #assert_no_match message.ntalbott2003-12-011-1/+1
* Allow string as argument to alias_methoddave2003-12-011-0/+2
* Add RDocdave2003-12-0134-0/+12296
* Add RDoc to listdave2003-12-011-0/+1
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-011-3/+3
* * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGSeban2003-11-301-2/+3
* * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.eban2003-11-301-1/+1
* * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.eban2003-11-301-2/+4
* * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,eban2003-11-301-4/+2
* * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi2003-11-302-63/+68
* * gc.c (gc_mark): explicitly check mark recursion levels, insteadmatz2003-11-281-0/+1