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
*
Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]
ttate
2005-02-06
4
-8
/
+18
*
* ext/socket/extconf.rb (sockaddr_storage): winsock2.h have the
usa
2005-02-06
1
-2
/
+3
*
* ext/extmk.rb (extract_makefile): extract previously collected
nobu
2005-02-06
3
-259
/
+126
*
added DL::Importer.sizeof().
ttate
2005-02-06
3
-0
/
+50
*
* ext/dl/dl.c (Init_dl): function declaration should precede
akr
2005-02-06
1
-3
/
+3
*
added missing files.
ttate
2005-02-04
6
-0
/
+733
*
added new files.
ttate
2005-02-04
17
-0
/
+2555
*
remove all files to replace ruby-dl with ruby-dl2.
ttate
2005-02-04
30
-6260
/
+0
*
* ext/ripper/lib/ripper/lexer.rb: last Lexer fix was incomplete; test all green.
aamine
2005-02-04
1
-4
/
+8
*
* ext/ripper/lib/ripper/filter.rb: ripper/tokenizer -> ripper/lexer. [ruby-de...
aamine
2005-02-04
1
-4
/
+4
*
* ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):
nobu
2005-02-03
1
-28
/
+31
*
bugfix.
ttate
2005-02-03
1
-2
/
+2
*
* follow original utf8tbl.c,v 1.8
naruse
2005-02-02
1
-2240
/
+4213
*
* follow original config.h,v 1.7
naruse
2005-02-02
1
-0
/
+3
*
* ext/nkf/nkf-utf8/nkf.c: follow nkf.c,v 1.57
naruse
2005-02-02
1
-48
/
+313
*
* ext/stringio/stringio.c (strio_truncate): should MEMZERO an extended
nobu
2005-02-02
1
-0
/
+4
*
* ext/ripper/lib/ripper/tokenizer.rb -> lexer.rb.
aamine
2005-02-01
4
-65
/
+237
*
* Makefile.in, configure.in: made EXTOUT configurable.
nobu
2005-01-31
1
-1
/
+2
*
* ext/tk/extconf.rb: add tkutil configuration step (remove old schema)
nagai
2005-01-31
7
-66
/
+77
*
* ext/tk/tcltklib.c: add invalid namespace check
nagai
2005-01-31
4
-69
/
+114
*
* ext/tk/extconf.rb: support new tk scheme on bccwin32.
usa
2005-01-27
1
-2
/
+2
*
* ext/Setup*: remove tcltklib.
usa
2005-01-26
6
-12
/
+6
*
* ext/tk/extconf.rb: support new tk scheme on mswin32.
usa
2005-01-26
1
-12
/
+21
*
* ext/tk: merge tcltklib for Ruby/Tk installation control
nagai
2005-01-25
26
-297
/
+365
*
* ext/tk/sample/vu/vu_demo.rb: rename from vu.rb; avoid the bug on
nagai
2005-01-25
2
-0
/
+5
*
* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remained
nagai
2005-01-25
30
-105
/
+602
*
* ext/nkf/lib/kconv.rb (guess_old): not use NKF.guess_old
naruse
2005-01-24
1
-1
/
+1
*
* ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should call
gotoyuzo
2005-01-22
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warning
ocean
2005-01-20
1
-2
/
+2
*
* ext/readline/readline.c: suppress warnings.
nobu
2005-01-16
1
-6
/
+10
*
* ext/zlib/zlib.c (zstream_end): should return value.
usa
2005-01-06
1
-1
/
+1
*
* ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should call
gotoyuzo
2004-12-31
1
-1
/
+1
*
Update kilmer template to use sections
dave
2004-12-29
1
-15
/
+15
*
* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
nobu
2004-12-28
1
-3
/
+7
*
* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
nobu
2004-12-28
1
-4
/
+6
*
* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensure
nobu
2004-12-28
1
-26
/
+45
*
* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interp
nagai
2004-12-27
3
-27
/
+53
*
* ext/openssl/ossl_x509name.c (Init_ossl_x509name): should use
gotoyuzo
2004-12-27
1
-1
/
+2
*
* ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fix
nagai
2004-12-24
1
-2
/
+2
*
* ext/syck/rubyext.c (syck_loader_transfer): check type conversion.
nobu
2004-12-23
1
-211
/
+218
*
* ext/tk/lib/tkextlib/blt.rb: add BLT extension support
nagai
2004-12-23
36
-6
/
+5811
*
* rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.
akr
2004-12-23
1
-1
/
+1
*
* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATE
nagai
2004-12-23
4
-0
/
+90
*
* ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers after
nobu
2004-12-21
1
-1
/
+2
*
* ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4
gotoyuzo
2004-12-21
1
-9
/
+12
*
* ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):
gotoyuzo
2004-12-21
1
-3
/
+3
*
* ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-
nagai
2004-12-21
1
-1
/
+10
*
* lib/net/https.rb: delete descriptions about key_file and cert_file.
gotoyuzo
2004-12-20
1
-2
/
+0
*
* ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2
nagai
2004-12-20
4
-8
/
+133
*
* ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate):
nobu
2004-12-18
1
-4
/
+5
[next]