summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2003-10-14ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :nagai
2003-10-14* test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu
2003-10-14ext/tk/lib/tk.rb:nagai
2003-10-14ext/tcltklib/tcltklib.c:nagai
2003-10-13Add ext/enumerator, a helper module for the Enumerable interface.knu
2003-10-12* ext/win32ole/extconf.rb: check "windows.h", not "windows".eban
2003-10-09* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): addgotoyuzo
2003-10-07define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist withakr
2003-10-07* ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.akr
2003-10-07* ext/socket/extconf.rb: useless assignment removed.akr
2003-10-06* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriategotoyuzo
2003-10-06* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr
2003-10-05* lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo
2003-10-04* ext/openssl/ossl_asn1.h: global symbols should be declaredgotoyuzo
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-03* ext/syck/rubyext.c: default keys handled.why
2003-10-03* ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo
2003-10-03ossl_asn1.h was included twice.gotoyuzo
2003-10-03* ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo
2003-10-02ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7gotoyuzo
2003-10-02ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7gotoyuzo
2003-10-02* ext/iconv/iconv.c (iconv_failure_initialize): conform withnobu
2003-10-02* ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo
2003-10-02* ext/iconv/iconv.c (iconv_fail): now yield erred substring, andnobu
2003-10-01* ext/etc/etc.c (etc_getgrent): typo.nobu
2003-10-01* signal.c (ruby_signal_name): adjust to the prototype.nobu