summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2003-10-28* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,usa
2003-10-26bug fix on Win : hang-up when calling 'exit' in the Tk callbacknagai
2003-10-25add TkRoot.destroynagai
2003-10-23* eval.c (ruby_cleanup): initialize stack bottom for embedding.nobu
2003-10-22--enable-dlstack is true in default.ttate
2003-10-22Bugfix for PR#1196ttate
2003-10-21bug fixnagai
2003-10-21Added math.rb descriptions.shigek
2003-10-21Local version number(BigDecimal::ver) incremented.shigek
2003-10-21can read data from file.shigek
2003-10-21C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu
2003-10-20* gc.c (gc_sweep): loosen page free condition to avoid add_heap()matz
2003-10-17modify the message and comments on the sourcenagai
2003-10-17* ext/syck/yamlbyte.h: Ditto.why
2003-10-17* ext/syck/rubyext.c: YAML::Syck::compile method.why
2003-10-17* ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:knu
2003-10-17add some documentsnagai
2003-10-17forgot to add 'unicodeout.rb'nagai
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-16(bug fix) instance variable @frame was used without initializing onnagai
2003-10-16If $DEBUG == true and some exception is caused in a callbacknagai
2003-10-16Add Tk::EncodedString and Tk::UTF8_String class to support charactersnagai
2003-10-15Add a XXX comment.knu
2003-10-15* ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-15add entry3.rbnagai
2003-10-15* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa
2003-10-14* ext/syck/bytecode.c: Checkin of YAML bytecode support.why