aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Rename *.jp to *.ja, since jp is a region code and ja is a languageknu2001-07-1910-7/+8
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-182-0/+3
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-171-1/+1
* * ext/digest/*/extconf.rb: fix so that they build from anyknu2001-07-144-4/+4
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-1357-780/+3502
* * ext/extmk.rb.in: support multi-level ext/ directories.knu2001-07-132-9/+14
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-131-3/+3
* Let cvs ignore extmk.log.knu2001-07-121-0/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-07-121-6/+15
* * ext/extmk.rb.in: modify RM macro.eban2001-07-091-3/+3
* Detypo and reword a bit.knu2001-07-052-11/+13
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-023-28/+88
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in commenteban2001-06-251-1/+1
* * ext/readline/readline.c (readline_event): a non-void functionknu2001-06-231-0/+1
* * ext/socket/socket.c (ruby_connect): typoeban2001-06-221-1/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-06-221-0/+8
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-0/+44
* * ext/readline/readline.c: add new methods:knu2001-06-192-3/+45
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-20/+30
* * ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban2001-06-051-9/+4
* * ext/etc/extconf.rb: use egrep_cpp.eban2001-06-051-11/+2
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-3/+3
* * configure.in: use waitpid on mingw32.eban2001-06-011-1/+1
* * mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban2001-05-311-1/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-3/+19
* * configure.in: remove unnecessary AC_CANONICAL_BUILDeban2001-05-283-2/+3
* * ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa2001-05-281-17/+14
* * ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. Theknu2001-05-241-1/+1
* * ext/sha1/sha1-ruby.c (md5i_new): separate initialize() fromknu2001-05-242-12/+36
* * ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu2001-05-241-5/+3
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-242-47/+46
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-9/+28
* * ext/extmk.rb.in (xsystem): backout the previous fix which wasknu2001-05-171-1/+0
* * lib/mkmf.rb (xsystem): make a temporary fix to get $(...) macrosknu2001-05-171-0/+1
* * ext/sha1/sha1-ruby.c (sha1_new): get rid of an unneededknu2001-05-171-1/+0
* * ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.knu2001-05-172-4/+3
* Add .cvsignore to let CVS ignore Makefile which is automaticallyknu2001-05-171-0/+1
* * ext/sha1/MANIFEST: Added.eban2001-05-171-0/+7
* * ext/md5/md5.txt.jp, ext/sha1/sha1.txt.jp: s/SuperClass/Superclass/.knu2001-05-162-2/+2
* * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:knu2001-05-165-0/+5
* * ext/sha1/sha1.txt.jp: add the Japanese version derived fromknu2001-05-163-17/+80
* * ext/sha1/extconf.rb, ext/sha1/sha1.c: use WORDS_BIGENDIAN toknu2001-05-162-16/+3
* Initial revisionknu2001-05-165-0/+372
* * ext/md5/md5.txt: make wording fixes, and mention the newly addedknu2001-05-162-12/+17
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+1
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-2/+2
* * ext/dbm/extconf.rb: fix for FreeBSD and GDBM.eban2001-05-071-7/+8
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-4/+5
* rb_eGDBMFatalErrors -> rb_eGDBMFatalErroreban2001-05-061-2/+2
* forgot some checkins.matz2001-05-0613-183/+2027