aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-1/+1
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-151-16/+24
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-1/+2
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+2
* * ext/iconv/iconv.c (iconv_s_list): return encoding list if no blocknobu2004-04-081-2/+13
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-3/+11
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-0/+2
* * ext/socket/socket.c (raise_socket_error): never return.usa2004-04-061-3/+3
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-051-0/+2
* * ext/syck/syck.h: version 0.43.why2004-04-031-1/+1
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-307/+327
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-021-8/+28
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-021-15/+65
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-011-95/+55
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-7/+16
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-2912-55/+55
* fix typo.akr2004-03-282-2/+2
* Bug in + and - reported by Bret Jolly fixed.shigek2004-03-251-25/+8
* MANIFEST update.nobu2004-03-231-2/+0
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-2/+5
* * ext/extmk.rb: rm -rf $extout, not extout.eban2004-03-201-1/+1
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2004-03-181-14/+16
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):gotoyuzo2004-03-151-1/+6
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-0/+17
* * lib/net/http.rb: spin off https code again.aamine2004-03-062-158/+0
* * ext/strscan/strscan.c (strscan_init_copy): struct re_registers mustnobu2004-03-061-1/+7
* * ext/strscan/depend: depends on re.h and regex.h.nobu2004-03-062-7/+2
* * lib/net/http.rb: net/https is merged.aamine2004-03-051-89/+3
* * ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...aamine2004-03-051-0/+35
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-29/+40
* * ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo2004-02-231-10/+51
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu2004-02-221-1/+1
* * ext/extmk.rb: use optparse instead of getopts.nobu2004-02-221-35/+37
* * ext/zlib/zlib.c: documented, but needs more effort.gsinclair2004-02-211-7/+696
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-02-211-9/+27
* Wrong descriptions,pointed out by Bret Jolly,in the documents changed.shigek2004-02-202-8/+8
* * ext/strscan/strscan.c: improved documentationgsinclair2004-02-191-30/+35
* * ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...aamine2004-02-181-3/+27
* * ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...aamine2004-02-181-2/+6
* * ext/strscan/strscan.c: merge documentation from 1.8 branch.aamine2004-02-181-5/+451
* * ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban2004-02-181-0/+1
* * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu2004-02-171-8/+16
* * ext/strscan/strscan.c: ScanError may be (wrongly) garbage collected. (thank...aamine2004-02-171-14/+42
* * ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu2004-02-171-6/+10
* * ext/syck/rubyext.c (syck_emitter_end_object): fix inline document.usa2004-02-171-1/+1
* * ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa2004-02-171-2/+2
* * ext/racc/cparse/README: new file.aamine2004-02-162-0/+11
* * ext/iconv/iconv.c (iconv_s_list): new method Iconv.listnobu2004-02-162-10/+91
* add IDispatch wrapper in val2variantsuke2004-02-151-241/+385