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/openssl/ossl_config.c (ossl_config_each): add new method
gotoyuzo
2004-02-23
1
-10
/
+51
*
* ext/zlib/zlib.c: documented, but needs more effort.
gsinclair
2004-02-21
1
-7
/
+696
*
* ext/strscan/strscan.c: improved documentation
gsinclair
2004-02-19
1
-30
/
+35
*
* ext/strscan/strscan.c: synchronized with main trunk (rev 1.11).
aamine
2004-02-18
1
-17
/
+84
*
* ext/strscan/strscan.c: documentation checked.
aamine
2004-02-18
1
-45
/
+64
*
* ext/strscan/strscan.c: documented
gsinclair
2004-02-18
1
-0
/
+416
*
* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.
eban
2004-02-18
1
-0
/
+1
*
* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.
usa
2004-02-17
1
-3
/
+3
*
ext/win32ole/win32ole.c: add IDispatch interface in val2variant
suke
2004-02-15
1
-241
/
+385
*
backport from Ruby-1.9.
gotoyuzo
2004-01-29
2
-44
/
+91
*
* ext/socket/socket.c (s_recvfrom): sending length should be an
nobu
2004-01-27
1
-3
/
+4
*
* ext/win32ole/win32ole.c (set_argv): fix condition.
usa
2004-01-27
1
-1
/
+1
*
* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7
nagai
2004-01-26
1
-0
/
+6
*
* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.
nobu
2004-01-26
3
-15
/
+21
*
* ext/digest/md5/extconf.rb: have_library appends found library.
nobu
2004-01-21
1
-1
/
+0
*
* ext/digest/rmd160/extconf.rb: have_library appends found library.
nobu
2004-01-21
1
-1
/
+0
*
* ext/openssl/extconf.rb: should check <openssl/conf_api.h> instead
gotoyuzo
2004-01-20
1
-9
/
+1
*
* ext/openssl/extconf.rb: add check for OpenSSL version.
gotoyuzo
2004-01-19
1
-0
/
+11
*
* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.
nobu
2004-01-14
1
-2
/
+2
*
*** empty log message ***
nobu
2004-01-12
1
-1
/
+1
*
* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns
gotoyuzo
2004-01-08
4
-22
/
+75
*
* backport changes from 1.9
nagai
2004-01-07
3
-14
/
+78
*
* eval.c (rb_mod_modfunc): should break if m has no super class.
matz
2004-01-06
2
-2
/
+2
*
* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn't
akr
2003-12-28
2
-2
/
+2
*
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2003-12-25
1
-4075
/
+0
*
* stable version 1.8.1 released.
matz
2003-12-24
1
-1
/
+1
*
* ext/tk/sample/tkmulticolumnlist.rb: new sample
nagai
2003-12-24
3
-8
/
+755
*
* ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for error
gotoyuzo
2003-12-24
1
-12
/
+31
*
* ext/stringio/stringio.c (strio_read): clear the buffer argument
nobu
2003-12-24
1
-0
/
+2
*
* ext/stringio/stringio.c (strio_read): never return nil at
nobu
2003-12-24
1
-4
/
+22
*
* ext/iconv/iconv.c (map_charset): always ensure code is a String.
nobu
2003-12-22
1
-5
/
+1
*
* ext/syck/emitter.c (syck_emitter_write): str bigger than
matz
2003-12-21
2
-3
/
+12
*
* eval.c (rb_with_disable_interrupt): prohibit thread context
matz
2003-12-20
1
-4
/
+4
*
* ext/tk/lib/tk.rb: add new methods (TkScrollbar#assign, assign_list)
nagai
2003-12-20
2
-0
/
+78
*
* ext/tk/sample/tkmultilistbox.rb: bug fix
nagai
2003-12-19
3
-1
/
+917
*
* bug fix
nagai
2003-12-17
1
-3
/
+3
*
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
matz
2003-12-17
1
-1
/
+1
*
introduce some new methods
aamine
2003-12-16
1
-34
/
+72
*
* condition bug of if statement on {pack,grid}_propagate methods
nagai
2003-12-16
1
-6
/
+9
*
* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument
usa
2003-12-15
1
-3
/
+5
*
* ext/socket/socket.c (Init_socket): IPv6 is not supported although
eban
2003-12-14
1
-2
/
+2
*
ext/tk/MANIFEST: add sample/tkalignbox.rb.
eban
2003-12-14
1
-0
/
+1
*
* ext/iconv/charset_alias.rb: preserve original order.
nobu
2003-12-13
2
-3
/
+18
*
* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.
gotoyuzo
2003-12-11
5
-0
/
+174
*
* configure.in (ieeefp.h), numeric.c: needed for finite() on
nobu
2003-12-11
6
-35
/
+28
*
* ext/stringio/stringio.c (strio_read): set EOF flag at short read.
nobu
2003-12-10
1
-5
/
+9
*
* ext/stringio/stringio.c (strio_read): do not set EOF flag when
nobu
2003-12-10
1
-3
/
+4
*
* io.c (read_all): should return given string even if data read is
matz
2003-12-10
2
-6
/
+3
*
* ext/stringio/stringio.c (strio_read): adjust behavior at reading
nobu
2003-12-10
1
-0
/
+1
*
* ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, so
usa
2003-12-10
1
-1
/
+3
[prev]
[next]