aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-155-9/+9
* * ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban2002-12-131-0/+4
* * ext/dbm/extconf.rb (db_check): check existence of the functioneban2002-12-131-1/+1
* * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban2002-12-121-1/+1
* * ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban2002-12-111-1/+1
* * ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu2002-12-112-5/+5
* Fix the conversion method.ttate2002-12-093-11/+34
* * pack.c (utf8_to_uv): added checks for malformed or redundantmatz2002-12-021-0/+15
* * ext/syslog/syslog.c: Cut redundancy.knu2002-11-271-22/+41
* * ext/syslog/test.rb: Syslog.close should raise RuntimeError whenknu2002-11-271-9/+18
* * ext/digest/test.rb: Switch from RUnit to Test::Unit.knu2002-11-271-11/+2
* * ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu2002-11-271-30/+24
* * ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu2002-11-271-17/+11
* dlsizeof() should handle 'S' and 's'.ttate2002-11-261-0/+2
* * ext/extmk.rb (extmake): return true if not dynamic and not static.eban2002-11-251-1/+1
* * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu2002-11-131-2/+7
* * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban2002-11-091-0/+1
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-077-157/+143
* fixed rb_ary2cary() to convert nil.ttate2002-11-051-0/+2
* * ext/extmk.rb: Properly pass the given target toknu2002-11-041-0/+1
* Fix a bogon in the last commit. (reported by WATANABE Tetsuya inknu2002-11-031-2/+1
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-031-13/+16
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-7/+7
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-281-4/+1
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-271-0/+3
* * djgpp/*: sync with the latest.eban2002-10-271-0/+2
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-252-4/+4
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-242-6/+4
* * ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu2002-10-221-1/+1
* * instruby.rb: add dryrun mode.nobu2002-10-221-3/+6
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-212-461/+123
* * win32ole.c(EVENTSINK_Invoke): set pvarResult.suke2002-10-171-3/+8
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban2002-10-101-5/+6
* Fixed error messages and descriptions.ttate2002-10-072-5/+5
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-041-0/+4
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-0/+3
* Improve the description.ttate2002-10-021-6/+5
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-022-18/+13
* * commit miss; and tcltklib fix too.matz2002-10-026-16/+16
* * ext/socket/socket.c (init_sock): no need for special finalizer,nobu2002-10-011-20/+0
* * range.c (range_check): need no Fixnum check.matz2002-10-011-0/+27
* * ext/extmk.rb: The condition judgment without necessity was deleted.H_Konishi2002-09-281-1/+1
* Update.knu2002-09-273-0/+3
* Update the MANIFEST files.knu2002-09-274-0/+12
* Add a knob WITH_BUNDLED_ENGINES to test.sh.knu2002-09-261-2/+8
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-265-5/+77
* * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu2002-09-265-5/+81
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-265-4/+56
* * ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu2002-09-261-5/+2