summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-121-0/+1
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai2004-05-122-18/+303
* Fix for 'incomplete bug fix' for 1.41.shigek2004-05-111-1/+1
* * ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai2004-05-071-1/+1
* use numerichost if cannot resolve hostnameseki2004-05-061-4/+4
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-0610-236/+246
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-01130-0/+19847
* * renewal Ruby/Tknagai2004-05-01131-11351/+7668
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-266-308/+406
* * ext/iconv/iconv.c: nearly finished RDoc comments.gsinclair2004-04-161-131/+132
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-4/+7
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-151-16/+24
* * ext/iconv/iconv.c: RDoc documentation (from RD; nearly finished).gsinclair2004-04-122-114/+114
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-1/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-061-0/+4057
* * ext/socket/socket.c (make_hostent): must return value.usa2004-04-061-3/+2
* * eval.c (top_include): include in the wrapped load is done formatz2004-04-0513-80/+99
* * ext/syck/syck.h: version 0.43.why2004-04-035-1051/+1179
* fix typo.akr2004-03-282-2/+2
* * eval.c (return_jump): set return value to the returnmatz2004-03-101-0/+17
* * ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo2004-02-231-10/+51
* * ext/zlib/zlib.c: documented, but needs more effort.gsinclair2004-02-211-7/+696
* * ext/strscan/strscan.c: improved documentationgsinclair2004-02-191-30/+35
* * ext/strscan/strscan.c: synchronized with main trunk (rev 1.11).aamine2004-02-181-17/+84
* * ext/strscan/strscan.c: documentation checked.aamine2004-02-181-45/+64
* * ext/strscan/strscan.c: documentedgsinclair2004-02-181-0/+416
* * ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban2004-02-181-0/+1
* * ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa2004-02-171-3/+3
* ext/win32ole/win32ole.c: add IDispatch interface in val2variantsuke2004-02-151-241/+385
* backport from Ruby-1.9.gotoyuzo2004-01-292-44/+91
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-271-3/+4
* * ext/win32ole/win32ole.c (set_argv): fix condition.usa2004-01-271-1/+1
* * ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai2004-01-261-0/+6
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-263-15/+21
* * ext/digest/md5/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * ext/digest/rmd160/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo2004-01-201-9/+1
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-191-0/+11
* * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.nobu2004-01-141-2/+2
* *** empty log message ***nobu2004-01-121-1/+1
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-084-22/+75
* * backport changes from 1.9nagai2004-01-073-14/+78
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-062-2/+2
* * ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn'takr2003-12-282-2/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2003-12-251-4075/+0
* * stable version 1.8.1 released.matz2003-12-241-1/+1
* * ext/tk/sample/tkmulticolumnlist.rb: new samplenagai2003-12-243-8/+755
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): should check for errorgotoyuzo2003-12-241-12/+31
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+2
* * ext/stringio/stringio.c (strio_read): never return nil atnobu2003-12-241-4/+22