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