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
*
* 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
*
* ext/syck/syck.c: string buffering bug. decrementing by full
why
2003-12-01
1
-1
/
+1
*
* sample/optparse/opttest.rb: added.
nobu
2003-12-01
6
-34
/
+4
*
* ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]
nagai
2003-11-30
1
-1
/
+1
*
* ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).
nagai
2003-11-27
1
-20
/
+22
*
* ext/syck/token.c: removed YYTOKTMP references which
why
2003-11-25
5
-91
/
+134
*
* ext/tcltklib/README.1st: edit.
nagai
2003-11-25
1
-2
/
+2
*
* ext/etc/extconf.rb: check for pw_passwd in struct passwd and
eban
2003-11-24
3
-3
/
+9
*
* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite
nagai
2003-11-22
5
-4
/
+428
*
* ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's
usa
2003-11-22
1
-1
/
+7
*
* gc.c (Init_stack): stack region is far smaller than usual if
matz
2003-11-22
7
-23
/
+153
*
* ext/tk/lib/tkentry.rb: fix the encoding trouble of percent
nagai
2003-11-21
2
-5
/
+12
*
* ext/tk/sample/tkballoonhelp.rb: new sample script
nagai
2003-11-20
4
-0
/
+857
*
* test/stringio/test_stringio.rb: imported from [ruby-dev:21941].
nobu
2003-11-18
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_read): behave as IO at empty string.
nobu
2003-11-18
1
-6
/
+27
*
* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):
gotoyuzo
2003-11-15
1
-2
/
+5
*
* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)
nagai
2003-11-14
3
-12
/
+14
*
Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)
ttate
2003-11-13
1
-2
/
+2
[next]