index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
dl
Commit message (
Expand
)
Author
Age
Files
Lines
*
* typo fix.
eban
2003-01-20
1
-1
/
+1
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
4
-15
/
+5
*
* ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.
eban
2003-01-12
1
-6
/
+2
*
Check the return value of dlopen().
ttate
2003-01-12
1
-3
/
+3
*
Correct the description about type specifiers.
ttate
2003-01-11
1
-18
/
+18
*
* ext/dl/lib/dl/win32.rb: compatibility improvement.
eban
2003-01-11
1
-14
/
+17
*
* intern.h (rb_check_array_type): Declare rb_check_array_type().
knu
2003-01-06
1
-0
/
+1
*
* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,
nobu
2002-12-20
3
-3
/
+3
*
Fix the conversion method.
ttate
2002-12-09
3
-11
/
+34
*
dlsizeof() should handle 'S' and 's'.
ttate
2002-11-26
1
-0
/
+2
*
Get rid of ineffective symbols, lines, constants and so on.
ttate
2002-11-07
7
-157
/
+143
*
fixed rb_ary2cary() to convert nil.
ttate
2002-11-05
1
-0
/
+2
*
Bugfix for Importable::callback.
ttate
2002-10-31
1
-2
/
+2
*
* configure.in (XCFLAGS): CFLAGS to comile ruby itself.
nobu
2002-10-21
1
-24
/
+15
*
Fixed error messages and descriptions.
ttate
2002-10-07
2
-5
/
+5
*
Improve the description.
ttate
2002-10-02
1
-6
/
+5
*
* configure.in: modify program_prefix only if specified
eban
2002-09-08
1
-0
/
+1
*
Merged Nakada's patch [ruby-dev:18097].
ttate
2002-08-29
1
-5
/
+7
*
Multiple call of the initialize.
ttate
2002-08-05
3
-0
/
+9
*
Conform to the allocation framework.
ttate
2002-08-04
5
-49
/
+83
*
Get rid of "return".
ttate
2002-07-30
1
-1
/
+1
*
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-07-11
2
-2
/
+16
*
Add Importable::symbol.
ttate
2002-06-27
1
-39
/
+55
*
* eval.c (rb_eval): NODE_EVSTR is no longer used.
nobu
2002-06-24
1
-1
/
+1
*
Include ctype.h for isdigit().
ttate
2002-06-11
1
-0
/
+1
*
Check the length of proto.
ttate
2002-06-11
1
-0
/
+2
*
Get rid of STR2CSTR. (Thanks N.Nakada)
ttate
2002-06-11
3
-5
/
+7
*
bugfix. (Thanks U.Nakamura)
ttate
2002-06-11
2
-4
/
+4
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
4
-6
/
+21
*
bugfix.
ttate
2002-06-10
3
-1
/
+19
*
Add DL::Importable::Internal::callback().
ttate
2002-06-10
1
-9
/
+47
*
dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitution
ttate
2002-06-10
1
-4
/
+4
*
Get rid of rb_dl_set_callback() and rb_dl_get_callback().
ttate
2002-06-09
1
-2
/
+0
*
* ext/dl: change the callback mechanism.
ttate
2002-06-09
7
-243
/
+213
*
Get rid of a function.
ttate
2002-05-20
1
-1
/
+0
*
Get rid of a few functions.
ttate
2002-05-20
1
-7
/
+2
*
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-20
5
-20
/
+23
*
Get rid of the declaration of rb_str_cat2().
ttate
2002-05-20
4
-48
/
+37
*
Add DL::DLSTACK.
ttate
2002-05-15
4
-60
/
+69
*
cast to long from char, short and int in ASM_PUSH_XXXX.
ttate
2002-05-12
2
-7
/
+6
*
* ext/dl: enable dl's stack emulation for constructing function call.
ttate
2002-05-11
1
-3
/
+3
*
enable dl's stack emulation for constructing function call.
ttate
2002-05-11
3
-38
/
+122
*
Catch the exception SystemExit in extconf.rb.
ttate
2002-05-01
1
-0
/
+6
*
L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).
ttate
2002-05-01
1
-1
/
+1
*
ext/dl/ptr.c: missing break in switch statements.
ttate
2002-04-26
2
-14
/
+32
*
Add a sample which shows how to deal with C++ libraries.
ttate
2002-04-20
3
-0
/
+97
*
ext/dl/ptr.c: remove rb_dlptr_cast().
ttate
2002-04-19
1
-39
/
+0
*
Correct.
ttate
2002-04-14
1
-8
/
+8
*
Edit the documentation.
ttate
2002-04-14
1
-2
/
+7
*
raise() -> rb_raise(). (Thanks Tetsuya Watanabe)
ttate
2002-04-11
3
-19
/
+13
[next]