summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2001-11-13tkutil needed to be updatedmatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-10-29 * intern.h (rb_protect_inspect): follow the change of array.c.usa
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-04* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban
2001-10-03* ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-06* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu
2001-09-06* ext/readline/readline.c: restore terminal modeshugo
2001-09-06* ext/digest/digest.c (rb_digest_base_s_digest,knu
2001-09-05* ext/socket/socket.c (Init_socket): remove duplicating constants.nobu
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-20* ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban