aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-131-6/+6
* auxiliary routines update.matz2001-12-101-3/+3
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-26/+34
* * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa2001-12-071-1/+1
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-061-0/+3
* replace have_header("curses") with have_header("curses.h")ttate2001-12-041-1/+1
* * ext/socket/extconf.rb: remove -L/usr/local/lib.eban2001-12-031-1/+0
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-022-2/+2
* bug fix for getnstr() and wgetnstr()ttate2001-11-291-2/+2
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-272-6/+6
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-2610-0/+714
* Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate2001-11-232-3/+11