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