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
...
*
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
*
Merge Nakada's patch and define StringValuePtr for ruby-1.6.
ttate
2002-04-03
9
-167
/
+174
*
Add entries to each Setup.* and remove Changes files.
ttate
2002-04-02
1
-166
/
+0
*
Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"
ttate
2002-04-02
1
-2
/
+1
*
Add ruby-dl.
ttate
2002-04-02
1
-0
/
+7
*
Add ruby-dl
ttate
2002-04-02
29
-0
/
+5871
[prev]