aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Patch from Michal Rokos for sprintf format strings applied.shigek2003-04-251-30/+30
* Removed lib & sample dir.shigek2003-04-256-12/+0
* BigDecimal dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-246-0/+12
* Dir. rearrangement according to the suggestions from Minero Aoki.shigek2003-04-244-9/+10
* More explanations for sincos.shigek2003-04-242-1/+2
* Prec. improvement for PI.shigek2003-04-241-1/+1
* * ext/extmk.rb: add -Wl,--no-undefined to LDSHARED onlyeban2003-04-241-1/+8
* * ext/zlib/extconf.rb: bccwin32 is win32 too.nobu2003-04-221-1/+1
* * ext/Setup*: Add zlib and remove bogus and obsolete entries.knu2003-04-196-9/+7
* Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.shigek2003-04-171-1/+14
* * ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.usa2003-04-172-0/+8
* * ext/readline/readline.c: add the defined operator for bcc32.eban2003-04-171-3/+3
* * ext/readline/readline.c: include <unistd.h> only whenusa2003-04-091-0/+2
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove structmatz2003-04-071-4/+0
* * zlib.c (rb_gzreader_getc): the return value of GzipReader#getc must be unsi...katsu2003-04-061-1/+1
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-031-1/+1
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-1/+1
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-292-4/+3
* Import Ruby/zlib from rough.katsu2003-03-284-0/+3749
* Use rb_str2cstr() instead of STR2CSTR() macro.shigek2003-03-282-12/+10
* Rubbish !shigek2003-03-281-7/+0
* Entries for bigdecimal added.shigek2003-03-286-0/+12
* Copied from rough/bigdecimal,documents & some sample programs added.shigek2003-03-2817-0/+6325
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-0/+6
* * ext/strscan/strscan.c: should infect also return values of #inspect.aamine2003-03-251-19/+18
* 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