aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* * eval.c (block_pass): allow "retry" from within argument passedmatz2002-01-172-52/+114
* * st.c: primes should be primes.matz2002-01-161-1/+2
* * re.c (match_select): should propagate taintness.matz2002-01-111-2/+2
* Add.eban2002-01-072-0/+2
* * ext/curses/extconf.rb: add dir_config.eban2001-12-311-3/+3
* * ext/extmk.rb.in (have_library): do not print yes. sigh.eban2001-12-291-4/+1
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban2001-12-291-1/+4
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban2001-12-291-0/+1
* * ext/readline/readline.c: new methodsshugo2001-12-191-0/+220
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-25/+2
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-184-24/+23