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
/
sym.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
-Wall cleanups (removed unused vars, no 'code has no effect' warnings)
michal
2003-01-16
1
-2
/
+1
*
* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,
nobu
2002-12-20
1
-1
/
+1
*
Get rid of ineffective symbols, lines, constants and so on.
ttate
2002-11-07
1
-43
/
+43
*
Multiple call of the initialize.
ttate
2002-08-05
1
-0
/
+2
*
Conform to the allocation framework.
ttate
2002-08-04
1
-14
/
+26
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
1
-1
/
+1
*
Get rid of the declaration of rb_str_cat2().
ttate
2002-05-20
1
-8
/
+0
*
Add DL::DLSTACK.
ttate
2002-05-15
1
-36
/
+27
*
cast to long from char, short and int in ASM_PUSH_XXXX.
ttate
2002-05-12
1
-4
/
+3
*
enable dl's stack emulation for constructing function call.
ttate
2002-05-11
1
-24
/
+100
*
raise() -> rb_raise(). (Thanks Tetsuya Watanabe)
ttate
2002-04-11
1
-2
/
+2
*
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
1
-14
/
+8
*
Merge Nakada's patch and define StringValuePtr for ruby-1.6.
ttate
2002-04-03
1
-22
/
+22
*
Add ruby-dl
ttate
2002-04-02
1
-0
/
+771