]> cygwin.com Git - cygwin-apps/setup.git/blob - ChangeLog
ce0450001de868bad46f38fa6235e3fd31f52611
[cygwin-apps/setup.git] / ChangeLog
1 2001-11-13 Robert Collins <rbtcollins@hotmail.com>
2
3 * Makefile.in (CFLAGS): Add warnings and -Werr.
4 (WARNONLY_FLAGS): For sources that produce (harmless) errors no matter what.
5 (OBJS): Add io_stream class' objects.
6 (autoload.o): Use WARNONLY_FLAGS.
7 (inilex.o): Ditto.
8 (iniparse.o): Ditto.
9 * archive.cc: New file.
10 * archive.h: New file.
11 * archive_tar.cc: New file.
12 * archive_tar.h: New file.
13 * archive_tar_file.cc: New file.
14 * autoload.c: Fix compiler warnings (unused, deprecated conversion).
15 * choose.cc: Use io_stream.h, not mount.h.
16 Run indent.
17 (find_tar_ext): Rewritten to use strstr, and to accept .tar as an extension.
18 (read_installed_db): Use io_streams.
19 * choose.h: Run indent.
20 * compress.cc: New file.
21 * compress.h: New file.
22 * compress_bz.cc: New file.
23 * compress_bz.h: New file.
24 * compress_gz.cc: New file.
25 * compress_gz.h: New file.
26 * concat.cc: Run indent.
27 (cvsid): Fix compiler warnings (unused, deprecated conversion).
28 * concat.h: Run indent.
29 * desktop.cc: Run indent.
30 Include mklink2.h rather than redefining by hand.
31 (cvsid): Fix compiler warnings (unused, deprecated conversion).
32 (etc_profile): Fix compiler warning (deprecated conversion).
33 (make_link): Fix compiler warning (deprecated conversion).
34 Tidy up use of args variable - consolidate into argbuf.
35 (start_menu): Fix compiler warning (deprecated conversion).
36 (desktop_icon): Fix compiler warning (deprecated conversion).
37 (make_etc_profile): Fix compiler warning (deprecated conversion).
38 (uexists): Fix compiler warning (deprecated conversion).
39 (check_desktop): Fix compiler warning (deprecated conversion).
40 (check_startmenu): Fix compiler warning (deprecated conversion).
41 * dialog.cc: Run indent.
42 (cvsid): Fix compiler warnings (unused, deprecated conversion).
43 (fatal): Fix compiler warning (deprecated conversion).
44 * dialog.h: Run indent.
45 * diskfull.cc: Run indent.
46 (cvsid): Fix compiler warnings (unused, deprecated conversion).
47 * download.cc: Run indent.
48 (cvsid): Fix compiler warnings (unused, deprecated conversion).
49 (download_one): Fix compiler warning (signed vs unsigned comparison).
50 * filemanip.h: Run indent.
51 * find.cc: Run indent.
52 (cvsid): Fix compiler warnings (unused, deprecated conversion).
53 (find): Fix compiler warning (deprecated conversion).
54 * find.h: Run indent.
55 * fromcwd.cc: Run indent.
56 * geturl.cc: Run indent.
57 (cvsid): Fix compiler warnings (unused, deprecated conversion).
58 (dialog_cmd): Return a value.
59 (dialog_proc): Remove unused variables.
60 Return a value.
61 (get_url_to_file): Fix compiler warning (deprecated conversion).
62 * geturl.h: Run indent.
63 * hash.cc: Run indent.
64 (cvsid): Fix compiler warnings (unused, deprecated conversion).
65 * hash.h: Run indent.
66 * ini.cc: Run indent.
67 Use io_streams.
68 (cvsid): Fix compiler warnings (unused, deprecated conversion).
69 (do_ini): Use io_streams for local io.
70 * ini.h: Run indent.
71 * inilex.l (ignore_line): Fix compiler warning (is not a prototype).
72 Fix compiler warning (brackets for truth assignment).
73 * install.cc: Run indent.
74 Fix compiler warning (/* in comment).
75 Use io_streams.
76 (cvsid): Fix compiler warnings (unused, deprecated conversion).
77 (dialog_cmd): Return a value.
78 (dialog_proc): Return a value.
79 (start_tics): Deleted - was unused.
80 (badrename): Fix compiler warnings (unused, deprecated conversion).
81 (standard_dirs): Fix compiler warning (deprecated conversion).
82 (exists): Remove.
83 (uninstall_one): Convert to io_streams.
84 (install_one): Convert to io_streams.
85 (do_install): Convert to io_streans.
86 Fix compiler warning (deprecated conversion).
87 * io_stream.cc: New file.
88 * io_stream.h: New file.
89 * io_stream_cygfile.cc: New file.
90 * io_stream_cygfile.h: New file.
91 * io_stream_file.cc: New file.
92 * io_stream_file.h: New file.
93 * localdir.cc: Run indent.
94 Use io_streams.
95 (cvsid): Fix compiler warnings (unused, deprecated conversion).
96 (get_root_dir_now): Remove.
97 (save_local_dir): Convert to io_streams.
98 (dialog_cmd): Return a value.
99 (do_local_dir): Convert to io_streams.
100 (log.cc): Run indent.
101 (cvsid): Fix compiler warnings (unused, deprecated conversion).
102 (log): Fix compiler warning (deprecated conversion).
103 (log_save): Fix compiler warning (deprecated conversion).
104 * log.h: Run indent.
105 (log): Fix compiler warning (deprecated conversion).
106 (log_save): Fix compiler warning (deprecated conversion).
107 * main.cc: Run indent.
108 Don't include "netio.h".
109 (cvsid): Fix compiler warnings (unused, deprecated conversion).
110 (netio_test): Remove.
111 (sid_auth): Fix compiler warning (partially bracketed initialiser).
112 (WinMain): Return a value.
113 * mkdir.cc: Run indent.
114 (cvsid): Fix compiler warnings (unused, deprecated conversion).
115 * mklink2.c: Run indent.
116 (cvsid): Fix compiler warnings (unused, deprecated conversion).
117 (mkcygsymlink): New function.
118 * mklink2.h: New file.
119 * mount.cc: Run indent.
120 (cvsid): Fix compiler warnings (unused, deprecated conversion).
121 (create_mount): Remove unused variables.
122 (cygpath): Fix compiler warning (signed vs unsigned comparison).
123 * mount.h: Run indent.
124 * msg.cc: Run indent.
125 (cvsid): Fix compiler warnings (unused, deprecated conversion).
126 (msg): Fix compiler warning (deprecated conversion).
127 (mbox): Fix compiler warning (deprecated conversion).
128 * msg.h: Run indent.
129 (msg): Fix compiler warning (deprecated conversion).
130 * net.cc: Run indent.
131 (cvsid): Fix compiler warnings (unused, deprecated conversion).
132 (dialog_cmd): Return a value.
133 * netio.cc: Run indent.
134 (cvsid): Fix compiler warnings (unused, deprecated conversion).
135 (auth_cmd): Return a value.
136 * netio.h: Run indent.
137 * nio-file.cc: Run indent.
138 (cvsid): Fix compiler warnings (unused, deprecated conversion).
139 (NetIO_File::NetIO_File): Fix compiler warning (deprecated conversion).
140 * nio-file.h: Run indent.
141 * nio-ftp.cc: Run indent.
142 (cvsid): Fix compiler warnings (unused, deprecated conversion).
143 * nio-ftp.h: Run indent.
144 * nio-http.cc: Run indent.
145 (cvsid): Fix compiler warnings (unused, deprecated conversion).
146 * nio-http.h: Run indent.
147 * nio-ie5.cc: Run indent.
148 (cvsid): Fix compiler warnings (unused, deprecated conversion).
149 * nio-ie5.h: Run indent.
150 * other.cc: Run indent.
151 (cvsid): Fix compiler warnings (unused, deprecated conversion).
152 (dialog_cmd): Return a value.
153 * port.h: Run indent.
154 * postinstall.cc: Run indent.
155 (cvsid): Fix compiler warnings (unused, deprecated conversion).
156 (cmd): Fix compiler warning (deprecated conversion).
157 (eun): Fix compiler warning (deprecated conversion).
158 * root.cc: Run indent.
159 (cvsid): Fix compiler warnings (unused, deprecated conversion).
160 * simpsock.cc: Run indent.
161 (cvsid): Fix compiler warnings (unused, deprecated conversion).
162 * simpsock.h: Run indent.
163 * site.cc: Run indent.
164 Use io_streams.
165 (cvsid): Fix compiler warnings (unused, deprecated conversion).
166 (get_root_dir_now): Remove.
167 (save_site_url): Convert to io_streams.
168 (dialog_cmd): Return 0.
169 (get_initial_list_idx): Convert to io_streans.
170 * source.cc: Run indent.
171 (cvsid): Fix compiler warnings (unused, deprecated conversion).
172 (check_if_enable_next): Remove.
173 (load_dialog): Remove unused variables.
174 (save_dialog): Ditto.
175 (dialog_cmd): Return a value.
176 * splash.cc: Return a value.
177 (cvsid): Fix compiler warnings (unused, deprecated conversion).
178 (dialog_cmd): Return a value.
179 * state.cc: Run indent.
180 (cvsid): Fix compiler warnings (unused, deprecated conversion).
181 * state.h: Run indent.
182 * tar.h: Remove.
183 * tar.cc: Remove.
184
185 2001-11-12 Christopher Faylor <cgf@redhat.com>
186
187 * desktop.cc (start_menu): Change start menu name to "Cygwin".
188 (check_startmenu): Ditto.
189
190 2001-11-11 Christopher Faylor <cgf@redhat.com>
191
192 * choose.cc (parse_filename): Finish reorganization by correctly
193 decrementing p in memmove.
194
195 2001-11-11 Christopher Faylor <cgf@redhat.com>
196
197 * choose.cc (parse_filename): Reorganize code to work around gcc
198 optimization problem.
199
200 2001-11-09 Gareth Pearce <tilps@hotmail.com>
201
202 * choose.cc (set_action): Allow skip as an option for installed
203 packages that have version number not listed in setup.ini.
204
205 2001-11-10 Robert Collins <rbtcollins@hotmail.com>
206
207 * choose.cc (set_cation): Backout last change.
208 (choose_caption): Ditto.
209
210 2001-11-10 Robert Collins <rbtcollins@hotmail.com>
211
212 * ini.h (actions): Remove - transferred to choose.h.
213 (views): Ditto.
214 * choose.h: Protect class's from "C" compilers.
215 (actions): New enum, from ini.h. This may not be the 'right' place
216 but that place doesn't exist yet.
217 (_views): New enum, from ini.h.
218 * choose.cc (set_action): Handle installed packages with a version not in
219 setup.ini.
220 (choose_caption): Ditto.
221 * iniparse.y: Rearrange header order to handle new ini.h.
222
223 2001-11-10 Robert Collins <rbtcollins@hotmail.com>
224
225 * ini.h (_Info): Fix compiler warnings (signed vs unsigned comparison).
226 (registry_category): Fix compiler warning (deprecated conversion).
227 * iniparse.y (registry_category): Ditto.
228 * choose.cc (cvsid): Fix compiler warnings (unused, deprecated conversion).
229 (add_requried): Remove unused variable.
230 (choose_caption): Handle all enumeration values via a default.
231 (paint): Fix compiler warnings (unused, deprecated conversion).
232 (scroll_common): Fix compiler warnings (unused, signed vs unsigned comparison).
233 (list_clicK): Fix compiler warnings (signed vs unsigned comparison).
234 (note_width): Fix compiler warnings (deprecated conversion).
235 (keep_or_skip): Fix compiler warnings (unused).
236 (_view::mode_caption): Fix compiler warnings (deprecated conversion).
237 (set_view_mode): Fix compiler warnings (unused).
238 (create_listview): Fix compiler warnings (unused, incorrect format, reaches
239 end of function).
240 (dialog_proc): Fix compiler warnings (unused).
241 (read_installed_db): Fix compiler warnings (unused, deprecated conversion).
242 * choose.h (_header): Fix compiler warnings (deprecated conversion).
243 (_view): Ditto.
244
245 2001-11-08 Pavel Tsekov <ptsekov@syntrex.com>
246
247 * simpsock.h (SimpleSocket::invalidate): Declare new method.
248 * simpsock.cc (SimpleSocket::invalidate): Implement new method.
249 (SimpleSocket::SimpleSocket): Initialize buf to zero. Do not allocate
250 memory for buf in the constructor.
251 (SimpleSocket::~SimpleSocket): Use SimpleSocket::invalidate().
252 (SimpleSocket::printf): Use SimpleSocket::write() instead of send().
253 (SimpleSocket::write): Check object consistency - return -1 on error.
254 invalidate() the object on socket write error.
255 (SimpleSocket::fill): Check object consistency - return -1 on error.
256 invalidate() the object if socket read error is encountered and there
257 is no more data available in the internal read buffer.
258 Allocate memory for the internal read buffer.
259 (SimpleSocket::gets): Return zero (NULL pointer) if error is encountered
260 during fill() and no more data is available in the internal read buffer.
261 (SimpleSocket::read): Check object consistency - return -1 on error.
262 invalidate() the object if socket read error is encountered.
263 * nio-ftp.cc (NetIO_FTP:NetIO_FTP): Allow 125 as valid response code to
264 the RETR command (fix for MS IIS ftp server 5 - possibly others too).
265 (NetIO_FTP::ok): Check if the SimpleSocket object is ok().
266 (NetIO_FTP::read): Use NetIO_FTP::ok().
267 * nio-http.cc: Check for valid return value of SimpleSocket::gets().
268 (NetIO_HTTP::ok): Check if the SimpleSocket object is ok().
269
270 2001-11-09 Robert Collins <rbtcollins@hotmail.com>
271
272 * simpsock.cc (cvsid): Avoid compiler warnings (not used, deprecated conversion).
273 (SimpleSocket::SimpleSocket): Avoid compiler warnings (deprecated conversion).
274 (SimpleSocket::printf): Ditto.
275 (SimpleSocket::write): Ditto.
276 * simpsock.h (SimpleSocket): Avoid compiler warnings for constructor,
277 printf and write.
278 * nio-ftp.cc (cvsid): Avoid compiler warnings (not used, deprecated conversion).
279 (NetIO_FTP::NetIO_FTP): Remove unused variable done.
280 * nio-http.cc (cvsid): Avoid compiler warnings (not used, deprecated conversion).
281
282 2001-11-07 Charles Wilson <cwilson@ece.gatech.edu>
283
284 * geturl.cc (get_url_to_string): clean up memory leak
285 (get_url_to_file): ditto
286
287 2001-11-06 Robert Collins <rbtcollins@hotmail.com>
288
289 * localdir.cc (dialog_cmd): Go back to IDD_ROOT in every case.
290 * source.cc (dialog_cmd): Go forward to IDD_ROOT in every case.
291
292 2001-11-06 Pavel Tsekov <ptsekov@syntrex.com>
293
294 * fromcwd.cc (found_file): Free() memory containing the version and
295 filepath information for a given package, before replacing the pointers which
296 reference this memory.
297
298 2001-11-06 Robert Collins <rbtcollins@hotmail.com>
299
300 * fromcwd: Fix compiler warnings for cvsid.
301 (canonicalize_version): Fix compilter warnings.
302 (do_fromcwd): Ditto.
303 * version.h: Fix compiler warnings for canonicalize_version.
304
305 2001-11-03 Robert Collins <rbtcollins@hotmail.com>
306
307 * res.rc (IDD_CHOOSE): Move the view caption to the right hand side.
308
309 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
310
311 * res.rc (IDD_CHOOSE): Tweak for use on a 640x480 screen.
312
313 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
314
315 * choose.cc (set_action): Correctly allow skip for any uninstalled package.
316
317 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
318
319 * choose.cc (default_trust): Change the "Required" forced install category to
320 "Base".
321
322 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
323
324 * choose.cc: Ran indent.
325 (set_action): When the requested trust level is missing and the level was not
326 user requested, set the action to ACTION_SAME_CURR.
327
328 2001-11-01 Christopher Faylor <cgf@redhat.com>
329
330 * Makefile.in (mingw_getopt.o): Fix typo in non-verbose compilation.
331
332 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
333
334 * choose.cc (_view::init_headers): Resync with the paint logic.
335
336 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
337
338 * choose.cc (add_required): Allow SKIP and SRC_ONLY for currently installed
339 packages.
340
341 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
342
343 * choose.cc (default_trust): Autoset currently installed packages per the user's
344 selection of prev/curr/exp.
345
346 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
347
348 * splash.cc (dialog_proc): Return TRUE as specified in the WIN32 API.
349
350 2001-11-02 Pavel Tsekov <ptsekov@syntrex.com>
351
352 * geturl.cc (is_showing): Remove.
353 (is_local_install): New static variable. Controls whether the
354 progress dialog and the supporting thread will be created.
355 (dialog_proc): Return TRUE to WM_INITDIALOG as specified by the WIN32 API.
356 (init_dialog): Remove usage of SetForegroundWindow and is_showing.
357 This prevents the progress dialog to gain control over the
358 application and fixes the "setup.exe going to background" problem.
359 (progress): Use is_local_install.
360 (get_url_to_string): Set is_local_install.
361 (dismiss_url_status_dialog): Use is_local_install.
362 * install.cc (dialog_proc): Return TRUE as specified in WIN32 API.
363 (init_dialog): Remove usage of SetForegroundWindow.
364 This prevents the progress dialog to gain control over the
365 application and fixes the "setup.exe going to background" problem.
366
367 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
368
369 * choose.cc (list_click): Change r to row for clarity.
370 When we shrink the list below 1 page, scroll to the top of the list.
371 (_view::click): Return the actual change for contractions.
372 (dialog_proc): Return TRUE to WM_INITDIALOG as specified by the Win32 API.
373
374 2001-11-02 Robert Collins <rbtcollins@hotmail.com>
375
376 * choose.cc (dialog_cmd): Swap cygwin root selection and local dir selection order.
377 * localdir.cc: Ran indent.
378 (get_root_dir_now): New function.
379 (save_local_dir): New function.
380 (dialog_cmd): Use it and swap cygwin root selection and local dir selection order.
381 (do_local_dir): If there is a saved local dir, read it in.
382 * net.cc (dialog_cmd): Swap cygwin root selection and local dir selection order.
383 * root.cc (dialog_cmd): Ditto.
384 * source.cc (dialog_cmd): Ditto.
385
386 2001-11-01 Robert Collins <rbtcollins@hotmail.com>
387
388 * choose.cc(list_vscroll): Return 0 as required by win32.
389 (list_hscroll): Ditto.
390 (list_click): Ditto.
391
392 2001-11-01 Robert Collins <rbtcollins@hotmail.com>
393
394 * argv.cc: Remove.
395 * argv.h: Remove.
396 * main.cc(WinMain): Use __argv to retrieve command line parameters.
397 * Makefile,in: Remove argv.o.
398
399 2001-11-01 Matt Hargett <matt@use.net>
400
401 * geturl.cc (progress): Change int to unsigned int to eliminate
402 lint warnings.
403 * (get_url_to_string): Check for NULL pointer.
404 * mount.cc (find2): Use free instead of delete for malloc'd
405 memory.
406 * nio-http.cc (NetIO_HTTP::NetIO_HTTP): Fix memory leak.
407
408 2001-10-31 Robert Collins <rbtcollins@hotmail.com>
409
410 * choose.cc(_view::insert_under): Handle linen > nlines and lines[linen] with neither
411 a package nor a category. The lines[linen] bug was reported by Matt (matt@usa.net).
412 (read_installed_db): Bugfix for testing whether a package has a source tarball.
413 Reported by Matt (matt@usa.net).
414 * geturl.cc(dialog): Rename gw_dialog to local_gw_dialog to avoid programmer
415 confusion and lint errors. Reported by Matt (matt@usa.net).
416
417 2001-10-31 Robert Collins <rbtcollins@hotmail.com>
418
419 * argv.cc: New file, converts arguments for -mwindows programs. (Simplified derivation
420 from dcrt0.cc.)
421 * argv.h: New file.
422 * Makefile,in: Add argv.o and mingw_getopt.o to setup.exe object list.
423 Add mingw_getopt.o build rule.
424 * main.cc(WinMain): Initialise argv and argc for use by getopt.
425
426 2001-10-27 Christopher Faylor <cgf@redhat.com>
427
428 * res.rc: Rearrange info on top line slightly.
429
430 2001-10-27 Christopher Faylor <cgf@redhat.com>
431
432 * desktop.cc (make_passwd_group): Move file creation earlier in the
433 process to ensure that passwd-grp.bat reflects desired operation.
434
435 2001-27-10 Trevor Forbes <t4bs@hotmail.com>
436
437 * postinstall.cc (each): Remove "*.done" file else rename will fail.
438
439 2001-10-16 Christopher Faylor <cgf@redhat.com>
440
441 * res.rc: Oops. Take 640x480 screen size into account.
442
443 2001-10-16 Christopher Faylor <cgf@redhat.com>
444
445 * res.rc: Enlarge chooser screen.
446
447 2001-10-12 Christopher Faylor <cgf@redhat.com>
448
449 * Makefile.in: Accomodate changes to w32api_include macro.
450
451 2001-10-12 Christopher Faylor <cgf@redhat.com>
452
453 * Makefile.in: Use correct flags for windres.
454
455 2001-10-12 Christopher Faylor <cgf@redhat.com>
456
457 * Makefile.in (CFLAGS): Remove -nostdinc from CFLAGS.
458
459 2001-10-12 Christopher Faylor <cgf@redhat.com>
460
461 * choose.cc (pick_line::paint): Reorganize after botched patch.
462
463 2001-10-12 Christopher Faylor <cgf@redhat.com>
464
465 * choose.cc (pick_line::paint): Add missing declaration.
466
467 2001-10-10 Ralf Habacker <Ralf.Habacker@freenet.de>
468
469 * choose.cc (pick_line::paint): Add package name to sdesc for display.
470
471 Wed Sep 26 21:39:00 Robert Collins rbtcollins@hotmail.com
472
473 * choose.cc (_view::insert_pkg): Correctly exit loop.
474 * iniparse.y (register_category): Always insert new categories.
475
476 Fri Sep 21 13:56:32 2001 Christopher Faylor <cgf@cygnus.com>
477
478 * inilex.l (yylex): For comments, eat all characters up to, but not
479 including newline.
480
481 Sun Aug 26 12:50:01 2001 John Marshall <jmarshall@acm.org>
482
483 * fromcwd.cc (found_file): Use correct package name when adding an
484 unknown package rather than random stack garbage.
485
486 Sun Aug 12 14:25:21 2001 Christopher Faylor <cgf@cygnus.com>
487
488 * desktop.cc (make_passwd_group): .bat files need \r\n endings.
489
490 Wed Aug 8 13:53:47 2001 Christopher Faylor <cgf@cygnus.com>
491
492 * desktop.cc (etc_profile): Leave environment variables untouched.
493
494 2001-08-07 Corinna Vinschen <corinna@vinschen.de>
495
496 * autoload.c: Add dynamic load statements for NT/W2K
497 advapi32 functions not available in 9x/ME.
498 * main.cc (set_default_dacl): New function.
499 (WinMain): Call `set_default_dacl' if running on NT/W2K.
500
501 Sat Aug 4 21:35:53 2001 Christopher Faylor <cgf@cygnus.com>
502
503 * ini.h (_CategoryPackage): Change pkg field to pkgname for
504 consistency.
505 * choose.cc: Use pkgname field when referencing _CategoryPackage
506 throughout.
507 (fill_missing_category): Don't add excluded packages.
508 (default_trust): Ditto.
509 (_view::insert_pkg): Ditto.
510 * iniparse.y (register_category): Use consistent variable name.
511
512 2001-07-09 Egor Duda <deo@logos-m.ru>
513
514 * choose.cc: Use system foreground color for text output.
515
516 Sat Jul 7 00:40:28 2001 Christopher Faylor <cgf@cygnus.com>
517
518 * choose.cc (set_action): Use default trust for determining reinstall
519 and source only.
520 (default_trust): Set default trust.
521 (pick_line::paint): Allow source selection when reinstalling or
522 retrieving.
523
524 Fri Jul 6 18:08:49 2001 Christopher Faylor <cgf@cygnus.com>
525
526 * choose.cc (isinstalled): Modify to properly accomodate special case
527 of "download only".
528 (set_action): Check downloaded components, not installed components if
529 "download only".
530 (set_existence): Always include full list of files when "download
531 only".
532
533 Fri Jul 6 00:37:05 2001 Christopher Faylor <cgf@cygnus.com>
534
535 * choose.cc (pick_line::paint): Properly display "na" field when no
536 source exists.
537
538 Thu Jul 5 00:34:23 2001 Christopher Faylor <cgf@cygnus.com>
539
540 * choose.cc (scan2): Ensure that older versions do not show up in
541 "Test" slot.
542
543 Mon Jul 2 15:47:59 2001 Christopher Faylor <cgf@cygnus.com>
544
545 * choose.cc (set_action): Allow "Skip" action if trust != installed.
546 * res.rc: Fix copyright.
547
548 Sat Jun 30 14:05:21 2001 Michael A Chase <mchase@ix.netcom.com>
549
550 * res.rc (IDD_LOCAL_DIR): Change caption to match the other dialog
551 boxes.
552 (IDD_CHOOSE): Adjust horizontal size so package names are visible.
553
554 * choose.cc: Restore some more changes from 2001-06-25, throughout.
555 (paint): Wrap some excessively long lines.
556 (pick_line::paint): Ditto. Move the arrow in the "Current" column
557 right to where it belongs. Move the source checkbox slightly to the
558 right.
559 (do_choose): List categories and required packages in setup.log.full.
560
561 Sat Jun 30 23:04:59 2001 Christopher Faylor <cgf@cygnus.com>
562
563 * choose.cc (scan2): Restore source scanning eliminated by previous checkin.
564
565 Sat Jun 30 15:18:33 2001 Christopher Faylor <cgf@cygnus.com>
566
567 * ini.h (struct _Info): Add "derived" element.
568 * choose.cc (scan2): Try to place unknown tar files into proper slot
569 when package exists in setup.ini but tar file does not.
570
571 Sat Jun 30 13:39:00 2001 Robert Collins <rbtcollins@hotmail.com>
572
573 * choose.cc (create_listview): Call set_view_mode with VIEW_CATEGORY.
574 (do_choose): Log the first category name.
575
576 Fri Jun 29 23:07:44 2001 Christopher Faylor <cgf@cygnus.com>
577
578 *ini.h: Reapply 2001-06-25 changes.
579 * choose.cc (add_required): Ditto. Default to "Keep" state if
580 UNINSTALL and product is installed. Default to curr state if SKIP,
581 etc.
582 (keep_or_skip): New function. Returns skip or keep state depending on
583 installed state of package.
584 (default_trust): Use keep_or_skip to set state.
585 (_view::insert_pkg): Use calloc to allocate lines.
586 (set_view_mode): Adapt 2001-06-25 change to set_full_list here.
587
588 Sat Jun 30 11:01:00 2001 Robert Collins <rbtcollins@hotmail.com>
589
590 * choose.cc: Remove globals full_list, headers, package_indexes and
591 nindexes.
592 Add globals cat_headers, pkg_headers and chooser.
593 (add_required): New function.
594 (paint): Use the chooser for header details.
595 Call into the chooser to paint each line.
596 (list_click): Use new global variables.
597 Call into the chooser to handle the click.
598 Repaint the entire view if packages have been added or removed.
599 (note_width): Get passed a headers struct rather than using a global
600 variable.
601 (fill_missing_category): New function.
602 (default_trust): Skip non-"Required" or "Misc" packages.
603 (pick_line::set_line (Package *)): New function.
604 (pick_line::set_line (Category *)): New function.
605 (pick_line::paint): New function.
606 (pick_line::click): New function.
607 (_view::_view): New function.
608 (_view::set_view_mode): New function.
609 (_view::mode_caption): New function.
610 (_view::set_headers): New function.
611 (_view::init_header): New function.
612 (_view::insert_pkg): New function.
613 (_view::insert_category): New function.
614 (_view::insert_at): New function.
615 (_view::insert_under): New function.
616 (_view::clear_view): New function.
617 (viewsplusplus): New function.
618 (_view::client): New function.
619 (set_view_mode): Use new chooser functionality.
620 (set_full_list): Use new global variables.
621 (create_listview): Instantiate chooser.
622 Remove all hardcoded headers[] code.
623 (dialog_cmd): On trust changes, check dependencies.
624 (getcategorybyname): New function.
625 (getpackagecategorybyname): New function.
626 (scan2): Use case-insensitive package comparison.
627 (do_choose): Use fill_missing_category ().
628 Show some category data.
629 * ini.h: Protect against multiple inclusion.
630 (views) New enum.
631 (_CategoryPackage): New struct.
632 (_Category): New struct.
633 (_Package): Change category to Category * from char *.
634 (extern Category category): New global variable.
635 (extern in ncategories): Ditto.
636 (getcategorybyname): New prototype.
637 (catpackagecategorybyname): New prototype.
638 (register_category): New prototype.
639 (add_category): New prototype.
640 * iniparse.y: Parse multiple categories per package.
641 (category): New global variable.
642 (ncategories): New global variable.
643 (new_package): Compare package against NULL, not 0.
644 (new_requirement): Source formatting fix.
645 (register_category): New function.
646 (add_category): New function.
647 * res.rc: Change IDC_CHOOSE_FULLPART to IDC_CHOOSE_VIEW.
648 IDC_CHOOSE_VIEWCAPTION: New control.
649 * resource.h: Change IDC_CHOOSE_FULLPART to IDC_CHOOSE_VIEW.
650 IDC_CHOOSE_VIEWCAPTION: New control.
651 Increment _APS_NEXT_CONTROL_VALUE.
652
653 Mon Jun 25 00:56:37 2001 Michael A Chase <mchase@ix.netcom.com>
654
655 * choose.cc (paint): Wrap excessively long lines.
656 (list_click): Ditto.
657 (create_listview): Ditto.
658 (do_choose): Ditto. Replace TABs and remove CRs in lines written to
659 setup.log.full. Allow "Yes" for source exists in setup.log.full when
660 installing from local directories.
661
662 Mon Jun 25 00:56:37 2001 Christopher Faylor <cgf@cygnus.com>
663
664 * choose.cc (set_action): Only clear srcpicked when moving to next
665 state. Allow source installation if it exists in the current "trust"
666 state. Don't move to skip state when package is installed.
667 (list_click): Don't allow source clicking when no source is available.
668 (set_full_list): Display package when not is_full_action.
669 * ini.h (is_full_action): Define.
670
671 Sun Jun 17 12:06:14 2001 Christopher Faylor <cgf@cygnus.com>
672
673 * install.cc (check_for_old_cygwin): New function. First stab at
674 checking for old cygwin versions.
675 (do_install): Call check_for_old_cygwin if there were no errors during
676 the install.
677
678 Sat Jun 16 11:33:51 2001 Michael A Chase <mchase@ix.netcom.com>
679
680 * choose.cc (_Info::_Info): Test _source paramenter for non-NULL rather
681 than zeroed "source" element.
682
683 Fri Jun 15 20:54:43 2001 Christopher Faylor <cgf@cygnus.com>
684
685 * choose.cc (scan2): Insert unknown tar archives, found on disk, into
686 the highest available "hole" in the trust array.
687
688 Fri Jun 15 00:20:48 2001 Christopher Faylor <cgf@cygnus.com>
689
690 * choose.cc (set_existence): Use pointer method for indexing in trust
691 array.
692 (create_listview): Ditto.
693 (scan2): Ditto. Also, use consistent variable name for indexing into
694 trust array.
695 * ini.h (Package): Reorganize info array for easier scanning.
696
697 Fri Jun 15 00:01:51 2001 Christopher Faylor <cgf@cygnus.com>
698
699 * choose.cc (isinstalled): Eliminate special download only test.
700 (set_action): Don't move to next state if in ACTION_SAME range and not
701 incrementing.
702 (choose_caption): Display "Retrieve" rather than "Reinstall" when just
703 downloading.
704 (do_choose): Sort packages after all packages have been read.
705 Accomodate the fact that first element in trust array is empty so that
706 log files don't report the wrong trust value.
707 * iniparse.y (new_package): Malloc space for package name or suffer
708 memory corruption.
709
710 Thu Jun 14 22:43:59 2001 Robert Collins <rbtcollins@hotmail.com>
711
712 * ini.h (Dependency): New structure. Declare new function.
713 * inilex.l (yylex): Detect new setup.ini options - category and requires.
714 * iniparse.y: Declare new setup.ini token values.
715 (yyparse): Parse new token values.
716 (new_requirement): New function.
717
718 Thu Jun 14 22:43:26 2001 Christopher Faylor <cgf@cygnus.com>
719
720 * choose.cc (read_installed_db): Eliminate obsolete code.
721
722 Thu Jun 14 22:11:53 2001 Christopher Faylor <cgf@cygnus.com>
723
724 * choose.cc (set_action): Set trust on "redo".
725 (_Info::_Info): New constructor.
726 (read_installed_db): Use new constructor. Use trusts type for
727 iterator.
728 * ini.h (struct _Info): Label struct, add constructor.
729 (Package): Make installed_ix a type 'trusts.'
730 * install.cc (uninstall_one): Unset any installed info for current
731 package.
732 (install_one): Allocate new Info struct for installed reflecting new
733 installed info.
734 (do_install): Don't output line to installed.db if package is being
735 uninstalled.
736
737 Thu Jun 14 20:33:01 2001 Robert Collins <rbtcollins@hotmail.com>
738
739 * choose.cc (getpkgbyname): Use consistent method for scanning package
740 array.
741
742 Wed Jun 13 23:33:08 2001 Christopher Faylor <cgf@cygnus.com>
743
744 * choose.cc: Add some comments.
745 (getpkgbyname): Use strcasecmp for comparisons.
746
747 Wed Jun 13 16:07:00 2001 Christopher Faylor <cgf@cygnus.com>
748
749 * install.cc (do_install): Avoid checking for download action if
750 package wasn't currently retrieved.
751
752 Wed Jun 13 11:27:22 2001 Christopher Faylor <cgf@cygnus.com>
753
754 * choose.cc: Eliminate extra array throughout. Use element in package
755 structure instead. Use pointers rather than array indexes where
756 appropriate.
757 (set_action): New function to set next action based on current.
758 (choose_caption): New function. Returns display caption.
759 (check_existence): Change arguments. Use pointer to 'info' structure.
760 (set_existence): Use pointer rather than array index.
761 (default_trust): Use trusts enum for second argument.
762 (set_full_list): Honor exclude element in package structure.
763 (build_labels): Eliminate.
764 (base): Make global. Use const char * argument.
765 (get_package_version): Eliminate.
766 (getpkgbyname): New function.
767 (read_installed_db): Use parse_filename to get version info.
768 * desktop.cc (make_passwd_group): Use getpkgbyname function.
769 * download.cc (get_file_size): const argument.
770 (do_download): Use is_download_action to determine when something
771 should be downloaded.
772 * filemanip.h: Add some functions.
773 * ini.cc (do_ini): Use NULL rather than 0 for pointer assignment.
774 * ini.h: Use enums for actions and trusts.
775 (is_download_action): New macro.
776 (is_upgrade_action): Ditto.
777 (is_uninstall_action): Ditto.
778 (struct Package): Add new fields.
779 * inilex.l (yylex): Detect new setup.ini options.
780 * iniparse.y: Declare new tokens.
781 (yyparse): Detect exclude keyword. Fill out version field even if
782 version == 0.
783 (new_package): Use greater granularity when allocating package array to
784 avoid repeated calls to realloc.
785 * install.cc (exists): const argument.
786 (uninstall_one): Take pkg argument.
787 (install_one): Ditto. Eliminate unneeded arguments which can be
788 derived from package info.
789 (do_install): Iterate over package array using a pointer. Use
790 is_download_action to control when package should be downloaded.
791 * tar.cc (tar_open): const argument.
792 * tar.h: Refloect const argument.
793
794 2001-05-31 Michael Chase mchase@ix.netcom.com
795
796 * main.cc (WinMain): Add setup version to starting setup.log entry
797
798 Tue May 29 21:37:58 2001 Yukihiko Sohda <sohda@is.titech.ac.jp>
799
800 * inilex.l: Add + to list of valid string characters.
801
802 Mon May 28 20:54:50 2001 Christopher Faylor <cgf@cygnus.com>
803
804 * Makefile.in: Remove more stuff in the clean target.
805
806 Mon May 28 18:24:59 2001 Christopher Faylor <cgf@cygnus.com>
807
808 * Makefile.in: Correctly generate iniparse.h.
809
810 Tue Mar 6 19:14:00 2001 Corinna Vinschen <corinna@vinschen.de>
811
812 * geturl.cc (get_url_to_file): Add parameter `allow_ftp_auth'.
813 * geturl.h: Change declaration of `get_url_to_file' accordingly.
814 * netio.cc (NetIO::NetIO): Add parameter `allow_ftp_auth'.
815 Set member `ftp_auth'.
816 (NetIO::open): Add parameter `allow_ftp_auth'. Use it in calls
817 to constructors of derived classes.
818 (NetIO::get_ftp_auth): New method.
819 * netio.h: Change class definition accordingly.
820 * nio-ftp.cc (NetIO_FTP::NetIO_FTP): Add parameter `allow_ftp_auth'.
821 Take global variables `net_ftp_user' and `net_ftp_passwd' into account.
822 Add code for ftp authentication retry.
823 * nio-ftp.h: Change class definition accordingly.
824 * nio-http.cc (NetIO_HTTP::NetIO_HTTP): Add parameter `allow_ftp_auth'.
825 Add code for ftp authentication retry in case of proxy connection.
826 * nio-http.h: Change class definition accordingly.
827 * res.rc: Add FTP authentication dialog.
828 * resource.h: Add new constants used in res.rc.
829 * state.h: Add variables `net_ftp_user' and `net_ftp_passwd'.
830
831 Sun May 27 17:12:23 2001 Christopher Faylor <cgf@cygnus.com>
832
833 * res.rc (IDD_SPLASH): Add a copyright year.
834
835 Sun May 27 15:42:18 2001 Christopher Faylor <cgf@cygnus.com>
836
837 * Makefile.in: Make iniparse.y produce a c++ file.
838 * choose.cc (set_existence): Revert 2001-05-27 change.
839 * ini.cc: Remove "C" from declaration of yyparse.
840 * iniparse.y (yyparse): Fill out version field by default when a binary
841 install is detected and no version has been set yet.
842 * install.cc (do_install): Mount things earlier so that we can use
843 proper mount table settings. Don't remove mounts since they are now
844 honored.
845 * mount.cc (create_mount): Reread the mount table after establishing a
846 new mount.
847 (read_mounts): Explicitly clear root_here to allow multiple uses of
848 this function. Ensure that there is no garbage in the table when we've
849 exhausted all of the mounts in the registry.
850 (cygpath): Accomodate ./ in path.
851
852 Sun May 27 02:59:07 2001 Christopher Faylor <cgf@cygnus.com>
853
854 Use parse_filename method to parse filenames throughout. Use
855 get_root_dir to retrieve the current root directory throughout. Set
856 const in argument list, where appropriate, throughout.
857 * choose.cc (set_existence): Detect case of uninstalled package with no
858 version.
859 (parse_filename): New function.
860 * filemanip.h (fileparse): New structure.
861 * mount.cc (read_mounts): Remember where we found the root mount.
862 (set_root_dir): New function.
863 (get_root_dir): Ditto.
864 * mount.h: Declare new functions.
865 * site.cc (get_root_dir_now): Renamed from get_root_dir.
866 (save_site_url): Use new function name.
867 (get_initial_list_idx): Ditto.
868
869 Sat May 26 21:23:59 2001 Christopher Faylor <cgf@cygnus.com>
870
871 * choose.cc: Use a constant throughout to deal with chooser icon
872 length.
873 * res.rc (IDD_CHOOSE): Increase size of chooser box.
874
875 2001-05-07 Brian Keener <bkeener@thesoftwaresource.com>
876
877 * choose.cc (do_choose): Fix incorrect assignment of trust setting to
878 use when Redownload or Sources Only selected.
879
880 Thu May 10 22:35:59 2001 Christopher Faylor <cgf@cygnus.com>
881
882 Reformat file after botched patch formatting.
883 * choose.cc (which_trust): Eliminate variable.
884 (default_trust): Don't set which_trust.
885 (do_choose): Use selected trust when reinstalling or installing source.
886
887 Thu May 10 21:04:18 2001 Christopher Faylor <cgf@cygnus.com>
888
889 Change concat to cygpath throughout.
890 Change map_filename to cygpath throughout.
891 * concat.cc (vconcat): New function.
892 (concat): Use vconcat.
893 * concat.h: Reflect above.
894 * install.cc (map_filename): Eliminate.
895 (install_one): Free dest_file.
896 * mount.cc (find2): Expect input key to be pointing to mount record.
897 (in_table): New function.
898 (is_admin): Move from root.cc.
899 (read_mounts): New function.
900 (path_prefix_p): New function.
901 (cygpath): New function.
902 * mount.h: Define new functions and structure.
903 * root.cc (in_table): Move to mount.cc.
904 (do_root): Call read_mounts to initialize root stuff and mount table.
905 * site.cc (get_root_dir): Ditto.
906
907 2001-05-09 Matt Hargett <matt@use.net>
908
909 * Makefile.in: Remove *.rc from clean.
910
911 Tue May 8 23:33:38 2001 Christopher Faylor <cgf@cygnus.com>
912
913 * choose.cc (scan2): Fix incorrect setting of TRUST_CURR rather than
914 TRUST_PREV which produced "0" versions.
915
916 2001-05-07 Brian Keener <bkeener@thesoftwaresource.com>
917
918 * resource.h: Add new field IDC_CHOOSE_INST_TEXT. Modify
919 _APS_NEXT_CONTROL_VALUE to account for addition of
920 IDC_CHOOSE_INST_TEXT.
921 * res.rc (IDD_CHOOSE): Modify choose dialog to use new field
922 IDC_CHOOSE_INST_TEXT for screen text. Modify choose Dialog to allow
923 hot keys to select Prev, Curr, Exp.
924 * ini.h: Add new actions for ACTION_REDO and ACTION_SRC_ONLY. Modify
925 define for LOOP_PACKAGES to include new actions ACTION_REDO and
926 ACTION_SRC_ONLY.
927 * choose.cc: Add new Trusts for TRUST_REDO and TRUST_SRC_ONLY.
928 (paint): Modify to check TRUST_SRC_ONLY when determining Bitmap for
929 source Checkbox to use.
930 (build_labels): Add logic to allow for selection of Source only
931 Download/ReDownload/Install/Reinstall and also to Redownload/Reinstall
932 current version binary.
933 (dialog_proc): Add conditional display for file selection prompt based
934 on download vs install using IDC_CHOOSE_INST_TEXT.
935 (do_choose): Add new logic for TRUST_REDO and TRUST_SRC_ONLY selection
936 and modify logic for TRUST_UNINSTALL, TRUST_KEEP, and TRUST_NONE to
937 handle the instance where Source Download/Install was selected. Modify
938 log file to store appropriate information regarding Action selected and
939 the new actions that were added (I.E.: ACTION_REDO and
940 ACTION_SRC_ONLY).
941 * download.cc: Add include for <unistd.h> and "port.h".
942 (download_one): Modify parameter list to include the selected action
943 for the file to be downloaded. Modify size check against expected size
944 to include check for ACTION_REDO and ACTION_SRC_ONLY. Modify rename of
945 .tmp file to also remove the destination file if exists due to ability
946 to redownload source and binary now.
947 (do_download): Modify to also use ACTION_REDO and ACTION_SRC_ONLY in
948 calculation of Download Bytes. Modify to also use ACTION_REDO and
949 ACTION_SRC_ONLY in determining files selected for download.
950 * install.cc (uninstall_one): Add check to treat a Reinstall like an
951 upgrade so current version will be uninstalled prior to reinstall.
952 (do_install): Add logic to handle ACTION_REDO and ACTION_SRC_ONLY for
953 uninstalling and installing binary and source packages.
954 * desktop.cc (make_passwd_group): Modify logic to account for a Source
955 only cygwin install when checking for cygwin to determine need for
956 mkpasswd and mkgroup.
957
958 Mon May 7 23:33:30 2001 Matt Hargett <matt@use.net>
959
960 * winsup/cinstall/res.rc: Added accelerators and improved focus order.
961 Removed WS_DISABLED from "OK" buttons to accomodate default focus
962 changes in net.cc and source.cc.
963 * winsup/cinstall/net.cc (dialog_proc): If no radio button is selected,
964 a default is selected.
965 * winsup/cinstall/source.cc (dialog_proc): Ditto.
966 (check_if_enable_next): Removed. No longer needed since a radio button
967 will always be selected.
968 (load_dialog): Removed call to check_if_enable_next.
969 (dialog_cmd): Ditto. Also added default to switch.
970
971 Tue Apr 24 23:42:02 2001 Christopher Faylor <cgf@cygnus.com>
972
973 * res.rc: Resize affected text.
974
975 Tue Apr 24 23:35:31 2001 Christopher Faylor <cgf@cygnus.com>
976
977 * net.cc (do_net): Default to direct download.
978 * res.rc: Move default selections to the top.
979
980 2001-04-18 Earnie Boyd <earnie@users.sourceforge.net>
981
982 * win32.h: Remove the definitions for _UNION_NAME and _STRUCT_NAME.
983 Must now include <windows.h> and not the pieces.
984 * choose.cc (create_listview): Clean up type mismatch problems.
985 * dialog.h (NEXT(id)): Ditto.
986 * geturl.cc (dialog): Ditto.
987 * install.cc (dialog): Ditto.
988 * splash.cc (load_dialog): Ditto.
989
990 Wed Apr 18 18:59:21 2001 Christopher Faylor <cgf@cygnus.com>
991
992 * tar.cc (class gzbz): Define dummy virtual functions.
993
994 Wed Apr 18 16:01:21 2001 Christopher Faylor <cgf@cygnus.com>
995
996 * Makefile.in: Add bz2 include/library support.
997 * filemanip.h: New file.
998 * choose.cc (find_tar_ext): New function. Returns TRUE if .tar.gz or
999 .tar.bz2 found.
1000 (scan2): Reorganize to use find_tar_ext, accomodating .bz2 extension.
1001 (read_installed_db): Ditto.
1002 (do_choose): Ditto.
1003 * fromcwd.cc (found_file): Ditto.
1004 (do_fromcwd): Ditto.
1005 * tar.cc (class gzbz): New super class for uncompression support.
1006 (gz): New class for gzip support.
1007 (bz): New class for bzip2 support.
1008 (tar_open): Use gzbz class to control file opening.
1009 (tar_ftell): Ditto for returning position in file.
1010 (skip_file): Ditto for reading file.
1011 (tar_next_file): Ditto.
1012 (tar_read_file): Ditto.
1013 (tar_close): Ditto for close.
1014
1015 * zlib/configure.in: Force NM substitution.
1016
1017 * source.cc (do_source): Default to "Install from Internet".
1018
1019 2001-03-16 Brian Keener <bkeener@thesoftwaresource.com>
1020
1021 * nio-file.cc (NetIO_File::NetIO_File): Use `get_file_size' instead of
1022 `stat'.
1023 * choose.cc (list_click): Correct inability to select source code for
1024 download.
1025 (scan2): Modify to skip source tarballs when scanning disk for
1026 installable packages.
1027
1028 2001-03-10 Chris Abbey <chris_abbey@yahoo.com>
1029
1030 * install.cc: install sources into /usr/src instead
1031 of /, also include the sizes of source tarballs
1032 in total_bytes.
1033 * download.cc: include sizes of source tarballs in
1034 total_download_bytes.
1035
1036 Tue Mar 6 19:31:00 2000 Corinna Vinschen <corinna@vinschen.com>
1037
1038 * download.cc (get_file_size): Remove `static'.
1039
1040 Tue Mar 6 19:11:00 2000 Corinna Vinschen <corinna@vinschen.com>
1041
1042 * tar.cc (tar_open): Use `get_file_size' instead of `stat'.
1043
1044 2001-03-06 Brian Keener <bkeener@thesoftwaresource.com>
1045
1046 * choose.cc (paint): Modify message for nothing to download vs
1047 nothing to install/update based on installation method.
1048 (list_click): Modify to skip versions in selection process if
1049 installing from local directory and installation file does not exist.
1050 Also leaves Source Action set to N/A if the source file does not exist
1051 and installing from local directory.
1052 (check_existence): New method to check current existence of installation
1053 files based on selected installation method.
1054 (set_existence): New method to set the current existence of installation
1055 files based on selected installation method.
1056 (best_trust): Modify decision process for best trust to base decision on
1057 current trust selected (IE: Prev, Curr, or Test), existence of file and
1058 installation method selected.
1059 (default_trust): Add logic to capture the current trust level and the
1060 trust selected for the given package.
1061 (set_full_list): Expand decision criteria for displaying a package in
1062 the selection list to include file existence/non-existence and selected
1063 installation method.
1064 (build_labels): Modify criteria for label addition to include
1065 installation method and file existence/non-existence.
1066 (create_listview): Modify to establish package trust level for each
1067 package before setting up the display list. Also modification to set
1068 current trust button as the default.
1069 (dialog_cmd): Set response for Prev, Curr, Test button push to perform
1070 a reset of the selection list in addition to setting the default trust.
1071 (get_package_version): New method to provide reusable code for
1072 determining the package version from the file name for a specified
1073 trust.
1074 (scan2): Modify to use new method get_package_version and
1075 also enhance handling of the build for the structures package and
1076 extra.
1077 (read_installed_db): Modify to use the new method
1078 get_package_version and also enhance handling of the build for the
1079 structures package and extra.
1080 (do_choose): Add additional initialization of package and extra
1081 structures. Modify to use read_installed_db all the time despite
1082 install method. Modify output to setup.log.full log file to increase
1083 readability by adding additional spacing, expanded code and available
1084 versions.
1085 * ini.h: Add new fields install_exists, source_exists and
1086 partial_list_display to the structure definition for package.
1087 * res.rc (IDD_CHOOSE): Modify choose dialog Prev, Curr, and Test
1088 pushbuttons by replacing with Radio Buttons thus allowing the
1089 operator to better determine which is selected.
1090
1091 2001-02-20 Brian Keener <bkeener@thesoftwaresource.com>
1092
1093 * download.cc (do_download): Add new variables total_download_bytes and
1094 total_download_bytes_sofar for download progress meter. Add loop
1095 to accumulate the total bytes to download from the selected packages.
1096 * geturl.cc: Add state.h and diskfull.h to include list. Add new
1097 variables gw_iprogress, gw_pprogress, gw_progress_text,
1098 gw_pprogress_text, and gw_iprogress_text to allow for addition of
1099 total packages download progress meter and disk full percent
1100 progress meter. Add variables total_download_bytes and
1101 total_download_bytes_sofar for use by progress meters.
1102 (dialog_proc): Add new variables gw_iprogress, gw_pprogress,
1103 gw_progress_text, gw_pprogress_text, and gw_iprogress_text to
1104 allow for addition of total packages download progress meter and disk
1105 full percent progress meter.
1106 (init_dialog): Ditto.
1107 (progress): Ditto.
1108 (get_url_to_file): Ditto.
1109 * geturl.h: Add external definition for total_download_bytes and
1110 total_download_bytes_sofar.
1111 * res.rc: Add two additional progress meters (IDC_DLS_IPROGRESS)
1112 and (IDC_DLS_PPROGRESS) and three text objects (IDC_DLS_PROGRESS_TEXT)
1113 and (IDC_DLS_IPROGRESS_TEXT, IDC_DLS_PPROGRESS_TEXT) for use in the
1114 download meters.
1115 * resource.h: Add new fields for progress meters and text and update
1116 _APS_NEXT_CONTROL_VALUE.
1117
1118 Wed Feb 21 13:05:00 2000 Corinna Vinschen <vinschen@redhat.com>
1119
1120 * download.cc (get_file_size): Check for INVALID_HANDLE_VALUE instead
1121 for NULL.
1122
1123 Wed Feb 21 11:21:00 2000 Corinna Vinschen <vinschen@redhat.com>
1124
1125 * download.cc (download_one): Add missing parenthesis.
1126
1127 Mon Feb 19 18:59:00 2000 Corinna Vinschen <vinschen@redhat.com>
1128
1129 * download.cc (get_file_size): New function. Eliminates the need
1130 to call `stat'.
1131 (download_one): Call `get_file_size' instead of `stat'. This
1132 workarounds a problem with mingw's `stat' call.
1133
1134 2001-02-07 Earnie Boyd <earnie@users.sourceforge.net>
1135
1136 * Makefile.in: (%.o: %.rc): Specify --include-dir $(w32api_include).
1137 This is to allow cinstall to build with 2.95.2-7 and to make the
1138 use of headers consistent.
1139
1140 2000-12-26 Earnie Boyd <earnie_boyd@yahoo.com>
1141
1142 * Makefile.in (autoload.o): Add target to specify -fno-inline-functions
1143
1144 Tue Dec 26 03:46:00 2000 Matt Hargett <matt@use.net>
1145
1146 * winsup/cinstall/res.rc: Added accelerators and improved focus
1147 order.
1148
1149 2000-12-10 Egor Duda <deo@logos-m.ru>
1150
1151 * choose.cc (paint): Use system background color for text output.
1152
1153 Sun Dec 10 19:05:25 2000 Christopher Faylor <cgf@cygnus.com>
1154
1155 * Makefile.in: Use CXX for linking and for compiling .cc files.
1156 * configure.in: Find correct c++ compiler.
1157 * configure: Regenerate.
1158
1159 2000-11-17 DJ Delorie <dj@redhat.com>
1160
1161 * splash.cc (load_dialog): Make message more obvious.
1162 * res.rc: Ditto.
1163
1164 Fri Nov 17 17:15:21 2000 Christopher Faylor <cgf@cygnus.com>
1165
1166 * Makefile.in: Use g++ to link so that libstdc++.a gets used. This is
1167 necessary for newer compilers.
1168
1169 Wed Nov 9 2:19:00 2000 Corinna Vinschen <vinschen@redhat.com>
1170
1171 * desktop.cc: Include "ini.h" and "version.h".
1172 (make_passwd_group): Skip the function on 9x/ME boxes when an
1173 older version of Cygwin has been installed which doesn't
1174 support mkpasswd/mkgroup on 9x/ME.
1175 * install.cc: Move the `LOOP_PACKAGES' and `pi' macros to...
1176 * ini.h: ...here.
1177
1178 Wed Nov 8 17:10:00 2000 Corinna Vinschen <vinschen@redhat.com>
1179
1180 * desktop.cc (make_passwd_group): Don't exit when started
1181 on 9x/ME since mkpasswd/mkgroup are usable on 9x/ME now.
1182
1183 Sun Nov 5 12:51:42 2000 Jason Tishler <jt@dothill.com>
1184
1185 * install.cc (do_install): Add call to set_cygdrive_flags to sync
1186 the mount modes.
1187 * mount.cc (set_cygdrive_flags): New function.
1188 (get_cygdrive_flags): Ditto.
1189 (default_cygdrive): Ditto.
1190 (set_cygdrive_flags): Ditto.
1191 * mount.h: Add prototype for set_cygdrive_flags.
1192
1193 2000-10-23 DJ Delorie <dj@redhat.com>
1194
1195 * ini.h: add source actions
1196 * fromcwd.cc: check for available sources
1197 * res.rc: add checkbox bitmaps
1198 * resource.h: ditto
1199 * check-*.bmp: new
1200 * choose.cc: add source column
1201 * download.cc: download sources if called for
1202 * install.cc: [un]install sources too
1203
1204 2000-10-22 DJ Delorie <dj@redhat.com>
1205
1206 * choose.cc (build_labels): Don't skip TRUST_PREV completely; only
1207 ignore it wrt full_list if there's already a version installed.
1208 (do_choose): Sort the list.
1209 (package_sort): New.
1210
1211 2000-10-12 DJ Delorie <dj@redhat.com>
1212
1213 * res.rc: Add more error strings.
1214 * resource.h: Ditto.
1215 * iniparse.y (new_package): re-initialize if needed.
1216 * download.cc (do_download): Keep track of errors; notify and
1217 allow retry.
1218 * install.cc (do_install): Ditto.
1219
1220 2000-10-05 DJ Delorie <dj@redhat.com>
1221
1222 * Makefile.in: fix %.cc rule
1223
1224 2000-10-04 DJ Delorie <dj@redhat.com>
1225
1226 * desktop.cc: quote HOME and USER, don't . ./.profile
1227
1228 * choose.cc (build_labels): don't include in partial list just
1229 because there's a *previous* version available.
1230
1231 * install.cc (do_install): if installing from local directory with
1232 setup.ini and the file isn't found, look in "." also. Note errors.
1233
1234 2000-10-02 DJ Delorie <dj@redhat.com>
1235
1236 * ini.cc (do_ini): save setup.ini locally
1237
1238 2000-10-02 Chris Abbey <cabbey@bresnanlink.net>
1239
1240 * desktop.cc: quote escapes in prompt
1241
1242 2000-10-02 Jason Tishler <jt@dothill.com>
1243
1244 * root.cc (is_admin): New function.
1245 (read_mount_table): Check for administrative priviledges and set
1246 installation scope as appropriate.
1247
1248 2000-09-28 DJ Delorie <dj@redhat.com>
1249
1250 * nio-ftp.cc (ftp_line): handle continuations more robustly
1251
1252 2000-09-14 Brian Keener <bkeener@thesoftwaresource.com>
1253
1254 * res.rc: increased the size of the site dialog (IDD_SITE) & the
1255 corresponding list box to provide for more URL's to be listed.
1256 Modified the position of the Back, Next and Cancel buttons to
1257 correspond to the new size of the dialog.
1258
1259 2000-09-13 DJ Delorie <dj@redhat.com>
1260
1261 * install.cc (do_install): update disk fullness once per package
1262 to improve performance
1263
1264 * choose.cc (create_listview): call ReleaseDC
1265
1266 Mon Sep 11 22:40 2000 Harold L Hunt II <harold@compasstechnologies.com>
1267
1268 * mkdir.cc: Create directories when ERROR_FILE_NOT_FOUND is
1269 returned, as it seems Samba 2.0.6+ returns this instead of
1270 ERROR_PATH_NOT_FOUND
1271
1272 Mon Sep 11 19:35:24 2000 Christopher Faylor <cgf@cygnus.com>
1273
1274 * site.cc (get_initial_list_idx): Don't default to saved URL if it
1275 refers to sources.
1276
1277 2000-09-07 DJ Delorie <dj@redhat.com>
1278
1279 * splash.cc: use version.h, not local decl
1280 * res.rc: add "old version" message
1281 * resource.h: ditto
1282 * version.h: new
1283 * fromcwd.cc (canonicalize_version): make global
1284 * iniparse.y: add setup-version support, fix bug in blank line
1285 handling
1286
1287 * inilex.l: add [exp] as alias for [test], add setup-version
1288 * Makefile.in (version.c): add setup-version tag
1289
1290 * desktop.cc (do_desktop): remove 1.1 version number
1291 (do_desktop_setup): ditto
1292
1293 * ini.cc (do_ini): zero out package list just in case we redo it.
1294
1295 2000-09-07 Jeffrey Juliano <juliano@cs.unc.edu>
1296
1297 * choose.cc (list_click): Check for nindexes==0; if so, return.
1298
1299 2000-09-06 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
1300
1301 * localdir.cc: new, local package directory selection dialog; cd
1302 into selected directory
1303 * Makefile.in (OBJS): add localdir.o
1304 * dialog.h: add prototype for do_local_dir
1305 * main.cc (WinMain): initialize local_dir to cwd; add call to
1306 do_local_dir
1307 * net.cc (dialog_cmd): make DO_LOCAL_DIR next dialog
1308 * source.cc (dialog_cmd): ditto
1309 * res.rc: add DO_LOCAL_DIR dialog; remove "current directory" from
1310 presented choices in IDD_SOURCE; add IDS_ERR_CHDIR error string
1311 * resource.h: defines for DO_LOCAL_DIR dialog; define IDS_ERR_CHDIR
1312 * root.cc (dialog_cmd): make DO_LOCAL_DIR previous dialog
1313 * state.h: add local_dir variable
1314
1315 2000-09-06 Brian Keener <bkeener@thesoftwaresource.com>
1316
1317 * desktop.cc: added logic to handle to the new dialog and to
1318 default the setting for the new checkboxes based on whether the
1319 desktop icon or start menu link already exist.
1320 (desktop_icon): correction to desktop directories for desktop icon
1321 creation. Additional logic added for Win95 which does not appear
1322 to have Common Directories so if Common selected and null uses
1323 normal directory.
1324 (start_menu): Additional logic added for Win95 which does not
1325 appear to have Common Directories so if Common selected and null
1326 uses normal directory.
1327 (do_desktop_setup): moved the saving of the icon, creation of the
1328 bat file, profile, passwd, Start Menu link and desktop shortcut to
1329 this method from do_desktop. Made the creation of the desktop
1330 icon and start menu link conditional on settings of new dialog
1331 created for desktop.
1332 * install.cc (do_install): changed next from IDD_S_DESKTOP to
1333 IDD_DESKTOP.
1334 * main.cc (WinMain): changed case IDD_S_DESKTOP to IDD_DESKTOP.
1335 * res.rc: added new resource to create a desktop dialog with 2
1336 checkboxes for creating the desktop icon and start menu link.
1337 * resource.h: changed IDD_S_DESKTOP to IDD_DESKTOP and added two
1338 new controls: IDC_ROOT_MENU and IDC_ROOT_DESKTOP for new dialog.
1339 * state.h: added root_menu and root_desktop for use in dialog.
1340
1341 2000-08-29 DJ Delorie <dj@redhat.com>
1342
1343 * choose.cc (scan_downloaded_files): scan for existing files, so
1344 that the user only sees new downloads.
1345
1346 * nio-ie5.cc (NetIO_IE5): pre-check for wininet.dll, enable dial-up
1347 * site.cc (do_site): if we can't download the mirror list, go back
1348 to the net setup box to choose another transport.
1349 * autoload.c: add more functions
1350 * Makefile.in (ALL_DEP_LDLIBS): remove wininet.a
1351 * resource.h: add WININET message
1352
1353 * net.cc (do_net): no longer default to IE5
1354 * simpsock.h (class SimpleSocket): new, simplify socket operations
1355 * simpsock.cc: ditto
1356 * nio-http.h: new, for direct http protocol
1357 * nio-http.cc: ditto
1358 * nio-ftp.h: new, for direct http protocol
1359 * nio-ftp.cc: ditto
1360 * netio.cc (set_url): move initialization here to handle redirections
1361 (open): add direct http/ftp
1362 * netio.h (NetIO::set_url): new
1363
1364 * log.cc (log_save): create directory for log if needed
1365
1366 * hash.cc, hash.h: new
1367 * Makefile: add hash.o
1368 * choose.cc: enable "uninstall" option
1369 * download.cc: invert action test to accomodate uninstalling
1370 * ini.h: add ACTION_UNINSTALL
1371 * install.cc: add uninstall functionality
1372 * res.rc: make install tag changeable
1373 * resource.h: add uninstall resources
1374
1375 * res.rc: update mirror list URL
1376
1377 2000-08-24 DJ Delorie <dj@redhat.com>
1378
1379 * log.cc, log.h: new files
1380 * Makefile.in (OBJS): add log.o
1381 * tar.cc: use exit_setup instead of exit
1382 * dialog.cc (fatal): use exit_setup instead of ExitProcess
1383 * msg.cc (fatal): ditto
1384 * install.cc (dialog_cmd): ditto
1385 * ini.cc (do_ini): ditto
1386 * main.cc (main): add logging
1387 * source.cc (do_source): ditto
1388 * root.cc (do_source): ditto
1389 * site.cc (do_site): ditto
1390 * other.cc (do_other): ditto
1391 * net.cc (do_net): ditto
1392 * choose.cc (do_choose): ditto
1393 * download.cc (do_download): ditto
1394 * install.cc (do_install): ditto
1395 * msg.cc (fatal): ditto
1396
1397 * res.rc: mark password boxes as *being* password boxes.
1398
1399 * fromcwd.cc (canonicalize_version): use multiple buffers so that multiple
1400 calls won't use the same buffer.
1401 * choose.cc (create_listview): don't default to full list if no changes
1402 (base): return computed value, not temporary :-(
1403 (do_choose): don't use installed.db if we're only downloading.
1404
1405 2000-08-23 DJ Delorie <dj@redhat.com>
1406
1407 * nio-ie5.cc (NetIO_IE5): Fix authentication logic
1408 * nio-ie5.h (flush_io): new
1409 * netio.cc (load_dialog): note when we're initializing the dialog
1410 box, and ignore changes to the edit fields then.
1411
1412 2000-08-21 DJ Delorie <dj@redhat.com>
1413
1414 * README: Update
1415
1416 * fromcwd.cc (found_file): don't remember the canonicalized version
1417
1418 * choose.cc (paint): print "nothing to do" message when list is empty.
1419 (build_labels): Use version "0.0" if no version is available.
1420 (create_listview): default to full list if nothing to install/update.
1421 (base): new, returns basename of file
1422 (read_installed_db): compare base names, not full paths
1423
1424 2000-08-11 DJ Delorie <dj@redhat.com>
1425
1426 * choose.cc: add new chooser dialog
1427 * fromcwd.cc: use IDD_CHOOSE
1428 * ini.cc: use IDD_CHOOSE
1429 * main.cc: use IDD_CHOOSE
1430 * ini.h: cosmetic changes
1431 * res.rc: add choose dialog, bitmaps
1432 * choose-spin.bmp: new
1433 * choose-rtarrow.bmp: new
1434 * resource.h: add choose dialog controls
1435
1436 * mount.cc: remove debug statement
1437
1438 2000-08-08 DJ Delorie <dj@redhat.com>
1439
1440 * Makefile.in (version.c): make version checking more robust
1441 * splash.cc (load_dialog): handle case where there's no version
1442
1443 2000-08-07 DJ Delorie <dj@redhat.com>
1444
1445 * (all): add cvsid tags
1446 * Makefile.in: generate version.c from ChangeLog, add splash.o
1447 * splash.o: new
1448 * res.rc: add splash screen
1449
1450 2000-08-02 DJ Delorie <dj@redhat.com>
1451
1452 * net.cc: remove proxy password code
1453 * res.rc: remove proxy user/pass from net, add auth dialogs
1454 * netio.cc,h: add sys/proxy auth methods
1455 * nio-ie5: use them, check for http status codes
1456 * state.h: add system authorization
1457
1458 * concat.cc (concat): canonicalize x:// to x:/ (exception to ://
1459 meaning an url)
1460
1461 2000-08-02 Norman Vine <nhv@yahoo,com>
1462
1463 * msg.cc (mbox): added MB_TOPMOST to MessageBox type flags
1464
1465 2000-08-01 DJ Delorie <dj@redhat.com>
1466
1467 * postinstall.cc (each): don't rename files we ignore
1468 (do_postinstall): set CYGWINROOT to root_dir, chdir there
1469
1470 * desktop.cc: have /etc/profile call ~/.profile and ~/.bashrc
1471
1472 2000-07-31 DJ Delorie <dj@redhat.com>
1473
1474 * desktop.cc: reverse PATH so /usr/bin precedes /bin
1475
1476 2000-07-18 DJ Delorie <dj@redhat.com>
1477
1478 * autoload.c: new, autoload dlls that might not be available.
1479 * Makefile.in (OBJS): add autoload.o
1480
1481 * res.rc: rewrite root options (text/binary, system/user) to be
1482 more obvious.
1483
1484 * site.cc (get_site_list): trim displayed URL, sort by domain
1485
1486 * net.cc (do_net): make IE5 default to checked, for now
1487
1488 * choose.cc (do_choose): sort packages correctly
1489 * ini.cc (do_ini): handle parse errors more gracefully
1490 (yyerror): ditto
1491 (fprintf): line buffer output
1492 (do_ini): if we can't load setup.ini, go back to the site list.
1493 * ini.h: add "unknown" trust level
1494 * inilex.l: absorb unknown trust levels and key/value pairs,
1495 add line number logic
1496 * iniparse.y: handle parse errors more gracefully.
1497 * install.cc: skip packages with no valid install entry
1498
1499 2000-07-17 DJ Delorie <dj@cygnus.com>
1500
1501 * coding standards fixups, many files
1502 * mkdir.cc: warn about deletions *before* deleting them
1503
1504 2000-07-17 Jeff Juliano <juliano@cs.unc.edu>
1505
1506 * res.rc (IDD_OTHER_URL): reorder to give default focus to entry
1507
1508 * other.cc (dialog_cmd): save download site URL
1509 * site.cc (get_root_dir): new
1510 (save_mirror_site): new
1511 (dialog_cmd): save download site URL
1512 (get_site_list): make list big enough to add prev site
1513 (get_initial_list_idx): new, read last-used URL from file and
1514 append it to site_list
1515 (do_site): call get_initial_list_idx
1516
1517 * concat.cc (concat): avoid segfault when first parm is null
1518
1519 2000-07-13 DJ Delorie <dj@cygnus.com>
1520
1521 * postinstall.cc: new
1522 * Makefile.in: add postinstall.o
1523 * concat.h: add backslash ()
1524 * concat.cc: ditto
1525 * desktop.cc (etc_profile): don't do postinstall
1526 (backslash): moved to concat.cc
1527 (uexists): new
1528 (make_postinstall_script): run directly
1529 (do_desktop): chain to do_postinstall
1530 * dialog.h: add exit_msg, do_postinstall
1531 * download.cc: use exit_msg
1532 * install.cc: ditto
1533 * main.cc: add postinstall, exit_msg
1534 * resource.h: add postinstall
1535 * README: add more to-do items
1536
1537 2000-07-12 DJ Delorie <dj@cygnus.com>
1538
1539 * desktop.cc: add /etc/postinstall/ support
1540 * install.cc: add more "standard" directories
1541
1542 2000-07-11 DJ Delorie <dj@cygnus.com>
1543
1544 * desktop.cc: create /etc/profile
1545 * desktop.cc: fix include syntax
1546 * Makefile.in: add auto-dependencies
1547 * root.cc: support system vs user
1548 * desktop.cc: ditto
1549 * mount.h: ditto
1550 * mount.cc: ditto
1551 * install.cc: ditto
1552 * res.rc: ditto
1553 * resource.h: ditto
1554 * state.h: ditto
1555 * desktop.cc: make sure we use backslashes, not slashes.
1556 * desktop.cc: don't set PATH in cygwin.bat, create /etc/passwd
1557 * geturl.cc: change math for percentage to avoid overflow
1558 * install.cc: ditto
1559 * download.cc: post "download complete" message.
1560 * root.cc: pre-fill in defaults if needed, don't start
1561 browse at root_dir unless it's set.
1562 * desktop.cc: quote $PATH in case it has spaces in it
1563
1564 2000-07-10 DJ Delorie <dj@cygnus.com>
1565
1566 * Makefile.in: add desktop.o and mklink2.o
1567 * dialog.h: add do_desktop
1568 * install.cc: create standard directories, call do_desktop
1569 * res.rc: add cygwin.ico as a file also
1570 * desktop.cc: new, do shortcuts, batch files, and icons
1571 * mklink2.c: new, for COM
1572 * README: update to-do list
1573
1574 2000-07-10 DJ Delorie <dj@cygnus.com>
1575
1576 * ini.cc (do_ini): don't worry about timestamps if we're not
1577 actually installing.
1578
1579 2000-07-09 DJ Delorie <dj@cygnus.com>
1580
1581 * Makefile.in: add -I$(srcdir) for ini.h
1582
1583 2000-07-06 DJ Delorie <dj@cygnus.com>
1584
1585 * Replace everything with a new GUI version
1586 * zlib/gzio.c: add gzctell() for progress displays
1587
1588 2000-06-22 DJ Delorie <dj@cygnus.com>
1589
1590 * setup.c (tarx): re-add call to write_pkg()
1591
1592 2000-06-07 DJ Delorie <dj@cygnus.com>
1593
1594 * cygcalls.c: new, call cygwin1.dll functions directly
1595 * cygcalls.h: header for same
1596 * Makefile.in: add cygcalls.[ch], remove mount/cygpath/umount
1597 exes, fix cinstall.rc dependencies.
1598 * path.c: remove unneeded code
1599 * setup.c: use cygcalls instead of xcreate_process.
1600 uncompress embedded files with zlib
1601 add "-d" for "download only"
1602 add "-h" for help
1603 postpone mount changes until very end
1604 add download progress indicators
1605 pack multi-column listings more
1606 auto-delete temp files
1607 customize banner message according to options
1608 prompt user for text/binary mounts
1609 add warnings about empty setup directory, root installs, etc
1610
1611 2000-05-24 DJ Delorie <dj@cygnus.com>
1612
1613 * tar.c: New file; built-in tar using zlib.
1614 * tar.h: New file; header for same.
1615 * ctar.c: New file; test program for same.
1616 * Makefile.in: add built-in tar, remove tar.exe and gzip.exe
1617 * path.c (pathcat): convert slashes and canonicalize, instead of aborting
1618 * setup.c (tarx): add support for built-in tar
1619 (main): accept unix-style slashes, check root dir for drive letters,
1620 warn about installing in /, make sure cwd is empty for internet installs,
1621 defer mounts to end of install, support built-in tar.
1622
1623 Fri May 19 23:44:37 2000 Christopher Faylor <cgf@cygnus.com>
1624
1625 Fix compiler warnings throughout.
1626 * pkg.c (init_pkgs): Make static 'stuff' global_pkgstuff for use in
1627 get_pkg_stuff.
1628 * setup.c: Make 'root' global.
1629 (istargz): Return pointer to "stem" of matched .tar.gz file.
1630 (tarx): Special case cygwin-20000301 to == cygwin-1.1.0.tar.gz. Remove
1631 bogus check_for_installed check.
1632 (recurse_dirs): Add preliminary support for .bat file execution.
1633 (create_uninstall): Eliminate unneeded parameter.
1634 (do_start_menu): Ditto.
1635 (mkmount): Ditto.
1636 (get_pkg_stuff): Ditto. Check for currently installed cygwin by
1637 scanning for the version number. Eliminate unneeded argument to
1638 create_uninstall.
1639 (getdownloadsource): Add 'name' to list of names rather than url.
1640 (main): Eliminate unneeded argument in get_pkg_stuff. Eliminate
1641 unneeded argument in mkmount and do_start_menu.
1642
1643 2000-05-18 DJ Delorie <dj@cygnus.com>
1644
1645 * setup.c (optionprompt): allow multi-column, clean up message
1646 about more options, be more robust about user input.
1647 (getdownloadsource): make the mirror URL a macro.
1648 (main): do mounts after done prompting user.
1649
1650 Tue May 2 00:56:41 2000 Christopher Faylor <cgf@cygnus.com>
1651
1652 * setup.c (cleanup): Inverse order of deletion stands a better chance
1653 of deleting cygpath.exe. Still seems to suffer from occasional races,
1654 though.
1655 (cleanup_on_signal): Perform convoluted dance to accomodate win95 and
1656 w2k.
1657 (output_file): Defend against an unlikely handle leak.
1658 (main): Don't set up signal handling until we have something special to
1659 do.
1660
1661 Mon May 1 17:56:32 2000 Christopher Faylor <cgf@cygnus.com>
1662
1663 * path.c (kill_cygpath): Delete function.
1664 (exit_cygpath): Make more defensive so that it can be called at any
1665 time.
1666 (cygpath_pipe): Don't set up signal here. Do it in main().
1667 * setup.c (istargz): New function.
1668 (recurse_dirs): Look for *.gz pattern rather than *tar.gz since *tar.gz
1669 inexplicably fails on samba mounted partitions. Use istargz to match
1670 tar.gz tail.
1671 (processdirlisting) Use istargz to match tar.gz tail.
1672 (cleanup): Renamed from filedel.
1673 (cleanup_on_signal): New function. Called on CTRL-C.
1674 (main): Record handle of main thread so that it can be suspended when
1675 CTRL-C occurs. Set up cleanup_on_signal signal handler.
1676
1677 Mon May 1 11:05:07 2000 Christopher Faylor <cgf@cygnus.com>
1678
1679 * setup.c (do_start_menu): Don't concatenate paths to already built
1680 paths.
1681
1682 Sun Apr 30 22:37:34 2000 Christopher Faylor <cgf@cygnus.com>
1683
1684 * path.c (exit_cygpath): Wait for subprocess to exit before returning.
1685 (cygpath_pipe): Don't call exit_cygpath. Let main atexit routine do
1686 that.
1687 * pkg.c (init_pkgs): Accept root argument. Make registry key "cygwin
1688 root"-specific.
1689 * setup.c (filedel): Call exit_cygpath here so that we can be assured
1690 that cygpath subprocess has died. This allows us to delete cygpath.exe
1691 and cygwin1.dll.
1692 (optionprompt): Initialize response to -1 so that second screen of
1693 mirrors will appear.
1694 (get_pkg_stuff): Don't attempt to use HKCLU. Pass root to init_pkgs.
1695 * setup.h: Reflect init_pkgs prototype change.
1696
1697 Sat Apr 29 23:53:30 2000 Christopher Faylor <cgf@cygnus.com>
1698
1699 * pkg.c (init_pkgs): Accept an argument to control what root registry
1700 key should be used.
1701 * setup.c (get_pkg_stuff): Use HKCLU registry key if default fails.
1702 * setup.h: Reflect init_pkgs prototype change.
1703
1704 Sat Apr 29 23:27:14 2000 Christopher Faylor <cgf@cygnus.com>
1705
1706 * error.c (winerror): Respond to gcc warning.
1707 * path.c (cygpath_pipe): Ditto.
1708 * setup.c (filedel): Call sa_cleanup on deleteme.
1709 (create_shortcut): Coerce argument to eliminate compiler warning.
1710 (tarx): Use installed version of cygwin1.dll, overriding tar file name.
1711 (refmatches): New function. Tests if ref is contained in a list of
1712 packages to install.
1713 (filematches): New function. Tests if filename matches one of a list
1714 of packages to install.
1715 (recurse_dirs): Accept list of packages to install. Generalize tar.gz
1716 test to accomodate _tar.gz.
1717 (prompt): Ensure that stdout is flushed prior to asking for input.
1718 (findhref): Initialize variables to quiet a compiler warning.
1719 (processdirlisting): Accept list of packages to install. Special case
1720 cygwin tar file version number.
1721 (downloaddir): Accept list of packages to install.
1722 (downloadfrom): Ditto.
1723 (create_uninstall): Eliminate unneeded variables. Quote arguments to
1724 regtool.
1725 (do_start_menu): Don't create uninstall bat file if updating or user
1726 specified a list of packages.
1727 (mkmount): Eliminate unneeded variables.
1728 (get_pkg_stuff): New function. Checks for previous unversioned
1729 installation.
1730 (main): Accept -u and -f options and package names on the command line.
1731 Use get_pkg_stuff to initialize package information. Umount /etc.
1732 Call recurse_dirs and downloadfrom with list of package to install.
1733 Ensure that all /usr/local directories are created. Output
1734 installation time to setup.log.
1735 * setup.h: Add some prototypes.
1736 * xsystem.c (xcreate_process): Eliminate unneeded variable.
1737
1738 Sat Apr 29 12:43:08 2000 Christopher Faylor <cgf@cygnus.com>
1739
1740 * setup.c (optionprompt): Don't overlap display of already seen options
1741 on next page.
1742 (geturl): Print name of site which we're connecting to rather than "ftp
1743 site".
1744 (processdirlisting): Avoid URLs that contain a /. or ./ . Is this
1745 test too simplistic?
1746 (do_start_menu): Use pathcat to build path to <root>\bin to avoid
1747 problems when user chooses x:\ as their root.
1748 (main): For now, default to "non-update" mode. Allow -u option to
1749 signify an update.
1750
1751 Sat Apr 29 00:26:06 2000 Christopher Faylor <cgf@cygnus.com>
1752
1753 * pkg.c: New file.
1754 * setup.c (tarx): Skip already installed or older packages. Report
1755 when a package has been updated.
1756 (processdirlisting): Skip already installed or older packages.
1757 (main): Detect -f option for forced installation. Initialize pkg stuff
1758 if appropriate.
1759 * setup.h: Add pkg definitions.
1760
1761 Thu Apr 27 14:21:30 2000 Christopher Faylor <cgf@cygnus.com>
1762
1763 * setup.c (findhref): Return NULL on empty string. Eat any trailing
1764 ";something".
1765 (processdirlisting): Attempt to limit recursively processing the same
1766 directory.
1767
1768 Thu Apr 27 11:42:23 2000 Christopher Faylor <cgf@cygnus.com>
1769
1770 * setup.c (filedel): New function.
1771 (output_file): Keep track of files extracted from setup.exe for
1772 subsequent deletion.
1773 (tarx): Close process handle of child tar process or suffer handle
1774 leak.
1775 (getdownloadsource): Close mirror file so that it can be unlinked.
1776 (processdirlisting): Return total number of files extracted.
1777 (main): Initialize array of files to delete. Ensure that files are
1778 closed on exit. Make the directory that setup.exe is started from ==
1779 the directory where temporary files are placed. Issue an error if no
1780 files were found to download.
1781 * xsystem.c (xcreate_process): Close the thread handle. Close the
1782 process handle if we waited for it to exit.
1783
1784 Thu Apr 27 09:54:19 2000 Christopher Faylor <cgf@cygnus.com>
1785
1786 * setup.c (main): Change version number output.
1787
1788 Thu Apr 27 09:23:17 2000 Christopher Faylor <cgf@cygnus.com>
1789
1790 * setup.c (tarx): Use full path name to tar executable.
1791 (main): Build full pathname to tar executable. Create /usr/local/etc
1792 by default.
1793
1794 Wed Apr 26 22:16:57 2000 Christopher Faylor <cgf@cygnus.com>
1795
1796 * setup.c (findhref): Change method for scanning for href= to choose
1797 the last one on the line. This is still not foolproof and probably
1798 will need to be changed eventually. Don't abort if no "size" field is
1799 evident.
1800 (processdirlisting): Fix boolean algebra.
1801
1802 Wed Apr 26 01:10:39 2000 Christopher Faylor <cgf@cygnus.com>
1803
1804 * main.c (tarx): Add some code for future task of unmounting
1805 directories encountered in tar file.
1806
1807 Sat Apr 22 16:37:03 2000 Christopher Faylor <cgf@cygnus.com>
1808
1809 * setup.c (findhref): Decode file size, when appropriate.
1810 (needfile): New function. Returns 1 when file should be
1811 downloaded.
1812 (processdirlisting): Always download if file size does not
1813 match. Prompt when download fails for some reason.
1814 (getdownloadsource): Accomodate findhref argument changes.
1815
1816 Sat Apr 22 15:13:42 2000 Christopher Faylor <cgf@cygnus.com>
1817
1818 Throughout, use global session handle rather than reinitializing for
1819 each connect. Don't pass session as an argument to setup.c functions.
1820 * setup.c (geturl): Only issue "Connecting to.." message when using
1821 http or first time for ftp since subsequent connections will be fast.
1822 (processdirlisting): Allocate space for "N" when user has specified
1823 "N"ever option so that it can be subsequently freed.
1824 (main): Abort if we can't get the list of mirrors.
1825
1826 Thu Apr 20 16:41:42 2000 Christopher Faylor <cgf@cygnus.com>
1827
1828 * setup.c (main): Umount /bin and /lib.
1829
1830 Wed Apr 19 13:34:44 2000 Christopher Faylor <cgf@cygnus.com>
1831
1832 * setup.c (main): Create an empty /var/run/utmp.
1833
1834 Tue Apr 18 19:16:56 2000 Christopher Faylor <cgf@cygnus.com>
1835
1836 * Makefile.in: Add umount to list of files to include in setup.exe.
1837 * setup.c (xumount): New function for unmounting directories.
1838 (main): Unmount /usr.
1839 (mkmount): Unmount "unix directory" before trying to figure out where
1840 to create the directory.
1841
1842 Tue Apr 18 17:28:55 2000 Christopher Faylor <cgf@cygnus.com>
1843
1844 * setup.c (mkmount): Use xcreate_process to start mount process,
1845 avoiding the shell.
1846 (main): Don't do buffering on stdout or prompts won't be displayed
1847 correctly if running in a cygwin shell with CYGWIN=tty.
1848
1849 Tue Apr 18 15:35:19 2000 Christopher Faylor <cgf@cygnus.com>
1850
1851 * setup.c (main): Remove the CYGWIN environment variable before
1852 starting any cygwin programs.
1853
1854 Mon Apr 17 19:20:52 2000 Vadim Egorov <egorovv@mailandnews.com>
1855
1856 * setup.c (geturl): Use alternative method for finding filename part of
1857 a URL.
1858 (processdirlisting): Accomodate strange output from non-MS ftp proxy.
1859 (downloaddir): Unlink file containing dir listing.
1860 (downloadfrom): Ditto.
1861
1862 Mon Apr 17 00:00:49 2000 Christopher Faylor <cgf@cygnus.com>
1863
1864 * setup.c (main): Disallow running setup.exe from the "root".
1865
1866 Sun Apr 16 18:50:58 2000 Christopher Faylor <cgf@cygnus.com>
1867
1868 Use "warning" function, where appropriate, to output warnings.
1869 * setup.c (warning): New function -- outputs warning to console and log
1870 file.
1871 (tarx): Fix index used to reset file protection.
1872 (main): Open the log file earlier so that more stuff can be sent to it.
1873
1874 Sat Apr 15 20:05:33 2000 Christopher Faylor <cgf@cygnus.com>
1875
1876 * setup.c (processdirlisting): Make "N" option a little less aggressive.
1877
1878 Fri Apr 14 11:11:29 2000 Christopher Faylor <cgf@cygnus.com>
1879
1880 * setup.c (tarx): Wait to after tar has completed to reset protections
1881 or suffer races with tar process.
1882
1883 Thu Apr 13 12:51:19 2000 Christopher Faylor <cgf@cygnus.com>
1884
1885 * Makefile.in: Eliminate duplicate -nostdinc from CFLAGS.
1886 * setup.c (create_uninstall): Create the uninstall .bat file in the
1887 "root" so that we can remove the /bin directory. Add bin\cygwin.bat to
1888 list of files to be deleted. Fix directory detection for determining
1889 when to use 'rmdir'.
1890 (do_start_menu): Add /usr/local/bin to the path.
1891 (main): Add slop to files.array allocation so that we don't have to
1892 worry about reallocating the array when it grows too large when doing
1893 some trivial "pushes". Add /tmp and /usr/local/{bin,lib} to list of
1894 files.
1895
1896 Thu Apr 13 01:59:44 2000 Christopher Faylor <cgf@cygnus.com>
1897
1898 * setup.c (processdirlisting): Fix handling of "A" for "A"lways
1899 download.
1900
1901 Thu Apr 13 01:11:45 2000 Christopher Faylor <cgf@cygnus.com>
1902
1903 * path.c (kill_cygpath): New cleanup function.
1904 (exit_cygpath): New cleanup function.
1905 (cygpath_pipe): New function. Sets up cygpath in the background for
1906 translating filenames.
1907 (pathcvt): Use background cygpath for file translation.
1908 * setup.c (tarx): New function. Called to extract tar files, capture
1909 logging output, and translate it to Windows format.
1910 (recurse_dirs): Use 'tarx' function to extract files.
1911 (create_uninstall): Use file list built up by tarx rather than reading
1912 the log file.
1913 (mkmount): Add ability to mount root.
1914 (main): Track elapsed install time. Mount root.
1915 * starry.h: Add index field to strarry for tracking of tarx's usage of
1916 this structure.
1917 * xsystem.c (xcreate_process): Return proces handle when not waiting.
1918
1919 Mon Apr 10 22:44:56 2000 Christopher Faylor <cgf@cygnus.com>
1920
1921 * path.c: New file.
1922 (pathfp): New function. Preliminary work for new -f cygpath
1923 functionality.
1924 * Makefile.in: Add new file.
1925 (pathcvt): Move to new file.
1926 (dtoupath): Ditto.
1927 (utodpath): Ditto.
1928 (pathcat): Ditto.
1929 * setup.c (processdirlisting): Always open file in text mode.
1930 (create_uninstall): Ditto.
1931 (getdownloadsource): Ditto.
1932 (main): Ditto.
1933
1934 Mon Apr 10 20:33:40 2000 Christopher Faylor <cgf@cygnus.com>
1935
1936 * xsystem.c: New file.
1937 * Makefile.in: Accomodate new file.
1938 * setup.c (xsystem): Move to new file.
1939 (recurse_dirs): Accept handle to output log file. Don't use ">"
1940 redirection to trap tar output. Use supplied handle instead.
1941 (create_uninstall): Accept FILE pointer to opened log file. Don't
1942 unlink log file here.
1943 (do_start_menu): Accept FILE pointer to pass to create_uninstall.
1944 (main): Open log file here and pass it to various functions. Unlink
1945 when done.
1946
1947 Mon Apr 10 17:15:52 2000 Christopher Faylor <cgf@cygnus.com>
1948
1949 Change occurrences of .usr.bin to .bin throughout.
1950 * setup.c (geturl): Increase number of retries to 20. Let user know
1951 what's going on during long connects.
1952 (processdirlisting): Accept "A"lways and "N"ever as update options.
1953 (create_uninstall): Load cygwin1.dll from the current directory rather
1954 than \bin.
1955 (main): Add some expository text.
1956
1957 Sun Apr 9 20:59:15 2000 Christopher Faylor <cgf@cygnus.com>
1958
1959 * Makefile.in: Change method for compressing cygwin1.dll to avoid
1960 creating a cygwin1.dll in the current directory. Ensure the addition
1961 of -nostdinc to MINGW_CFLAGS.
1962
1963 Sun Apr 9 02:15:47 2000 Christopher Faylor <cgf@cygnus.com>
1964
1965 * Makefile.in: Augment clean target.
1966
1967 Fri Apr 7 17:04:02 Ron Parker <rdparker@sourceware.cygnus.com>
1968
1969 * README: Added info about non-working mingw implementation
1970 * gzip.exe.gz: Replace with a version from the same build as the other
1971 tools.
1972 * tar.exe.gz: Replace with a version from the same build as the other
1973 tools.
1974 * mount.exe.gz: Add to repository until, mingw can build setup.
1975 * cygpath.exe.gz: ditto
1976 * cygwin1.dll.gz: ditto
1977 * setup.c: Overwrite /bin and /lib mounts. Generate working shortcut
1978 for Win9x. Display only a screenfull of options at a time. Call all
1979 tools with an absolute path.
1980 * setup.dsp: Restore the carriage returns, MS Developer Studio needs
1981 them.
1982 * setup.dsw: ditto
1983 * zlib.dsw: ditto
1984
1985 Thu Apr 6 19:15:27 2000 Christopher Faylor <cgf@cygnus.com>
1986
1987 * Makefile.in: Add "-nostdinc" to regular CFLAGS. Add target to grab
1988 cygwin1.dll from ../cygwin subdirectory.
1989 * gzip.exe.gz: Update.
1990 * tar.exe.gz: Update.
1991
1992 Wed Apr 5 10:52:08 2000 Christopher Faylor <cgf@cygnus.com>
1993
1994 * Makefile.in: Use ZLIB variable as a target.
1995
1996 Sat Apr 1 22:49:09 2000 Christopher Faylor <cgf@cygnus.com>
1997
1998 * Makefile.in: Eliminate traces of cygwinisms. Don't link with
1999 libmsvcrt.a. It's unneeded. Build .rc file on the fly from various
2000 sources.
2001 * configure.in: Locate correct objcopy.
2002 * configure: Regenerate.
2003
2004 Sat Apr 1 20:48:09 2000 Christopher Faylor <cgf@cygnus.com>
2005
2006 * Makefile.in: New file.
2007 * configure.in: New file.
2008 * configure: New file.
2009 * zlib/Makefile.am: New file.
2010 * zlib/configure.in: New file.
2011 * zlib/aclocal.m4: New file.
2012 * zlib/acinclude.m4: New file.
2013 * zlib/configure: Regenerate from configure.in.
2014 * zlib/Makefile.in: Regenerate from Makefile.am
2015
2016 %%% $Id$
2017 $Revision$
This page took 0.125333 seconds and 5 git commands to generate.