summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2002-03-22This commit was manufactured by cvs2svn to create branch 'SHIGEO'.(no author)
2002-03-22Initial revisionknu
2002-03-21Probably */depend should be added to this file too.knu
2002-03-20* ext/configsub.rb: latest autoconf style support.nobu
2002-03-18* ext/stringio/stringio.c (check_modifiable): wrong declaration.nobu
2002-03-18* ext/digest: add depend file.nobu
2002-03-18* eval.c (rb_f_abort): should not bypass cleanup.nobu
2002-03-18* ext/iconv/extconf.rb: workaround for GNU libiconv.eban
2002-03-17* ext/stringio/depend: added.nobu
2002-03-17* ext/iconv/depend: added.nobu
2002-03-15* ext/iconv/iconv.c: fixed document, Iconv#new is no longer annobu
2002-03-14Initial revisionnobu
2002-03-14* ext/stringio/stringio.c: fixed frozen string bug. ungetc nonobu
2002-03-11Initial revisionnobu
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