| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/webrick/cgi.rb (WEBrick::CGI#initialize): should create | gotoyuzo | 2004-01-07 | 1 | -0/+8 |
* | Split out ri display code and make pluggable | dave | 2004-01-06 | 1 | -0/+2 |
* | Finish documenting internal stuff. See Changelog for other details | dave | 2004-01-02 | 1 | -0/+2 |
* | * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly. | nahi | 2003-12-28 | 1 | -2/+0 |
* | * MANIFEST: | eban | 2003-12-24 | 1 | -7/+7 |
* | * lib/webrick/cgi.rb: add file. (yet another CGI library) | gotoyuzo | 2003-12-19 | 1 | -0/+1 |
* | Add pager support to ri, and start implementing command line options | dave | 2003-12-17 | 1 | -0/+1 |
* | Initial load of support for ri/rdoc integration | dave | 2003-12-16 | 1 | -0/+10 |
* | REXML changes: | ser | 2003-12-12 | 1 | -2/+0 |
* | Added downcased shift-jis declarations. The old, all upper case declarations | ser | 2003-12-09 | 1 | -0/+2 |
* | * lib/soap/netHttpClient.rb: proxy support did not work. fixed. | nahi | 2003-12-05 | 1 | -0/+2 |
* | MANIFEST: add files. | nobu | 2003-12-05 | 1 | -0/+2 |
* | * lib/soap/soap.rb: add SOAP::Env module for environment repository | nahi | 2003-12-04 | 1 | -0/+1 |
* | MANIFEST: add lib/rdoc/dot/dot.rb. | nobu | 2003-12-03 | 1 | -0/+1 |
* | * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb. | nobu | 2003-12-03 | 1 | -0/+1 |
* | * sample/optparse/opttest.rb: added. | nobu | 2003-12-01 | 1 | -0/+37 |
* | * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifying | nahi | 2003-11-30 | 1 | -0/+10 |
* | * test/ruby/test_env.rb: add tests for ENV. | usa | 2003-11-28 | 1 | -0/+1 |
* | * lib/soap/streamHandler.rb: drop unused http parameters. | nahi | 2003-11-28 | 1 | -1/+2 |
* | * test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: removed. this | nahi | 2003-11-25 | 1 | -2/+0 |
* | * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ... | nahi | 2003-11-25 | 1 | -0/+5 |
* | MANIFEST: add test/stringio/test_stringio.rb. | eban | 2003-11-18 | 1 | -0/+1 |
* | MANIFEST: add this file: | eban | 2003-11-17 | 1 | -0/+1 |
* | * test/monitor/test_monitor.rb: added. | shugo | 2003-11-12 | 1 | -0/+1 |
* | * MANIFEST: added these files: | eban | 2003-11-08 | 1 | -0/+5 |
* | * MANIFEST: add these files: | eban | 2003-11-06 | 1 | -0/+5 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -0/+1 |
* | * test/drb/drbtest.rb: import drb common test utilities. | matz | 2003-10-21 | 1 | -0/+1 |
* | import drb/runit/*.rb | seki | 2003-10-20 | 1 | -0/+15 |
* | * test/ruby/test_range.rb: added. | usa | 2003-10-17 | 1 | -0/+1 |
* | Update. | knu | 2003-10-14 | 1 | -0/+2 |
* | * test/digest/test_digest.rb: Moved from ext/digest/test.rb. | knu | 2003-10-14 | 1 | -0/+1 |
* | * MANIFEST: add these files: | eban | 2003-10-10 | 1 | -0/+2 |
* | * Forgot to update the MANIFEST, WRT the removal of files from the | ser | 2003-10-10 | 1 | -6/+0 |
* | * MANIFEST: add these files: | eban | 2003-10-08 | 1 | -0/+4 |
* | * MANIFEST: add test/ruby/endblockwarn.rb. | eban | 2003-10-07 | 1 | -0/+1 |
* | * MANIFEST: add these files: | eban | 2003-10-05 | 1 | -0/+7 |
* | add rinda, (import from drb-2.0.4) | seki | 2003-10-05 | 1 | -0/+3 |
* | * add lib/drb/acl.rb, lib/drb/ssl.rb | seki | 2003-10-04 | 1 | -0/+2 |
* | * MANIFEST: added these files: | eban | 2003-10-04 | 1 | -0/+7 |
* | * MANIFEST: add following files: | eban | 2003-10-03 | 1 | -281/+284 |
* | * MANIFEST: add wince/mkconfig_wce.rb. | eban | 2003-10-01 | 1 | -0/+1 |
* | * lib/soap/rpc/cgistub.rb: make logging severity threshold higher. | nahi | 2003-09-27 | 1 | -0/+1 |
* | * MANIFEST: add test/ostruct/test_ostruct.rb. | eban | 2003-09-25 | 1 | -0/+1 |
* | * MANIFEST: add SOAP4R. | eban | 2003-09-24 | 1 | -0/+144 |
* | * MANIFEST: updated. | eban | 2003-09-22 | 1 | -187/+202 |
* | * lib/logger.rb: typo fixed. | nahi | 2003-09-20 | 1 | -0/+1 |
* | * lib/logger.rb: new file. Logger, formerly called devel-logger or | nahi | 2003-09-18 | 1 | -0/+4 |
* | * test/fileutils/fileassertions.rb: new file. | aamine | 2003-09-17 | 1 | -0/+3 |
* | * test/strscan/test_stringscanner.rb: new file. | aamine | 2003-09-17 | 1 | -0/+1 |