aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/sym.c
Commit message (Expand)AuthorAgeFilesLines
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-041-991/+0
* * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu2004-12-211-1/+2
* Use NUM2INT to convert short values.ttate2004-10-231-2/+2
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-231-1/+1
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-1/+1
* * ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa2003-12-041-4/+4
* Merged Tietew's patch of [ruby-dev:21991].ttate2003-12-011-0/+91
* * ext/dl/sym.c: typo fix(lasterror -> last_error).eban2003-11-081-2/+2
* Add DL.win32_last_error and DL.last_error.ttate2003-11-081-0/+61
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-291-1/+1
* security enhancement of dl library (need test).matz2003-03-241-10/+10
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-241-0/+2
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-2/+1
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-071-43/+43
* Multiple call of the initialize.ttate2002-08-051-0/+2
* Conform to the allocation framework.ttate2002-08-041-14/+26
* new platform [bccwin32] merged.H_Konishi2002-06-111-1/+1
* Get rid of the declaration of rb_str_cat2().ttate2002-05-201-8/+0
* Add DL::DLSTACK.ttate2002-05-151-36/+27
* cast to long from char, short and int in ASM_PUSH_XXXX.ttate2002-05-121-4/+3
* enable dl's stack emulation for constructing function call.ttate2002-05-111-24/+100
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-111-2/+2
* DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate2002-04-041-1/+1
* bugfix (a few bugs seems to be remaining yet.)ttate2002-04-041-1/+1
* Patch [ruby-dev:16747] (Thanks Nakada)ttate2002-04-041-14/+8
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-22/+22
* Add ruby-dlttate2002-04-021-0/+771