Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <001801c1b8af$8180bd10$f400a8c0@mchasecompaq> From: "Michael A Chase" To: "Cygwin-Apps" Cc: "Robert Collins" References: <015a01c1b886$622561b0$0200a8c0 AT lifelesswks> Subject: Patch Changelogs Date: Mon, 18 Feb 2002 11:02:50 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 ----- Original Message ----- From: "Robert Collins" To: Sent: Monday, February 18, 2002 06:13 Subject: Setup > I've branched 'setup200202' with the string patch + Michaels' patchs + > Jason's off-by-one patch. > . . . > P.S. Michael : A Changelog is a beautiful thing :}. Like these? One changelog set per patch. -- Mac :}) ** I normally forward private questions to the appropriate mail list. ** Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.htm Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age. 2002-02-02 Michael A Chase * archive_tar.cc: Remove concat.h include. * archive_tar_file.cc: Remove concat.h include. * desktop.cc (make_link): Wrap long lines. (start_menu): Wrap long lines. (desktop_icon): Change cygpath() call to use String. (make_cygwin_bat): Ditto. (make_etc_profile): Ditto. (make_passwd_group): Ditto. (save_icon): Ditto. (check_desktop): Replace String::concat with String +. (check_startmenu): Ditto. (DesktopSetupPage::OnInit): Change cygpath() calls to use String. * download.cc (download_one): Change io_stream::mkpath_p() call to use String. Wrap long lines. * fromcwd.cc: Remove concat.h include. * ini.cc (find_routine): Wrap long lines. * install.cc: Remove concat.h include. (install_one_source): Change cygpath() calls to use String. (do_install_thread): Ditto. * io_stream_cygfile.cc (io_stream_cygfile::io_stream_cygfile): Ditto. (io_stream_cygfile::mklink): Ditto. * localdir.cc: Remove concat.h include. * log.cc: Remove concat.h include. * mount.cc: Ditto. Move macro SLASH_P from concat.h. (cygpath): Make function version that takes String argument global. (cygpath): Remove function version that takes char* argument. * mount.h: Replace String cygpath(char*) with String cygpath(String). * nio-http.cc: Remove concat.h include. (retry_get): Change variable url to parameter Purl. Replace concat() call with String +. * package_db.cc: Remove concat.h include. (packagedb::flush): Replace concat() call with String +. * package_meta.cc: Remove concat.h include. (packagemeta::uninstall): Change cygpath() calls to use String. * postinstall.cc (do_postinstall): Replace concat() calls with String +. * script.cc: Remove concat.h include. (init_run_script): Change cygpath() calls to use String. (run_script): Ditto. Replace concat() call with String +. (try_run_script): Replace concat() calls with String +. * site.cc: Remove concat.h include. 2002-02-02 Michael A Chase * compress_bz.cc (compress_bz::peek): Remove log() call. (compress_bz::seek): Fix indentation. (compress_bz::~compress_bz): Remove log() call. * compress_gz.cc (compress_gz::peek): Ditto. (compress_bz::seek): Ditto. (compress_bz::destroy): Ditto. * download.cc (download_one): Replace LOG_TIMESTAMP with LOG_PLAIN. Change log() call to use String parameter. * geturl.cc (get_url_to_membuf): Ditto. (get_url_to_file): Ditto. * install.cc (uninstall_one): Replace LOG_TIMESTAMP with LOG_PLAIN. (replace_one): Ditto. (install_one_source): Ditto. Reindent and wrap long lines. (install_one): Replace char* msg with String msg. * io_stream.cc (io_stream::move): Change log() call to use String parameter. * io_stream_cygfile.cc (io_stream_cygfile::mklink): Wrap long lines. (io_stream_cygfile::write): Remove log() call. * io_stream_file.cc: Remove log.h include. (io_stream_file::peek): Remove log() call. * localdir.cc (LocalDirPage::OnNext): Change log() call to use String parameter. * log.h: Add enum loglevel value LOG_PLAIN (same as LOG_TIMESTAMP for now). * main.cc (WinMain): Replace LOG_TIMESTAMP with LOG_PLAIN. Change log() calls to use String parameter. * msg.cc (mbox): Change log() call to use String parameter. * net.cc (NetPage::OnNext): Ditto. * nio-ftp.cc (ftp_line): Ditto. * package_meta.cc (packagemeta::uninstall): Ditto. Wrap long lines. * root.cc (RootPage::OnNext): Replace LOG_TIMESTAMP with LOG_PLAIN. * script.cc (run_script): Replace LOG_TIMESTAMP with LOG_PLAIN. Change log() calls to use String parameter. Change char* f2 with String f2. Regularlize spacing around operators. (try_run_script): Ditto. * site.cc (SitePage::OnNext): Replace LOG_TIMESTAMP with LOG_PLAIN. Change log() call to use String parameter. (SitePage::OnMessageCmd): Ditto. * source.cc (SourcePage::OnBack): Replace LOG_TIMESTAMP with LOG_PLAIN.