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