]> cygwin.com Git - cygwin-apps/setup.git/blame - ChangeLog
undo cvs goofiness
[cygwin-apps/setup.git] / ChangeLog
CommitLineData
8507f105
DD
12000-08-07 DJ Delorie <dj@redhat.com>
2
3 * (all): add cvsid tags
4 * Makefile.in: generate version.c from ChangeLog, add splash.o
5 * splash.o: new
6 * res.rc: add splash screen
7
f5d0464b
DD
82000-08-02 DJ Delorie <dj@redhat.com>
9
4e8ff53f
DD
10 * net.cc: remove proxy password code
11 * res.rc: remove proxy user/pass from net, add auth dialogs
12 * netio.cc,h: add sys/proxy auth methods
13 * nio-ie5: use them, check for http status codes
14 * state.h: add system authorization
15
f5d0464b
DD
16 * concat.cc (concat): canonicalize x:// to x:/ (exception to ://
17 meaning an url)
18
76cbfa85
DD
192000-08-02 Norman Vine <nhv@yahoo,com>
20
21 * msg.cc (mbox): added MB_TOPMOST to MessageBox type flags
22
e92c4436
DD
232000-08-01 DJ Delorie <dj@redhat.com>
24
bf74c544
DD
25 * postinstall.cc (each): don't rename files we ignore
26 (do_postinstall): set CYGWINROOT to root_dir, chdir there
27
e92c4436
DD
28 * desktop.cc: have /etc/profile call ~/.profile and ~/.bashrc
29
a6100861
DD
302000-07-31 DJ Delorie <dj@redhat.com>
31
32 * desktop.cc: reverse PATH so /usr/bin precedes /bin
33
b11b49f3
DD
342000-07-18 DJ Delorie <dj@redhat.com>
35
a99bdfd8
DD
36 * autoload.c: new, autoload dlls that might not be available.
37 * Makefile.in (OBJS): add autoload.o
38
39 * res.rc: rewrite root options (text/binary, system/user) to be
40 more obvious.
41
b5b282c4
DD
42 * site.cc (get_site_list): trim displayed URL, sort by domain
43
44 * net.cc (do_net): make IE5 default to checked, for now
45
b11b49f3
DD
46 * choose.cc (do_choose): sort packages correctly
47 * ini.cc (do_ini): handle parse errors more gracefully
48 (yyerror): ditto
49 (fprintf): line buffer output
b5b282c4 50 (do_ini): if we can't load setup.ini, go back to the site list.
b11b49f3
DD
51 * ini.h: add "unknown" trust level
52 * inilex.l: absorb unknown trust levels and key/value pairs,
53 add line number logic
54 * iniparse.y: handle parse errors more gracefully.
55 * install.cc: skip packages with no valid install entry
56
1fd6d0a2
DD
572000-07-17 DJ Delorie <dj@cygnus.com>
58
59 * coding standards fixups, many files
60 * mkdir.cc: warn about deletions *before* deleting them
61
ed3e8b9b
DD
622000-07-17 Jeff Juliano <juliano@cs.unc.edu>
63
64 * res.rc (IDD_OTHER_URL): reorder to give default focus to entry
65
66 * other.cc (dialog_cmd): save download site URL
67 * site.cc (get_root_dir): new
68 (save_mirror_site): new
69 (dialog_cmd): save download site URL
70 (get_site_list): make list big enough to add prev site
71 (get_initial_list_idx): new, read last-used URL from file and
72 append it to site_list
73 (do_site): call get_initial_list_idx
74
75 * concat.cc (concat): avoid segfault when first parm is null
76
f57c332f
DD
772000-07-13 DJ Delorie <dj@cygnus.com>
78
79 * postinstall.cc: new
80 * Makefile.in: add postinstall.o
81 * concat.h: add backslash ()
82 * concat.cc: ditto
83 * desktop.cc (etc_profile): don't do postinstall
84 (backslash): moved to concat.cc
85 (uexists): new
86 (make_postinstall_script): run directly
87 (do_desktop): chain to do_postinstall
88 * dialog.h: add exit_msg, do_postinstall
89 * download.cc: use exit_msg
90 * install.cc: ditto
91 * main.cc: add postinstall, exit_msg
92 * resource.h: add postinstall
d6cda811 93 * README: add more to-do items
f57c332f 94
3a8e3956
DD
952000-07-12 DJ Delorie <dj@cygnus.com>
96
97 * desktop.cc: add /etc/postinstall/ support
1a18aed7 98 * install.cc: add more "standard" directories
3a8e3956 99
e0c3d906
DD
1002000-07-11 DJ Delorie <dj@cygnus.com>
101
102 * desktop.cc: create /etc/profile
ad09bcd9
DD
103 * desktop.cc: fix include syntax
104 * Makefile.in: add auto-dependencies
24e259bb
DD
105 * root.cc: support system vs user
106 * desktop.cc: ditto
107 * mount.h: ditto
108 * mount.cc: ditto
109 * install.cc: ditto
110 * res.rc: ditto
111 * resource.h: ditto
112 * state.h: ditto
84d58d4c 113 * desktop.cc: make sure we use backslashes, not slashes.
bf1d5889
DD
114 * desktop.cc: don't set PATH in cygwin.bat, create /etc/passwd
115 * geturl.cc: change math for percentage to avoid overflow
116 * install.cc: ditto
117 * download.cc: post "download complete" message.
118 * root.cc: pre-fill in defaults if needed, don't start
119 browse at root_dir unless it's set.
a3f48e18 120 * desktop.cc: quote $PATH in case it has spaces in it
ad09bcd9 121
904d24fe
DD
1222000-07-10 DJ Delorie <dj@cygnus.com>
123
124 * Makefile.in: add desktop.o and mklink2.o
125 * dialog.h: add do_desktop
126 * install.cc: create standard directories, call do_desktop
127 * res.rc: add cygwin.ico as a file also
128 * desktop.cc: new, do shortcuts, batch files, and icons
129 * mklink2.c: new, for COM
1ab805b8 130 * README: update to-do list
904d24fe 131
04d6e06b
DD
1322000-07-10 DJ Delorie <dj@cygnus.com>
133
134 * ini.cc (do_ini): don't worry about timestamps if we're not
135 actually installing.
136
5601a13d
DD
1372000-07-09 DJ Delorie <dj@cygnus.com>
138
139 * Makefile.in: add -I$(srcdir) for ini.h
140
23c9e63c
DD
1412000-07-06 DJ Delorie <dj@cygnus.com>
142
143 * Replace everything with a new GUI version
144 * zlib/gzio.c: add gzctell() for progress displays
145
1462000-06-22 DJ Delorie <dj@cygnus.com>
147
148 * setup.c (tarx): re-add call to write_pkg()
149
aa32874b
DD
1502000-06-07 DJ Delorie <dj@cygnus.com>
151
152 * cygcalls.c: new, call cygwin1.dll functions directly
153 * cygcalls.h: header for same
154 * Makefile.in: add cygcalls.[ch], remove mount/cygpath/umount
155 exes, fix cinstall.rc dependencies.
156 * path.c: remove unneeded code
157 * setup.c: use cygcalls instead of xcreate_process.
158 uncompress embedded files with zlib
159 add "-d" for "download only"
160 add "-h" for help
161 postpone mount changes until very end
162 add download progress indicators
163 pack multi-column listings more
164 auto-delete temp files
165 customize banner message according to options
166 prompt user for text/binary mounts
167 add warnings about empty setup directory, root installs, etc
168
99d1bf2d
DD
1692000-05-24 DJ Delorie <dj@cygnus.com>
170
171 * tar.c: New file; built-in tar using zlib.
172 * tar.h: New file; header for same.
173 * ctar.c: New file; test program for same.
174 * Makefile.in: add built-in tar, remove tar.exe and gzip.exe
175 * path.c (pathcat): convert slashes and canonicalize, instead of aborting
176 * setup.c (tarx): add support for built-in tar
177 (main): accept unix-style slashes, check root dir for drive letters,
178 warn about installing in /, make sure cwd is empty for internet installs,
179 defer mounts to end of install, support built-in tar.
180
55650749
CF
181Fri May 19 23:44:37 2000 Christopher Faylor <cgf@cygnus.com>
182
183 Fix compiler warnings throughout.
184 * pkg.c (init_pkgs): Make static 'stuff' global_pkgstuff for use in
185 get_pkg_stuff.
186 * setup.c: Make 'root' global.
187 (istargz): Return pointer to "stem" of matched .tar.gz file.
188 (tarx): Special case cygwin-20000301 to == cygwin-1.1.0.tar.gz. Remove
189 bogus check_for_installed check.
190 (recurse_dirs): Add preliminary support for .bat file execution.
191 (create_uninstall): Eliminate unneeded parameter.
192 (do_start_menu): Ditto.
193 (mkmount): Ditto.
194 (get_pkg_stuff): Ditto. Check for currently installed cygwin by
195 scanning for the version number. Eliminate unneeded argument to
196 create_uninstall.
197 (getdownloadsource): Add 'name' to list of names rather than url.
198 (main): Eliminate unneeded argument in get_pkg_stuff. Eliminate
199 unneeded argument in mkmount and do_start_menu.
200
f4dda8f0
DD
2012000-05-18 DJ Delorie <dj@cygnus.com>
202
203 * setup.c (optionprompt): allow multi-column, clean up message
204 about more options, be more robust about user input.
205 (getdownloadsource): make the mirror URL a macro.
206 (main): do mounts after done prompting user.
207
62844d84
CF
208Tue May 2 00:56:41 2000 Christopher Faylor <cgf@cygnus.com>
209
210 * setup.c (cleanup): Inverse order of deletion stands a better chance
211 of deleting cygpath.exe. Still seems to suffer from occasional races,
212 though.
213 (cleanup_on_signal): Perform convoluted dance to accomodate win95 and
214 w2k.
215 (output_file): Defend against an unlikely handle leak.
216 (main): Don't set up signal handling until we have something special to
217 do.
218
ad6749c8
CF
219Mon May 1 17:56:32 2000 Christopher Faylor <cgf@cygnus.com>
220
221 * path.c (kill_cygpath): Delete function.
222 (exit_cygpath): Make more defensive so that it can be called at any
223 time.
224 (cygpath_pipe): Don't set up signal here. Do it in main().
225 * setup.c (istargz): New function.
226 (recurse_dirs): Look for *.gz pattern rather than *tar.gz since *tar.gz
227 inexplicably fails on samba mounted partitions. Use istargz to match
228 tar.gz tail.
229 (processdirlisting) Use istargz to match tar.gz tail.
230 (cleanup): Renamed from filedel.
231 (cleanup_on_signal): New function. Called on CTRL-C.
232 (main): Record handle of main thread so that it can be suspended when
233 CTRL-C occurs. Set up cleanup_on_signal signal handler.
234
460cf7b6
CF
235Mon May 1 11:05:07 2000 Christopher Faylor <cgf@cygnus.com>
236
237 * setup.c (do_start_menu): Don't concatenate paths to already built
238 paths.
239
9e76799c
CF
240Sun Apr 30 22:37:34 2000 Christopher Faylor <cgf@cygnus.com>
241
242 * path.c (exit_cygpath): Wait for subprocess to exit before returning.
243 (cygpath_pipe): Don't call exit_cygpath. Let main atexit routine do
244 that.
245 * pkg.c (init_pkgs): Accept root argument. Make registry key "cygwin
246 root"-specific.
247 * setup.c (filedel): Call exit_cygpath here so that we can be assured
248 that cygpath subprocess has died. This allows us to delete cygpath.exe
249 and cygwin1.dll.
250 (optionprompt): Initialize response to -1 so that second screen of
251 mirrors will appear.
252 (get_pkg_stuff): Don't attempt to use HKCLU. Pass root to init_pkgs.
253 * setup.h: Reflect init_pkgs prototype change.
254
2cf65e6e
CF
255Sat Apr 29 23:53:30 2000 Christopher Faylor <cgf@cygnus.com>
256
257 * pkg.c (init_pkgs): Accept an argument to control what root registry
258 key should be used.
259 * setup.c (get_pkg_stuff): Use HKCLU registry key if default fails.
260 * setup.h: Reflect init_pkgs prototype change.
261
262Sat Apr 29 23:27:14 2000 Christopher Faylor <cgf@cygnus.com>
263
264 * error.c (winerror): Respond to gcc warning.
265 * path.c (cygpath_pipe): Ditto.
266 * setup.c (filedel): Call sa_cleanup on deleteme.
267 (create_shortcut): Coerce argument to eliminate compiler warning.
268 (tarx): Use installed version of cygwin1.dll, overriding tar file name.
269 (refmatches): New function. Tests if ref is contained in a list of
270 packages to install.
271 (filematches): New function. Tests if filename matches one of a list
272 of packages to install.
273 (recurse_dirs): Accept list of packages to install. Generalize tar.gz
274 test to accomodate _tar.gz.
275 (prompt): Ensure that stdout is flushed prior to asking for input.
276 (findhref): Initialize variables to quiet a compiler warning.
277 (processdirlisting): Accept list of packages to install. Special case
278 cygwin tar file version number.
279 (downloaddir): Accept list of packages to install.
280 (downloadfrom): Ditto.
281 (create_uninstall): Eliminate unneeded variables. Quote arguments to
282 regtool.
283 (do_start_menu): Don't create uninstall bat file if updating or user
284 specified a list of packages.
285 (mkmount): Eliminate unneeded variables.
286 (get_pkg_stuff): New function. Checks for previous unversioned
287 installation.
288 (main): Accept -u and -f options and package names on the command line.
289 Use get_pkg_stuff to initialize package information. Umount /etc.
290 Call recurse_dirs and downloadfrom with list of package to install.
291 Ensure that all /usr/local directories are created. Output
292 installation time to setup.log.
293 * setup.h: Add some prototypes.
294 * xsystem.c (xcreate_process): Eliminate unneeded variable.
295
4cf88dd9
CF
296Sat Apr 29 12:43:08 2000 Christopher Faylor <cgf@cygnus.com>
297
298 * setup.c (optionprompt): Don't overlap display of already seen options
299 on next page.
300 (geturl): Print name of site which we're connecting to rather than "ftp
301 site".
302 (processdirlisting): Avoid URLs that contain a /. or ./ . Is this
303 test too simplistic?
304 (do_start_menu): Use pathcat to build path to <root>\bin to avoid
305 problems when user chooses x:\ as their root.
306 (main): For now, default to "non-update" mode. Allow -u option to
307 signify an update.
308
36591a07
CF
309Sat Apr 29 00:26:06 2000 Christopher Faylor <cgf@cygnus.com>
310
311 * pkg.c: New file.
312 * setup.c (tarx): Skip already installed or older packages. Report
313 when a package has been updated.
314 (processdirlisting): Skip already installed or older packages.
315 (main): Detect -f option for forced installation. Initialize pkg stuff
316 if appropriate.
317 * setup.h: Add pkg definitions.
318
c298ea4a
CF
319Thu Apr 27 14:21:30 2000 Christopher Faylor <cgf@cygnus.com>
320
321 * setup.c (findhref): Return NULL on empty string. Eat any trailing
322 ";something".
323 (processdirlisting): Attempt to limit recursively processing the same
324 directory.
325
f4cafa7e
CF
326Thu Apr 27 11:42:23 2000 Christopher Faylor <cgf@cygnus.com>
327
328 * setup.c (filedel): New function.
329 (output_file): Keep track of files extracted from setup.exe for
330 subsequent deletion.
331 (tarx): Close process handle of child tar process or suffer handle
332 leak.
333 (getdownloadsource): Close mirror file so that it can be unlinked.
334 (processdirlisting): Return total number of files extracted.
335 (main): Initialize array of files to delete. Ensure that files are
336 closed on exit. Make the directory that setup.exe is started from ==
337 the directory where temporary files are placed. Issue an error if no
338 files were found to download.
339 * xsystem.c (xcreate_process): Close the thread handle. Close the
340 process handle if we waited for it to exit.
341
cd475210
CF
342Thu Apr 27 09:54:19 2000 Christopher Faylor <cgf@cygnus.com>
343
344 * setup.c (main): Change version number output.
345
7dff5e71
CF
346Thu Apr 27 09:23:17 2000 Christopher Faylor <cgf@cygnus.com>
347
348 * setup.c (tarx): Use full path name to tar executable.
349 (main): Build full pathname to tar executable. Create /usr/local/etc
350 by default.
351
99437fdb
CF
352Wed Apr 26 22:16:57 2000 Christopher Faylor <cgf@cygnus.com>
353
354 * setup.c (findhref): Change method for scanning for href= to choose
355 the last one on the line. This is still not foolproof and probably
356 will need to be changed eventually. Don't abort if no "size" field is
357 evident.
358 (processdirlisting): Fix boolean algebra.
359
0f562d55
CF
360Wed Apr 26 01:10:39 2000 Christopher Faylor <cgf@cygnus.com>
361
362 * main.c (tarx): Add some code for future task of unmounting
363 directories encountered in tar file.
364
4356382d
CF
365Sat Apr 22 16:37:03 2000 Christopher Faylor <cgf@cygnus.com>
366
367 * setup.c (findhref): Decode file size, when appropriate.
368 (needfile): New function. Returns 1 when file should be
369 downloaded.
370 (processdirlisting): Always download if file size does not
371 match. Prompt when download fails for some reason.
372 (getdownloadsource): Accomodate findhref argument changes.
373
6ab1ce6c
CF
374Sat Apr 22 15:13:42 2000 Christopher Faylor <cgf@cygnus.com>
375
376 Throughout, use global session handle rather than reinitializing for
377 each connect. Don't pass session as an argument to setup.c functions.
378 * setup.c (geturl): Only issue "Connecting to.." message when using
379 http or first time for ftp since subsequent connections will be fast.
380 (processdirlisting): Allocate space for "N" when user has specified
381 "N"ever option so that it can be subsequently freed.
382 (main): Abort if we can't get the list of mirrors.
383
37ee316b
CF
384Thu Apr 20 16:41:42 2000 Christopher Faylor <cgf@cygnus.com>
385
386 * setup.c (main): Umount /bin and /lib.
387
a59fb4fa
CF
388Wed Apr 19 13:34:44 2000 Christopher Faylor <cgf@cygnus.com>
389
390 * setup.c (main): Create an empty /var/run/utmp.
391
75f4b861
CF
392Tue Apr 18 19:16:56 2000 Christopher Faylor <cgf@cygnus.com>
393
394 * Makefile.in: Add umount to list of files to include in setup.exe.
395 * setup.c (xumount): New function for unmounting directories.
396 (main): Unmount /usr.
397 (mkmount): Unmount "unix directory" before trying to figure out where
398 to create the directory.
399
d4a66789
CF
400Tue Apr 18 17:28:55 2000 Christopher Faylor <cgf@cygnus.com>
401
402 * setup.c (mkmount): Use xcreate_process to start mount process,
403 avoiding the shell.
404 (main): Don't do buffering on stdout or prompts won't be displayed
405 correctly if running in a cygwin shell with CYGWIN=tty.
406
a6c3982d
CF
407Tue Apr 18 15:35:19 2000 Christopher Faylor <cgf@cygnus.com>
408
409 * setup.c (main): Remove the CYGWIN environment variable before
410 starting any cygwin programs.
411
0ffd5e3b
CF
412Mon Apr 17 19:20:52 2000 Vadim Egorov <egorovv@mailandnews.com>
413
414 * setup.c (geturl): Use alternative method for finding filename part of
415 a URL.
416 (processdirlisting): Accomodate strange output from non-MS ftp proxy.
417 (downloaddir): Unlink file containing dir listing.
418 (downloadfrom): Ditto.
419
3e54bcf9
CF
420Mon Apr 17 00:00:49 2000 Christopher Faylor <cgf@cygnus.com>
421
422 * setup.c (main): Disallow running setup.exe from the "root".
423
005b73c4
CF
424Sun Apr 16 18:50:58 2000 Christopher Faylor <cgf@cygnus.com>
425
2cf65e6e 426 Use "warning" function, where appropriate, to output warnings.
005b73c4
CF
427 * setup.c (warning): New function -- outputs warning to console and log
428 file.
429 (tarx): Fix index used to reset file protection.
430 (main): Open the log file earlier so that more stuff can be sent to it.
431
36dc5fc8
CF
432Sat Apr 15 20:05:33 2000 Christopher Faylor <cgf@cygnus.com>
433
434 * setup.c (processdirlisting): Make "N" option a little less aggressive.
435
c73320de
CF
436Fri Apr 14 11:11:29 2000 Christopher Faylor <cgf@cygnus.com>
437
438 * setup.c (tarx): Wait to after tar has completed to reset protections
439 or suffer races with tar process.
440
68cdfc92
CF
441Thu Apr 13 12:51:19 2000 Christopher Faylor <cgf@cygnus.com>
442
443 * Makefile.in: Eliminate duplicate -nostdinc from CFLAGS.
444 * setup.c (create_uninstall): Create the uninstall .bat file in the
445 "root" so that we can remove the /bin directory. Add bin\cygwin.bat to
446 list of files to be deleted. Fix directory detection for determining
447 when to use 'rmdir'.
448 (do_start_menu): Add /usr/local/bin to the path.
449 (main): Add slop to files.array allocation so that we don't have to
450 worry about reallocating the array when it grows too large when doing
451 some trivial "pushes". Add /tmp and /usr/local/{bin,lib} to list of
452 files.
453
35d18861
CF
454Thu Apr 13 01:59:44 2000 Christopher Faylor <cgf@cygnus.com>
455
456 * setup.c (processdirlisting): Fix handling of "A" for "A"lways
457 download.
458
20904de1
CF
459Thu Apr 13 01:11:45 2000 Christopher Faylor <cgf@cygnus.com>
460
461 * path.c (kill_cygpath): New cleanup function.
462 (exit_cygpath): New cleanup function.
463 (cygpath_pipe): New function. Sets up cygpath in the background for
464 translating filenames.
465 (pathcvt): Use background cygpath for file translation.
466 * setup.c (tarx): New function. Called to extract tar files, capture
467 logging output, and translate it to Windows format.
468 (recurse_dirs): Use 'tarx' function to extract files.
469 (create_uninstall): Use file list built up by tarx rather than reading
470 the log file.
471 (mkmount): Add ability to mount root.
472 (main): Track elapsed install time. Mount root.
473 * starry.h: Add index field to strarry for tracking of tarx's usage of
474 this structure.
475 * xsystem.c (xcreate_process): Return proces handle when not waiting.
476
c1246750
CF
477Mon Apr 10 22:44:56 2000 Christopher Faylor <cgf@cygnus.com>
478
479 * path.c: New file.
480 (pathfp): New function. Preliminary work for new -f cygpath
481 functionality.
482 * Makefile.in: Add new file.
483 (pathcvt): Move to new file.
484 (dtoupath): Ditto.
485 (utodpath): Ditto.
486 (pathcat): Ditto.
487 * setup.c (processdirlisting): Always open file in text mode.
488 (create_uninstall): Ditto.
489 (getdownloadsource): Ditto.
490 (main): Ditto.
491
4b40edd0
CF
492Mon Apr 10 20:33:40 2000 Christopher Faylor <cgf@cygnus.com>
493
494 * xsystem.c: New file.
495 * Makefile.in: Accomodate new file.
496 * setup.c (xsystem): Move to new file.
497 (recurse_dirs): Accept handle to output log file. Don't use ">"
498 redirection to trap tar output. Use supplied handle instead.
499 (create_uninstall): Accept FILE pointer to opened log file. Don't
500 unlink log file here.
501 (do_start_menu): Accept FILE pointer to pass to create_uninstall.
502 (main): Open log file here and pass it to various functions. Unlink
503 when done.
504
6f8e3b45
CF
505Mon Apr 10 17:15:52 2000 Christopher Faylor <cgf@cygnus.com>
506
507 Change occurrences of .usr.bin to .bin throughout.
508 * setup.c (geturl): Increase number of retries to 20. Let user know
509 what's going on during long connects.
510 (processdirlisting): Accept "A"lways and "N"ever as update options.
511 (create_uninstall): Load cygwin1.dll from the current directory rather
512 than \bin.
513 (main): Add some expository text.
514
2a907b70
CF
515Sun Apr 9 20:59:15 2000 Christopher Faylor <cgf@cygnus.com>
516
517 * Makefile.in: Change method for compressing cygwin1.dll to avoid
518 creating a cygwin1.dll in the current directory. Ensure the addition
519 of -nostdinc to MINGW_CFLAGS.
520
c4285a3c
CF
521Sun Apr 9 02:15:47 2000 Christopher Faylor <cgf@cygnus.com>
522
523 * Makefile.in: Augment clean target.
524
ea615d51
RP
525Fri Apr 7 17:04:02 Ron Parker <rdparker@sourceware.cygnus.com>
526
527 * README: Added info about non-working mingw implementation
c1246750 528 * gzip.exe.gz: Replace with a version from the same build as the other
ea615d51 529 tools.
c1246750 530 * tar.exe.gz: Replace with a version from the same build as the other
ea615d51 531 tools.
c1246750 532 * mount.exe.gz: Add to repository until, mingw can build setup.
ea615d51
RP
533 * cygpath.exe.gz: ditto
534 * cygwin1.dll.gz: ditto
c1246750
CF
535 * setup.c: Overwrite /bin and /lib mounts. Generate working shortcut
536 for Win9x. Display only a screenfull of options at a time. Call all
537 tools with an absolute path.
538 * setup.dsp: Restore the carriage returns, MS Developer Studio needs
539 them.
ea615d51
RP
540 * setup.dsw: ditto
541 * zlib.dsw: ditto
542
51954e74
CF
543Thu Apr 6 19:15:27 2000 Christopher Faylor <cgf@cygnus.com>
544
c1246750
CF
545 * Makefile.in: Add "-nostdinc" to regular CFLAGS. Add target to grab
546 cygwin1.dll from ../cygwin subdirectory.
51954e74
CF
547 * gzip.exe.gz: Update.
548 * tar.exe.gz: Update.
549
7b777418
CF
550Wed Apr 5 10:52:08 2000 Christopher Faylor <cgf@cygnus.com>
551
552 * Makefile.in: Use ZLIB variable as a target.
553
4306b490
CF
554Sat Apr 1 22:49:09 2000 Christopher Faylor <cgf@cygnus.com>
555
5e7eb909
CF
556 * Makefile.in: Eliminate traces of cygwinisms. Don't link with
557 libmsvcrt.a. It's unneeded. Build .rc file on the fly from various
558 sources.
4306b490
CF
559 * configure.in: Locate correct objcopy.
560 * configure: Regenerate.
561
739457f4
CF
562Sat Apr 1 20:48:09 2000 Christopher Faylor <cgf@cygnus.com>
563
564 * Makefile.in: New file.
565 * configure.in: New file.
566 * configure: New file.
567 * zlib/Makefile.am: New file.
568 * zlib/configure.in: New file.
569 * zlib/aclocal.m4: New file.
570 * zlib/acinclude.m4: New file.
571 * zlib/configure: Regenerate from configure.in.
572 * zlib/Makefile.in: Regenerate from Makefile.am
8507f105
DD
573
574%%% $Id$
575$Revision$
This page took 0.088552 seconds and 5 git commands to generate.