summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2003-04-19* ext/Setup*: Add zlib and remove bogus and obsolete entries.knu
2003-04-17Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.shigek
2003-04-17* ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.usa
2003-04-17* ext/readline/readline.c: add the defined operator for bcc32.eban
2003-04-09* ext/readline/readline.c: include <unistd.h> only whenusa
2003-04-07* ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz
2003-04-06* zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsi...katsu
2003-04-03* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-29* eval.c (avalue_to_svalue): use rb_check_array_type() again.matz
2003-03-28Import Ruby/zlib from rough.katsu
2003-03-28Use rb_str2cstr() instead of STR2CSTR() macro.shigek
2003-03-28Rubbish !shigek
2003-03-28Entries for bigdecimal added.shigek
2003-03-28Copied from rough/bigdecimal,documents & some sample programs added.shigek
2003-03-26* eval.c (avalue_splat): new function to do unary * (splat)matz
2003-03-25* ext/strscan/strscan.c: should infect also return values of #inspect.aamine
2003-03-24security enhancement of dl library (need test).matz
2003-03-24Added rb_secure(4). (Thanks to Minero Aoki)ttate
2003-03-23update NotImplementError to NotImplementedError.matz
2003-03-22* lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-03-10* file.c (rb_find_file): need world writable directory check formatz
2003-03-07* ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu
2003-03-07* ext/dbm/extconf.rb: add QDBM support.eban
2003-03-07* parse.y (dsym): :"symbol string" style should not contain `\0'.matz
2003-03-06* ext/Win32API/Win32API (Win32API_initialize): should check number ofeban
2003-03-06* ext/Win32API/Win32API.c: no longer use inline-asms.eban
2003-03-03* ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu
2003-03-03* ext/Win32API/MANIFEST: Belatedly add lib/win32/registry.rb.knu
2003-02-10* ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban
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