summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-06* lib/net/http.rb: spin off https code again.aamine
2004-03-06* ext/strscan/strscan.c (strscan_init_copy): struct re_registers mustnobu
2004-03-06* ext/strscan/depend: depends on re.h and regex.h.nobu
2004-03-05* lib/net/http.rb: net/https is merged.aamine
2004-03-05* ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...aamine
2004-03-03* ext/syck/rubyext.c: get rid of warnings.nobu
2004-02-23* ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo
2004-02-22* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu
2004-02-22* ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu
2004-02-22* ext/extmk.rb: use optparse instead of getopts.nobu
2004-02-21 * ext/zlib/zlib.c: documented, but needs more effort.gsinclair
2004-02-21* ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu
2004-02-20Wrong descriptions,pointed out by Bret Jolly,in the documents changed.shigek
2004-02-19 * ext/strscan/strscan.c: improved documentationgsinclair
2004-02-18* ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...aamine
2004-02-18* ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...aamine
2004-02-18* ext/strscan/strscan.c: merge documentation from 1.8 branch.aamine
2004-02-18* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.eban
2004-02-17* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu
2004-02-17* ext/strscan/strscan.c: ScanError may be (wrongly) garbage collected. (thank...aamine
2004-02-17* ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu
2004-02-17* ext/syck/rubyext.c (syck_emitter_end_object): fix inline document.usa
2004-02-17* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa
2004-02-16* ext/racc/cparse/README: new file.aamine
2004-02-16* ext/iconv/iconv.c (iconv_s_list): new method Iconv.listnobu
2004-02-15add IDispatch wrapper in val2variantsuke
2004-02-13* ext/tk/lib/tk.rb: en-bugged at last commit (Feb 11 23:24:22 2004)nagai
2004-02-12* ext/tk/lib/tk.rb (TkComm::tk_split_list): suppress a warning.nobu
2004-02-11* ext/tk/lib/tk.rb: properly treat a Tcl/Tk's string with escapingnagai
2004-02-09* ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu
2004-02-09* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu
2004-02-06* ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu
2004-02-01Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Jav...shigek
2004-01-28* ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why
2004-01-28* ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]nobu
2004-01-27* misc/ruby-mode.el: better support for general delimitedmatz
2004-01-27* ext/socket/socket.c (s_recvfrom): sending length should be annobu
2004-01-27* ext/win32ole/win32ole.c (set_argv): fix condition.usa
2004-01-26* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai
2004-01-26* ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu
2004-01-25* ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): thirdgotoyuzo
2004-01-24* ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): changegotoyuzo
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2004-01-21* ext/digest/md5/extconf.rb: have_library appends found library.nobu
2004-01-21* ext/digest/rmd160/extconf.rb: have_library appends found library.nobu
2004-01-20* ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo
2004-01-19* ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo
2004-01-19* ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu
2004-01-19* ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa