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