aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo2003-11-151-2/+5
* * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai2003-11-143-12/+14
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2
* * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo2003-11-131-0/+21
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-122-10/+10
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-113-6/+86
* * ext/tk/lib/tk.rb: raise an exception when creating TkWindownagai2003-11-111-1/+2
* * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo2003-11-101-3/+7
* Bugfix for DL::Types::encode_type.ttate2003-11-081-7/+9
* * ext/dl/sym.c: typo fix(lasterror -> last_error).eban2003-11-081-2/+2
* Add DL.win32_last_error and DL.last_error.ttate2003-11-082-2/+69
* * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,nagai2003-11-072-67/+226
* * ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu2003-11-071-7/+12
* * ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...katsu2003-11-061-0/+1
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-061-8/+7
* * ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu2003-11-061-6/+7
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-053-0/+29
* * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo2003-11-041-0/+1
* typoshigek2003-11-041-1/+1
* * lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine2003-11-031-146/+146
* #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.hknu2003-11-011-1/+0
* * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo2003-11-014-5/+42
* #include <sys/time.h> is needed for struct timeval.knu2003-11-011-0/+1
* * ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.why2003-10-301-1/+1
* * ext/syck/MANIFEST: Add yamlbyte.h.knu2003-10-301-0/+1
* * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo2003-10-294-3/+28
* * ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is notusa2003-10-291-50/+26
* * ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,usa2003-10-281-4/+32
* bug fix on Win : hang-up when calling 'exit' in the Tk callbacknagai2003-10-261-1/+5
* add TkRoot.destroynagai2003-10-251-0/+4
* * eval.c (ruby_cleanup): initialize stack bottom for embedding.nobu2003-10-232-3/+3
* --enable-dlstack is true in default.ttate2003-10-221-6/+2
* Bugfix for PR#1196ttate2003-10-221-8/+5
* bug fixnagai2003-10-213-6/+6
* Added math.rb descriptions.shigek2003-10-212-6/+17
* Local version number(BigDecimal::ver) incremented.shigek2003-10-211-1/+5
* can read data from file.shigek2003-10-211-22/+45
* C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu2003-10-212-17/+17
* * gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz2003-10-201-4/+8
* modify the message and comments on the sourcenagai2003-10-172-6/+31
* * ext/syck/yamlbyte.h: Ditto.why2003-10-171-0/+170
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-178-1558/+4098
* * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:knu2003-10-172-2/+8
* add some documentsnagai2003-10-177-3/+328
* forgot to add 'unicodeout.rb'nagai2003-10-171-0/+2
* consistent parentheses in assignment RHS.matz2003-10-167-13/+13
* (bug fix) instance variable @frame was used without initializing onnagai2003-10-161-1/+2
* If $DEBUG == true and some exception is caused in a callbacknagai2003-10-161-1/+17
* Add Tk::EncodedString and Tk::UTF8_String class to support charactersnagai2003-10-166-29/+289
* Add a XXX comment.knu2003-10-151-0/+1