]> cygwin.com Git - cygwin-apps/setup.git/blame - ChangeLog
Add version info.
[cygwin-apps/setup.git] / ChangeLog
CommitLineData
005b73c4
CF
1Sun Apr 16 18:50:58 2000 Christopher Faylor <cgf@cygnus.com>
2
3 Use "warning" function, where appropriate to output warnings.
4 * setup.c (warning): New function -- outputs warning to console and log
5 file.
6 (tarx): Fix index used to reset file protection.
7 (main): Open the log file earlier so that more stuff can be sent to it.
8
36dc5fc8
CF
9Sat Apr 15 20:05:33 2000 Christopher Faylor <cgf@cygnus.com>
10
11 * setup.c (processdirlisting): Make "N" option a little less aggressive.
12
c73320de
CF
13Fri Apr 14 11:11:29 2000 Christopher Faylor <cgf@cygnus.com>
14
15 * setup.c (tarx): Wait to after tar has completed to reset protections
16 or suffer races with tar process.
17
68cdfc92
CF
18Thu Apr 13 12:51:19 2000 Christopher Faylor <cgf@cygnus.com>
19
20 * Makefile.in: Eliminate duplicate -nostdinc from CFLAGS.
21 * setup.c (create_uninstall): Create the uninstall .bat file in the
22 "root" so that we can remove the /bin directory. Add bin\cygwin.bat to
23 list of files to be deleted. Fix directory detection for determining
24 when to use 'rmdir'.
25 (do_start_menu): Add /usr/local/bin to the path.
26 (main): Add slop to files.array allocation so that we don't have to
27 worry about reallocating the array when it grows too large when doing
28 some trivial "pushes". Add /tmp and /usr/local/{bin,lib} to list of
29 files.
30
35d18861
CF
31Thu Apr 13 01:59:44 2000 Christopher Faylor <cgf@cygnus.com>
32
33 * setup.c (processdirlisting): Fix handling of "A" for "A"lways
34 download.
35
20904de1
CF
36Thu Apr 13 01:11:45 2000 Christopher Faylor <cgf@cygnus.com>
37
38 * path.c (kill_cygpath): New cleanup function.
39 (exit_cygpath): New cleanup function.
40 (cygpath_pipe): New function. Sets up cygpath in the background for
41 translating filenames.
42 (pathcvt): Use background cygpath for file translation.
43 * setup.c (tarx): New function. Called to extract tar files, capture
44 logging output, and translate it to Windows format.
45 (recurse_dirs): Use 'tarx' function to extract files.
46 (create_uninstall): Use file list built up by tarx rather than reading
47 the log file.
48 (mkmount): Add ability to mount root.
49 (main): Track elapsed install time. Mount root.
50 * starry.h: Add index field to strarry for tracking of tarx's usage of
51 this structure.
52 * xsystem.c (xcreate_process): Return proces handle when not waiting.
53
c1246750
CF
54Mon Apr 10 22:44:56 2000 Christopher Faylor <cgf@cygnus.com>
55
56 * path.c: New file.
57 (pathfp): New function. Preliminary work for new -f cygpath
58 functionality.
59 * Makefile.in: Add new file.
60 (pathcvt): Move to new file.
61 (dtoupath): Ditto.
62 (utodpath): Ditto.
63 (pathcat): Ditto.
64 * setup.c (processdirlisting): Always open file in text mode.
65 (create_uninstall): Ditto.
66 (getdownloadsource): Ditto.
67 (main): Ditto.
68
4b40edd0
CF
69Mon Apr 10 20:33:40 2000 Christopher Faylor <cgf@cygnus.com>
70
71 * xsystem.c: New file.
72 * Makefile.in: Accomodate new file.
73 * setup.c (xsystem): Move to new file.
74 (recurse_dirs): Accept handle to output log file. Don't use ">"
75 redirection to trap tar output. Use supplied handle instead.
76 (create_uninstall): Accept FILE pointer to opened log file. Don't
77 unlink log file here.
78 (do_start_menu): Accept FILE pointer to pass to create_uninstall.
79 (main): Open log file here and pass it to various functions. Unlink
80 when done.
81
6f8e3b45
CF
82Mon Apr 10 17:15:52 2000 Christopher Faylor <cgf@cygnus.com>
83
84 Change occurrences of .usr.bin to .bin throughout.
85 * setup.c (geturl): Increase number of retries to 20. Let user know
86 what's going on during long connects.
87 (processdirlisting): Accept "A"lways and "N"ever as update options.
88 (create_uninstall): Load cygwin1.dll from the current directory rather
89 than \bin.
90 (main): Add some expository text.
91
2a907b70
CF
92Sun Apr 9 20:59:15 2000 Christopher Faylor <cgf@cygnus.com>
93
94 * Makefile.in: Change method for compressing cygwin1.dll to avoid
95 creating a cygwin1.dll in the current directory. Ensure the addition
96 of -nostdinc to MINGW_CFLAGS.
97
c4285a3c
CF
98Sun Apr 9 02:15:47 2000 Christopher Faylor <cgf@cygnus.com>
99
100 * Makefile.in: Augment clean target.
101
ea615d51
RP
102Fri Apr 7 17:04:02 Ron Parker <rdparker@sourceware.cygnus.com>
103
104 * README: Added info about non-working mingw implementation
c1246750 105 * gzip.exe.gz: Replace with a version from the same build as the other
ea615d51 106 tools.
c1246750 107 * tar.exe.gz: Replace with a version from the same build as the other
ea615d51 108 tools.
c1246750 109 * mount.exe.gz: Add to repository until, mingw can build setup.
ea615d51
RP
110 * cygpath.exe.gz: ditto
111 * cygwin1.dll.gz: ditto
c1246750
CF
112 * setup.c: Overwrite /bin and /lib mounts. Generate working shortcut
113 for Win9x. Display only a screenfull of options at a time. Call all
114 tools with an absolute path.
115 * setup.dsp: Restore the carriage returns, MS Developer Studio needs
116 them.
ea615d51
RP
117 * setup.dsw: ditto
118 * zlib.dsw: ditto
119
51954e74
CF
120Thu Apr 6 19:15:27 2000 Christopher Faylor <cgf@cygnus.com>
121
c1246750
CF
122 * Makefile.in: Add "-nostdinc" to regular CFLAGS. Add target to grab
123 cygwin1.dll from ../cygwin subdirectory.
51954e74
CF
124 * gzip.exe.gz: Update.
125 * tar.exe.gz: Update.
126
7b777418
CF
127Wed Apr 5 10:52:08 2000 Christopher Faylor <cgf@cygnus.com>
128
129 * Makefile.in: Use ZLIB variable as a target.
130
4306b490
CF
131Sat Apr 1 22:49:09 2000 Christopher Faylor <cgf@cygnus.com>
132
5e7eb909
CF
133 * Makefile.in: Eliminate traces of cygwinisms. Don't link with
134 libmsvcrt.a. It's unneeded. Build .rc file on the fly from various
135 sources.
4306b490
CF
136 * configure.in: Locate correct objcopy.
137 * configure: Regenerate.
138
739457f4
CF
139Sat Apr 1 20:48:09 2000 Christopher Faylor <cgf@cygnus.com>
140
141 * Makefile.in: New file.
142 * configure.in: New file.
143 * configure: New file.
144 * zlib/Makefile.am: New file.
145 * zlib/configure.in: New file.
146 * zlib/aclocal.m4: New file.
147 * zlib/acinclude.m4: New file.
148 * zlib/configure: Regenerate from configure.in.
149 * zlib/Makefile.in: Regenerate from Makefile.am
This page took 0.040386 seconds and 5 git commands to generate.