]> cygwin.com Git - cygwin-apps/setup.git/blob - ChangeLog
* setup.c (findhref): Decode file size, when appropriate.
[cygwin-apps/setup.git] / ChangeLog
1 Sat Apr 22 16:37:03 2000 Christopher Faylor <cgf@cygnus.com>
2
3 * setup.c (findhref): Decode file size, when appropriate.
4 (needfile): New function. Returns 1 when file should be
5 downloaded.
6 (processdirlisting): Always download if file size does not
7 match. Prompt when download fails for some reason.
8 (getdownloadsource): Accomodate findhref argument changes.
9
10 Sat Apr 22 15:13:42 2000 Christopher Faylor <cgf@cygnus.com>
11
12 Throughout, use global session handle rather than reinitializing for
13 each connect. Don't pass session as an argument to setup.c functions.
14 * setup.c (geturl): Only issue "Connecting to.." message when using
15 http or first time for ftp since subsequent connections will be fast.
16 (processdirlisting): Allocate space for "N" when user has specified
17 "N"ever option so that it can be subsequently freed.
18 (main): Abort if we can't get the list of mirrors.
19
20 Thu Apr 20 16:41:42 2000 Christopher Faylor <cgf@cygnus.com>
21
22 * setup.c (main): Umount /bin and /lib.
23
24 Wed Apr 19 13:34:44 2000 Christopher Faylor <cgf@cygnus.com>
25
26 * setup.c (main): Create an empty /var/run/utmp.
27
28 Tue Apr 18 19:16:56 2000 Christopher Faylor <cgf@cygnus.com>
29
30 * Makefile.in: Add umount to list of files to include in setup.exe.
31 * setup.c (xumount): New function for unmounting directories.
32 (main): Unmount /usr.
33 (mkmount): Unmount "unix directory" before trying to figure out where
34 to create the directory.
35
36 Tue Apr 18 17:28:55 2000 Christopher Faylor <cgf@cygnus.com>
37
38 * setup.c (mkmount): Use xcreate_process to start mount process,
39 avoiding the shell.
40 (main): Don't do buffering on stdout or prompts won't be displayed
41 correctly if running in a cygwin shell with CYGWIN=tty.
42
43 Tue Apr 18 15:35:19 2000 Christopher Faylor <cgf@cygnus.com>
44
45 * setup.c (main): Remove the CYGWIN environment variable before
46 starting any cygwin programs.
47
48 Mon Apr 17 19:20:52 2000 Vadim Egorov <egorovv@mailandnews.com>
49
50 * setup.c (geturl): Use alternative method for finding filename part of
51 a URL.
52 (processdirlisting): Accomodate strange output from non-MS ftp proxy.
53 (downloaddir): Unlink file containing dir listing.
54 (downloadfrom): Ditto.
55
56 Mon Apr 17 00:00:49 2000 Christopher Faylor <cgf@cygnus.com>
57
58 * setup.c (main): Disallow running setup.exe from the "root".
59
60 Sun Apr 16 18:50:58 2000 Christopher Faylor <cgf@cygnus.com>
61
62 Use "warning" function, where appropriate to output warnings.
63 * setup.c (warning): New function -- outputs warning to console and log
64 file.
65 (tarx): Fix index used to reset file protection.
66 (main): Open the log file earlier so that more stuff can be sent to it.
67
68 Sat Apr 15 20:05:33 2000 Christopher Faylor <cgf@cygnus.com>
69
70 * setup.c (processdirlisting): Make "N" option a little less aggressive.
71
72 Fri Apr 14 11:11:29 2000 Christopher Faylor <cgf@cygnus.com>
73
74 * setup.c (tarx): Wait to after tar has completed to reset protections
75 or suffer races with tar process.
76
77 Thu Apr 13 12:51:19 2000 Christopher Faylor <cgf@cygnus.com>
78
79 * Makefile.in: Eliminate duplicate -nostdinc from CFLAGS.
80 * setup.c (create_uninstall): Create the uninstall .bat file in the
81 "root" so that we can remove the /bin directory. Add bin\cygwin.bat to
82 list of files to be deleted. Fix directory detection for determining
83 when to use 'rmdir'.
84 (do_start_menu): Add /usr/local/bin to the path.
85 (main): Add slop to files.array allocation so that we don't have to
86 worry about reallocating the array when it grows too large when doing
87 some trivial "pushes". Add /tmp and /usr/local/{bin,lib} to list of
88 files.
89
90 Thu Apr 13 01:59:44 2000 Christopher Faylor <cgf@cygnus.com>
91
92 * setup.c (processdirlisting): Fix handling of "A" for "A"lways
93 download.
94
95 Thu Apr 13 01:11:45 2000 Christopher Faylor <cgf@cygnus.com>
96
97 * path.c (kill_cygpath): New cleanup function.
98 (exit_cygpath): New cleanup function.
99 (cygpath_pipe): New function. Sets up cygpath in the background for
100 translating filenames.
101 (pathcvt): Use background cygpath for file translation.
102 * setup.c (tarx): New function. Called to extract tar files, capture
103 logging output, and translate it to Windows format.
104 (recurse_dirs): Use 'tarx' function to extract files.
105 (create_uninstall): Use file list built up by tarx rather than reading
106 the log file.
107 (mkmount): Add ability to mount root.
108 (main): Track elapsed install time. Mount root.
109 * starry.h: Add index field to strarry for tracking of tarx's usage of
110 this structure.
111 * xsystem.c (xcreate_process): Return proces handle when not waiting.
112
113 Mon Apr 10 22:44:56 2000 Christopher Faylor <cgf@cygnus.com>
114
115 * path.c: New file.
116 (pathfp): New function. Preliminary work for new -f cygpath
117 functionality.
118 * Makefile.in: Add new file.
119 (pathcvt): Move to new file.
120 (dtoupath): Ditto.
121 (utodpath): Ditto.
122 (pathcat): Ditto.
123 * setup.c (processdirlisting): Always open file in text mode.
124 (create_uninstall): Ditto.
125 (getdownloadsource): Ditto.
126 (main): Ditto.
127
128 Mon Apr 10 20:33:40 2000 Christopher Faylor <cgf@cygnus.com>
129
130 * xsystem.c: New file.
131 * Makefile.in: Accomodate new file.
132 * setup.c (xsystem): Move to new file.
133 (recurse_dirs): Accept handle to output log file. Don't use ">"
134 redirection to trap tar output. Use supplied handle instead.
135 (create_uninstall): Accept FILE pointer to opened log file. Don't
136 unlink log file here.
137 (do_start_menu): Accept FILE pointer to pass to create_uninstall.
138 (main): Open log file here and pass it to various functions. Unlink
139 when done.
140
141 Mon Apr 10 17:15:52 2000 Christopher Faylor <cgf@cygnus.com>
142
143 Change occurrences of .usr.bin to .bin throughout.
144 * setup.c (geturl): Increase number of retries to 20. Let user know
145 what's going on during long connects.
146 (processdirlisting): Accept "A"lways and "N"ever as update options.
147 (create_uninstall): Load cygwin1.dll from the current directory rather
148 than \bin.
149 (main): Add some expository text.
150
151 Sun Apr 9 20:59:15 2000 Christopher Faylor <cgf@cygnus.com>
152
153 * Makefile.in: Change method for compressing cygwin1.dll to avoid
154 creating a cygwin1.dll in the current directory. Ensure the addition
155 of -nostdinc to MINGW_CFLAGS.
156
157 Sun Apr 9 02:15:47 2000 Christopher Faylor <cgf@cygnus.com>
158
159 * Makefile.in: Augment clean target.
160
161 Fri Apr 7 17:04:02 Ron Parker <rdparker@sourceware.cygnus.com>
162
163 * README: Added info about non-working mingw implementation
164 * gzip.exe.gz: Replace with a version from the same build as the other
165 tools.
166 * tar.exe.gz: Replace with a version from the same build as the other
167 tools.
168 * mount.exe.gz: Add to repository until, mingw can build setup.
169 * cygpath.exe.gz: ditto
170 * cygwin1.dll.gz: ditto
171 * setup.c: Overwrite /bin and /lib mounts. Generate working shortcut
172 for Win9x. Display only a screenfull of options at a time. Call all
173 tools with an absolute path.
174 * setup.dsp: Restore the carriage returns, MS Developer Studio needs
175 them.
176 * setup.dsw: ditto
177 * zlib.dsw: ditto
178
179 Thu Apr 6 19:15:27 2000 Christopher Faylor <cgf@cygnus.com>
180
181 * Makefile.in: Add "-nostdinc" to regular CFLAGS. Add target to grab
182 cygwin1.dll from ../cygwin subdirectory.
183 * gzip.exe.gz: Update.
184 * tar.exe.gz: Update.
185
186 Wed Apr 5 10:52:08 2000 Christopher Faylor <cgf@cygnus.com>
187
188 * Makefile.in: Use ZLIB variable as a target.
189
190 Sat Apr 1 22:49:09 2000 Christopher Faylor <cgf@cygnus.com>
191
192 * Makefile.in: Eliminate traces of cygwinisms. Don't link with
193 libmsvcrt.a. It's unneeded. Build .rc file on the fly from various
194 sources.
195 * configure.in: Locate correct objcopy.
196 * configure: Regenerate.
197
198 Sat Apr 1 20:48:09 2000 Christopher Faylor <cgf@cygnus.com>
199
200 * Makefile.in: New file.
201 * configure.in: New file.
202 * configure: New file.
203 * zlib/Makefile.am: New file.
204 * zlib/configure.in: New file.
205 * zlib/aclocal.m4: New file.
206 * zlib/acinclude.m4: New file.
207 * zlib/configure: Regenerate from configure.in.
208 * zlib/Makefile.in: Regenerate from Makefile.am
This page took 0.04779 seconds and 6 git commands to generate.