]> cygwin.com Git - cygwin-apps/setup.git/commit - netio.cc
2002-05-04 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sat, 4 May 2002 12:15:56 +0000 (12:15 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sat, 4 May 2002 12:15:56 +0000 (12:15 +0000)
commit9f4a0c629425ee7c73fe609239885a8e1a5d9515
tree79b63529875891255da13cf588c9a829b551ce06
parent076654e7979f8d2316ba030d39813a134e277817
2002-05-04 Robert Collins  <rbtcollins@hotmail.com>

        * log.cc (log): Reimplement via LogSingleton.
        (log_save): Remove.
        (exit_setup): Remove.
        * log.h (log_save): Remove.
        (exit_setup): Remove.
        * LogSingleton.cc: New file.
        * LogSingleton.h: New file.
        * LogFile.cc: New file.
        * LogFile.h: New file.
        * Makefile.am (inilint_SOURCES): Add the new log interface.
        (setup_SOURCES): Add the new log interface and the concrete File
        implementation.
        * Makefile.in: Regenerate.
        * archive.cc: Use the new log interface thruout.
        * archive_tar.cc: Ditto.
        * main.cc: Ditto.
        * dialog.cc (fatal): Use the new log interface.
        * ini.cc (do_ini_thread): Use the log interface to exit.
        * isntall.cc (do_install_thread): Ditto.
        * netio.cc (auth_cmd): Ditto.
        * msg.cc (fatal): Ditto.
        * localdir.cc (save_local_dir): Save to different files depending on
        the mode, and if a root dir exists.
18 files changed:
ChangeLog
LogFile.cc [new file with mode: 0644]
LogFile.h [new file with mode: 0644]
LogSingleton.cc [new file with mode: 0644]
LogSingleton.h [new file with mode: 0644]
Makefile.am
Makefile.in
archive.cc
archive_tar.cc
dialog.cc
ini.cc
install.cc
localdir.cc
log.cc
log.h
main.cc
msg.cc
netio.cc
This page took 0.03542 seconds and 5 git commands to generate.