summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-04-04Get rid of ineffective encoding/decoding procedures.ttate
2002-04-04DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate
2002-04-04bugfix (a few bugs seems to be remaining yet.)ttate
2002-04-04Patch [ruby-dev:16747] (Thanks Nakada)ttate
2002-04-03Add ext/dl/lib/dl/types.rb.ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02* ext/extmk.rb.in (enable_config): follow lib/mkmf.rb.nobu
2002-04-02Add entries to each Setup.* and remove Changes files.ttate
2002-04-02Get rid of the RUBY, and use CPPFLAGS="$(CPPFLAGS) -DDEBUG"ttate
2002-04-02Add ruby-dl.ttate
2002-04-02Add ruby-dlttate
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz
2002-04-02* ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban
2002-04-01* io.c (rb_io_fptr_cleanup): need flush even when io will not bematz
2002-04-01* ext/sdbm/init.c (each_pair): moved prototype before thenobu
2002-04-01* ext/racc/cparse/cparse.c: prototype; call_scaniter().usa
2002-03-28* ext/socket/socket.c (sock_addrinfo): should specify socktypematz
2002-03-28* ext/strscan/strscan.c: add taint check.aamine
2002-03-26* ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban
2002-03-26* parse.y (primary): while/until statement modifiers to "begin"matz
2002-03-26* ext/bigfloat/bigfloat.c: Fix the initializer's function nameknu
2002-03-25* ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.soknu
2002-03-25* ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-22* ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.aamine
2002-03-22socket.c: oops, half-baked modifies were commited; backoutmatz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-22racc runtime imported.aamine
2002-03-22* strscan.c: remove useless #include directiveaamine
2002-03-22import strscan.aamine
2002-03-22Synchronize with reality. Pick actually existent modules and get ridknu
2002-03-22BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.knu
2002-03-22Initial revisionknu
2002-03-21Probably */depend should be added to this file too.knu
2002-03-20* ext/configsub.rb: latest autoconf style support.nobu
2002-03-18* ext/stringio/stringio.c (check_modifiable): wrong declaration.nobu
2002-03-18* ext/digest: add depend file.nobu
2002-03-18* eval.c (rb_f_abort): should not bypass cleanup.nobu
2002-03-18* ext/iconv/extconf.rb: workaround for GNU libiconv.eban
2002-03-17* ext/stringio/depend: added.nobu
2002-03-17* ext/iconv/depend: added.nobu
2002-03-15* ext/iconv/iconv.c: fixed document, Iconv#new is no longer annobu
2002-03-14Initial revisionnobu
2002-03-14* ext/stringio/stringio.c: fixed frozen string bug. ungetc nonobu
2002-03-11Initial revisionnobu
2002-03-11* marshal.c (w_object): module inclusion using extend() shouldmatz
2002-03-08* ext/socket/extconf.rb (have_struct_member): don't print checkedakr
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-03-04* ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu
2002-03-04Make cvs ignore mkmf.log.knu