From c1cf1b3ce63a2bcd3f2c4c275bab144dd0e4b6ec Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 25 Jan 2009 02:06:29 +0000 Subject: * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and parents. * Makefile.in, win32/Makefile.sub (distclean-rdoc): added to remove temprary rdoc. * Makefile.in, win32/Makefile.sub (distclean): removes extout directory. * Makefile.in, win32/Makefile.sub (clean-ext): skips non-existent directories. * common.mk (clean, distclean): cleans rdoc. * configure.in (RMDIRS, RMALL): added to clean extout. * lib/fileutils.rb (FileUtils#rmdir): added :parents option. * lib/mkmf.rb (create_makefile): cleans installed files at clean instead of distclean. * lib/mkmf.rb (create_makefile): added clean-so and clean-rb. * lib/mkmf.rb (def init_mkmf): added DISTCLEANDIRS. * lib/un.rb (rmdir): added -p option. * tool/rmdirs, win32/rmdirs.bat: removes directory and the parents. * win32/rm.bat: added -r option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30986b6b7..e218fe61b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +Sun Jan 25 11:07:51 2009 Nobuyoshi Nakada + + * Makefile.in, win32/Makefile.sub (RMDIRS): remove directory and + parents. + + * Makefile.in, win32/Makefile.sub (distclean-rdoc): added to remove + temprary rdoc. + + * Makefile.in, win32/Makefile.sub (distclean): removes extout + directory. + + * Makefile.in, win32/Makefile.sub (clean-ext): skips non-existent + directories. + + * common.mk (clean, distclean): cleans rdoc. + + * configure.in (RMDIRS, RMALL): added to clean extout. + + * lib/fileutils.rb (FileUtils#rmdir): added :parents option. + + * lib/mkmf.rb (create_makefile): cleans installed files at clean + instead of distclean. + + * lib/mkmf.rb (create_makefile): added clean-so and clean-rb. + + * lib/mkmf.rb (def init_mkmf): added DISTCLEANDIRS. + + * lib/un.rb (rmdir): added -p option. + + * tool/rmdirs, win32/rmdirs.bat: removes directory and the parents. + + * win32/rm.bat: added -r option. + Sun Jan 25 09:09:29 2009 Nobuyoshi Nakada * dir.c (join_path): use strlcat() to force link. -- cgit