aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa2003-10-151-1/+1
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+1
* add entry3.rbnagai2003-10-151-0/+2
* * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa2003-10-152-1/+2
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-1411-3647/+2613
* ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :nagai2003-10-144-4/+411
* * test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu2003-10-142-92/+0
* ext/tk/lib/tk.rb:nagai2003-10-141-2/+7
* ext/tcltklib/tcltklib.c:nagai2003-10-145-67/+989
* Add ext/enumerator, a helper module for the Enumerable interface.knu2003-10-1310-0/+308
* * ext/win32ole/extconf.rb: check "windows.h", not "windows".eban2003-10-121-1/+1
* * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): addgotoyuzo2003-10-092-7/+6
* define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist withakr2003-10-071-2/+2
* * ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.akr2003-10-071-0/+5
* * ext/socket/extconf.rb: useless assignment removed.akr2003-10-071-2/+2
* * ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriategotoyuzo2003-10-061-1/+47
* * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.akr2003-10-062-1/+14
* * lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo2003-10-052-0/+28
* * ext/openssl/ossl_asn1.h: global symbols should be declaredgotoyuzo2003-10-041-18/+18
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-0/+1
* * ext/syck/rubyext.c: default keys handled.why2003-10-032-10/+25
* * ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo2003-10-032-0/+5
* ossl_asn1.h was included twice.gotoyuzo2003-10-031-1/+0
* * ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo2003-10-036-14/+1017
* ENGINE_load_public_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
* ENGINE_load_private_key takes four arguments since OpenSSL-0.9.7gotoyuzo2003-10-021-1/+1
* * ext/iconv/iconv.c (iconv_failure_initialize): conform withnobu2003-10-021-43/+49
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-029-5/+357
* * ext/iconv/iconv.c (iconv_fail): now yield erred substring, andnobu2003-10-021-7/+33
* * ext/etc/etc.c (etc_getgrent): typo.nobu2003-10-011-1/+1
* * signal.c (ruby_signal_name): adjust to the prototype.nobu2003-10-011-1/+1
* * ext/etc/etc.c: add new functions: setpwent, getpwent, endpwent,matz2003-10-013-227/+217
* * ext/win32ole/extconf.rb: add windows.h checking.eban2003-09-291-1/+2