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
*
* 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
*
Add DL::Importable::Internal::Struct#alloc.
ttate
2002-04-11
2
-68
/
+53
*
Add dl.txt instead of README.
ttate
2002-04-11
2
-8
/
+264
*
remove README and README.html
ttate
2002-04-11
3
-433
/
+12
*
Support "unsigned short".
ttate
2002-04-11
1
-0
/
+4
*
Add "unsigned short".
ttate
2002-04-11
1
-0
/
+4
*
define alias "struct" and "union" in the module Importable.
ttate
2002-04-11
1
-2
/
+7
*
Add/Fix types.
ttate
2002-04-10
1
-1
/
+3
*
Implement the substitution for structure members.
ttate
2002-04-10
1
-1
/
+6
*
improve the prototype parser.
ttate
2002-04-05
1
-0
/
+4
*
"extern" and "[]" of the module Importable returns a symbol.
ttate
2002-04-05
1
-1
/
+5
*
Add dl/struct.rb.
ttate
2002-04-05
3
-141
/
+288
*
Get rid of ineffective encoding/decoding procedures.
ttate
2002-04-04
1
-17
/
+47
*
DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)
ttate
2002-04-04
1
-1
/
+1
*
bugfix (a few bugs seems to be remaining yet.)
ttate
2002-04-04
1
-1
/
+1
*
Patch [ruby-dev:16747] (Thanks Nakada)
ttate
2002-04-04
2
-22
/
+16
*
Add ext/dl/lib/dl/types.rb.
ttate
2002-04-03
2
-68
/
+90
[next]