summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2003-12-07* ext/iconv/iconv.c (map_charset): make case sensitive.akr
2003-12-06no need to care SSL_ERROR_NONE and SSL_ERROR_WANT_X509_LOOKUP.gotoyuzo
2003-12-06* ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrapgotoyuzo
2003-12-05* ext/stringio/stringio.c (strio_read): follow IO#read.nobu
2003-12-04* ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa
2003-12-04 * ext/openssl/ossl_asn1.c (asn1time_to_time): should check thatgotoyuzo
2003-12-03* 'format'==>'Kernel.format' (avoid override trouble)nagai
2003-12-03* ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu
2003-12-01Merged Tietew's patch of [ruby-dev:21991].ttate
2003-12-01* ext/syck/syck.c: string buffering bug. decrementing by fullwhy
2003-12-01* sample/optparse/opttest.rb: added.nobu
2003-11-30* ext/tk/lib/tk.rb: bug fix [ruby-talk:86746]nagai
2003-11-27* ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode).nagai
2003-11-25* ext/syck/token.c: removed YYTOKTMP references whichwhy
2003-11-25* ext/tcltklib/README.1st: edit.nagai
2003-11-24* ext/etc/extconf.rb: check for pw_passwd in struct passwd andeban
2003-11-22* ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkCompositenagai
2003-11-22* ext/curses/curses.c (window_nodelay): nodelay() of NetBSD'susa
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-21* ext/tk/lib/tkentry.rb: fix the encoding trouble of percentnagai
2003-11-20* ext/tk/sample/tkballoonhelp.rb: new sample scriptnagai
2003-11-18* test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu
2003-11-18* ext/stringio/stringio.c (strio_read): behave as IO at empty string.nobu
2003-11-15* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo
2003-11-14* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai
2003-11-13Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate
2003-11-13* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo
2003-11-12* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai
2003-11-11* ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo
2003-11-11* ext/tk/lib/tk.rb: raise an exception when creating TkWindownagai
2003-11-10* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo
2003-11-08Bugfix for DL::Types::encode_type.ttate
2003-11-08* ext/dl/sym.c: typo fix(lasterror -> last_error).eban
2003-11-08Add DL.win32_last_error and DL.last_error.ttate
2003-11-07* ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,nagai
2003-11-07* ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu
2003-11-06* ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...katsu
2003-11-06* eval.c (rb_load): allow interrupt during loaded programmatz
2003-11-06* ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu
2003-11-05configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai
2003-11-04* lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo
2003-11-04typoshigek
2003-11-03* lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine
2003-11-01#include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.hknu
2003-11-01* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo
2003-11-01#include <sys/time.h> is needed for struct timeval.knu
2003-10-30* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.why
2003-10-30* ext/syck/MANIFEST: Add yamlbyte.h.knu
2003-10-29* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo
2003-10-29* ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is notusa