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
*
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject
akr
2006-06-05
1
-0
/
+14
*
* ext/socket/socket.c: fix sockaddr_un handling.
akr
2006-06-04
1
-25
/
+44
*
update doc.
akr
2006-06-02
1
-50
/
+52
*
* ext/openssl/extconf.rb: use create_header.
gotoyuzo
2006-06-02
3
-0
/
+8
*
fix a comment.
akr
2006-06-01
1
-6
/
+6
*
* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket
akr
2006-06-01
1
-61
/
+281
*
* ext/extmk.rb (extmake): remove extinit files if no statically linked
nobu
2006-05-27
1
-9
/
+14
*
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
nobu
2006-05-25
9
-66
/
+53
*
* ext/extmk.rb: deal with $static set in extconf.rb.
nobu
2006-05-24
1
-6
/
+1
*
update nonblocking methods document.
akr
2006-05-24
1
-2
/
+9
*
* ext/openssl/lib/openssl/ssl.rb
gotoyuzo
2006-05-23
1
-3
/
+3
*
add reason for accept(2) failure in accept_nonblock.
akr
2006-05-22
1
-2
/
+1
*
update *_nonblock doc.
akr
2006-05-22
1
-160
/
+25
*
* rubyio.h (rb_io_set_nonblock): declared.
akr
2006-05-22
1
-4
/
+361
*
* ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles.
nobu
2006-05-17
1
-2
/
+2
*
* ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should return
gotoyuzo
2006-05-11
1
-0
/
+1
*
* ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.
gotoyuzo
2006-05-08
4
-31
/
+63
*
ext/win32ole/win32ole.c (add_event_call_back): should not
suke
2006-05-01
5
-194
/
+3
*
ole_param_ole_type should return "unknown type" string when ITypeInfo::GetFun...
suke
2006-04-30
3
-35
/
+2
*
add test/win32ole/test_win32ole_variant.rb.
suke
2006-04-30
3
-788
/
+260
*
* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initialize
gotoyuzo
2006-04-29
1
-1
/
+1
*
* ext/tk/tcltklib.c (delete_slaves): maybe increment the reference
nagai
2006-04-25
1
-2
/
+3
*
* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointer
nagai
2006-04-21
1
-3
/
+5
*
* ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.
nagai
2006-04-18
4
-12
/
+32
*
remove testOLEPARAM.rb
suke
2006-04-08
1
-1
/
+0
*
add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspect
suke
2006-04-08
1
-4
/
+25
*
remove testOLEPARAM.rb
suke
2006-04-08
1
-74
/
+0
*
WIN32OLE_TYPELIB.new accepts OLE files.
suke
2006-04-07
1
-18
/
+49
*
* ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]
nagai
2006-04-06
1
-1
/
+1
*
* ext/tk/tcltklib.c: fix SEGV when embedding to an application.
nagai
2006-04-05
5
-39
/
+68
*
remove testOLEMETHOD.rb
suke
2006-04-01
2
-93
/
+0
*
remove 3 test
suke
2006-04-01
3
-296
/
+0
*
add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspect
suke
2006-04-01
2
-16
/
+46
*
change the behavior of WIN32OLE#[] and WIN32OLE#[]=.
suke
2006-03-29
3
-32
/
+147
*
* ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar,
usa
2006-03-29
1
-3
/
+3
*
* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: imported nkf 2.0.6.
naruse
2006-03-27
6
-1730
/
+2238
*
* ext/win32ole/win32ole.c (folevariant_value): could not compile
usa
2006-03-20
1
-1
/
+2
*
change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1
suke
2006-03-19
2
-3
/
+57
*
* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should use
gotoyuzo
2006-03-15
2
-2
/
+2
*
* ext/win32ole/win32ole.c(ole_val2olevariantdata): support VT_VARIANT in
suke
2006-03-12
3
-23
/
+211
*
* lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination
akr
2006-03-03
1
-1
/
+1
*
* ext/dl/.cvsignore: ignore callback.h.
aamine
2006-03-03
3
-0
/
+3
*
* mkconfig.rb: generate RbConfig instead of Config.
akr
2006-02-20
3
-12
/
+12
*
* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.
gotoyuzo
2006-02-19
1
-1
/
+1
*
* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]
ocean
2006-02-14
1
-8
/
+29
*
* parse.y (parser_parse_string): mention "regexp" in a error
matz
2006-02-13
5
-442
/
+241
*
add WIN32OLE.create_guid.
suke
2006-02-11
2
-1
/
+34
*
* ext/zlib/zlib.c: should not access ruby objects in finalizer.
ocean
2006-02-07
1
-55
/
+45
*
* ruby.h: fixed prototype.
ocean
2006-02-03
1
-5
/
+6
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
12
-48
/
+22
[next]