aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle class vars in code listingsdave2004-02-232-2/+9
* Handle aliases in C filesdave2004-02-232-0/+19
* Check opdir _before_ parsing filesdave2004-02-232-4/+10
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-233-3/+21
* * ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo2004-02-232-10/+59
* 2004-02-23eban2004-02-231-3/+3
* * instruby.rb (parse_args): use optparse instead of getopts.nobu2004-02-232-34/+40
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-223-3/+5
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.nobu2004-02-224-4/+6
* 2004-02-22nobu2004-02-221-3/+3
* * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu2004-02-222-1/+5
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-02-222-0/+13
* * ext/extmk.rb: use optparse instead of getopts.nobu2004-02-225-40/+49
* * re.c: corrected documentation format (rb_reg_initialize_m)gsinclair2004-02-222-2/+6
* * ext/zlib/zlib.c: documented, but needs more effort.gsinclair2004-02-212-7/+700
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-02-212-9/+31
* 2004-02-21nobu2004-02-211-3/+3
* * missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.nobu2004-02-213-3/+7
* * lib/ostruct.rb (OpenStruct#initialize_copy): should not sharenobu2004-02-202-0/+11
* * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option tomatz2004-02-205-3/+21
* Wrong descriptions,pointed out by Bret Jolly,in the documents changed.shigek2004-02-202-8/+8
* 2004-02-20eban2004-02-201-3/+3
* commit miss. _nonobu2004-02-201-34/+0
* * io.c (pipe_open): fix typo.nobu2004-02-202-2/+14
* * io.c (pipe_open): fix typo.nobu2004-02-201-1/+42
* Support visibility modifiers for attributesdave2004-02-193-7/+32
* * lib/ostruct.rb: documentedgsinclair2004-02-192-11/+58
* * test/rinda/test_rinda.rb: DRb.start_service only once in testsuites.nahi2004-02-192-1/+6
* * lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.nahi2004-02-192-2/+8
* * ext/strscan/strscan.c: improved documentationgsinclair2004-02-192-30/+39
* * win32/win32.c, win32/win32.h: fixed prototypes.nobu2004-02-193-34/+30
* Fix typos (Doug Kearns)dave2004-02-194-3/+34
* 2004-02-19eban2004-02-191-3/+3
* * ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...aamine2004-02-182-3/+35
* * ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...aamine2004-02-182-3/+14
* * ext/strscan/strscan.c: merge documentation from 1.8 branch.aamine2004-02-182-5/+460
* removed conflict indicatorgsinclair2004-02-181-1/+0
* * lib/cgi-lib.rb: deprecated after 1.8.1gsinclair2004-02-185-0/+16
* Strip extraneous spaces from included filenamedave2004-02-182-1/+8
* remove O_NONBLOCK, thanks ayseki2004-02-182-1/+4
* import test_rinda.rbseki2004-02-183-0/+372
* * test/*: should not depend on $KCODE.nahi2004-02-1836-84/+32
* * test/ruby/test_sprintf.rb: added tests.usa2004-02-183-0/+82
* * ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban2004-02-182-0/+5
* Modify ChangeLogocean2004-02-181-1/+1
* * sprintf.c (rb_f_sprintf): clean up.usa2004-02-182-74/+76
* 2004-02-18usa2004-02-181-3/+3
* * lib/rinda/rinda.rb: added documentation (from Hugh Sasse)gsinclair2004-02-173-3/+116
* * sprintf.c (rb_f_sprintf): preserve original val formatz2004-02-174-41/+63
* * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:nahi2004-02-173-3/+21