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