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
/
ptr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
1
-8
/
+4
*
* 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
1
-1
/
+1
*
Fix the conversion method.
ttate
2002-12-09
1
-0
/
+8
*
Get rid of ineffective symbols, lines, constants and so on.
ttate
2002-11-07
1
-57
/
+57
*
Fixed error messages and descriptions.
ttate
2002-10-07
1
-4
/
+4
*
Merged Nakada's patch [ruby-dev:18097].
ttate
2002-08-29
1
-5
/
+7
*
Multiple call of the initialize.
ttate
2002-08-05
1
-0
/
+4
*
Conform to the allocation framework.
ttate
2002-08-04
1
-14
/
+32
*
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-20
1
-9
/
+17
*
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
1
-14
/
+17
*
ext/dl/ptr.c: remove rb_dlptr_cast().
ttate
2002-04-19
1
-39
/
+0
*
raise() -> rb_raise(). (Thanks Tetsuya Watanabe)
ttate
2002-04-11
1
-16
/
+10
*
Merge Nakada's patch and define StringValuePtr for ruby-1.6.
ttate
2002-04-03
1
-72
/
+71
*
Add ruby-dl
ttate
2002-04-02
1
-0
/
+1075