aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai2004-02-131-16/+25
* * ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu2004-02-121-1/+1
* * ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai2004-02-111-25/+108
* * ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu2004-02-091-7/+7
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-26/+81
* * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu2004-02-061-8/+44
* Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav...shigek2004-02-011-3/+2
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-16/+21
* * ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]nobu2004-01-281-2/+2
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-272-2/+6
* * 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/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo2004-01-251-14/+20
* * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo2004-01-242-44/+85
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-18/+25