aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* security enhancement of dl library (need test).matz2003-03-244-148/+150
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-243-1/+15
* update NotImplementError to NotImplementedError.matz2003-03-231-2/+2
* * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr2003-03-221-9/+9
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-212-10/+10
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-1/+1
* * file.c (rb_find_file): need world writable directory check formatz2003-03-101-4/+5
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-03-071-2/+2
* * ext/dbm/extconf.rb: add QDBM support.eban2003-03-071-0/+1
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-073-81/+45
* * ext/Win32API/Win32API (Win32API_initialize): should check number ofeban2003-03-061-0/+5
* * ext/Win32API/Win32API.c: no longer use inline-asms.eban2003-03-062-189/+52
* * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu2003-03-031-1/+0
* * ext/Win32API/MANIFEST: Belatedly add lib/win32/registry.rb.knu2003-03-031-0/+1
* * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban2003-02-101-3/+2
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend aknu2003-01-271-16/+8
* * instruby.rb ($mflags.set?): Check $make instead of $nmake, sinseusa2003-01-261-0/+1
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -nknu2003-01-261-7/+16
* * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu2003-01-251-14/+31
* * typo fix.eban2003-01-201-1/+1
* * ext/aix_mksym.rb: no longer used.nobu2003-01-191-12/+0
* use builtin methodsnobu2003-01-191-30/+9
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-1611-35/+16
* * 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