aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Initial revisionnobu2002-02-191-0/+19
* * mkconfig.rb (Config::expand): expand ${} too.nobu2002-02-171-20/+16
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-174-8/+8
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-051-8/+8
* Add wresize, resizeterm and KEY_RESIZE.ttate2002-01-292-1/+32
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-284-10/+17
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-2/+3
* * eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz2002-01-191-2/+3
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-56/+0
* * ext/socket/socket.c (tcp_svr_s_open): fix typo.usa2002-01-181-1/+1