| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eval.c (rb_provided): extension should be guessed using | matz | 2001-07-27 | 3 | -15/+69 |
| * | 2001-07-26 | eban | 2001-07-26 | 1 | -2/+2 |
| * | * file.c (rb_find_file_noext, rb_find_file): fix tilde expansion | eban | 2001-07-26 | 2 | -2/+10 |
| * | Fix a bogon in my last commit.. | knu | 2001-07-25 | 1 | -1/+1 |
| * | * intern.h: add some missing function prototypes. | knu | 2001-07-25 | 2 | -0/+9 |
| * | * file.c (strrdirsep): multi-byte pathname and DOSish separater | nobu | 2001-07-24 | 2 | -17/+54 |
| * | * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory for | knu | 2001-07-24 | 3 | -4/+15 |
| * | Update. | knu | 2001-07-24 | 1 | -0/+12 |
| * | * eval.c (rb_provide_feature): should not tweak extension used for | matz | 2001-07-24 | 12 | -56/+150 |
| * | * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new make | knu | 2001-07-22 | 3 | -4/+10 |
| * | * gc.c (ruby_xrealloc): fix a dangling bug which led memory | knu | 2001-07-20 | 2 | -1/+8 |
| * | Update. | knu | 2001-07-19 | 1 | -0/+39 |
| * | Rename *.jp to *.ja, since jp is a region code and ja is a language | knu | 2001-07-19 | 18 | -16/+17 |
| * | * ruby.h: enable volatile directive with VC++. | usa | 2001-07-19 | 3 | -3/+9 |
| * | sync MANIFEST (add doc/net/http,pop,smtp). | aamine | 2001-07-18 | 1 | -0/+3 |
| * | date-time was wrong. | aamine | 2001-07-18 | 1 | -1/+1 |
| * | add doc/net/http.rd.ja pop.rd.ja smtp.rd.ja | aamine | 2001-07-18 | 4 | -0/+886 |
| * | * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and | matz | 2001-07-18 | 11 | -24/+71 |
| * | modify check-in miss. | aamine | 2001-07-17 | 1 | -1/+1 |
| * | * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don't | usa | 2001-07-17 | 3 | -2/+9 |
| * | * file.c (file_load_ok): fix typo. | usa | 2001-07-16 | 2 | -9/+13 |
| * | * regex.c (re_search): should consider reverse search. | matz | 2001-07-14 | 18 | -448/+961 |
| * | * ext/digest/*/extconf.rb: fix so that they build from any | knu | 2001-07-14 | 5 | -4/+9 |
| * | aamine | aamine | 2001-07-13 | 3 | -3/+7 |
| * | Import the "digest" module and the submodules, from the Rough Ruby | knu | 2001-07-13 | 58 | -784/+3558 |
| * | * ext/extmk.rb.in: support multi-level ext/ directories. | knu | 2001-07-13 | 3 | -9/+23 |
| * | Substitute "licence" with "license". | knu | 2001-07-13 | 1 | -2/+2 |
| * | Mention ext/nkf/nkf1.7/nkf.c. | knu | 2001-07-13 | 1 | -0/+13 |
| * | * lib/mkmf.rb: use File::split to split a target into a prefix and | knu | 2001-07-13 | 3 | -6/+14 |
| * | Mention config.guess, config.sub, configure, parse.c and | knu | 2001-07-13 | 1 | -3/+58 |
| * | Detypo. | knu | 2001-07-13 | 1 | -1/+1 |
| * | Mention ext/socket/{addrinfo.h,getaddrinfo.c,getnameinfo.c}. | knu | 2001-07-13 | 1 | -0/+33 |
| * | Add LEGAL. | knu | 2001-07-13 | 1 | -0/+1 |
| * | Mention util.c. | knu | 2001-07-13 | 1 | -0/+1 |
| * | Point to the newly added file LEGAL. | knu | 2001-07-13 | 2 | -6/+5 |
| * | Add LEGAL, legal notice information. | knu | 2001-07-13 | 1 | -0/+171 |
| * | 2001-07-12 | eban | 2001-07-12 | 1 | -2/+2 |
| * | Let cvs ignore extmk.log. | knu | 2001-07-12 | 1 | -0/+1 |
| * | Let cvs ignore libruby.so.*. | knu | 2001-07-12 | 1 | -0/+1 |
| * | * ext/socket/socket.c (ruby_connect): workaround for the setup of | eban | 2001-07-12 | 2 | -6/+20 |
| * | * It is confusing to put the GPL license terms in the file COPYING; | knu | 2001-07-11 | 9 | -534/+569 |
| * | Oops. | knu | 2001-07-11 | 1 | -1/+1 |
| * | Correct the FTP site's URL. | knu | 2001-07-11 | 2 | -2/+2 |
| * | * lib/mkmf.rb: modify RM macro. | eban | 2001-07-09 | 2 | -3/+5 |
| * | * ext/extmk.rb.in: modify RM macro. | eban | 2001-07-09 | 2 | -3/+7 |
| * | * ruby.h: fix a wrong function name: rb_iglob() -> rb_globi(). | knu | 2001-07-08 | 2 | -1/+5 |
| * | aamine | aamine | 2001-07-08 | 5 | -23/+67 |
| * | * lib/tempfile.rb: a tempfile must be created with mode 0600. | knu | 2001-07-05 | 2 | -1/+5 |
| * | Reflect the previous backport. | knu | 2001-07-05 | 1 | -5/+0 |
| * | Detypo and reword a bit. | knu | 2001-07-05 | 2 | -11/+13 |