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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* gcc -Wall clean-up.
matz
2003-07-24
2
-3
/
+3
*
* ext/openssl/extconf.rb: add check for libsocket and libnsl.
gotoyuzo
2003-07-24
1
-19
/
+18
*
* ext/syck/emitter.c (syck_emitter_flush): accepts count
why
2003-07-24
4
-117
/
+237
*
* lib/mkmf.rb (have_type): check if a type is defined.
nobu
2003-07-24
1
-1
/
+1
*
* ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.
gotoyuzo
2003-07-24
2
-12
/
+8
*
* eval.c (thgroup_add): no warning for terminated threads.
matz
2003-07-24
1
-2
/
+23
*
* ext/io/wait/extconf.rb: removed unnecessary backward compatibility stuff.
nobu
2003-07-24
1
-20
/
+4
*
* ext/openssl/extconf.rb: revert use of dir_config.
eban
2003-07-24
1
-0
/
+2
*
* ext/Win32API/lib/win32/resolv.rb: added.
usa
2003-07-24
2
-0
/
+367
*
* ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO to
gotoyuzo
2003-07-23
2
-3
/
+5
*
Cut check for OpenSSL version
michal
2003-07-23
1
-14
/
+0
*
* ext/tcltklib/tcltklib.c (ip_init): need at least one statement after label.
usa
2003-07-23
1
-0
/
+1
*
* ext/openssl: imported.
gotoyuzo
2003-07-23
62
-0
/
+12557
*
process.c : unify indentation
nagai
2003-07-23
15
-187
/
+341
*
* ext/io/wait: imported.
nobu
2003-07-23
4
-0
/
+161
*
COMP_MODE_ROUNDUP -> COMP_MODE_ROUND
shigek
2003-07-23
3
-8
/
+15
*
* ext/iconv/iconv.c (check_iconv): check if Iconv instance.
nobu
2003-07-23
1
-34
/
+59
*
Explanation for prec, and some more for max. number of sig. digits.
shigek
2003-07-22
2
-55
/
+78
*
* lib/tmpdir.rb: new library to get temporary directory path,
matz
2003-07-21
1
-0
/
+1
*
patches from T.Saito etc.
shigek
2003-07-21
3
-17
/
+28
*
* ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...
katsu
2003-07-20
1
-1
/
+1
*
* ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrapper
nobu
2003-07-18
4
-5
/
+130
*
* ext/Win32API/lib/win32/registry.rb (Win32::Registry::Error):
usa
2003-07-18
1
-14
/
+17
*
As discussed in ruby-dev ML:
shigek
2003-07-18
5
-0
/
+325
*
More pathes from Tadasi Saito.
shigek
2003-07-18
4
-243
/
+0
*
More pathes from Tadasi Saito.
shigek
2003-07-18
5
-174
/
+263
*
* lib/mkmf.rb (rm_f): use FileUtils.
nobu
2003-07-18
1
-2
/
+7
*
tk.rb :
nagai
2003-07-17
1
-0
/
+4
*
* eval.c (ruby_init): set ruby_running to true after
matz
2003-07-17
1
-9
/
+5
*
* eval.c (rb_disable_super, rb_enable_super): deprecate.
matz
2003-07-16
2
-5
/
+0
*
* ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.
eban
2003-07-15
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark the
why
2003-07-14
1
-1
/
+5
*
Missed MANIFEST change and addition of ext/syck/emitter.c.
why
2003-07-11
2
-0
/
+318
*
* ext/syck/emitter.c: new emitter code.
why
2003-07-11
3
-29
/
+285
*
tk.rb :
nagai
2003-07-11
1
-2
/
+2
*
* ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compat
eban
2003-07-07
1
-1
/
+1
*
*** empty log message ***
nobu
2003-07-04
4
-121
/
+137
*
* ext/curses/extconf.rb: updated for tinfo check.
matz
2003-07-04
1
-2
/
+1
*
* string.c (rb_str_shared_replace): clear flags before copy.
matz
2003-07-02
1
-0
/
+1
*
tk.rb :
nagai
2003-07-01
2
-10
/
+24
*
Precision for '**' enhanced (bug).
shigek
2003-07-01
1
-2
/
+2
*
Bug in '/' fixed by Tadashi Saito.
shigek
2003-06-29
1
-2
/
+4
*
Changed according to Tadashi Saito's advice.
shigek
2003-06-27
1
-4
/
+4
*
1.From Tadashi Saito's advice
shigek
2003-06-27
4
-614
/
+740
*
tk.rb :
nagai
2003-06-25
2
-2
/
+154
*
tkcanvas.rb :
nagai
2003-06-25
3
-40
/
+128
*
tk.rb :
nagai
2003-06-24
5
-22
/
+204
*
* io.c (io_close): missing prototype.
aamine
2003-06-23
2
-0
/
+3
*
* MANIFEST: add wince files.
eban
2003-06-23
1
-0
/
+1
*
tk.rb :
nagai
2003-06-23
1
-8
/
+23
[prev]
[next]