aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-121-6/+2
* Check the return value of dlopen().ttate2003-01-121-3/+3
* Correct the description about type specifiers.ttate2003-01-111-18/+18
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-111-14/+17
* * ext/Win32API/lib/win32/registry.rb: added. [new]usa2003-01-081-0/+828
* * intern.h (rb_check_array_type): Declare rb_check_array_type().knu2003-01-062-0/+3
* *** empty log message ***nobu2003-01-051-1/+5
* * ext/extmk.rb (extmake): set $0 temporarily while loadingnobu2003-01-051-10/+14
* * instruby.rb: need paren in regexp(make -n install).eban2003-01-051-11/+9
* * wrong regexp.eban2002-12-311-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-8/+21
* * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST andknu2002-12-311-0/+2
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): Look for bothknu2002-12-311-26/+12
* * typofixeban2002-12-301-1/+1
* * ext/extmk.rb: split --make argument contains options, assumenobu2002-12-301-0/+3
* * ext/socket/socket.c (tcp_svr_init): local host tonobu2002-12-291-3/+3
* * {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban2002-12-272-1/+5
* * ext/extmk.rb (create_makefile): check only `-' option.eban2002-12-261-7/+3
* * ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument.usa2002-12-211-3/+2
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-214-4/+7
* ditto.nobu2002-12-202-10/+6
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-2011-15/+14
* * 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