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