summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2001-07-16* file.c (file_load_ok): fix typo.usa
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-14* ext/digest/*/extconf.rb: fix so that they build from anyknu
2001-07-13aamineaamine
2001-07-13* ext/extmk.rb.in: support multi-level ext/ directories.knu
2001-07-13* lib/mkmf.rb: use File::split to split a target into a prefix andknu
2001-07-12* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-07-09* lib/mkmf.rb: modify RM macro.eban
2001-07-09* ext/extmk.rb.in: modify RM macro.eban
2001-07-08* ruby.h: fix a wrong function name: rb_iglob() -> rb_globi().knu
2001-07-08aamineaamine
2001-07-05* lib/tempfile.rb: a tempfile must be created with mode 0600.knu
2001-07-03aamineaamine
2001-07-03aamineaamine
2001-07-03aamineaamine
2001-07-03* lib/mkmf.rb: distclean should remove mkmf.log as well.knu
2001-07-03* eval.c (rb_eval_string_wrap): should push frame (and adjustmatz
2001-07-03credit rb_name_error() fix to Nobuyoshi Nakada.matz
2001-07-03* eval.c (block_pass): do not change wrapper information.shugo
2001-07-03* error.c (rb_name_error): raise NameError instead of LoadError.shugo
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-27* lib/matrix.rb: resolve 'ruby -w' warnings.keiju
2001-06-26sorry, check in miss.aamine
2001-06-26aamineaamine
2001-06-23* ext/readline/readline.c (readline_event): a non-void functionknu
2001-06-22* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-06-22* lib/irb/locale.rb: fix for require "kconv" problemkeiju
2001-06-22* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz
2001-06-19* gc.c (rb_setjmp): avoid GCC 3.0 warnings.eban
2001-06-19* ext/readline/readline.c: add new methods:knu
2001-06-19* eval.c (svalue_to_mvalue): new function to convert from svaluematz
2001-06-19* eval.c (rb_f_require): searches ".rb" and ".so" at the samematz
2001-06-13* dir.c (Init_Dir): add a new method File::fnmatch? along withknu
2001-06-12* eval.c (method_eq): new method Method#==. [new]matz
2001-06-12* lib/mkmf.rb: target_prefix is only for installation, not forknu
2001-06-11* confgure.in: add RUBY_CANONICAL_BUILD.eban
2001-06-09* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-06-07* parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz
2001-06-06* lib/sync.rb: bug fix if obj.initialize has parameters whenkeiju
2001-06-06* eval.c (rb_load): should check if tainted even when wrap ismatz
2001-06-06* parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz
2001-06-05* error.c (Init_Exception): NameError went under StandardError,matz
2001-06-05* variable.c (rb_mod_const_at): use hash table as internalmatz
2001-06-05* ext/etc/extconf.rb: use egrep_cpp.eban
2001-06-03 * lib/shellwords.rb: don't destroy argument.wakou
2001-06-02* lib/cgi/session.rb: don't use module_function for Class.shugo
2001-06-01* irb messages: fix typos.keiju
2001-06-01* hash.c (replace_i): ignore when key == Qundef.matz
2001-06-01* parse.y (call_args2): confusion with list_append() andmatz