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