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
...
*
* configure.in: install rdoc by default. if you do not want to
matz
2004-01-10
1
-12
/
+17
*
* ext/extmk.rb (extmake): should not reduce necessary libraries.
nobu
2004-01-09
1
-1
/
+1
*
* ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns
gotoyuzo
2004-01-08
4
-22
/
+75
*
* ext/syck/rubyext.c (yaml_org_handler): lazy-load Date for
nobu
2004-01-07
1
-176
/
+179
*
* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]
nobu
2004-01-07
5
-7
/
+23
*
* ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.
nagai
2004-01-07
3
-14
/
+78
*
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
matz
2004-01-02
3
-14
/
+15
*
* instruby.rb: fix install directory if destdir and compile_dir are
usa
2003-12-28
1
-1
/
+1
*
* ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn't
akr
2003-12-28
2
-2
/
+2
*
* string.c (rb_str_update): call rb_str_modify().
matz
2003-12-25
1
-1
/
+1
*
* 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
*
* overrided instance methods, which are private methods on the super
nagai
2003-12-09
15
-17
/
+143
*
* typo
nagai
2003-12-09
1
-2
/
+2
*
* new sample script
nagai
2003-12-08
1
-0
/
+170
*
* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
nobu
2003-12-08
1
-1
/
+1
*
add iconv.rb and config.charset.
akr
2003-12-07
1
-0
/
+2
*
sort aliases.
akr
2003-12-07
1
-1
/
+1
*
* ext/iconv/iconv.c (map_charset): make case sensitive.
akr
2003-12-07
2
-5
/
+4
*
no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.
gotoyuzo
2003-12-06
1
-4
/
+1
*
* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrap
gotoyuzo
2003-12-06
1
-6
/
+25
*
* ext/stringio/stringio.c (strio_read): follow IO#read.
nobu
2003-12-05
1
-2
/
+4
*
* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7
usa
2003-12-04
1
-4
/
+4
*
* ext/openssl/ossl_asn1.c (asn1time_to_time): should check that
gotoyuzo
2003-12-04
1
-3
/
+1
*
* 'format'==>'Kernel.format' (avoid override trouble)
nagai
2003-12-03
5
-63
/
+64
*
* ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.
nobu
2003-12-03
1
-1
/
+1
*
Merged Tietew's patch of [ruby-dev:21991].
ttate
2003-12-01
2
-0
/
+92
[prev]
[next]