summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2003-01-27* instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend aknu
2003-01-26* instruby.rb ($mflags.set?): Check $make instead of $nmake, sinseusa
2003-01-26* instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -nknu
2003-01-25* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu
2003-01-20* typo fix.eban
2003-01-19* ext/aix_mksym.rb: no longer used.nobu
2003-01-19use builtin methodsnobu
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-12* ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban
2003-01-12Check the return value of dlopen().ttate
2003-01-11Correct the description about type specifiers.ttate
2003-01-11* ext/dl/lib/dl/win32.rb: compatibility improvement.eban
2003-01-08* ext/Win32API/lib/win32/registry.rb: added. [new]usa
2003-01-06* intern.h (rb_check_array_type): Declare rb_check_array_type().knu
2003-01-05*** empty log message ***nobu
2003-01-05* ext/extmk.rb (extmake): set $0 temporarily while loadingnobu
2003-01-05* instruby.rb: need paren in regexp(make -n install).eban
2002-12-31* wrong regexp.eban
2002-12-31* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban
2002-12-31* ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST andknu
2002-12-31* ext/tcltklib/extconf.rb (find_tcl, find_tk): Look for bothknu
2002-12-30* typofixeban
2002-12-30* ext/extmk.rb: split --make argument contains options, assumenobu
2002-12-29* ext/socket/socket.c (tcp_svr_init): local host tonobu
2002-12-27* {win32,bcc32}/Makefile.sub: remove `=' from --make-flags options.eban
2002-12-26* ext/extmk.rb (create_makefile): check only `-' option.eban
2002-12-21* ext/dbm/dbm.c (fdbm_alloc): allocator takes only one argument.usa
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20ditto.nobu
2002-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-13* ext/dbm/extconf.rb (rb_check): support for GNU dbm 1.8.3.eban
2002-12-13* ext/dbm/extconf.rb (db_check): check existence of the functioneban
2002-12-12* configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban
2002-12-11* ext/extmk.rb (create_makefile): -no-undefined -> --no-undefined.eban
2002-12-11* ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu
2002-12-09Fix the conversion method.ttate
2002-12-02* pack.c (utf8_to_uv): added checks for malformed or redundantmatz
2002-11-27* ext/syslog/syslog.c: Cut redundancy.knu
2002-11-27* ext/syslog/test.rb: Syslog.close should raise RuntimeError whenknu
2002-11-27* ext/digest/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-27* ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu
2002-11-27* ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu
2002-11-26dlsizeof() should handle 'S' and 's'.ttate
2002-11-25* ext/extmk.rb (extmake): return true if not dynamic and not static.eban
2002-11-13 * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu
2002-11-09* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-11-05fixed rb_ary2cary() to convert nil.ttate
2002-11-04* ext/extmk.rb: Properly pass the given target toknu