summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2002-03-01* ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add consteban
2002-02-28* ext/socket/extconf.rb (have_struct_member): new method.akr
2002-02-28* eval.c (rb_mod_include): load modules in argument order.matz
2002-02-27* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.matz
2002-02-27* io.c (READ_DATA_PENDING): uClibc support.eban
2002-02-26* ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu
2002-02-25* ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().knu
2002-02-25* ext/syslog/syslog.c: Merge from rough. Turn Syslog into aknu
2002-02-24Merge from rough.knu
2002-02-21* ext/extmk.rb.in (create_makefile): remove unnecessary -L option fromusa
2002-02-19Initial revisionnobu
2002-02-17* mkconfig.rb (Config::expand): expand ${} too.nobu
2002-02-17* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu
2002-02-05* io.c (fptr_finalize): should raise error when fclose fails.matz
2002-01-29Add wresize, resizeterm and KEY_RESIZE.ttate
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-25* class.c (rb_include_module): detect cyclic module inclusion.matz
2002-01-19* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,matz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-18* ext/socket/socket.c (tcp_svr_s_open): fix typo.usa
2002-01-17* eval.c (block_pass): allow "retry" from within argument passedmatz
2002-01-16* st.c: primes should be primes.matz
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-07Add.eban
2001-12-31* ext/curses/extconf.rb: add dir_config.eban
2001-12-29* ext/extmk.rb.in (have_library): do not print yes. sigh.eban
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban
2001-12-19* ext/readline/readline.c: new methodsshugo
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-18* string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz
2001-12-13* time.c (time_new_internal): avoid loop to calculate negativematz
2001-12-10auxiliary routines update.matz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-12-07* ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa
2001-12-06* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa
2001-12-04replace have_header("curses") with have_header("curses.h")ttate
2001-12-03* ext/socket/extconf.rb: remove -L/usr/local/lib.eban
2001-12-02* configure.in: use GCC, not without_gcc. remove without_gcc.eban
2001-11-29bug fix for getnstr() and wgetnstr()ttate
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz
2001-11-26Import the "syslog" module from the rough ruby project. This moduleknu
2001-11-23Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz