summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12Update.knu
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-09Add an entry.knu
2001-06-08remove debug printfmatz
2001-06-08* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz
2001-06-07* parse.y (yylex): incomplete fix.matz
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-06bug fix for obj.extend(Mutex_m).keiju
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-05Update.knu
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/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban
2001-06-05* ext/etc/extconf.rb: use egrep_cpp.eban
2001-06-04* MANIFEST: add doc/NEWS.eban
2001-06-04Add NEWS, in which we describe the changes that affect users.knu
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
2001-06-01* parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz
2001-06-012001-06-01eban
2001-06-01* configure.in: use waitpid on mingw32.eban
2001-05-31* mkconfig.rb, ext/configsub.rb: VERSION -> RUBY_VERSION.eban
2001-05-30* win32/dir.h: re-add.usa
2001-05-30* configure.in: default --with-libc_r to `no' until the problem isknu
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-28* configure.in: remove unnecessary AC_CANONICAL_BUILDeban
2001-05-28* ext/extconf.rb.in: make the priority of the make rule of .c higher than .C .usa
2001-05-282001-05-28eban
2001-05-27* dir.c (glob_helper): teach has_magic() to handle flags and getknu
2001-05-26Revise more.knu
2001-05-26Sync with reality.knu
2001-05-26Synchronize MANIFEST with reality. Add missing files.knu
2001-05-25* MANIFEST: add win32/dir.h .usa
2001-05-25* mkconfig.rb: typo.eban
2001-05-24* ext/sha1/sha1-ruby.c (sha1_hexdigest): fix buffer overflow. Theknu
2001-05-24* MANIFEST: update the entries I forgot to add or remove.knu
2001-05-24Fix the previous ChangeLog entry.knu
2001-05-24* ext/sha1/sha1-ruby.c (md5i_new): separate initialize() fromknu
2001-05-24* ext/dbm/extconf.rb: fix support for *BSD and set $CFLAGSknu