aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add ruby-dlttate2002-04-0230-0/+5872
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-021-4/+3
* * ext/socket/socket.c (sock_addrinfo): should clear addrinfo hints.eban2002-04-021-0/+1
* * io.c (rb_io_fptr_cleanup): need flush even when io will not bematz2002-04-012-2/+9
* * ext/sdbm/init.c (each_pair): moved prototype before thenobu2002-04-012-4/+3
* * ext/racc/cparse/cparse.c: prototype; call_scaniter().usa2002-04-013-0/+11
* * ext/socket/socket.c (sock_addrinfo): should specify socktypematz2002-03-281-15/+21
* * ext/strscan/strscan.c: add taint check.aamine2002-03-281-121/+169
* * ext/extmk.rb.in (arg_config): should use Shellwords::shellwords.eban2002-03-261-2/+2
* * parse.y (primary): while/until statement modifiers to "begin"matz2002-03-261-0/+1
* * ext/bigfloat/bigfloat.c: Fix the initializer's function nameknu2002-03-261-20/+2
* * ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.soknu2002-03-252-2/+52
* * ext/extmk.rb.in (arg_config): get rid of single quotes for autoconf 2.53.eban2002-03-251-0/+1
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-106/+49
* * ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.aamine2002-03-221-1/+2
* socket.c: oops, half-baked modifies were commited; backoutmatz2002-03-221-28/+0
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-37/+75
* racc runtime imported.aamine2002-03-229-0/+777
* * strscan.c: remove useless #include directiveaamine2002-03-221-5/+0
* import strscan.aamine2002-03-229-0/+673
* Synchronize with reality. Pick actually existent modules and get ridknu2002-03-225-15/+33
* BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.knu2002-03-222-0/+7
* Initial revisionknu2002-03-224-0/+5180
* Probably */depend should be added to this file too.knu2002-03-211-0/+4
* * ext/configsub.rb: latest autoconf style support.nobu2002-03-201-1/+1
* * ext/stringio/stringio.c (check_modifiable): wrong declaration.nobu2002-03-181-2/+2
* * ext/digest: add depend file.nobu2002-03-1816-2/+40
* * eval.c (rb_f_abort): should not bypass cleanup.nobu2002-03-181-1/+2
* * ext/iconv/extconf.rb: workaround for GNU libiconv.eban2002-03-181-1/+1
* * ext/stringio/depend: added.nobu2002-03-171-0/+2
* * ext/iconv/depend: added.nobu2002-03-171-0/+2
* * ext/iconv/iconv.c: fixed document, Iconv#new is no longer annobu2002-03-151-4/+5
* Initial revisionnobu2002-03-143-0/+745
* * ext/stringio/stringio.c: fixed frozen string bug. ungetc nonobu2002-03-141-14/+46
* Initial revisionnobu2002-03-112-0/+890
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-2/+2
* * ext/socket/extconf.rb (have_struct_member): don't print checkedakr2002-03-081-4/+4
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-084-22/+70
* * ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug whereknu2002-03-041-13/+5
* Make cvs ignore mkmf.log.knu2002-03-0413-0/+14
* * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban2002-03-012-2/+8
* * ext/socket/extconf.rb (have_struct_member): new method.akr2002-02-282-0/+234
* * eval.c (rb_mod_include): load modules in argument order.matz2002-02-285-386/+376
* * ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz2002-02-276-172/+354
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-272-2/+2
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-261-3/+3
* * ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().knu2002-02-251-1/+5
* * ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu2002-02-253-166/+131
* Merge from rough.knu2002-02-244-4/+64
* * ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa2002-02-211-1/+1