OSDN Git Service

Establish default preferences for GUI; (cf. MinGW-Feature #2036)
[mingw/mingw-get.git] / ChangeLog
1 2013-09-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
2
3         Establish default preferences for GUI; (cf. MinGW-Feature #2036)
4
5         * src/pkgbase.h (pkgXmlDocument::EstablishPreferences): Adjust its
6         prototype; add argument identifying prospective client classification.
7
8         * src/pkgopts.cpp (client_key): New XML property keyword; define it.
9         (pkgXmlDocument::EstablishPreferences): Implement filter, based on new
10         client classification argument, to restrict preference selection to a
11         matching client class specification.
12
13         * src/climain.cpp (dbase.EstablishPreferences): Filter on class "cli".
14         * src/guiexec.cpp (pkgData->EstablishPreferences): Likewise, on "gui".
15
16         * xml/profile.xml (preferences): Add client="cli" attribute for the
17         existing specification; add another for client="gui".
18
19 2013-09-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
20
21         Force canonical comparison of shell links; (cf. MinGW-Bug #2054)
22
23         * scripts/libexec/unlink.js [FileExists(filename) && (chklink != "")]:
24         The value of 'chklink' may not be canonical; instantiate an (unsaved)
25         link reference from it, then compare the canonicalized reference from
26         within it, to the reference within 'filename', thus avoiding possible
27         lexical mismatch between canonical and non-canonical forms.
28
29 2013-09-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
30
31         Correct LUA_PATH assignment for GUI; (cf. MinGW-Bug #2052)
32
33         * src/pkgexec.cpp (LUA_LIBEXEC_PATH): New manifest string; define it.
34         (init_lua_path) <LUA_PATH>: Use it; add guimain.exe app directory.
35
36 2013-09-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
37
38         Handle meta-package removal correctly; (cf. MinGW-Bug #2051)
39
40         * src/pkgunst.cpp (pkgRemove) [archive == none]: Ensure the pending
41         action flag is cleared; previously this was done during manifest clean
42         up, and since a meta-package has no manifest, it was overlooked.
43
44 2013-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
45
46         mingw-get-0.6.1-mingw32-beta-20130910-1 released.
47
48         * srcdist-doc/NEWS.in: Release notes updated.
49         * All files (r0-6-1-beta-20130910-1): Tag assigned.
50
51 2013-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
52
53         Fix MinGW-Bug #2026.
54
55         * src/dmhguix.cpp (DMH_PTY_GUARDBYTES): New manifest constant.
56         (dmhTypePTY::printf) [buffer full]: Use it; it defines a reserved byte
57         count, at end of buffer, where expansion or scroll out is triggered;
58         use memcpy() for scroll out, but avoid overlapping regions.
59         (dmhTypePTY::printf) [output == '\r']: Handle it.
60
61         * src/tarproc.cpp (create_output_stream): Improve diagnostic messages;
62         discriminate between file collision and other privilege violations.
63         (pkgArchiveProcessor::ExtractFile): Don't return a zero status code,
64         when the output stream could not be successfully opened, so that...
65         (pkgTarArchiveInstaller::ProcessDataStream): ...we may avoid writing a
66         spurious manifest entry here.
67
68 2013-09-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
69
70         Update version, pre-empting subsequent release.
71
72         * VERSION.m4 (VERSION_PATCH): Bump from zero to 1.
73
74 2013-09-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
75
76         mingw-get-0.6.0-mingw32-beta-20130904-1 released.
77
78         * srcdist-doc/NEWS.in srcdist-doc/README.in: Release notes updated.
79         * srcdist-doc/INSTALL.in: Installation instructions updated.
80         * All files (r0-6-0-beta-20130904-1): Tag assigned.
81
82 2013-08-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
83
84         Implement retry throttling for failed internet connections.
85
86         * src/pkginet.h (INTERNET_RETRY_ATTEMPTS): New macro; define it.
87         (INTERNET_RETRY_INTERVAL, INTERNET_DELAY_FACTOR): Likewise.
88
89         * src/pkginet.cpp (INTERNET_RETRY_REQUESTER): New typedef.
90         (pkgInternetAgent::connection_delay, pkgInternetAgent::delay_factor):
91         (pkgInternetAgent::retries, pkgInternetAgent::retry_interval): New
92         private member variables; declare them.
93         (pkgInternetAgent::OpenURL): Use them; they must be initialised by...
94         (pkgInternetAgent::SetRetryOptions): ...this new method; implement it.
95         (pkgActionItem::DownloadSingleArchive): Invoke it.
96         (pkgXmlDocument::SyncRepository): Likewise.
97
98 2013-08-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
99
100         Reassign default URL for download of setup tool components.
101
102         * aclocal.m4 (PACKAGE_DIST_DOMAIN, PACKAGE_DIST_DIR): New precious
103         variables; declare them as such, and assign default values by using...
104         (MINGW_AC_PACKAGE_DIST_URL): ...this new macro; implement it.
105
106         * configure.ac (MINGW_AC_PACKAGE_DIST_URL): Use it.
107         * Makefile.in (TAG_SCRIPT): Capture assigned URL; substitute it...
108         (PACKAGE_DIST_URL): ...for this replacement text marker...
109         * src/setup.rc (ID_DOWNLOAD_HOST_URI): ...here.
110
111 2013-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
112
113         Simplify guimain.exe duplicate instance prevention.
114
115         * src/guimain.cpp (WinMain): Delegate requisite checking to...
116         (WTK::RaiseAppWindow): ...this external toolkit function.
117
118 2013-08-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
119
120         Install licence as standard setup component.
121
122         * src/guimain.h src/setup.rc (ID_PACKAGE_GUI_DISTNAME): Macro
123         no longer required; delete definition.
124
125         * src/setup.cpp (pkgSetup::DoFirstTimeInstallation):
126         <pkgSetupAction> [ID_PACKAGE_GUI_DISTNAME]: Delete reference.
127         <pkgSetupAction> [ID_PACKAGE_BASE_DISTNAME]: Update reference; repeat
128         to explicitly address each of "bin", "gui", and "lic" components.
129
130         * Makefile.in (TAG_SCRIPT) [PACKAGE_GUI_DISTNAME]: Delete reference.
131         (TAG_SCRIPT) [PACKAGE_BASE_DISTNAME]: Redefine as template.
132
133 2013-08-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
134
135         More dialogue box adjustments.
136
137         * src/guimain.rc: Generally clean up white-space distribution.
138         (All dialogue templates): Use WS_TABSTOP consistently.
139
140 2013-08-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
141
142         Circumvent Windows-7 "Program Compatibility Assistant" misbehaviour.
143
144         * src/manifest.rc (assembly) <compatibility>: Add <supportedOS>
145         declarations for each of Vista, Win7, and (tentatively) Win8.
146
147 2013-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
148
149         Minor modification to "about" dialogue dismissal button.
150
151         * src/guimain.rc (IDD_HELP_ABOUT) <DEFPUSHBUTTON>: Change label text
152         to "Dismiss"; add WS_TABSTOP style.
153
154 2013-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
155
156         Match "about" dialogue caption to main window.
157
158         * src/guimain.rc (IDM_HELP_ABOUT) <MENUITEM>: Match it to...
159         (IDD_HELP_ABOUT) <CAPTION>: ...this; make it representative of...
160         (ID_MAIN_WINDOW_CAPTION): ...this.
161
162 2013-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
163
164         Implement "icon legend" display as "help" menu item.
165
166         * src/guimain.rc (IDM_HELP_LEGEND): Make menu item active; define
167         template for the dialogue box which it is to call out.
168
169         * src/guiexec.cpp (AppWindowMaker::OnCommand) [IDM_HELP_LEGEND]: New
170         case handler; implement dialogue box call out, as a variation on...
171         [IDM_HELP_ABOUT]: ...this; modify it accordingly.
172
173 2013-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
174
175         Avoid discarding pending changes when catalogue is updated.
176
177         * src/guimain.h (IDD_CONFIRMATION): New manifest constant; define it.
178         (AppWindowMaker::ConfirmActionDialogue): New static method; declare it.
179         (AppWindowMaker::ConfirmActionRequest): New method; declare it.
180
181         * src/guimain.rc (IDD_CONFIRMATION): Implement new dialogue template.
182
183         * src/guiexec.cpp (pkgConfirmAction, pkgConfirmActionClient): New
184         static variables; they are used as pseudo-arguments, together with...
185         (DIALOGUE_DISPATCH, DIALOGUE_RESPONSE, DIALOGUE_CHKSTATE): ...these
186         new macros; define them; they facilitate the implementation of...
187         (AppWindowMaker::ConfirmActionDialogue): ...this; implement it.
188         (AppWindowMaker::ConfirmActionRequest): Implement it; use it...
189         (AppWindowMaker::OnCommand) [IDM_REPO_UPDATE]: ...here, and...
190
191         * src/pkgdata.cpp (AppWindowMaker::OnClose): ...here.
192
193 2013-07-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
194
195         Make a minor GUI layout adjustment.
196
197         * src/pkgview.cpp (VSASH_INIT_POS): Increment from 0.30 to 0.35; this
198         sets the initial height of the package list pane to be 35% of the main
199         window height, which, at the default initial window size, neatly fits
200         the entire "Basic Setup" package group, without scrolling, on my
201         1366x768 pixel Win7-VM display.
202
203 2013-07-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
204
205         Implement setup tool installer "plugin".
206
207         * src/setup.h (SETUP_HOOK_RUN_INSTALLER): Define request code.
208
209         * src/dllhook.cpp (run_basic_system_installer): Implement handler...
210         (setup_hook) [SETUP_HOOK_RUN_INSTALLER]: ...and invoke it.
211         (setup_hook) [default]: Collect diagnostics in common message digest.
212         (AppWindowMaker::SetupHookInvoked): Define and initialise it; in this
213         context, which does not conflict with prior definition in guimain.exe,
214         it must always remain true.
215
216         * src/setup.cpp (SetupTool) [constructor]: Invoke...
217         (SetupTool::DispatchSetupHookRequest): ...this, on user's request...
218         (SETUP_HOOK_RUN_INSTALLER): ...with this action code; this replaces...
219         (SetupTool::RunInstalledProgram): ...one reference instance for this
220         external program fork, leaving only one such reference remaining;
221         declare it to be "inline".
222
223         * Makefile.in (GUIMAIN_LIB_OBJECTS): New macro; define it.  It
224         abstracts a subset of the object modules originally enumerated...
225         (GUIMAIN_OBJECTS): ...here, whence use it; also incorporate into...
226         (SETUP_DLL_OBJECTS): ...this.
227         (SETUP_DLL_LIBS): Make it equivalent to...
228         (GUIMAIN_LIBS): ...this.
229         (mingw-get-setup-0.dll): Use...
230         (GUI_LDFLAGS): ...this, to specify linking options, rather than...
231         (LDFLAGS): ...this.
232
233 2013-07-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
234
235         Add "Basic Setup" as a built-in standard package group.
236
237         * src/guimain.h (AppWindowMaker::SetupToolInvoked): New private
238         static member variable; declare it.
239
240         * src/guimain.cpp (AppWindowMaker::SetupToolInvoked): Define and
241         initialise it; this instance is specific to guimain.exe, where it
242         must always remain false.
243
244         * src/pkgtree.cpp (PKG_AFFILIATE_ALL): New constant; define it.
245         (load_package_group_hierarchy): Use it to specify those groups which
246         have all packages as affiliates, rather than just first root group.
247         (group_attributes): New static inline function; implement it, then...
248         (is_affiliated) [PKG_AFFILIATE_ALL]: ...use it to identify groups
249         which are specified as having all packages as affiliates.
250         (AppWindowMaker::InitPackageTreeView): Construct a temporary XML
251         specification for the "Basic Setup" package group, thence add it to
252         the package tree view; mark it as default group selection when...
253         [AppWindowMaker::SetupToolInvoked]: ...this is true.
254
255 2013-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
256
257         Implement GUI filtering of package list by group selection.
258
259         * src/pkgbase.h (pkgXmlNode::IsVisibleGroupMember):
260         (pkgXmlNode::IsVisibleClass): New inline methods; declare them.
261         (pkgXmlNode::MapPackageGroupHierarchy): New inline method; declare it.
262         (pkgXmlNode::SetPackageGroupHierarchyMapper): Likewise; it sets up...
263         (pkgXmlNode::PackageGroupHierarchyMapper): ...this new private static
264         function pointer; declare it as a function reference, in terms of...
265         (pkgXmlNode::GroupHierarchyMapper): ...this new typedef; define it.
266
267         * src/guimain.h (AppWindowMaker::PackageTreeView): Make it static.
268         (AppWindowMaker::IsPackageGroupAffiliate): Declare new static method.
269
270         * src/pkgbind.cpp (pkgRepository::GetPackageList): Make it invoke...
271         (pkgXmlNode::MapPackageGroupHierarchy): ...this; implement it.
272
273         * src/pkglist.cpp (pkgXmlNode::IsVisibleGroupMember): Implement it.
274         (pkgXmlNode::IsVisibleClass): Likewise; just provide a stub, for now.
275         (pkgListViewMaker::Dispatch): Use them to filter package list content.
276         (AppWindowMaker::UpdatePackageList): Redraw main window when done.
277
278         * src/pkgtree.cpp [_WIN32_IE >= 0x0400]: Require this.
279         (AppWindowMaker::PackageTreeView): Define and initialise it.
280         (AppWindowMaker::InitPackageTreeView): Extend implementation; use...
281         (map_package_group_hierarchy_recursive, load package_group_hierarchy):
282         (is_existing_group, map_package_group_hierarchy): ...these; implement
283         them locally, as file scoped static helper functions.
284         (select_key): New static local string constant; define it.
285         (pkgInitCategoryTreeGraft): Use it; also have it invoke...
286         (pkgXmlNode::SetPackageGroupHierarchyMapper): ...this; implement it.
287         (AppWindowMaker::IsPackageGroupAffiliate): Implement it; it uses...
288         (is_affiliated, is_child_affiliate): ...these helpers; provide them as
289         locally implemented, file scoped static functions.
290
291         * src/pkgdata.cpp (AppWindowMaker::OnNotify): Add handler for...
292         [ID_PACKAGE_TREEVIEW && TVN_SELCHANGED]: ...this notification.
293
294 2013-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
295
296         Correct a static string buffer aliasing issue.
297
298         * src/setup.cpp (SetupTool::setup_dll): New inline method; it ensures
299         that the buffer within approot_path() refers to the setup helper DLL.
300         (SetupTool::InitialiseSetupHookAPI): Use it, when loading the DLL.
301         (SetupTool::SetupTool): Use it again, when subsequently calling...
302         (_wunlink): ...this; it is now the preferred API, replacing...
303         (DeleteFileW): ...this; do not blindly assume that...
304         (SetupTool::dll_name): ...this remains unchanged between references;
305         it is an alias for the static buffer within approot_path().
306
307 2013-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
308
309         Add a custom profile for use by the setup tool.
310
311         * xml/setup.xml: New file.
312
313 2013-07-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
314
315         Improve handling of workspace clean-up requests.
316
317         * Makefile.in (mostlyclean): New rule; it replaces...
318         (clean): ...original intent delegated to 'mostlyclean'; retained and
319         augmented to remove all content specified by 'mostlyclean', plus...
320         (version.c, verinfo.h): ...these additional generated files.
321         (distclean): Modified; 'version.c' now removed by 'clean'.
322
323 2013-07-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
324
325         Correct an omission from the source code distribution.
326
327         * Makefile.in (BUILD_AUX_FILES): Add makeopts.m4; this was omitted
328         from the 2013-04-10 modification to fix MinGW-Bug #1601.
329
330 2013-07-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
331
332         Incorporate foundation for setup tool implementation.
333
334         * src/setup.cpp: New file; it implements the setup program.
335         * src/setup.rc: New file; it implements setup program resources.
336         
337         * src/dllhook.cpp: New file; it implements a DLL bridging API to
338         facilitate invocation of mingw-get-0.dll functions from the setup
339         program, after both DLLs have been explicitly loaded at run time.
340
341         * src/setup.h: New file; it declares the interface between the
342         setup program and the preceding mingw-get bridging DLL.
343
344         * src/guimain.h: Add filter to exclude declarations specific to...
345         [IMPLEMENTATION_LEVEL == PACKAGE_BASE_COMPONENT]: ...this case, when
346         included by compilation units specific to the setup tool components.
347         (ID_MAIN_DIALOGUE_CAPTION, ID_DOWNLOAD_HOST_URI): New resource IDs.
348         (ID_PACKAGE_BASE_DISTNAME, ID_PACKAGE_DATA_DISTNAME): Likewise.
349         (ID_PACKAGE_GUI_DISTNAME): Likewise; define them.
350
351         * Makefile.in (all): Respecify it, in terms of...
352         (all-core, all-setup): ...these new rules; define them, and also...
353         (all-setup-exe, all-setup-dll): ...these, to force building of...
354         (mingw-get-setup.$EXEEXT, mingw-get-setup-0.dll): ...these binaries.
355         (setup.res.$OBJEXT): Specify prerequisites, as for guimain.res.$OBJEXT
356         (SETUP_TOOL_OBJECTS, SETUP_TOOL_LIBS): New macros; define them.
357         (SETUP_DLL_OBJECTS, SETUP_DLL_LIBS, SETUP_DISTNAME): Likewise.
358         (TAG_SCRIPT): Add resource script substitution definitions for...
359         (ID_PACKAGE_BASE_DISTNAME, ID_PACKAGE_DATA_DISTNAME): ...these...
360         (ID_PACKAGE_GUI_DISTNAME): ...and this.
361
362 2013-07-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
363
364         Add subprocess argument vector construction helpers.
365
366         * src/argwrap.c src/argwrap.h: New files; they implement an API for
367         construction of argument vectors, with appropriate quoting, to be
368         passed to MS-Windows exec'd subprocesses.  Rewritten from scratch,
369         without reference to any prior GPL licensed implementation, with MIT
370         style licence, these provide the foundation for a possible future
371         libmingwex.a implementation; they are included here, since no such
372         implementation is currently available.
373
374 2013-06-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
375
376         Avoid inadvertent overwrite of existing files.
377
378         * src/mkpath.c (_O_NEWFILE): Conditionally specify attributes...
379         [IMPLEMENTATION_LEVEL == SETUP_TOOL_COMPONENT]: ...as they were...
380         [IMPLEMENTATION_LEVEL != SETUP_TOOL_COMPONENT]: ...else, include
381         _O_EXCL in the specified set; exclude _O_TRUNC.
382
383         * src/tarproc.cpp (dmh_notify_extraction_failed): New static inline
384         function; it encapsulates the diagnostic message factored out from...
385         (pkgArchiveProcessor::ExtractFile): ...here, whence use it.
386         (create_output_stream): Also used in this new static inline function;
387         it adds an appropriate diagnostic wrapper around set_output_stream(),
388         when _O_EXCL prevents overwrite of an existing file.
389         (pkgArchiveProcessor::SetOutputStream): Use it.
390
391 2013-06-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
392
393         Improve diagnostics for tar archive processing faults.
394
395         * src/pkgproc.h (TAR_ARCHIVE_FORMAT_ERROR): New constant; define it.
396         (TAR_ARCHIVE_DATA_READ_ERROR, TAR_ARCHIVE_DATA_WRITE_ERROR): Likewise.
397
398         * src/tarproc.cpp (dmh_notify_archive_data_exhausted): New static
399         inline function; implement it.
400         (pkgTarArchiveProcessor::GetArchiveEntry) [short header]: Use it.
401         (pkgArchiveProcessor::ExtractFile) [TAR_ARCHIVE_DATA_READ_ERROR]:
402         Likewise, use it here; also explicitlycheck for, and diagnose...
403         [TAR_ARCHIVE_DATA_WRITE_ERROR]: ...this; also add a further catch all
404         case, to diagnose any other unexpected condition.
405         (pkgTarArchiveProcessor::GetArchiveEntry) [bad checksum]: Diagnose it.
406         (pkgTarArchiveProcessor::Process): Return appropriate status codes.
407         (pkgTarArchiveProcessor::ProcessEntityData): Likewise.
408
409 2013-06-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
410
411         Facilitate version synchronisation for mingw-get-setup.
412
413         * VERSION.m4: New file.
414         * configure.ac: Include it, and...
415         (AC_INIT): ...use it.
416
417 2013-06-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
418
419         Keep version strings clean when release class is unspecified.
420
421         * Makefile.in (RC_SCRIPT, VERSION_SCRIPT): Simplify; assign specified
422         release class to local variable; delegate release tag generation to...
423         (TAG_SCRIPT): ...this; check release class variable is not an empty
424         string, before inserting it into the generated release tag.
425
426 2013-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
427
428         Rework defective assignment of product version resources.
429
430         * Makefile.in (BUILD_TAG): Avoid creating an empty build.tag file.
431         (PACKAGE_VERINFO_SCRIPT): Ensure that the build tag is generated as a
432         string of non-zero length.  Do not assume that it comprises only two
433         elements; extract the final two, as the third and fourth elements
434         of the product version meta-data record.
435
436 2013-06-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
437
438         Rework defective package build time-stamping logic.
439
440         * Makefile.in (%.time): Make it explicitly touch its target; the
441         2013-05-15 changes, to reduce redundancy, didn't work as expected.
442         (%.tag): Add a side effect; make it also explicitly touch %.time.
443         (%.tagged.time): This is now redundant; remove it.
444
445 2013-06-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
446
447         Collect distributable package files in user specified directory.
448
449         * Makefile.in (distdir): New macro; define default as abs_builddir.
450         (srcdist, bindist, licdist): Use it; direct generated tarballs to it.
451         (%.txt.dist): New pattern rule; define, and use it to make a copy...
452         (readme.txt): ...of this, in distdir, when processing...
453         (dist): ...this build objective.
454
455 2013-06-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
456
457         Handle Microsoft's 32-bit vs. 64-bit time_t ambiguity.
458
459         * src/apihook.c: New file; it provides...
460         (have_api): ...this helper; it checks for availability of any specific
461         API function, within a specific system DLL, (MSVCRT.DLL by default).
462
463         * src/tarproc.cpp (have_utime64_api): New inline function; it wraps...
464         (have_api): ...this, to check whether MSVCRT.DLL provides...
465         (commit_saved_entity) [_utime64]: ...this; use if available, else...
466         (commit_saved_entity) [!_utime64]: ...fall back to using...
467         (utime): ...this.
468
469         * Makefile.in (CORE_DLL_OBJECTS): Add apihook.$OBJEXT
470
471 2013-06-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
472
473         Facilitate package extraction and registration at setup time.
474
475         * src/pkgproc.h (IMPLEMENTATION_LEVEL): Add filters to facilitate
476         implementation of distinct setup time archive processing behaviour.
477         (pkgArchiveProcessor::save_on_extract): New property; declare it.
478         (pkgArchiveProcessor::SaveExtractedFiles): New method; implement it.
479         (pkgArchiveProcessor::SetOutputStream): New method; declare it.
480
481         * src/tarproc.cpp (IMPLEMENTATION_LEVEL): Add filters to implement
482         distinct setup time specific archive processing behaviour.
483         (pkgArchiveProcessor::SetOutputStream): Implement it.
484         (pkgTarArchiveExtractor::ProcessDataStream): Use it.
485         (pkgTarArchiveInstaller::ProcessDataStream): Likewise.
486
487 2013-06-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
488
489         Implement some GUI progress metering dialogue enhancements.
490
491         * src/pkgbase.h (pkgProgressMeter): Don't pre-empt private features
492         of derived progress metering classes; hence, we no longer need this...
493         (AppWindowMaker): ...as a forward class declaration; delete it.
494
495         * src/guimain.rc (IDD_REPO_UPDATE): Resize, and adjust layout.
496         (IDD_PROGRESS_VAL, IDD_PROGRESS_MAX, IDD_PROGRESS_PCT): Add these
497         dialogue box progress counter display elements.
498
499         * src/pkgbind.cpp (pkgRepository::GetPackageList): Adjust style of
500         progress status messages, to suit reporting via GUI dialogue box or
501         CLI console, as appropriate.
502
503         * src/guiexec.cpp (ProgressMeterMaker): Redefine class, in terms of...
504         (PROGRESS_METER_CLASS): ...this new generic class name macro.
505         Reimplement private members, previously inherited from base class;
506         adjust class constructor to ensure that they are initialised.
507         Delete explicit destructor; a default destructor is now sufficient.
508         (ProgressMeterMaker::SetRange, ProgressMeterMaker::SetValue):
509         (ProgressMeterMaker::Annotate): Factor out; reimplement them...
510
511         * src/pmihook.cpp: ...in this new file, as generalised methods of...
512         (PROGRESS_METER_CLASS): ...the class named by this macro.
513         (PROGRESS_METER_CLASS::PutVal): New private method; implement it.
514
515 2013-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
516
517         Avoid a potential macro definition conflict.
518
519         * src/pkgbase.h (strcasecmp) [__MINGW32__]: Use string.h definition.
520
521 2013-05-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
522
523         Streamline build-time dependency tracking procedures.
524
525         * Makefile.in (DEPFLAGS): Adjust for simultaneous .o/.d generation.
526         (RC_DEPFLAGS): New macro; define dependency generation flags for the
527         resource compiler, which can't handle the new DEPFLAGS methodology.
528         (%.c, %.cpp, %.rc): Simplify $OBJEXT generation procedures.
529         (%.time): Remove redundantly replicated build-time procedure from...
530         (%.tagged.time): ...this; just make it a prerequisite.
531
532 2013-05-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
533
534         Add resources for specification of product version.
535
536         * src/verinfo.rc src/verinfo.h.in: New files; included by...
537         * src/guimain.rc: ...this, whence also specify version information...
538         (VERINFO_FILE_NAME, VERINFO_INTERNAL_NAME, VERINFO_FILE_DESCRIPTION):
539         (VERINFO_FILE_VERSION, VERINFO_FILE_VERSION_STRING): ...per these new
540         manifest constant macros; define them, with propagation to...
541         (ID_MAIN_WINDOW_CAPTION): ...this; keep it consistent.
542
543         * Makefile.in (TAG_SCRIPT): Include invocation for...
544         (PACKAGE_VERINFO_SCRIPT): ...this new macro; defined to interpret...
545         (PACKAGE_VERINFO_PRODUCT_VERSION): ...this new substitution template;
546         it is used in src/verinfo.h.in, whence verinfo.h is generated.
547         (RC_INCLUDES): Add current working directory, for...
548         (verinfo.h): ...this; add rule and dependencies to generate it.
549
550 2013-05-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
551
552         Make application manifest resource definition reusable.
553
554         * src/manifest.rc: New file; factor content from...
555         * src/guimain.rc: ...here, whence include it.
556
557 2013-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
558
559         Extend DMH services to delay-loaded DLL clients.
560
561         * src/dmhcore.h (dmh_bind): New function; declare it.
562         * src/dmhcore.cpp (dmh_bind): Implement it; it provides an API through
563         which the setup tool makes its existing DMH services available to post
564         install hooks in mingw-get-0.dll, which cannot be loaded until after
565         the providing package has been downloaded and unpacked.
566
567 2013-05-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
568
569         Avoid unnecessary command line globbing in GUI applications.
570
571         * src/guimain.cpp src/guistub.cpp (_CRT_glob): Declare as extern "C";
572         initialise to zero, so overriding the runtime start-up default.
573
574         * src/rites.c [! IMPLEMENT_INITIATION_RITES] (_CRT_glob): Initialise
575         to zero here too; lastrites.exe doesn't need globbing either.
576
577 2013-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
578
579         Address some GCC-4.7 string initialisation warnings.
580
581         * src/pkglist.cpp (AppWindowMaker::InitPackageListView): Declare all
582         headings[].text initialisers as 'const'; cast to 'char *' as required.
583         (pkgListViewMaker::Dispatch): Ditto, when inserting the 'const' empty
584         string into the list, as a component class value.
585
586         * src/pkgdata.cpp (AppWindowMaker::InitPackageTabControl): Declare all
587         TabLegend[] initialisers as 'const'; cast to 'char *' as required.
588
589 2013-05-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
590
591         Correct a spin wait thread synchronisation issue.
592
593         * src/pkgnget.cpp (pkgDownloadMeterGUI::SpinWait): Handle stop
594         requests explicitly; acknowledge when waiting thread has stopped.
595         (pkgDownloadMeterGUI::SpinWaitAction): Raise explicit stop requests;
596         wait for acknowledgement that waiting thread has stopped.
597
598 2013-04-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
599
600         Select compressed data streaming filters for use by setup tool.
601
602         * src/pkgstrm.cpp [IMPLEMENTATION_LEVEL != PACKAGE_BASE_COMPONENT]:
603         Exclude the implementations of all decompression filters, except...
604         (pkgXzArchiveStream): ...this, together with its requisite methods...
605         (pkgArchiveStream, pkgLzmaArchiveStream): ...from these.
606
607 2013-04-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
608
609         Adapt internet download agent for use by setup tool.
610
611         * src/pkgbase.h: More code rearrangement, exposing...
612         (safe_strcmp): ...this in any implementation context, controlled...
613         [USES_SAFE_STRCMP && ! HAVE_SAFE_STRCMP]: ...by this; when true...
614         (HAVE_SAFE_STRCMP): ...define this to 1, (must be non-zero).
615         [IMPLEMENTATION_LEVEL == PACKAGE_BASE_COMPONENT]: Ensure that...
616         (USES_SAFE_STRCMP): ...this is defined to 1, (i.e. non-zero).
617         (EXTERN_C): Relocate macro definition...
618         * src/pkgimpl.h: ...to here; add complementary implementation of...
619         (BEGIN_C_DECLS, END_C_DECLS): ...these new macros; define them.
620
621         * src/pkginet.h (pkgDownloadMeter::SpinWait): New static method;
622         declare it as inline, to be implemented elsewhere, delegating to...
623         (pkgDownloadMeter::SpinWaitAction): ...this new protected virtual
624         method; declare and implement it inline, as a "do nothing" base
625         class method, to be optionally overridden in a derived class.
626
627         * src/pkginet.cpp (pkgDownloadMeter::SpinWait): Implement it.
628         (pkgInternetAgent::OpenURL): Use it to invoke SpinWaitAction().
629         (USES_SAFE_STRCMP): Define as 1; (safe_strcmp() is required).
630         [IMPLEMENTATION_LEVEL != PACKAGE_BASE_COMPONENT]: Filter out code
631         which may not be required in more specialised contexts, then...
632         [IMPLEMENTATION_LEVEL == SETUP_TOOL_COMPONENT]: ...add specialised
633         variants specific to this.
634
635         * src/pkgnget.cpp [IMPLEMENTATION_LEVEL != PACKAGE_BASE_COMPONENT]:
636         Filter out code which may not be required in more specialised context.
637         (dmh_setpty): Provide locally declared prototype for external function.
638         (pkgDownloadMeterGUI): Add pseudo-terminal diagnostic message window.
639         (pkgDownloadMeterGUI::SpinWaitAction): Declare and implement GUI
640         specific method specialisation; it invokes a thread, running...
641         (pkgDownloadMeterGUI::SpinWait): ...this new static method overload.
642
643 2013-04-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
644
645         Implement pre-emptive update issue number identification.
646
647         * src/pkgkeys.h (serial_number): Declare function prototype.
648         * src/pkginet.cpp (serial_number): Implementation remains here;
649         promote from static to extern "C".
650
651         * src/pkgbind.cpp (value_assumed_new): New char constant; define it.
652         (pkgRepository::expected_issue): New private member var; declare and...
653         (pkgRepository::pkgRepository): ...initialise it, assuming new.
654         (pkgRepository::GetPackageList): Assign pre-emptively declared issue
655         number, (from package-list references), to 'expected_issue'; compare it
656         with 'current_issue' number recorded within locally stored catalogue.
657         [current_issue >= expected_issue]: Suppress redundant download; adjust
658         diagnostic messages as appropriate.
659
660 2013-04-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
661
662         Fix MinGW-Bug #1601 (on new issues tracker).
663
664         * aclocal.m4 (makeopts.m4): New build-aux module; include it.
665         (MINGW_AC_PROG_LEX): New macro; implement it.
666         
667         * configure.ac (AC_INIT): Make version number tripartite.
668         (MINGW_AC_MAKE_NO_PRINT_DIRECTORY): Use this new makeopts.m4 macro.
669         (MINGW_AC_PROG_LEX): Use it, in place of...
670         (AC_PROG_LEX): ...this.
671
672         * Makefile.in (MAKE): New macro; assign using autoconf's SET_MAKE.
673         (QUIET_MAKE): New macro; derive it from $(MAKE) --no-print-directory.
674         (LEX_COMMAND, LEX_COMMAND_ABORT): New macros; define them.
675         (LEX_MISSING, LEX_MISSING_MESSAGE, LEX_OUTPUT): Likewise.
676         (FORMAT_MESSAGE, MESSAGE_FOLD_WIDTH): Likewise; implemented from...
677         (AWK_CLEAR_LINE_BUFFER, AWK_FLUSH_BUFFER, AWK_PRINT_AND_CLEAR_BUFFER):
678         (AWK_COLLECT_MESSAGE, AWK_COLLECT_BLANK_LINE, AWK_PRINT_LINE_BUFFER):
679         ...this collection of internal helper macros; define them.
680         (%.c: %.l): Replacement for built-in rule; it handles "missing lex" in
681         a manner consistent with expectations of autoconf's AC_PROG_LEX.
682         (execute-command): New phoney build goal; it is used with...
683         (WITH_REQUEST): ...this new macro, to invoke commands recursively.
684
685 2013-03-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
686
687         Adapt DMH for use in setup tool.
688
689         * src/dmh.cpp: File renamed to...
690         * src/dmhcore.cpp: ...this; some code rearranged, to facilitate...
691         [IMPLEMENTATION_LEVEL == PACKAGE_BASE_COMPONENT]: ...marking of code
692         sections which are required in the base package build, but which may
693         be filtered out of the build context for the setup tool.
694         
695         * src/guidmh.cpp: File renamed to this...
696         * src/dmhguix.cpp: ...this; also add marking for...
697         [IMPLEMENTATION_LEVEL == PACKAGE_BASE_COMPONENT]: ...sections which
698         may be filtered out of the build context for the setup tool.
699         (dmhTypePTY::printf): Improve stratagem for output.
700
701         * Makefile.in (CORE_DLL_OBJECTS, GUIMAIN_OBJECTS): Adjust references
702         to renamed source files.
703
704 2013-03-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
705
706         Enable context hooks for build time code filtering.
707
708         * src/pkgimpl.h: New file; it defines...
709         (PACKAGE_BASE_COMPONENT, SETUP_TOOL_COMPONENT): ...these contexts;
710         either of these may be selected, by defining as manifest value for...
711         (IMPLEMENTATION_LEVEL): ...this; default is PACKAGE_BASE_COMPONENT.
712
713         * src/pkgbase.h: Include pkgimpl.h
714         [IMPLEMENTATION_LEVEL != PACKAGE_BASE_COMPONENT]: Occlude content.
715
716 2013-03-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
717
718         Specify additional files for clean-up.
719
720         * Makefile.in (distclean): Additionally specify...
721         (build.tag, build.time): ...these, as removable files.
722
723 2013-03-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
724
725         Add a missing distribution dependency.
726
727         * Makefile.in (srcdist): Explicitly require...
728         (pkginfo.c): ...this; previously, it was only an implicit build time
729         requirement, and may not have persisted until distribution time.
730
731 2013-03-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
732
733         Implement by-name association of resource scripts with programs.
734
735         * src/guidata.rc: Renamed as...
736         * src/guimain.rc: ...this, reflecting its association with...
737         * src/guimain.cpp: ...this program source.
738
739         * Makefile.in (GUIMAIN_OBJECTS): Update dependency...
740         (%.$OBJEXT:%.rc): ...replacing use of this pattern rule...
741         (%.res.$OBJEXT:%.rc): ...with this.
742
743 2013-01-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
744
745         Make GUI support visual styles in current Windows versions.
746
747         * src/guidata.rc: Add an appropriate inline manifest resource.
748
749         * src/guiexec.cpp (AppWindowMaker::Invoked): Ensure UpdateWindow() is
750         called after the initial call to AdjustLayout(); this is required to
751         ensure that all child windows are properly displayed from the outset.
752
753         * src/pkgview.cpp (AppWindowMaker::LayoutEngine):
754         [ID_PACKAGE_DATASHEET]: Adjust the top position of the frame, to make
755         the border coincide with the bottom border of the tab strip above.
756
757 2013-01-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
758
759         Merge gui-dev branch head to master; close gui-dev branch.
760
761         * configure.ac (AC_INIT): Reset version to 0.6; reset all package
762         files to state prevailing at gui-dev branch head.
763
764 2013-01-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
765
766         Create release branch for further r0.5 development.
767
768         * configure.ac (AC_INIT): Bump version number to 0.5.1; assign branch
769         label (mercurial bookmark) as "r0-5-1" for all files; (this is not to
770         be released, at this time).
771
772 2013-01-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
773
774         Implement data sheet compiler for list of installed files.
775
776         * src/pkgdata.cpp: #include pkgproc.h; it furnishes...
777         (pkgManifest): ...this class declaration, which is required by...
778         (DataSheetMaker::DisplayFilesManifest): ...this new private inline
779         method; declare and implement it; subsequently, invoke it...
780         (DataSheetMaker::OnPaint) [PKG_DATASHEET_INSTALLED_FILES]: ...here.
781         (pkgTroffLayoutEngine::WriteLn): Correct a defect in handling of
782         excess-length unbreakable "words" outside the viewport; previously
783         they were not dropped from the input queue, resulting in repeated
784         reprocessing in an infinite loop.
785
786 2013-01-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
787
788         Include release tags in GUI displayed package versions.
789
790         * src/pkglist.cpp (pkgVersionString) [ReleaseStatus != NULL]:
791         Append ReleaseStatus and ReleaseIndex to generated version string.
792
793 2013-01-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
794
795         Fix enumeration of pending install actions for scheduled upgrades.
796
797         * src/pkgdata.cpp (pkgActionItem::EnumeratePendingActions):
798         [action == ACTION_UPGRADE && classified == ACTION_INSTALL]: Enumerate
799         upgrade as a special case of the install classification.
800
801 2013-01-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
802
803         Implement "Mark All Upgrades" GUI capability.
804
805         * src/guimain.h (IDM_REPO_APPLY): Renumbered; make room for...
806         (IDM_REPO_MARK_UPGRADES): ...this new constant; define it.
807
808         * src/guidata.rc (IDM_REPO_MARK_UPGRADES): New option; add it...
809         (ID_MAIN_WINDOW_WINDOW) [Installation]: ...to this drop-down menu.
810
811         * src/pkgbase.h (pkgActionItem::SuppressRedundantUpgrades): New
812         public inline method; declare it.
813
814         * src/guiexec.cpp (AppWindowMaker::OnCommand):
815         [IDM_REPO_MARK_UPGRADES]: Add case handler for this menu selection.
816         (pkgActionItem::SuppressRedundantUpgrades): New method; implement it.
817
818 2013-01-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
819
820         Avoid unnecessary reloading of package list.
821
822         * src/guiexec.cpp (AppWindowMaker::OnCommand) [IDM_REPO_APPLY]:
823         Do not reload package list after processing; update it in place.
824
825 2013-01-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
826
827         Avoid potential heap corruption in action scheduler.
828
829         * src/guiexec.cpp (pkgActionItem::Clear): Factor out; relocate to...
830         * src/pkgexec.cpp (pkgActionItem::Clear): ...here; this keeps all use
831         of new and delete operators on the same side of the EXE/DLL boundary
832         as the constructor and destructor for pkgActionItem objects.
833         (pkgActionItem::Schedule): Ensure that all min_wanted and max_wanted
834         references are unique to each allocated pkgActionItem object, so that
835         the destructor may safely release their associated heap memory blocks.
836
837 2013-01-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
838
839         Update copyright notification for development in new year.
840
841         * configure.ac (YEARS_OF_ISSUE): Add year 2013.
842
843         * Makefile.in (version.c, guidata.$OBJEXT): Make them depend on...
844         (Makefile): ...this, so YEARS_OF_ISSUE propagates to built objects.
845
846 2012-12-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
847
848         Work around a GUI action scheduling instability.
849
850         * src/guimain.h (AppWindowMaker::UpdateDataSheet): Declare new method.
851         * src/pkgdata.cpp (AppWindowMaker::UpdateDataSheet): Implement it.
852         (AppWindowMaker::OnNotify): Use it.
853
854         * src/guiexec.cpp (AppWindowMaker::OnCommand) [IDD_REPO_APPLY]:
855         Don't refresh package list view in-place; clear and reload it instead.
856
857 2012-12-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
858
859         Update distribution build rules.
860
861         * Makefile.in (SRCDIST_FILES): Remove version.c.in; this was moved
862         to src/version.c.in, and is now automatically included via...
863         (SRCDIST_SUBDIRS): ...this; remove build-aux and build-aux/m4; we want
864         only selected files from these, as filtered by specification in...
865         (BUILD_AUX_DIRS, BUILD_AUX_FILES): ...these new macros; define them.
866         (BLDTAG, SCMTAG, GCMTAG): New release class macros; define them.
867         (bindist, licdist, srcdist): Use them.
868
869 2012-12-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
870
871         Update CLI implementation hooks for GUI integration.
872
873         * Makefile.in (LIBEXEC_PROGRAMS): Replace gui$EXEEXT with
874         guistub$EXEEXT; update make goal references accordingly.
875
876         * src/rites.c (MINGW_GET_GUI): Redefine to be guimain$EXEEXT.
877         (MINGW_GET_GFB): Define new fall-back; let it be guistub$EXEEXT.
878         (RITES_IMPLEMENTATION): Perform rites for MINGW_GET_GUI.
879
880         * src/clistub.c (main) [cannot exec MINGW_GET_GUI]: Try
881         MINGW_GET_GFB instead.
882
883 2012-12-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
884
885         Rename executive core file for GUI implementation.
886
887         * src/guixmld.cpp: File renamed...
888         * src/guiexec.cpp: ...to this; its function exceeds original intent.
889         * Makefile.in (GUIMAIN_OBJECTS): Update reference accordingly.
890
891 2012-12-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
892
893         Create foundation for implementation of package category tree view.
894
895         * Makefile.in (GUIMAIN_OBJECTS): Add pkgtree.$OBJEXT reference to...
896         * src/pkgtree.cpp: ...incorporate this new file; it implements...
897         (AppWindowMaker::InitPackageTreeView): ...this new class method...
898         (pkgInitCategoryTreeGraft): ...and this new extern "C" function.
899
900         * src/guimain.h (pkgInitCategoryTreeGraft): Declare prototype.
901         (AppWindowMaker::InitPackageTreeView): New private method; declare it.
902         (AppWindowMaker::PackageTreeView): New member variable; declare it.
903
904         * src/guixmld.cpp (AppWindowMaker::LoadPackageData): Call
905         pkgInitCategoryTreeGraft(), after loading profile.xml
906         (AppWindowMaker::Invoked): Call InitPackageTreeView()
907
908         * src/pkgview.cpp (AppWindowMaker::LayoutEngine):
909         [ID_PACKAGE_TREEVIEW]: Handle it.
910
911 2012-12-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
912
913         Make the "Apply Changes" dialogue "failure-aware".
914
915         * src/pkgtask.h (ACTION_APPLY_FAILED): Redefine, in terms of...
916         (ACTION_INSTALL_FAILED, ACTION_REMOVE_FAILED): New manifest defines.
917         (ACTION_UNSUCCESSFUL): New manifest constant; define it.
918
919         * src/pkgdata.cpp (pkgActionItem::EnumeratePendingActions):
920         [ACTION_UNSUCCESSFUL]: Make it a special case for enumeration.
921
922         * src/guixmld.cpp (pkgApplyChanges): Enumerate...
923         [ACTION_UNSUCCESSFUL > 0]: ...all such cases; when true...
924         [IDD_AUTO_CLOSE_OPTION]: ...this; select alternative close-out
925         messages, as appropriate.
926         (pkgActionItem::Assert): Factor out; relocate to...
927         * src/pkgexec.cpp (pkgActionItem::Assert): ...here; this moves its
928         object code into the mingw-get DLL.
929
930         * src/pkgunst.cpp (pkgRemove) [ACTION_REMOVE_FAILED]:
931         * src/pkginst.cpp (pkgInstall) [ACTION_INSTALL_FAILED]:
932         Assert as appropriate.
933
934 2012-12-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
935
936         Improve progress reporting in "Apply Changes" dialogue.
937
938         * src/pkgstat.h: New header file; it declares...
939         (pkgSpinWait): ...this new pure abstract base class; it specifies an
940         infrastructure for posting arbitrary text to dialogue controls.
941
942         * src/pkgexec.cpp (pkgSpinWait): Implement its static elements.
943         (pkgActionItem::Execute): Dispatch progress reports, handled by...
944         (pkgSpinWait::Report, pkgSpinWait::Indicator): ...these.
945
946         * src/guixmld.cpp (pkgDialogueSpinWait): New class; declare it and
947         implement locally.  It is derived from, and provides a listener for...
948         (pkgSpinWait): ...this abstract class.
949         (pkgApplyChanges): Use it.
950
951         * src/tarproc.cpp (pkgTarArchiveInstaller::ProcessDataStream): Call...
952         (pkgSpinWait::Report): ...this, to report extracted files.
953
954         * src/pkgunst.cpp (pkg_unst): Call...
955         (pkgSpinWait::Report): ...this, to report deleted files.
956
957         * src/sysroot.cpp (pkgXmlDocument::UpdateSystemMap): Call...
958         (pkgSpinWait::Report, pkgSpinWait::Indicator): ...these, to confirm
959         continuing database update activity.
960
961 2012-12-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
962
963         Update tab display on right-click in package list view.
964
965         * src/pkgdata.cpp (AppWindowMaker::OnNotify) [NM_RCLICK]:
966         Call DataSheetMaker::DisplayData(), before invoking pop-up menu.
967
968 2012-12-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
969
970         Add more protection against NULL pointer abuse.
971
972         * src/pkgbase.h (pkgActionItem::Reset): Method renamed to...
973         * src/guixmld.cpp (pkgActionItem::Assert): ...this; also renamed here.
974         (AppWindowMaker::OnCommand): When calling...
975         (pkgListViewMaker::MarkScheduledActions): ...this, pass argument as...
976         (pkgXmlDocument::ClearScheduledActions): ...pointer returned by this.
977
978         * src/pkgdata.cpp (AppWindowMaker::MarkSchedule):
979         [pending_actions == NULL]: Do not propagate invocation request to...
980         (pkgListViewMaker::MarkScheduledActions): ...this.
981
982         * src/pkglist.cpp (pkgListViewMaker::MarkScheduledActions):
983         [schedule == NULL]: Do nothing.
984
985 2012-12-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
986
987         Implement some additional permanent debugging support.
988
989         * src/pkgdeps.cpp (pkgXmlDocument::ResolveDependencies):
990         [DEBUG_TRACE_DEPENDENCIES]: Enable DMH digest mode for messages.
991
992         * src/tarproc.cpp (pkgTarArchiveInstaller::ProcessDataStream):
993         [DEBUG_TRACE_TRANSACTIONS]: Add logging of installed file path names.
994
995 2012-12-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
996
997         Insert a missing snprintf format effector.
998
999         * src/pkgnget.cpp (pkgDownloadMeterGUI::Update): Add omitted '%'
1000         format specifier, in "%%", for formatting percentage-complete value.
1001         Rename "size_buf" automatic variable as "buf"; this results in shorter
1002         source lines, and consequently a tidier source code layout.
1003         (pkgDownloadMeterGUI::ResetGUI): Likewise s/size_buf/buf/
1004
1005 2012-12-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1006
1007         Add a missing header reference.
1008
1009         * src/approot.h: Include stdint.h; this ensures that wchar_t is
1010         properly typedef'd, before attempting to use it.
1011
1012 2012-12-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1013
1014         Make a clone of the package menu available as a pop-up.
1015
1016         * src/guimain.h (AppWindowMaker::SelectPackageAction): New private
1017         method; declare it.
1018
1019         * src/pkgdata.cpp (AppWindowMaker::SelectPackageAction): Implement it.
1020         (AppWindowMaker::OnNotify) [ID_PACKAGE_LISTVIEW]: Use it.
1021
1022 2012-12-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1023
1024         Improve conditionally enabled state manipulation for menu items.
1025
1026         * src/guidata.rc (IDM_REPO_APPLY): Set its initial state as GRAYED.
1027
1028         * src/pkgdata.cpp (AppWindowMaker::UpdatePackageMenuBindings):
1029         [IDM_PACKAGE_REINSTALL]: Always leave it GRAYED; this is a temporary
1030         provision, until the GUI is updated to support "reinstall" capability.
1031         [IDM_REPO_APPLY && !(EnumeratePendingActions > 0)]: Make it GRAYED.
1032         [IDM_REPO_APPLY && (EnumeratePendingActions > 0)]: Enable it.
1033
1034 2012-12-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
1035
1036         Implement GUI bindings for processing a schedule of actions.
1037
1038         * src/guimain.h (IDD_DMH_CONSOLE): New resource ID; define it.
1039         (IDD_APPLY_EXECUTE): New dialogue template resource ID; define it.
1040         (AppWindowMaker::ExecuteScheduledActions): New method; declare it.
1041
1042         * src/guidata.rc (IDD_APPLY_EXECUTE): Implement dialogue template.
1043
1044         * src/guixmld.cpp (pkgApplyChanges): New thread function; implement it.
1045         (AppWindowMaker::OnCommand) [IDD_REPO_APPLY]: Use it; it is invoked...
1046         (IDD_APPLY_EXECUTE): ...via this dialogue box, subsequently calling...
1047         (AppWindowMaker::ExecuteScheduledActions): ...this; implement it.
1048
1049         * src/pkgexec.cpp (pkgActionItem::Execute): Add argument; use it.
1050         (pkgActionItem::~pkgActionItem): Unlink chained references.
1051
1052         * src/pkgbase.h (pkgActionItem::Execute): Adjust prototype.
1053
1054 2012-12-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
1055
1056         Do not preserve unnecessary download requests.
1057
1058         * src/pkginet.cpp (pkgActionItem::DownloadArchiveFiles):
1059         [(flags & ACTION_INSTALL) != ACTION_INSTALL]: Actions having no
1060         "install" effect do not require a download; cancel any associated
1061         download request.
1062
1063 2012-12-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
1064
1065         Implement GUI bindings for package download agent.
1066
1067         * src/guimain.h (IDD_PROGRESS_VAL, IDD_PROGRESS_MAX):
1068         (IDD_PROGRESS_PCT): New manifest resource IDs; define them.  They will
1069         be used to identify dialogue controls, to be associated with...
1070         (IDD_APPLY_DOWNLOAD): ...this new dialogue template ID; define it.
1071         (AppWindowMaker::DownloadArchiveFiles): New inline method; declare it.
1072
1073         * src/guidata.rc (IDD_APPLY_DOWNLOAD): Implement dialogue template.
1074
1075         * src/pkgbase.h (pkgActionItem::DownloadArchiveFiles): New public
1076         inline method; declare it.  It overloads an existing private method of
1077         the same name, which it subsequently invokes.
1078
1079         * src/pkginet.h: New header file; it declares...
1080         (pkgInvokeDownload): ...this new extern "C" function prototype, and...
1081         (pkgDownloadMeter): ...this abstract class; it is factored from its
1082         original implementation in pkginet.cpp, augmented by addition of...
1083         (pkgDownloadMeter::primary): New static member variable; declare it.
1084         (pkgDownloadMeter::UseGUI): New public method; implement it inline.
1085         (pkgDownloadMeter::ResetGUI): New public method; declare it, providing
1086         a do-nothing inline default implementation.  Any derived class, which
1087         supports GUI capability, should override this.
1088
1089         * src/pkgnget.cpp: New file; it implements...
1090         (pkgDownloadMeterGUI): New class, derived from pkgDownloadMeter.
1091         (pkgActionItem::DownloadArchiveFiles): New overloaded inline method.
1092         (AppWindowMaker::DownloadArchiveFiles): New inline method.
1093         (pkgInvokeDownload): New dialogue box worker thread handler.
1094
1095         * src/pkginet.cpp: Include pkginet.h; hence...
1096         (pkgDownloadMeter): ...remove redundant class declaration.
1097         (pkgDownloadMeter::primary): Define and initialise it.
1098         (pkgInternetStreamingAgent::Get) [pkgDownloadMeter::UseGUI]: Delegate
1099         progress metering to referenced pkgDownloadMeterGUI class instance.
1100         [! pkgDownloadMeter::UseGUI]: Continue to use the existing built-in
1101         pkgDownloadMeterTTY mechanism.
1102         (pkgActionItem::DownloadSingleArchive) [ACTION_DOWLOAD_FAILED]: Assert
1103         this initially; subsequently clear it on successful completion.
1104         (pkgActionItem::DownloadArchiveFiles): Collect diagnostic messages
1105         into a single DMH_BEGIN_DIGEST ... DMH_END_DIGEST group.
1106
1107         * src/guixmld.cpp: Include pkginet.h; it is required by...
1108         (AppWindowMaker::OnCommand) [IDD_REPO_APPLY]: Use pkgInvokeDownload.
1109
1110         * Makefile.in (GUIMAIN_OBJECTS): Include pkgnget.$OBJEXT
1111
1112 2012-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1113
1114         Implement "Discard" handler for GUI "Apply Changes" dialogue.
1115
1116         * src/pkgbase.h (pkgActionItem::Reset): New public method; declare it.
1117         (pkgActionItem::Clear): New public method; declare two overloaded
1118         variants, of which implement one inline.
1119         (pkgXmlDocument::ClearScheduledActions): New public method; declare
1120         and implement it inline.
1121
1122         * src/pkgtask.h (ACTION_DOWNLOAD_FAILED, ACTION_APPLY_FAILED): New
1123         manifest bit-flag constants; define them.  They provide a mechanism
1124         for blocking the discard event in respect of failed actions.
1125
1126         * src/guixmld.cpp (pkgActionItem::Reset): Implement it.
1127         (pkgActionItem::Clear): Implement second, out-of-line variant.
1128         (ACTION_PRESERVE_FAILED): New local manifest bit-flag constant; define
1129         it as an aggregate of ACTION_DOWNLOAD_FAILED and ACTION_APPLY_FAILED.
1130         (AppWindowMaker::OnCommand) [IDD_REPO_APPLY]: Use them.
1131
1132 2012-12-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
1133
1134         Implement GUI dialogue for "Apply Changes" action approval.
1135
1136         * src/guidata.rc (ID_MAIN_WINDOW_MENU): Rename...
1137         ("&Repository"): ...this drop-down menu entry...
1138         ("&Installation"): ...this; add...
1139         ("&Apply Changes"): ...this new selection.
1140         (IDD_APPLY_APPROVE): New dialogue box resource template; define it.
1141         (SS_CTEXTBOX): New aggregate style convenience macro; define it.
1142         (ES_VT100): Likewise.
1143
1144         * src/guimain.h (IDM_REPO_APPLY): New resource ID; define it.
1145         (IDM_REPO_QUIT): Redefined resource ID; was 302; changed to 312.
1146         (IDD_APPLY_APPROVE, IDD_PROGRESS_TXT): New resource IDs; define them.
1147         (IDD_APPLY_REMOVES_PACKAGES, IDD_APPLY_REMOVES_SUMMARY): Likewise.
1148         (IDD_APPLY_INSTALLS_PACKAGES, IDD_APPLY_INSTALLS_SUMMARY): Likewise.
1149         (IDD_APPLY_UPGRADES_PACKAGES, IDD_APPLY_UPGRADES_SUMMARY): Likewise.
1150         (ID_APPLY, ID_DISCARD, ID_DEFER): New response IDs; define them.
1151         (AppWindowMaker::EnumerateActions): New inline method; declare it.
1152         (AppWindowMaker::DialogueResponse): New inline method; declare and
1153         implement it.
1154
1155         * src/guixmld.cpp (pkglist.h): #included.
1156         (dmh_setpty): Add locally declared prototype.
1157         (AppWindowMaker::EnumerateActions): Implement it.
1158         (pkgActionCount): New static helper function; implement it.
1159         (ACTION_APPLY, APPLIES_TO): New macros; define them.
1160         (FMT_APPLY_REMOVES, FMT_APPLY_INSTALLS, FMT_APPLY_UPGRADES): New
1161         manifest string constants; define them.
1162         (pkgApplyApproved): New static call-back function; implement...
1163         (AppWindowMaker::OnCommand) [IDM_REPO_APPLY]: ...and use it.
1164
1165 2012-12-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
1166
1167         Implement enhanced action item enumeration capability.
1168
1169         * src/pkgbase.h (pkgActionItem::EnumeratePendingActions): New public
1170         method; declare it.  It provides the capability to enumerate scheduled
1171         actions, filtered by action classification; when invoked such that it
1172         selects all actions, it may be used as a replacement for...
1173         (pkgActionItem::Unapplied): ...this; delete declaration.
1174
1175         * src/pkgdata.cpp (pkgActionItem::EnumeratePendingActions): Implement
1176         it; it is derived, with enhancement, from original implementation...
1177         (pkgActionItem::Unapplied): ...of this; delete it, and...
1178         (AppWindowMaker::OnClose): ...update calling reference accordingly.
1179
1180 2012-12-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
1181
1182         Implement PTY display emulation for GUI mode DMH.
1183
1184         * src/dmhcore.h (dmhTypeGeneric::set_console_hook): New public virtual
1185         method; declare it, providing inline default do-nothing implementation.
1186         (dmhTypeGeneric::severity_tag): New protected static method; declare it.
1187         (dmhTypeGeneric::notification_format): New protected static property;
1188         declare it.
1189
1190         * src/dmh.cpp (dmhTypeGeneric::severity_tag): Implement it.
1191         (dmhTypeGeneric::notification_format): Define and initialise it.
1192         (dmhTypeTTY::notify): Use them.
1193         (dmh_setpty): New function; declare prototype and implement it.
1194
1195         * src/guidmh.cpp (dmhTypePTY): New locally implemented class.
1196         (dmhTypeGUI::set_console_hook): New virtual method; declare and
1197         implement it; it stores a dmhTypePTY reference pointer into...
1198         (dmhTypeGUI::console_hook): ...this new private member variable.
1199         (dmhTypeGUI::dmhTypeGUI): Initialise it.
1200         (dmhTypeGUI::notify) [console_hook != NULL]: Delegate to it.
1201         (dmhTypeGUI::printf) [console_hook != NULL]: Likewise.
1202
1203 2012-12-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1204
1205         Implement generalised API for dialogue boxes with worker threads.
1206
1207         * src/guimain.h (pkgDialogueThread): New typedef; declare it.
1208         (AppWindowMaker::DialogueThread): New static property; declare it.
1209         (AppWindowMaker::DispatchDialogueThread): New method; declare it.
1210
1211         * src/guixmld.cpp: Formatting of several comments adjusted.
1212         (pkgUpdate, pkgInitDataLoad): Defunct functions; replaced by...
1213         (pkgDialogue): ...this new static call-back function; implement it.
1214         (AppWindowMaker::DialogueThread): Instantiate and initialise it.
1215         (AppWindowMaker::DispatchDialogueThread): Implement it.
1216         (AppWindowMaker::Invoked): Use it to invoke pkgInvokeInitDataLoad()...
1217         (AppWindowMaker::OnCommand): ...and pkgInvokeUpdate().
1218
1219 2012-12-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1220
1221         Consolidate GUI implementation for package list view management.
1222
1223         * src/pkglist.h (pkgListViewMaker::GetTitle): Disused overloaded
1224         method; remove all declarations.
1225         (pkgListViewMaker::GetVersionString): Disused method; remove
1226         declaration.
1227         (pkgListViewMaker::GetItem): New private inline method; declare it.
1228         (pkgListViewMaker::UpdateItem): New private method; declare it.
1229         (pkgListViewMaker::UpdateListView): New public method; declare it.
1230         (pkgListViewMaker::MarkScheduledActions): Likewise.
1231
1232         * src/guimain.h (AppWindowMaker::MarkSchedule): New public inline
1233         method; declare it, but defer implementation to...
1234
1235         * src/pkgdata.cpp (AppWindowMaker::MarkSchedule): ...here; not used
1236         elsewhere, it is derived from, and replaces...
1237         (pkgMarkSchedule): ...this function; factor out redundant code, in
1238         favour of delegation to pkgListViewMaker::MarkScheduledActions(), with
1239         following call to AppWindowMaker::UpdatePackageMenuBindings(); update
1240         calling function references...
1241         (AppWindowMaker::UnmarkSelectedPackage): ...here, and...
1242         (AppWindowMaker::Schedule): ...here.
1243
1244         * src/pkglist.cpp (pkgVersionString): New static function; implement
1245         it as a local replacement for...
1246         (pkgListViewMaker::GetVersionString): ...this defunct class method.
1247         (pkgGetTitle): New overloaded static function; implement two variants,
1248         as local replacements for...
1249         (pkgListViewMaker::GetTitle): ...this defunct overloaded class method.
1250         (pkgListViewMaker::UpdateItem): Implement it; factor code from...
1251         (pkgListViewMaker::InsertItem): ...here, whence use it.
1252         (pkgListViewMaker::MarkScheduledActions): Implement it.
1253         (pkgListViewMaker::UpdateListView): Implement it.
1254         (pkgListViewMaker::pkgListViewMaker): Remove references to...
1255         (LVIF_TEXT): ...this.
1256
1257 2012-11-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
1258
1259         Increase width of window sash bars by 50%.
1260
1261         * src/guimain.h (SASH_BAR_THICKNESS): Increase from 4 to 6; this makes
1262         it easier to grab the sash bars, so they may be dragged; IMO, it also
1263         results in a better appearance.
1264
1265 2012-11-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1266
1267         Maintain consistent internal vs. external installation records.
1268
1269         * src/pkginst.cpp (pkgInstall): Set "installed" attribute on internal
1270         package reference, to "yes", after installation; CLI didn't need this,
1271         but GUI will do so, for any package revisited in a single session.
1272
1273         * src/pkgunst.cpp (pkgRemove): Similarly, negate "installed" attribute
1274         after package removal.
1275
1276 2012-11-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1277
1278         Refactor to consolidate three instances of duplicate code.
1279
1280         * src/pkglist.h (pkgGetStatus): New function; declare it.
1281         * src/pkglist.cpp (pkgGetStatus): Implement it; factor out from...
1282         (pkgListViewMaker::InsertItem): ...here, whence use it.
1283         * src/pkgdata.cpp (pkgMarkSchedule): Likewise here...
1284         (DataSheetMaker::DisplayGeneralData): ...and here.
1285
1286 2012-11-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1287
1288         Add GUI support for install, upgrade, and remove action scheduling.
1289
1290         * src/guimain.h (EXTERN_C): Ensure it is defined.
1291         (pkgActionItem): Add forward declaration of class name.
1292         (pkgMarkSchedule): New EXTERN_C function; declare and prototype it.
1293         (AppWindowMaker::OnClose): New virtual method; declare it.
1294         (AppWindowMaker::Schedule): New public method; declare it.
1295         (AppWindowMaker::UnmarkSelectedPackage): Likewise.
1296
1297         * src/pkgbase.h (pkgActionItem::HasAttribute) [this == NULL]: Add
1298         protective logic; ignore attempts to access non-existent objects.
1299         (pkgActionItem::SelectPackage) [this == NULL]: Likewise.
1300         (pkgActionItem::Selection) [this == NULL]: Likewise.
1301         (pkgActionItem::GetReference): New overloaded public method; declare
1302         prototype variant with argument type of pkgXmlNode*.
1303         (pkgActionItem::Unapplied): New public method; declare it.
1304         (pkgActionItem::CancelScheduledAction): Likewise.
1305         (pkgXmlDocument::Schedule): Change return type from void to
1306         pkgActionItem*; add default argument values.
1307
1308         * src/guixmld.cpp (AppWindowMaker::OnCommand): Add menu case hooks...
1309         [IDM_PACKAGE_INSTALL]: ...to schedule package 'install' action...
1310         [IDM_PACKAGE_UPGRADE]: ...package 'upgrade' action...
1311         [IDM_PACKAGE_REMOVE]: ...package 'remove' action, or...
1312         [IDM_PACKAGE_UNMARK]: ...to cancel any of these scheduling requests.
1313         [IDM_REPO_QUIT]: Correct typo; s/WM_QUIT/WM_CLOSE/ in comment.
1314
1315         * src/pkgdata.cpp (pkgMarkSchedule): Implement it.
1316         (pkgActionItem::CancelScheduledAction): Implement it.
1317         (pkgActionItem::Unapplied): Implement it.
1318         (AppWindowMaker::UpdatePackageMenuBindings): Improve comments.
1319         (AppWindowMaker::UnmarkSelectedPackage): Implement it.
1320         (AppWindowMaker::Schedule): Implement it.
1321         (AppWindowMaker::OnClose): Implement it.
1322
1323         * src/pkgdeps.cpp (pkgActionItem::GetReference): Implement overload.
1324         (pkgXmlDocument::Schedule): Change return type, and return value.
1325         [this == NULL]: Add protective logic; ignore non-existent objects.
1326         [name == NULL]: Do not schedule; just return existing action list.
1327
1328 2012-11-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1329
1330         Add dynamically enabled state control for package menu items.
1331
1332         * src/guimain.h (AppWindowMaker::UpdatePackageMenuBindings): New
1333         private method; declare it.
1334
1335         * src/pkgdata.cpp (AppWindowMaker::UpdatePackageMenuBindings):
1336         Implement it, and...
1337         (AppWindowMaker::OnNotify): ...use it.
1338
1339 2012-11-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1340
1341         Avoid excessive inter-word spaces in adjusted text.
1342
1343         * src/pkgdata.cpp (pkgTroffLayoutEngine::WriteLn): Check extent of
1344         padding to be added at each inter-word space, when adjusting text; do
1345         not adjust, if it exceeds 5% of available display pane width.
1346
1347 2012-11-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1348
1349         Elide unbreakable text which will not fit within display width.
1350
1351         * src/pkgdata.cpp (pkgTroffLayoutEngine::WriteLn): Add logic to detect
1352         over-width unbreakable text; elide characters from the right, to make
1353         it fit within the display width, with trailing ellipsis.
1354
1355 2012-11-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1356
1357         Add content compiler for package data sheet "general" tab.
1358
1359         * src/pkgbase.h (pkgActionItem::PrintURI): Make it public.  Add a
1360         call-back reference argument, for output function; assign puts() as
1361         default, where previously had hard coded printf() emulating puts()
1362
1363         * src/pkginet.cpp (pkgActionItem::PrintURI): Use call-back hook.
1364
1365         * src/pkgdata.cpp (DataSheetMaker::Display): New static property; it
1366         stores a reference to the active class instance, so static call-back
1367         methods may delegate processing requests to non-static methods.
1368         (DataSheetMaker::Advance): New static property; it is used to instruct
1369         call-back methods to interpose paragraph leading it the output stream.
1370         (DataSheetMaker::FormatRecord): New private method; implement it.
1371         (DataSheetMaker::FormatText): Don't pass "canvas" as an argument; we
1372         can access it directly as a class property.  Update all callers as
1373         necessary, to conform to modified function prototype.
1374         (pkgListSelection): New static function; implement it, and...
1375         (DataSheetMaker::OnPaint): ...use it in switch cases, when calling...
1376         [PKG_DATASHEET_GENERAL]: DataSheetMaker::DisplayGeneralData(), and...
1377         [PKG_DATASHEET_DESCRIPTION]: DataSheetMaker::DisplayDescription().
1378         (DataSheetMaker::DisplayGeneralData): New public method; implement it.
1379         (DataSheetMaker::DisplayPackageURL): New static method; implement it.
1380         (DataSheetMaker::DisplayLicenceURL): Likewise.
1381         (DataSheetMaker::DisplaySourceURL): Likewise.
1382
1383 2012-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
1384
1385         Fix error in counting of catalogue files during loading.
1386
1387         * src/pkgbind.cpp (pkgRepository::GetPackageList): Increment count
1388         variable once only, at start of each cycle of the catalogue loading
1389         loop; previous strategy of counting in discrete logic paths could
1390         miss several required increments, particularly in CLI mode.
1391
1392 2012-10-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
1393
1394         Avoid DMH message digest fragmentation when downloading.
1395
1396         * src/dmh.h (DMH_GET_CONTROL_STATE): New macro; define it.
1397         * src/pkginet.cpp (pkgInternetAgent::OpenURL): Use it; do not close
1398         locally opened message digest, when called with one already open.
1399
1400 2012-10-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
1401
1402         Initiate progress metering for catalogue load and update operations.
1403
1404         * src/guidata.rc (IDD_REPO_UPDATE): New dialogue template; define it.
1405         (IDM_REPO_UPDATE): Enable selection from "Repository" drop-down menu.
1406
1407         * src/guimain.h (IDD_REPO_UPDATE, IDD_CLOSE_OPTIONS):
1408         (IDD_AUTO_CLOSE_OPTION, IDD_PROGRESS_BAR, IDD_PROGRESS_MSG): New
1409         resource identification manifest constants; define them.
1410         (pkgXmlNode, pkgProgressMeter): Add forward class declarations.
1411         (AppWindowMaker::AttachedProgressMeter): New private data; define...
1412         (AppWindowMaker::AppWindowMaker): ...and initialise it.
1413         (AppWindowMaker::AttachProgressMeter): New public method; declare it.
1414         (AppWindowMaker::DetachProgressMeter): Likewise.
1415         (AppWindowMaker::LoadPackageData, AppWindowMaker::ClearPackageList):
1416         (AppWindowMaker::UpdatePackageList): Make them public.
1417
1418         * src/pkgbase.h (pkgProgressMeter): New abstract class; declare it.
1419         (AppWindowMaker) [GUIMAIN_H undefined]: Add forward class declaration.
1420         (pkgXmlDocument::progress_meter): New private data member; declare...
1421         (pkgXmlDocument::pkgXmlDocument): ...and initialise it.
1422         (pkgXmlDocument::ProgressMeter, pkgXmlDocument::AttachProgressMeter):
1423         (pkgXmlDocument::DetachProgressMeter): New public inline methods;
1424         implement them.
1425
1426         * src/pkgview.cpp (WTK::GenericDialogue): Delete disused reference.
1427         (AppWindowMaker::OnCommand): Factor out implementation; relocate it...
1428         * src/guixmld.cpp: ...to here; thus it may utilise dependants of...
1429         (ProgressMeterMaker): ...this new locally implemented class.
1430         (AppWindowMaker::AttachProgressMeter): Implement it.
1431         (AppWindowMaker::AttachProgressMeter): Likewise.
1432         (pkgProgressMeter::~pkgProgressMeter): Likewise.
1433         (pkgUpdate, pkgInvokeUpdate): New static functions; implement them.
1434         (AppWindowMaker::Invoked): Replace direct call to LoadPackageData by
1435         an indirect invocation, via a progress metering dialogue box using...
1436         (pkgInitDataLoad): ...this new static callback function, invoking...
1437         (pkgInvokeInitDataLoad): ...this new static thread function, whence...
1438         (AppWindowMaker::LoadPackageData): ...this; add hook-up call to...
1439         (pkgXmlDocument::AttachProgressMeter): ...incorporate this.
1440
1441         * src/pkgbind.cpp (pkgRepository::total, pkgRepository::count): New
1442         private static properties; declare and instantiate them; provide...
1443         (pkgRepository::Reset, pkgRepository::IncrementTotal): ...new public
1444         static methods to manipulate them; declare and implement them inline.
1445         (pkgRepository::GetPackageList): Use them to manage updates to the
1446         pkgProgressMeter class instance, if any, which has been bound to
1447         the controlling pkgXmlDocument class instance, when invoking...
1448         (pkgXmlXmlDocument::BindRepositories): ...this.
1449
1450 2012-10-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
1451
1452         Associate DMH message boxes with active dialogues.
1453
1454         * src/guidmh.cpp (last_active_popup): New static inline function.
1455         (dmhTypeGUI::dispatch_message): Use it.
1456
1457 2012-10-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
1458
1459         Fix Diagnostic Message Handler initialisation logic.
1460
1461         * src/dmh.cpp (dmh_init) [DMH_SUBSYSTEM_GUI]: Correct a logic error;
1462         it previously fell through after any successful initialisation of the
1463         DMH_SUBSYSTEM_GUI handler, replacing it with a DMH_SUBSYSTEM_TTY type
1464         handler.  Also, assign a heap copy of the passed "progname" string
1465         resource, which is volatile, to ensure that the handler retains a
1466         valid reference.
1467
1468 2012-10-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
1469
1470         Implement preliminary GUI mode data sheet compiler.
1471
1472         * src/guimain.h (DataSheetMaker): New class; forward declare it.
1473         (AppWindowMaker::InitPackageTabControl): New private method; declare it.
1474         (AppWindowMaker::DataSheet, AppWindowMaker::PackageTabControl):
1475         (AppWindowMaker::TabDataPane, AppWindowMaker::PackageTabPane): New
1476         private data members; declare them.
1477         (ID_SASH_WINDOW_PANE_CLASS): New string resource identifier; define it.
1478         (ID_PACKAGE_DATASHEET, ID_PACKAGE_TABPANE): New window identifiers;
1479         define them.
1480
1481         * src/guidata.rc (ID_SASH_WINDOW_PANE_CLASS): Specify string resource.
1482
1483         * src/pkgview.cpp (AppWindowMaker::OnSize): Add handler for...
1484         (ID_PACKAGE_TABPANE, ID_PACKAGE_TABCONTROL, ID_PACKAGE_DATASHHET):
1485         ...this group of sash pane child window entities.
1486         (AppWindowMaker::OnNotify): Comment out disused stub implementation.
1487
1488         * src/pkgshow.cpp (pkgUTF8Parser): Factor out class declaration...
1489         (UTF32_MAX, UTF32_OVERFLOW, UTF32_INVALID): ...these definitions...
1490         (utf32_t): ...and this typedef; relocate to, and #include...
1491         * src/pkgdata.h: ...this new header file.
1492
1493         * src/pkgdata.cpp (DataSheetMaker): New class; declare and implement it.
1494         (AppWindowMaker::InitPackageTabControl): Implement it.
1495         (AppWindowMaker::OnNotify): Reimplement it.
1496
1497         * Makefile.in (GUIMAIN_OBJECTS): Add pkgdata.OBJEXT
1498
1499         * src/guixmld.cpp (AppWindowMaker::Invoked): Add call to invoke
1500         AppWindowMaker::InitPackageTabControl()
1501
1502 2012-10-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
1503
1504         Remove a grossly heuristic list view hack.
1505
1506         * src/pkglist.cpp (pkgListViewMaker::GetTitle): Remove code for the
1507         heuristic deletion of any redundant package name prefixes from package
1508         title attributes; by now, all such prefixes should have been removed
1509         from the catalogue, explicitly, at source.
1510
1511 2012-10-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1512
1513         Implement GUI list view compiler for XML catalogue.
1514
1515         * src/pkgview.cpp (AppWindowMaker::LayoutEngine): Add case handler...
1516         [pane_id == ID_PACKAGE_LISTVIEW]: ...for this window pane class.
1517
1518         * src/guimain.h (ID_PKGLIST_TABLE_HEADINGS):
1519         (ID_PKGNAME_COLUMN_HEADING, ID_PKGTYPE_COLUMN_HEADING):
1520         (ID_INSTVER_COLUMN_HEADING, ID_REPOVER_COLUMN_HEADING):
1521         (ID_PKGDESC_COLUMN_HEADING): New resource identifiers; define them.
1522         (ID_PKGSTATE_AVAILABLE, ID_PKGSTATE_AVAILABLE_NEW):
1523         (ID_PKGSTATE_AVAILABLE_LOCKED, ID_PKGSTATE_AVAILABLE_INSTALL):
1524         (ID_PKGSTATE_INSTALLED_CURRENT, ID_PKGSTATE_INSTALLED_LOCKED):
1525         (ID_PKGSTATE_INSTALLED_OLD, ID_PKGSTATE_UPGRADE, ID_PKGSTATE_REMOVE):
1526         (ID_PKGSTATE_REINSTALL, ID_PKGSTATE_DOWNGRADE, ID_PKGSTATE_BROKEN):
1527         (ID_PKGSTATE_PURGE): New icon resource identifiers; define them.
1528         (AppWindowMaker::InitPackageListView): New private method; declare it.
1529         (AppWindowMaker::UpdatePackageList): New private method; declare it.
1530         (AppWindowMaker::ClearPackageList): New private method; declare and
1531         implement it inline.
1532
1533         * src/guidata.rc (ID_PKGSTATE_AVAILABLE, ID_PKGSTATE_AVAILABLE_NEW):
1534         (ID_PKGSTATE_AVAILABLE_LOCKED, ID_PKGSTATE_AVAILABLE_INSTALL):
1535         (ID_PKGSTATE_INSTALLED_CURRENT, ID_PKGSTATE_INSTALLED_LOCKED):
1536         (ID_PKGSTATE_INSTALLED_OLD, ID_PKGSTATE_UPGRADE, ID_PKGSTATE_REMOVE):
1537         (ID_PKGSTATE_REINSTALL, ID_PKGSTATE_DOWNGRADE, ID_PKGSTATE_BROKEN):
1538         (ID_PKGSTATE_PURGE): New icon resources; implement them.
1539
1540         * icons/state01.ico icons/state02.ico icons/state03.ico:
1541         * icons/state04.ico icons/state05.ico icons/state06.ico:
1542         * icons/state07.ico icons/state08.ico icons/state09.ico:
1543         * icons/state10.ico icons/state11.ico icons/state12.ico:
1544         * icons/state13.ico: New files.  All are cloned from synaptic icons;
1545         see src/guimain.rc for symbolic/functional reference names.
1546
1547         * src/pkglist.h [GUIMAIN_H defined] (pkgListViewMaker): New class;
1548         declare it for use in modules which #include guimain.h
1549
1550         * src/pkglist.cpp: New file; it implements...
1551         (pkgListViewMaker): ...this new class, and its clients...
1552         (AppWindowMaker::InitPackageListView): New method.
1553         (AppWindowMaker::UpdatePackageList): Likewise.
1554
1555         * Makefile.in (GUIMAIN_OBJECTS): Add pkglist.OBJEXT
1556
1557         * src/guixmld.cpp (AppWindowMaker::Invoke): Call InitCommonControls(),
1558         as prerequisite to AppWindowMaker::InitPackageListView(); follow up by
1559         calling AppWindowMaker::AdjustLayout().
1560
1561 2012-10-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
1562
1563         Add GUI initialiser hook for XML catalogue interface.
1564
1565         * src/guimain.h (AppWindowMaker::Invoke): New public method; declare
1566         it; it overrides the generic WTK::MainWindowMaker::Invoke() method, so
1567         providing the initialiser hook which will invoke this...
1568         (AppWindowMaker::LoadPackageData): ...new private method; declare it.
1569
1570         * src/guixmld.cpp: New file.
1571         (AppWindowMaker::Invoke): Implement it.
1572         (AppWindowMaker::LoadPackageData): Likewise.
1573
1574         * Makefile.in (GUIMAIN_OBJECTS): Add guixmld.OBJEXT
1575
1576 2012-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1577
1578         Add initial working GUI mode DMH class implementation.
1579
1580         * src/dmh.h (DMH_SEVERITY_MASK): New manifest constant; define it.
1581         (DMH_DIGEST_MASK, DMH_COMPILE_DIGEST, DMH_DISPATCH_DIGEST): Likewise.
1582         (DMH_BEGIN_DIGEST, DMH_END_DIGEST): Redefine in terms of above.
1583
1584         * src/dmhcore.h: New header file; it declares...
1585         (dmhTypeGeneric): ...this abstract base class, factored from...
1586
1587         * src/dmh.cpp (dmhTypeGeneric): ...here, whence remove it; it is
1588         still required, thus include dmhcore.h so that it remains visible.
1589         (dmh_exception): Remove errant namespace qualifier from constructor.
1590         (dmhTypeGUI): Delete class declaration and original constructor.
1591         (dmh_init): Delete reference to dmhTypeGUI; replace by call to...
1592         (dmh_init_gui): ...this new static function; it is a stub which
1593         invokes a DLL import of the same name, to instantiate a dmhTypeGUI.
1594         (dmhTypeGUI::control, dmhTypeGUI::notify, dmhTypeGUI::printf): Delete
1595         original method stubs.
1596
1597         * src/guidmh.cpp: New file; it reimplements...
1598         (dmhTypeGUI): ...this class; declare it and implement its constructor.
1599         (dmh_init_gui): Provide its DLL exported implementation.
1600         (dmhTypeGUI::dispatch_message): New private method; add it to the
1601         class declaration and implement it; it is a helper method for...
1602         (dmhTypeGUI::control, dmhTypeGUI::notify): ...these; implement them.
1603         (dmhTypeGUI::printf): Provide a replacement stub.
1604
1605         * Makefile.in (GUIMAIN_OBJECTS): Add guidmh.OBJEXT
1606
1607         * src/guimain.h (AppWindowMaker::Create): New method; add it to the
1608         class declaration; it overrides the default Create() method inherited
1609         from WTK::MainWindowMaker
1610
1611         * src/pkgview.cpp (AppWindowMaker::Create): Implement it; it handles
1612         window class registration and dmhTypeGUI initialisation, in addition
1613         to the inherited CreateWindow() behaviour.
1614
1615         * src/guimain.cpp: Include dmh.h
1616         (WinMain): Add catch block for dmh_exception.  Remove window class
1617         registration request; it is now delegated to AppWindowMaker::Create()
1618
1619 2012-09-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1620
1621         Add .hgignore as tracked file.
1622
1623         * .hgignore: New file.
1624
1625 2012-09-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1626
1627         Defer generation of version.c until "make" time.
1628
1629         * version.c.in: Move it...
1630         * src/version.c.in: ...to here.
1631         (PACKAGE_NAME, PACKAGE_VERSION, COPYRIGHT_HOLDER, YEARS_OF_ISSUE):
1632         Change substitution field marker character from "@" to "%".
1633
1634         * configure.ac (AC_CONFIG_FILES): Remove version.c
1635
1636         * Makefile.in (TAG_SCRIPT): New macro, factored out from...
1637         (RC_SCRIPT): ...here, whence use it; also use it to implement...
1638         (VERSION_SCRIPT): ...this further new macro; use it in...
1639         (%.c): ...this generic template rule for version.c
1640         (time-stamp, %.time, %.tagged.time, %.tag): New generic build
1641         goals; use them to track package release progression via...
1642         (build.tag): ...this new intermediate; make it a pre-requisite...
1643         (guidata.OBJEXT, version.c): ...of these.
1644
1645 2012-09-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1646
1647         Implement framework for GUI sash window layout controller.
1648
1649         * configure.ac (AC_INIT): Bump version number to 0.6
1650         (CLI_RELEASE_CLASS): New AC_SUBST variable; default to "beta".
1651         (GUI_RELEASE_CLASS): New AC_SUBST variable; default to "alpha".
1652         (SNAPSHOT_CLASS): Recognise as user specified environent variable
1653         override for both CLI_RELEASE_CLASS and GUI_RELEASE_CLASS.
1654         (RC): New AC_CHECK_TOOL substitution variable name; it replaces...
1655         (WINDRES): ...this, as reference name for the resource compiler.
1656         (MINGW_AC_ASSERT_MISSING): Add AC_CHECK_HEADER traps for missing
1657         "lua-dev" and "wtklite-dev" support.
1658
1659         * Makefile.in (CLI_RELEASE_CLASS, GUI_RELEASE_CLASS): Use them.
1660         (BUILD_TAG, RC_SCRIPT, RC_INCLUDES): New macros; define and use...
1661         (RC): ...with this, to implement new target rule for compiling...
1662         (%.rc): ...resource definition files to %.OBJEXT objects.
1663         (GUIMAIN_OBJECTS, GUIMAIN_LIBS): New macros; define and use...
1664         (guimain.EXEEXT): ...to implement build rule for this.
1665         (LIBEXEC_PROGRAMS): Add guimain.EXEEXT
1666         (lastrites.EXEEXT): Use GUI_LDFLAGS.
1667         
1668         * src/guimain.h src/guimain.cpp src/guidata.rc: New files.
1669         * src/pkgview.cpp: New file.
1670
1671 2012-09-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
1672
1673         Adjust incorrectly resolved 2012-09-14 merge from master.
1674
1675         * src/Makefile.in: Restore lost reference to guistub.cpp
1676
1677 2012-09-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1678
1679         Implement GUI hooks in "rites of passage" internal API.
1680
1681         * src/pkglock.h: New file; it adds the pkgLock() and pkgRelease()
1682         inline wrapper functions, through which the GUI application acquires
1683         and manages an exclusive access lock for the XML catalogue.
1684
1685         * src/rites.c (lockfile_name): Explicitly cast memory allocated for
1686         the returned name to (char *), so this may be embedded in C++ code.
1687         (pkgInitRites): Factor out lock acquisition failure diagnostics...
1688         (pkgLockFail): ...to this inline helper function; conditionally...
1689         [ifdef GUIMAIN_H]: ...provide one implementation for GUI use...
1690         [ifndef GUIMAIN_H]: ...and an alternative for CLI use.
1691
1692 2012-09-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1693
1694         Be case agnostic when matching shortcut targets.
1695
1696         * scripts/libexec/unlink.js [ref.TargetPath == chklink]: Apply
1697         toLowerCase() on both sides of the comparison.
1698
1699 2012-09-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1700
1701         Note relocation of m4 when packaging source distribution.
1702
1703         * Makefile.in (SRCDIST_SUBDIRS): Refer to build-aux/m4, not m4.
1704
1705 2012-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
1706
1707         Move guimain.cpp out of the way.
1708
1709         * src/guimain.cpp: Rename file as...
1710         * src/guistub.cpp: ...this; we want to keep current features for now,
1711         but to use the guimain.cpp name for main GUI application development.
1712         * Makefile.in: Adjust references accordingly.
1713
1714 2012-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
1715
1716         Fix typo, and update licensing terms for embedded getopt.c
1717
1718         * src/getopt.c: Incorporate MIT/X style licence; update copyright
1719         notice, to reflect chronology of publication; correct degenerate RCS
1720         keyword usage in EOF marker comment.
1721
1722 2012-09-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1723
1724         Correct omission from copyright notice.
1725
1726         * src/pkgkeys.c: Add year 2012, to reflect 2012-09-02 update.
1727
1728 2012-09-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1729
1730         Redefine paragraph_key with project global scope.
1731
1732         * src/pkgkeys.h (paragraph_key): Declare it.
1733         * src/pkgkeys.c (paragraph_key): Define it.
1734
1735         * src/pkgshow.cpp (pkgDirectoryViewer::EmitDescription): Delete
1736         function local definition; use global definition instead.
1737
1738 2012-09-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1739
1740         Correct defect introduced by 2012-08-03 commit.
1741
1742         * src/approot.c (AppPathNameW): Add omitted 'else', so that tail
1743         pointer isn't moved after the APPROOT prefix is truncated.
1744
1745 2012-09-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1746
1747         Remap Mercurial subrepository reference via local hg-git clone.
1748
1749         * .hgsub (build-aux): Point to ../build-aux; this must be a locally
1750         hosted hg clone of the git origin repository, and it must pre-exist as
1751         a sibling of any created hg clone of the mingw-get repository.
1752
1753         * .hgsubstate: New file, automatically generated by Mercurial.
1754
1755 2012-08-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
1756
1757         Add Mercurial subrepository reference for build-aux.
1758
1759         * .hgsub: New file.
1760
1761 2012-08-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1762
1763         More code refactoring, to facilitate GUI implementation.
1764
1765         * src/clistub.c (AppPathNameW): Factor out; relocate to...
1766         * src/approot.c: ...this new file; it reproduces the original
1767         implementation, modified to also consider any "libexec" directory in
1768         the executable path as the first child of the APPROOT prefix.  Note
1769         also, that no longer terminates APPROOT with a trailing backslash.
1770
1771         * src/approot.h: New file; it trivially declares the prototype for...
1772         (AppPathNameW): ...this relocated extern "C" function.
1773
1774         * src/clistub.c (main): Adapt usage of AppPathNameW(), to reinstate
1775         trailing backslash on assignment to APPROOT environment variable.
1776
1777         * Makefile.in (CLI_EXE_OBJECTS): New macro; define it as the original
1778         set of prerequisites, with the addition of approot.OBJEXT, for...
1779         (mingw-get.EXEEXT): ...this; use it.
1780
1781         * src/rites.c: Add comment regarding APPROOT usage.
1782
1783 2012-08-02  Earnie Boyd  <earnie@users.sourceforge.net>
1784
1785         Find missing.m4 in build-aux/m4 directory.
1786
1787         * aclocal.m4: Change path  m4/missing.m4 to build-aux/m4/missing.m4.
1788
1789 2012-07-31  Earnie Boyd  <earnie@users.sourceforge.net>
1790
1791         Add build-aux as a submodule.
1792         Move .cvsignore to .gitignore.
1793
1794         * .gitmodules: New file.
1795         * build-aux: New submodule directory.
1796         * .cvsignore: Remove.
1797         * .gitignore: New file.
1798
1799 2012-07-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
1800
1801         Disable globbing of command line arguments.
1802
1803         * src/clistub.c (_CRT_glob): Define and initialise to zero; we don't
1804         need globbing, and it may cause case transliteration of case-sensitive
1805         action keywords, when a file system entity with a case-insensitively
1806         matching name exists.
1807
1808 2012-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1809
1810         Refactor API to facilitate implementation of GUI ListView hooks.
1811
1812         * src/pkgkeys.h (title_key, description_key): Declare them.
1813         * src/pkgkeys.c (title_key, description_key): Define them; relocate...
1814         * src/pkgshow.cpp (pkgDirectoryViewer::EmitDescription): ...from here.
1815         (pkgXmlDocument::CalalogueAllPackages): New public method; factor...
1816         (pkgXmlDocument::DisplayPackageInfo): ...from here, whence use it.
1817         (pkgDirectoryViewerEngine::EnumerateComponents): New private method;
1818         implement as a concrete method of this abstract base class; factor...
1819         (pkgDirectoryViewer::Dispatch): ...from original inline implementation
1820         within this method of the concrete derived class, whence use it.
1821         (pkgDirectoryViewerEngine, pkgDirectory): Factor class declarations...
1822         * src/pkglist.h: ...into this new header file; include it.
1823
1824         * src/pkgbase.h (pkgDirectory): Add forward class declaration.
1825         (pkgXmlDocument::CatalogueAllPackages): Declare it.
1826
1827 2012-05-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1828
1829         Update help text to document package version selection capability.
1830
1831         * src/clistub.c (help_text): Add description of command line syntax
1832         which may be used to specify an alternative to the default package
1833         version selection, for install and upgrade actions.
1834
1835 2012-05-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1836
1837         Support options set by preferences assigned within profile.xml
1838
1839         * xml/profile.xml (preferences): New element; add defaults.
1840
1841         * src/pkgopts.h (OPTION_ASSIGNED_FLAGS, OPTION_DESKTOP_ARGS):
1842         (OPTION_START_MENU_ARGS): New enumerated constants; define them.
1843         (OPTION_DESKTOP, OPTION_START_MENU): New manifest constants.
1844         (OPTION_ASSIGNED, mark_option_as_set): New macros; define them.
1845         (pkgOpts::GetValue, pkgOpts::GetString): Restrict look-up index to
1846         least significant 12-bits of full-range index value.
1847         (pkgOpts::IsSet): New inline method; implement it.
1848
1849         * src/clistub.c (main): Reimplement --desktop and --start-menu
1850         options; each now becomes an OPTION_GENERIC optarg string store.
1851         (set_script_hook): Function no longer used; delete it; delegate to...
1852         * src/pkgbase.h (pkgXmlDocument::EstablishPreferences): ...this new
1853         method; declare it, providing its implementation in...
1854         * src/pkgopts.cpp: ...this new file; invoke it...
1855         * src/climain.cpp (climain): ...here.
1856
1857         * Makefile.in (CORE_DLL_OBJECTS): Add pkgopts.$OBJEXT
1858
1859 2012-04-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
1860
1861         Correct sequence of installation/removal progress reporting.
1862
1863         * src/pkgunst.cpp (pkgRemove): Delay output of "removing package ..."
1864         message, until after pre-remove hooks have run; this ensures that any
1865         output from the pre-remove hook scripts appears in correct sequence.
1866
1867         * src/pkginst.cpp (pkgInstall): Likewise, for "installing package ..."
1868         message, in relation to pre-install hooks.
1869
1870 2012-04-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1871
1872         mingw-get-0.5-beta-20120426-1 released.
1873
1874         * configure.ac (AC_INIT): Version number updated.
1875         * srcdist-doc/NEWS.in: Updated; bug-fix notifications added.
1876         * All files (r0-5-beta-20120426-1): Tag assigned.
1877
1878 2012-04-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1879
1880         Interim work-around for MinGW-Bug #3520864.
1881
1882         * src/pkgdeps.cpp (pkgXmlDocument::ResolveDependencies):
1883         [DEBUG_TRACE_DEPENDENCIES]: Add request flags to messages reporting
1884         the scheduling of installation activities.
1885
1886         * src/pkgexec.cpp (pkgXmlDocument::Schedule): Add temporary diagnostic
1887         hooks to confirm request flags; bracket them with #if 0 ... #endif.
1888         [ACTION_PRIMARY && pre-scheduled request]: Don't trash request flags
1889         when updating the pre-existing action item data.
1890
1891 2012-04-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1892
1893         Fix MinGW-Bug #3520488
1894
1895         * src/pkgexec.cpp (action_code): Check for, and reject NULL pointer
1896         passed as action request string; also reject ambiguous abbreviations.
1897
1898         * src/climain.cpp (climain): Discriminate between NULL pointer and
1899         other forms of invalid action keyword matching failures.
1900
1901 2012-04-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1902
1903         mingw-get-0.5-beta-20120416-1 released.
1904
1905         * configure.ac (AC_INIT): Version number updated.
1906         (YEARS_OF_ISSUE): 2012 added.
1907
1908         * srcdist-doc/NEWS.in: Updated; release notes added.
1909         * All files (r0-5-beta-20120416-1): Tag assigned.
1910
1911 2012-04-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1912
1913         Assign icon to temporary GUI executable file.
1914
1915         * icons/pkgicon.ico: New file, shamelessly copied from synaptic.
1916
1917         * configure.ac: Add identification for windres; propagate it to...
1918         * Makefile.in: ...here; use it to compile object from icon files...
1919         (srcdir/icons) [%.ico]: ...from this new vpath location.
1920         (gui.exe): Link to compiled icon's object file.
1921         (SRCDIST_SUBDIRS): Add icons directory.
1922
1923 2012-04-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
1924
1925         Ensure that package removal requests are correctly scheduled.
1926
1927         * src/pkgdeps.cpp (pkgXmlDocument::Schedule) [ACTION_REMOVE]: Schedule
1928         as a distinct case, when the installed version is not the most recent
1929         available release; consideration of this distinct case was previously
1930         erroneously overlooked.
1931
1932 2012-04-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
1933
1934         Correct scheduling of new prerequisites when upgrading.
1935
1936         * src/pkgdeps.cpp (pkgXmlDocument::ResolveDependencies):
1937         [ACTION_UPGRADE && ACTION_PRIMARY]: Don't exclude scheduling for this
1938         case of a prerequisite with no previously installed version; it may be
1939         a delegated primary requirement of a meta-package.
1940
1941 2012-04-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
1942
1943         Don't require subsystem within user specified version bounds.
1944
1945         * src/pkgdeps.cpp (pkgActionItem::ApplyBounds): Automatically consider
1946         "*" wild-card matches for subsystem, if user doesn't specify it.
1947
1948 2012-04-09  Charles Wilson  <mingw@cwilson.fastmail.fm>
1949
1950         Fix missing include.
1951
1952         * src/pkgdeps.cpp (pkgopts.h): Include unconditionally; do not rely...
1953         (debug.h) [DEBUG_TRACE_DYNAMIC]: ...on this, for indirect inclusion.
1954
1955 2012-04-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
1956
1957         Correct a srcdist package construction defect.
1958
1959         * Makefile.in (srcdist) [for SRCDIST_SUBDIRS]: Use...
1960         (mkinstalldirs): ...this, to create package image directories.
1961
1962 2012-04-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
1963
1964         Add scripting hooks to support creation of MS-Windows shortcuts.
1965
1966         * src/clistub.c (progname): New static variable with file scope; it
1967         replaces former automatic variable, of same name, in main() function.
1968         (set_script_hook): New static function; implement it, and call it...
1969         (main) [--desktop, --start-menu]: ...from here, to interpret these new
1970         command line options; they are propagated to scripts via...
1971         (MINGW_GET_DESKTOP_HOOK, MINGW_GET_START_MENU_HOOK): ...these new
1972         internally assigned environment variables.
1973         (help_text): Document --desktop and --start-menu.
1974
1975         * scripts/libexec/setup.lua scripts/libexec/wsh.lua: New lua module
1976         files; they implement a lua scripting API; they delegate requests to
1977         the Windows Scripting Host, via either of this pair of...
1978         * scripts/libexec/shlink.js: ...new script to create shortcuts, or...
1979         * scripts/libexec/unlink.js: ...its complement, to remove them.
1980         * Makefile.in (SRCDIST_SUBDIRS): Integrate them; enumerate them in...
1981         (scripts_srcdir, LIBEXEC_SCRIPTS): ...these new macros; use to...
1982         (install): ...install them.
1983
1984 2012-04-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
1985
1986         Initialise $LUA_PATH to locate mingw-get specific scripts.
1987
1988         * src/pkgexec.cpp (lua_path_init): New static inline function.
1989         (pkgXmlNode::DispatchScript): Call it on first time invocation, per...
1990         [lua_path_setup == false]: ...this static function local variable.
1991
1992 2012-04-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1993
1994         Support installation of releases other than latest available.
1995
1996         * src/pkgbase.h (pkgActionItem::ApplyBounds): New method; declare it.
1997
1998         * src/pkgdeps.cpp (pkgActionItem::ApplyBounds): Implement it.
1999         (pkgXmlDocument::Schedule): Use it to interpret user specified version
2000         bounds, and apply them to scheduled action items.  Having used...
2001         (get_version_bounds): ...this new static inline function...
2002         ...to acquire any user specified version bounds, check that they can
2003         be honoured, before scheduling any action; delegate diagnostics to...
2004         (dmh_notify_no_match): ...this new local helper function, to report
2005         when they can't, and to indicate viable alternatives.
2006
2007 2012-03-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
2008
2009         Rework previously inadequate solution for MinGW-Bug #3424406
2010
2011         * src/pkgtask.h: Update copyright notice for current year.
2012         (ACTION_MAY_SELECT): New manifest constant for use as flag; define it.
2013         * src/pkgexec.cpp (pkgActionItem::SelectIfMostRecentFit): Assign it.
2014
2015         * src/pkgdeps.cpp (STATIC_INLINE): New macro; define it.
2016         (ACTION_RECURSIVE_REINSTALL, ACTION_RECURSIVE_UPGRADE):
2017         (ACTION_RECURSIVE_REPLACE): New action code constants; define them.
2018         (with_flags): Original macro deleted; replace it with...
2019         (with_request_flags): ...this new static inline function.
2020         (if_noref, if_match, if_alias, with_download, promote): New static
2021         inline functions; they replace original macros of the same names.
2022         (is_recursive_action): Function no longer used; delete it.
2023         (action_class): New static inline function; implement and use it...
2024         (pkgXmlDocument::ResolveDependencies): ...here, to identify scheduling
2025         requirements for packages which are already installed; depends on...
2026         (request_mode): ...this new automatic variable; it augments and...
2027         (recursive_mode): ...replaces this one; rename it accordingly.
2028         (viable): Automatic variable no longer used; delete it.
2029         [DEBUG_REQUEST & DEBUG_TRACE_DEPENDENCIES]: Emit notification for
2030         scheduled installation.
2031         (pkgXmlDocument::Schedule): Add an implied...
2032         (ACTION_REMOVE): ...when scheduling a reinstallation.
2033
2034 2012-03-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
2035
2036         Address reinstallation issues per MinGW-Bugs #3416013 and #3424406
2037
2038         * src/pkgexec.cpp (reinstall_action_scheduled): New inline function.
2039         (pkgActionItem::Execute): Use it to identify cases where...
2040         [--reinstall]: ...implicit package removal is required, and also to
2041         facilitate improved progress reporting in such cases.
2042
2043         * src/pkgdeps.cpp (is_recursive_action): New inline function.
2044         (pkgXmlDocument::ResolveDependencies): Use it in tandem with...
2045         (recursive_mode): ...this new automatic variable, so as to handle...
2046         [meta-package dependency]: ...implicit recursion, to extend the scope
2047         of the current action to the first level of non-meta dependency.
2048         [install --reinstall]: ...reinstall original version of nominated
2049         package, ignoring any available upgrade; extend scope of operation...
2050         [install --reinstall --recursive]: ...to all prerequisite packages.
2051         [upgrade --reinstall]: ...upgrade nominated package if possible; if no
2052         upgrade available, reinstall current version; extend scope...
2053         [upgrade --reinstall --recursive]: ...to all prerequisites.
2054         (pkgXmlDocument::Schedule): Partially revert 2012-03-05 change;
2055         reimplement selectively; never promote...
2056         [install, install --reinstall]: ...these operations to become...
2057         [upgrade]: ...this, even if available; issue diagnostic instead.
2058
2059 2012-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2060
2061         Rationalise implementation and usage of --all-related option.
2062
2063         * src/pkgopts.h: Update copyright notice; add year 2012.
2064         (OPTION_RECURSIVE, OPTION_ALL_RELATED): New constants; define them.
2065         (pkgOpts::SetFlags): New method; declare and implement it inline.
2066
2067         * src/clistub.c: Update copyright notice; add year 2012.
2068         (options) [recursive, all-related]: Redefine in terms of...
2069         (OPTION_RECURSIVE, OPTION_ALL_RELATED): ...these.
2070         (help_text): Update appropriately.
2071
2072         * src/climain.cpp: Update copyright notice; add year 2012.
2073         (climain) [all-related]: Associate its use exclusively with...
2074         (source, licence): ...these package processing operations; use...
2075         (pkgOptions::SetFlags): ...this, to propagate its effect.
2076
2077 2012-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2078
2079         Don't report failed downloads in respect of virtual packages.
2080
2081         * src/pkginet.cpp (pkgActionItem::DownloadArchiveFiles): Clear...
2082         [ACTION_DOWNLOAD]: ...this status flag for any package identified as
2083         a meta-package; this corrects a further regression introduced with the
2084         2011-11-09 update, whereby pending download requests for such virtual
2085         packages were not cancelled, resulting in failure to install due to
2086         failed downloads, when no download is actually required.
2087
2088 2012-03-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
2089
2090         Don't suppress implied downloads for top-level actions.
2091
2092         * src/pkgdeps.cpp: Update copyright notice for new year.
2093         (pkgXmlDocument::Schedule) [!OPTION_PRINT_URIS]: Ensure that...
2094         [ACTION_DOWNLOAD]: ...this is enabled, when scheduling an install or
2095         an upgrade action for a package specified as a command line argument;
2096         this corrects a regression introduced on 2011-11-09, which resulted in
2097         ACTION_DOWNLOAD being enabled only for second tier dependent actions.
2098
2099 2012-02-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
2100
2101         Copyright notice updates.
2102
2103         * Makefile.in: Add 2012 as year of republication.
2104         * src/pkgbase.h src/sysroot.cpp src/pkgexec.cpp: Likewise.
2105         * src/rites.c src/pkginst.cpp src/pkgunst.cpp: Likewise.
2106
2107 2012-02-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
2108
2109         Fix ill-advised optimisation in $APPROOT environment lookup.
2110
2111         * src/rites.c (approot_path): Don't save result of getenv() lookup
2112         across calls; the environment may have been moved in the interim,
2113         making the original result invalid on any subsequent call.  Also,
2114         prefer MS-Windows style (with backslashes) for default.
2115         (pkgLastRites): Report full path name for lastrites.exe, on execl()
2116         failure, rather than only the path relative to $APPROOT.
2117
2118 2012-02-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
2119
2120         Propagate sysroot path settings to scripts via the environment.
2121
2122         * src/pkgbase.h (PKG_PUTENV_FLAGS_MASK): New constant; it maps...
2123         (PKG_PUTENV_DIRSEP_MSW, PKG_PUTENV_DIRSEP_POSIX): ...these flags...
2124         (PKG_PUTENV_SCAN_VARNAME, PKG_PUTENV_NAME_TOUPPER): ...and these;
2125         they are used to specify optional behavioural choices for...
2126         (pkgPutEnv): ...this new function; declare it.
2127
2128         * src/sysroot.cpp (pkgPutEnv): Implement it.
2129         (pkgXmlDocument::LoadSystemMap): Use it to add $SUBSYSTEM_SYSROOT path
2130         specifications to the environment, for each named subsystem associated
2131         with the active system map.
2132
2133         * src/pkgexec.cpp (pkgActionItem::Execute): Invoke pkgPutEnv() prior
2134         to processing of each package install, upgrade, or remove action, so
2135         as to update environment variable $SYSROOT to represent the sysroot
2136         path for each package processed, during execution of script hooks.
2137
2138 2012-02-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
2139
2140         Implement hooks to support lua scripting interface.
2141
2142         * Makefile.in (LIBS): Add -llua.
2143
2144         * src/pkgbase.h (pkgXmlNode::InvokeScript): New method; declare it
2145         as private, and provide overloaded public inline API implementation.
2146         (pkgXmlNode::DispatchScript): New private method; declare it.
2147
2148         * src/pkgexec.cpp (pkgXmlNode::InvokeScript): Implement it.
2149         (pkgXmlNode::DispatchScript): Likewise; it directs InvokeScript to...
2150         (pkgInvokeScript): ...this new static function; implement it.
2151
2152         * src/pkginst.cpp (pkgInstall): Call InvokeScript as appropriate.
2153         * src/pkgunst.cpp (pkgRemove): Likewise.
2154
2155 2011-11-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
2156
2157         Avoid implicit cast warnings; reported by Robert Hartmann.
2158
2159         * src/dmh.h (DMH_BEGIN_DIGEST): Explicitly cast to uint16_t.
2160         (DMH_END_DIGEST): Likewise.
2161
2162 2011-11-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
2163
2164         Avoid unnecessary downloads for already installed packages.
2165
2166         * src/pkginet.cpp (pkgActionItem::DownloadSingleArchive): Require
2167         external scheduling of ACTION_DOWNLOAD; cancel the scheduled request
2168         on completion, or when not required due to pre-existing local copy.
2169
2170         * src/climain.cpp (pkgActionItem::GetSourceArchive): Must always be
2171         prepared to download the associated archive; enable ACTION_DOWNLOAD.
2172
2173         * src/pkgexec.cpp (pkgActionItem::Schedule) [OPTION_REINSTALL]:
2174         May need to download the archive, even when the requested package was
2175         previously installed; schedule ACTION_DOWNLOAD to enable this.
2176
2177         * src/pkgdeps.cpp (promote): Macro redefined in terms of...
2178         (with_flags, with_download): ...these new macros; implement and...
2179         (pkgXmlDocument::ResolveDependencies): ...use them to enable/schedule
2180         ACTION_DOWNLOAD only when expected that it may be necessary.
2181
2182 2011-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
2183
2184         Fix packaging anomalies for source and licence distributions.
2185
2186         * Makefile.in (licdist): Link README from ${CURDIR}, not from '..'.
2187         (srcdist): Explicitly link pkginfo.c from ${CURDIR} to src/pkginfo,
2188         rather than as implied prerequisite; this avoids a bogus attempt to
2189         link srcdist-doc into src/pkginfo.
2190
2191 2011-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
2192
2193         Bump version number for subsequent CVS snapshots.
2194
2195         * configure.ac (AC_INIT): Set version to 0.4-alpha-1.1cvs
2196
2197 2011-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
2198
2199         mingw-get-0.4-mingw32-alpha-1 released.
2200
2201         * configure.ac (AC_INIT): Adjust version number.
2202         * srcdist-doc/NEWS.in: Updated; document new features and bugs fixed.
2203         * All files (r0-4-alpha-1): Tag assigned.
2204
2205 2011-11-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
2206
2207         Don't upgrade installed DLL components to incompatible version.
2208         Provide clearer diagnostics for failed requests on implied packages.
2209
2210         * src/pkgdeps.cpp (is_abi_compatible): New static inline function.
2211         (pkgXmlDocument::ResolveDependencies) [is_installed]: Use it.
2212         (pkgXmlDocument::ResolveDependencies) [DEBUG_TRACE_DEPENDENCIES]:
2213         Clean up and improve diagnostic message content and formatting.
2214         (pkgXmlDocument::Schedule) [(upgrade || remove) && ! installed]:
2215         Downgrade diagnostic to WARNING, for implicitly specified component
2216         packages; provide additional explanatory diagnostics.
2217
2218         * src/pkgspec.cpp (pkgSpecs::VersionComparator):
2219         * src/pkgexec.cpp (pkgActionItem::SelectIfMostRecentFit):
2220         [DEBUG_TRACE_DEPENDENCIES]: Eliminate diagnostic noise.
2221
2222 2011-10-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
2223
2224         Fix --download-only vs. --reinstall conflict.
2225
2226         * src/pkgexec.cpp (pkgActionItem::Execute) [OPTION_DOWNLOAD_ONLY]:
2227         Test for explicit inequality, rather than equality to zero; since the
2228         2011-08-30 update, which made --download-only also imply --reinstall,
2229         it will test as non-zero when --reinstall is specified, even though
2230         --download-only is not.
2231
2232 2011-10-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
2233
2234         Add support for non-specific upgrade of all installed packages.
2235
2236         * src/pkgbase.h (pkgXmlDocument::RescheduleInstalledPackages):
2237         New public method; declare it.
2238
2239         * src/pkgdeps.cpp (pkgXmlDocument::RescheduleInstalledPackages):
2240         Implement it.
2241
2242         * src/climain.cpp (climain) [ACTION_UPGRADE && argc < 2]: Invoke
2243         pkgXmlDocument::RescheduleInstalledPackages() to schedule the upgrade
2244         request for all packages currently registered as installed.
2245
2246 2011-10-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
2247
2248         Implement "source" and "licence" operations.
2249
2250         * src/pkgopts.h (OPTION_ALL_DEPS): New option code; define it.
2251         * src/clistub.c (main): Associate it with...
2252         (all-related, recursive): ...these synonymous option names...
2253         (options): ...defined within this local structured array.
2254         (help_text): Document them; also document "source" and "licence" as
2255         new operations which may be specified on the command line.
2256
2257         * src/pkgtask.h (action_source, action_licence): Enumerate them.
2258         (ACTION_SOURCE, ACTION_LICENCE): Define their manifest values, and...
2259         * src/pkgexec.cpp (action_name): ...associate with operation names.
2260
2261         * src/pkgbase.h (pkgActionItem::GetScheduledSourceArchives):
2262         (pkgActionItem::GetSourceArchive, pkgXmlDocument::GetSourceArchive):
2263         New public methods; declare them for external implementation.
2264         (pkgXmlDocument::GetScheduledSourceArchives): New public method;
2265         implement it as inline.
2266
2267         * src/climain.cpp (pkgProcessedArchives): New pointer to stack of...
2268         (pkgArchiveNameList): ...this new locally defined class; implement it.
2269         (pkgActionItem::GetSourceArchive, pkgXmlDocument::GetSourceArchive):
2270         (pkgActionItem::GetScheduledSourceArchives): Implement them.
2271         (climain): Add invocation hooks.
2272
2273 2011-10-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
2274
2275         Establish mapping from release tarname to source tarname.
2276
2277         * src/pkgreqs.cpp (inherited_requirement): New inline function.
2278         (requirement): Use it; adapt to propagate release archive format and
2279         compression type fields, in addition to version fields, when resolving
2280         "%" wildcard matches within the template for the resultant tarname.
2281         (pkgAssociateName): New public function; implement it for use by...
2282         * src/pkgname.cpp (pkgResolvedName): ...this new inline function.
2283         (pkgXmlNode::SourceArchiveName): Use it; adapt to accept a category
2284         selector, so it may resolve source or licence tarnames on demand.
2285
2286         * src/pkgbase.h (pkgXmlNode::SourceArchiveName): Modify declaration;
2287         add category selector argument to support source/licence choice.
2288
2289 2011-10-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
2290
2291         Facilitate downloads using diverse cache directories.
2292
2293         * src/pkgbase.h (pkgActionItem::DownloadSingleArchive): New private
2294         method; declare it; it handles the download for a single named archive
2295         file, and stores it in a specifed cache directory.
2296
2297         * src/pkginet.cpp (pkgActionItem::DownloadSingleArchive): Implement
2298         it; factor its code from the original implementation within...
2299         (pkgActionItem::DownloadArchiveFiles): ...this; adapt to use it.
2300
2301 2011-10-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
2302
2303         Establish cache directory for source archive downloads.
2304
2305         * src/mkpath.h (pkgSourceArchivePath): New function; declare it.
2306         * src/mkpath.c (pkgSourceArchivePath): Implement it.
2307
2308 2011-08-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2309
2310         Support archive extraction to arbitrary destination without install.
2311
2312         * src/pkgproc.h (pkgArchiveProcessor::ExtractFile): New virtual
2313         helper method for use, as core helper, by derived classes; declare it.
2314         (pkgArchiveProcessor::CreateExtractionDirectory): Likewise.
2315         (pkgTarArchiveProcessor): Declare overloaded default constructor.
2316         (pkgTarArchiveExtractor): New class definition; it is derived from
2317         pkgTarArchiveProcessor.
2318
2319         * src/tarproc.cpp (pkgArchiveProcessor::ExtractFile): Implement it.
2320         (pkgArchiveProcessor::CreateExtractionDirectory): Likewise.
2321         (pkgTarArchiveExtractor): Implement constructor, together with...
2322         (pkgTarArchiveExtractor::ProcessDirectory): ...this method, and also...
2323         (pkgTarArchiveExtractor::ProcessDataStream): ...this one; these are
2324         declared as abstract, in the pkgTarArchiveProcessor base class.
2325         (pkgTarArchiveInstaller::ProcessDirectory): Simplify; it now delegates
2326         directory creation to pkgArchiveProcessor::CreateExtractionDirectory.
2327         (pkgTarArchiveInstaller::ProcessDataStream): Simplify; delegate file
2328         handling to pkgArchiveProcessor::ExtractFile, as appropriate.
2329
2330 2011-08-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2331
2332         Make --download-only and --print-uris imply --reinstall.
2333
2334         * src/pkgopts.h (OPTION_PRINT_URIS): Adjust definition.
2335         (OPTION_DNLOAD_ONLY, OPTION_DOWNLOAD_ONLY): Likewise.
2336
2337 2011-08-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
2338
2339         Implement --download-only and --print-uris options.
2340
2341         * src/pkgopts.h (OPTION_DOWNLOAD_ONLY, OPTION_PRINT_URIS):
2342         New manifest constants, identifying flag bits; define them.
2343         (OPTION_DNLOAD_ONLY): Likewise; an alias for OPTION_DOWNLOAD_ONLY.
2344
2345         * src/pkgbase.h (pkgActionItem::PrintURI): New private method.
2346         * src/pkginet.cpp: Implement it.
2347
2348         * src/clistub.c (options): Add "download-only" and "print-uris".
2349         (help_text): Document them.
2350         * src/pkgexec.cpp (pkgActionItem::Execute): Process them.
2351
2352 2011-07-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2353
2354         mingw-get-0.3-mingw32-alpha-2.1 released.
2355
2356         * configure.ac (AC_INIT): Adjust version number.
2357         * srcdist-doc/NEWS.in: Updated; document bugs fixed.
2358         * All files (r0-3-alpha-2-1): Tag assigned.
2359
2360 2011-07-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2361
2362         Adopt tar.xz as default package archive format.
2363
2364         * Makefile.in (TARZIP, TAREXT): New macros; define them.
2365         (bindist, licdist, srcdist): Use them in place of hardcoded tar.gz
2366         (maintainer-clean): Expunge tar files of any compression format.
2367
2368 2011-07-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
2369
2370         Correct handling of release status in requirements specifications.
2371
2372         * src/debug.h (DEBUG_TRACE_DEPENDENCIES): New tracing hook; define it.
2373         * src/pkgexec.cpp (pkgActionItem::SelectIfMostRecentFit): Use it; add
2374         function entry/exit tracing report hooks.
2375         * src/pkgdeps.cpp (pkgXmlDocument::ResolveDependencies): Likewise;
2376         also add internal trace point reporting, which may also require...
2377         (show_required): ...this new static inline DEBUG_INVOKED function.
2378
2379         * src/pkgreqs.cpp (requirement): Propagate release status and release
2380         reference index fields from requirer, when package version requirement
2381         is specified by a '%' token, and no explicit release status override
2382         is included in the requirement specification.
2383
2384         * src/pkgspec.cpp (is_wildcard_spec): New static inline helper.
2385         (pkgSpecs::VersionComparator): Use it to identify any package version
2386         specification which may require the extension of a wildcard match, to
2387         span the package version and release status fields; also add tracing
2388         hooks, triggered on DEBUG_TRACE_DEPENDENCIES, to facilitate debugging.
2389
2390 2011-06-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
2391
2392         Avoid accidental RCS keyword substitutions.
2393
2394         * Makefile.in (DOLLAR): New macro; define it.
2395         (readme.txt, readme.txt.in): Use it, where unexpanded RCS Id keyword
2396         matching is intended.
2397
2398 2011-06-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
2399
2400         Mercurial support revisited.
2401
2402         * .cvsignore (.hgtags): Add to CVS untracked list.
2403
2404 2011-06-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
2405
2406         Update readme.txt ID tag-line to track NEWS rather than README.
2407
2408         * Makefile.in (readme.txt.in): New rule; implement it.
2409         (readme.txt.tag): Likewise; this implements the tag-line tracking.
2410         (readme.txt): Rule redefined in terms of the preceding pair.
2411
2412 2011-06-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
2413
2414         mingw-get-0.3-mingw32-alpha-2 released.
2415
2416         * configure.ac (AC_INIT): Adjust version number.
2417         * srcdist-doc/NEWS.in: Updated; document new features and bugs fixed.
2418         * All files (r0-3-alpha-2): Tag assigned.
2419
2420 2011-06-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
2421
2422         Add internal documentation for --reinstall option.
2423
2424         * src/clistub.c (help_text): Add description for "--reinstall".
2425
2426 2011-06-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
2427
2428         Support use of Mercurial within a CVS working copy.
2429
2430         * .cvsignore (.hg, .hgignore): Don't have CVS track these.
2431
2432 2011-06-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
2433
2434         Implement --reinstall option.
2435
2436         * src/pkgopts.h (OPTION_REINSTALL): New macro; define it.
2437         (OPTION_GENERIC, OPTION_SHIFT_MASK): Likewise.
2438         (OPTION_EXTRA_FLAGS): New field; declare it.
2439
2440         * src/clistub.c (options): Add "reinstall".
2441         (OPTION_GENERIC): Use it where appropriate; within its scope...
2442         (OPTION_STORAGE_CLASS): Improve descriptive comments; add handling for
2443         default case of flag type options requiring an alignment shift.
2444
2445         * src/pkgexec.cpp: Remove previous "always reinstall" kludge.
2446         (pkgOptionSelected, PKG_OPTION_REINSTALL): Remove obsolete macros.
2447         (pkgActionItem::Execute): Check for "upgrade" request on any package
2448         which is already up to date; report this state, otherwise...
2449         [OPTION_REINSTALL || ACTION_UPGRADE]: Mark package as "removed", to
2450         avoid bail-out on "package already installed", when calling...
2451         (pkgInstall): ...this.
2452
2453 2011-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2454
2455         Don't require -vv to report progress of update operation.
2456
2457         * src/pkgbind.cpp (pkgRepository::GetPackageList): Eliminate all
2458         basename() calls; `dname' already tells us what it should return.
2459         [update]: Report progress, irrespective of verbosity setting.
2460
2461 2011-06-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
2462
2463         Fix MinGW-Bug #3313806.
2464
2465         * src/pkginfo/pkginfo.l (CMS_KEYWORDS): Do not match them within the
2466         PACKAGE_NAME field; this avoids misinterpretation as a release status
2467         qualifier when intended as part of the package name, as in msys-cvs.
2468
2469 2011-06-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
2470
2471         Provisional correction for MinGW-Bug #3309438.
2472
2473         * src/debug.h [DEBUGLEVEL == 0]: Provide defaults for...
2474         (DEBUG_ENABLED, DEBUG_REQUEST): ...these macros.
2475
2476         * src/tarproc.cpp (pkgTarArchiveInstaller::ProcessDirectory):
2477         (pkgTarArchiveInstaller::ProcessDataStream): Use DEBUG_REQUEST to
2478         enable runtime trace activation for previous compile time choices.
2479
2480 2011-05-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2481
2482         mingw-get-0.3-mingw32-alpha-1 released.
2483
2484         * configure.ac (AC_INIT): Adjust version number.
2485         * srcdist-doc/NEWS.in: Updated; document new features.
2486         * All files (r0-3-alpha-1): Tag assigned.
2487
2488 2011-05-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2489
2490         Support assignment of DEBUGLEVEL at configure time.
2491
2492         * configure.ac (DEBUGLEVEL): Declare as a precious variable, using
2493         AC_ARG_VAR; also declare with AC_SUBST, to ensure it is initialised.
2494
2495         * Makefile.in (DEBUGLEVEL): Let AC_SUBST assign it.
2496
2497 2011-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2498
2499         Work around bugs in MinGW and GNU getopt_long_only() implementations.
2500
2501         * src/getopt.c: New file; this is a free-standing replacement for any
2502         implementation provided by system libraries.  We will always use this
2503         to ensure correct operation irrespective of system bugs; (different
2504         bug manifestations have been identified in the stock MinGW and GNU
2505         implementations).
2506
2507         * Makefile.in (mingw-get.EXEEXT): Use it.
2508
2509         * src/clistub.c (options): Remove redundant declaration of `-v' as a
2510         long form option.
2511
2512 2011-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2513
2514         Implement user selection of traceable features at run-time.
2515
2516         * src.pkgopts.h (OPTION_VERBOSE_MAX): New macro; define it.
2517
2518         * src/debug.h (DEBUG_ENABLED): New macro; define it.
2519         (DEBUG_REQUEST, DEBUG_REQUEST_FLAGS, DEBUG_TRACE_DYNAMIC): Likewise.
2520
2521         * src/clistub.c (main) [--trace]: Don't make it available unless...
2522         [DEBUG_ENABLED(DEBUG_TRACE_DYNAMIC)]: ...this is set (at compile-time).
2523         [--verbose]: Limit to OPTION_VERBOSE_MAX, using...
2524         (atmost): ...this new macro; define it.
2525         (options): Declare `-v' as both long and short form, pending bug fix
2526         in MinGW's getopt_long_only() implementation.
2527
2528         * src/pkginet.cpp (pkgInternetAgent::OpenURL): Use DEBUG_REQUEST.
2529         (pkgInternetLzmaStreamingAgent::TransferData): Likewise.
2530         (pkgInternetStreamingAgent::TransferData): Likewise.
2531         (pkgInternetStreamingAgent::Get): Likewise.
2532
2533         * src/pkgunst.cpp (pkgActionItem::SetAuthorities): Use DEBUG_REQUEST.
2534         (pkg_rmdir, pkg_unlink): Likewise.
2535
2536         * src/sysroot.cpp (pkgXmlDocument::LoadSystemMap): Use DEBUG_REQUEST.
2537
2538 2011-05-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
2539
2540         Implement protocol for processing global program options.
2541
2542         * src/pkgopts.h: New file.
2543
2544         * src/climain.cpp (cli_setopts): New function; implement it.
2545         (pkgOptions): Likewise.
2546
2547         * src/clistub.c (xatoi): New function; implement it.
2548         (cli_setargv): New inline helper function; implement it.
2549         (main): Use it.  Also incorporate implementation of...
2550         (parsed_options): New structure; it accommodates...
2551         (verbose, trace): New options; interpret them, and...
2552         (help_text): ...document them.
2553
2554         * src/pkgbind.cpp (pkgRepository::GetPackageList): Make catalogue
2555         loading notifications and progress reports conditional on...
2556         [OPTION_VERBOSE > 1]: ...this.
2557
2558 2011-05-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
2559
2560         Augment known development status keywords and accept CMS labels.
2561
2562         * src/pkginfo/pkginfo.l (CMS_KEYWORDS): Define new provisional list;
2563         add transitional state scanner rule and code to interpret them.
2564         (STATUS_KEYWORDS): Add "pre" and "rc" to existing list; modify scanner
2565         code to maintain consistency with CMS_KEYWORDS processing; also extend
2566         this coding strategy to other rules.
2567
2568         * src/pkginfo/driver.c (spec): Strip initial '$' token from displayed
2569         field values; (we expect it only for a CMS_KEYWORDS field value).
2570
2571         * src/pkgreqs.cpp (pkgSpecs::GetTarName): Remove any initial '$' token
2572         from PACKAGE_RELEASE_STATUS field, when performing reverse of tarname
2573         decomposition transformation.
2574
2575 2011-05-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
2576
2577         Correct omission from 2011-02-18 commit.
2578
2579         * src/tarproc.cpp (Copyright Notice): Add 2011 as year of release.
2580
2581 2011-05-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
2582
2583         mingw-get-0.2-mingw32-alpha-4 released.
2584
2585         * configure.ac (AC_INIT): Adjust version number.
2586         * srcdist-doc/NEWS.in: Updated; add bug-fix/feature descriptions.
2587         * All files (r0-2-alpha-4): Tag assigned.
2588
2589 2011-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2590
2591         Fix MinGW-Bug #3297660 (reported by Chris Sutcliffe).
2592
2593         * src/pkgbase.h (pkgActionItem::SetAuthorities): Return unsigned long.
2594         (pkgActionItem::HasAttribute): New inline method; implement it.
2595
2596         * src/pkgtask.h (ACTION_DOWNLOAD, ACTION_DOWNLOAD_OK): New macros.
2597
2598         * src/pkginet.cpp (pkgActionItem::DownloadArchiveFiles):
2599         [ACTION_DOWNLOAD]: Assert it at commencement of each package download;
2600         clear it again, on successful download completion.
2601
2602         * src/pkginst.cpp (pkgtask.h): #include it.
2603         (pkgInstall) [ACTION_DOWNLOAD]: Don't proceed with installation when
2604         set; this indicates failed download; diagnose it.
2605
2606         * src/pkgunst.cpp (pkgRemove) [ACTION_DOWNLOAD && ACTION_UPGRADE]:
2607         Don't proceed with pre-emptive removal when both set; this indicates
2608         failed download of replacement package; diagnose it.
2609
2610 2011-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2611
2612         Fix MinGW-Bug #3295526 (reported by Charles Wilson).
2613
2614         * src/pkgunst.cpp (sys/stat.h): #include it; we need it for...
2615         (pkg_unlink): ...chmod( file, S_IWRITE ), emulating `rm -f' semantics.
2616
2617 2011-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2618
2619         Diagnose and aggressively retry failed download connections.
2620
2621         * src/debug.h (DEBUG_TRACE_INTERNET_REQUESTS): New macro; define it.
2622
2623         * src/pkginet.cpp (debug.h): #include it.
2624         (pkgDownloadMeter): New abstract class; declare it and implement its
2625         default (non-abstract) data and methods; derive...
2626         (pkgDownloadMeterTTY): ...this new class from it; implement it...
2627         (pkgInternetStreamingAgent::Get): ...and instantiate it (naively for
2628         now), as associated pkgDownloadMeter object; add tracing diagnostic.
2629         (pkgInternetAgent::OpenURL): Don't inline it; move implementation out
2630         of line; add retry loops to aggressively retry failed connections.
2631         (pkgInternetAgent::QueryContentLength): New method; implement it.
2632         (pkgInternetStreamingAgent::TransferData): Avoid Microsoft specific
2633         data type `DWORD'; prefer equivalent standard `unsigned long'.  Add
2634         tracing diagnostic.  Remove progress diagnostic; replace it with an
2635         `Update' request to associated pkgDownloadMeter.
2636         (pkgInternetLzmaStreamingAgent::GetRawData): Avoid `DWORD' data type.
2637         (pkgInternetLzmaStreamingAgent::TransferData): Likewise; add tracing
2638         diagnostic on failure.
2639
2640 2011-03-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
2641
2642         mingw-get-0.2-mingw32-alpha-3 released.
2643
2644         * configure.ac (AC_INIT): Adjust version number.
2645         * srcdist-doc/NEWS.in: Updated; add bug-fix description.
2646         * All files (r0-2-alpha-3): Tag assigned.
2647
2648 2011-03-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2649
2650         Provisional handling for http proxy authentication.
2651         (Adapted from patch by Scott Michel <pingbak@users.sourceforge.net>)
2652         (ref: MinGW-Patch #3158453)
2653
2654         * src/pkginet.cpp: Several format/layout adjustments; add comments.
2655         Eliminate several instances of Microsoft specific typedef nastiness.
2656         (dmh_dialogue_context): New macro; kludge definition to support...
2657         (pkgInternetAgent::OpenURL) [HTTP_STATUS_PROXY_AUTH_REQ]: Detect
2658         and handle it.
2659
2660 2011-03-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2661
2662         Expand macros in path names for files and directories to be removed.
2663
2664         * src/pkgunst.cpp (pkgRemove): Format sysroot as a template, so...
2665         (pkg_rmdir, pkg_unlink): ...are able to use mkpath() to construct the
2666         full path name for each file or directory to be removed.
2667
2668 2011-03-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2669
2670         Correct defective activation logic for some debugging hooks.
2671
2672         * src/pkgunst.cpp (pkg_rmdir, pkg_unlink) [DEBUG_INVOKE_IF]:
2673         (pkgActionItem::SetAuthorities) [DEBUG_INVOKE_IF]: Use bit-wise `&'
2674         operator, not `&&', to evaluate DEBUGLEVEL state.
2675
2676 2011-03-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
2677
2678         Avoid Unicode hyphens in generated ASCII document files.
2679
2680         * Makefile.in (NROFF): New macro; define it to invoke `nroff -Tascii'.
2681         (%.dist, readme.txt): Use it to ensure that output is pure ASCII.
2682
2683 2011-03-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
2684
2685         mingw-get-0.2-mingw32-alpha-2 released.
2686
2687         * configure.ac (AC_INIT): Adjust version number.
2688         * srcdist-doc/NEWS.in: Updated; add bug-fix description.
2689         * All files (r0-2-alpha-2): Tag assigned.
2690
2691 2011-03-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
2692
2693         Fix MinGW-Bug 3212246.
2694
2695         * src/keyword.c (has_keyword): Avoid incrementing the comparison
2696         pointers when a significant character in one string is not matched in
2697         the other; previously the pointers were left pointing one character to
2698         the right of the mismatch, and this was overlooked if the mismatch
2699         occurred at the rightmost character in both strings.
2700
2701 2011-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2702
2703         mingw-get-0.2-mingw32-alpha-1 released.
2704
2705         * configure.ac (AC_INIT): Set version number; correct capitalisation
2706         in URI reference to bug reporting instructions.
2707
2708         * srcdist-doc/NEWS.in: Confirm release date.
2709         [bug reporting]: Remove redundant paragraph; the information is
2710         provided, via reference to mingw.org. in the README and INSTALL files.
2711
2712         * All files (r0-2-alpha-1): Tag assigned.
2713
2714 2011-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
2715
2716         * srcdist-doc/INSTALL.in [building]: Qualify liblzma.a requirement;
2717         add earliest acceptable snapshot release date.
2718
2719 2011-03-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
2720
2721         Remove unused 7zip and boost source code from CVS trunk.
2722
2723         * 7z: Directory and all content removed.
2724         * boost: Likewise.
2725
2726 2011-03-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
2727
2728         Refactor and update existing installation and usage instructions.
2729
2730         * src/clistub.c (help_text): Updated.
2731
2732         * srcdist-doc: New directory.
2733
2734         * README: Deleted; its content refactored into...
2735         * srcdist-doc/README.in srcdist-doc/INSTALL.in srcdist-doc/NEWS.in:
2736         ...these new template files, updated for current development state.
2737
2738         * srcdist-doc/gendoc.sed.in: New sed script; it directs formatting of
2739         generated text files derived from the srcdist-doc templates.
2740
2741         * Makefile.in (SRCDIST_SUBDIRS): Add srcdist-doc.
2742         (SRCDIST_FILES): Add NEWS and INSTALL.
2743         (srcdist-doc): New build rule to generate README, NEWS and INSTALL.
2744         (srcdist, licdist): Adjust path to locate them.
2745         (readme.txt): New build rule to generate on-line package description.
2746         (dist): Require it.
2747         (distclean): Don't remove Makefile...
2748         (maintainer-clean): ...but do it here instead.  Also remove generated
2749         README, NEWS and INSTALL, the autom4te cache, and all distributable
2750         zip files, in addition to tarballs, for the current version.
2751
2752 2011-02-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
2753
2754         Initial implementation for "remove" feature.
2755
2756         * src/pkgbase.h: Update copyright notice; add current year.
2757         (pkgActionItem::SetPrimary): New inline public method; declare it.
2758         (pkgActionItem::SetAuthorities): New public method; declare it.
2759
2760         * src/pkgtask.h (ACTION_PREFLIGHT, ACTION_REMOVE_OK): New defines.
2761
2762         * src/pkgproc.h: Update copyright notice; add current year.
2763         (pkgManifest::GetSysRootReference): New public method; declare it.
2764         (pkgManifest::GetRoot): New inline method; declare and implement it.
2765         (pkgManifest::DetachSysRoot): Argument type changed to const char*.
2766         (pkgRemove): New extern "C" function; declare it.
2767
2768         * src/pkgexec.cpp (pkgActionItem::SetPrimary): Implement it, and...
2769         (pkgXmlDocument::Schedule): ...use it to promote actions on all user
2770         specified packages, as listed on the command line, to primary status.
2771         (pkgActionItem::Execute): Repeatedly invoke...
2772         (pkgActionItem::SetAuthorities): ...this; incorporate call of...
2773         (pkgActionItem::DownloadArchiveFiles): ...this, within the loop, so
2774         that we retry failed downloads at least a second time.
2775         [ACTION_REMOVE]: Delete stub; invoke pkgRemove().
2776
2777         * src/pkgunst.cpp: New file.
2778         (pkgActionItem::SetAuthorities): Implement it.
2779         (pkgManifest::GetSysRootReference): Implement it.
2780         (pkgManifest::DetachSysRoot): Implement it per new declaration.
2781         (pkgRemove): Implement it.
2782
2783         * Makefile.in (CORE_DLL_OBJECTS): Add pkgunst.OBJEXT
2784
2785 2011-02-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
2786
2787         Work-around for improper stderr buffering in MSYS mintty and rxvt.
2788         (Merged from r0-1-alpha-5 branch).
2789
2790         * src/dmh.cpp (dmhTypeTTY::emit_and_flush): New private method.
2791         (dmhTypeTTY::printf, dmhTypeTTY::notify): Use it to force an fflush()
2792         after each output record is written to stderr.
2793
2794         * README: Update as appropriate.
2795
2796 2011-02-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
2797
2798         Tidy up some debugging hooks.
2799
2800         * src/debug.h (DEBUG_INVOKED): New macro; define it.
2801         (DEBUG_INVOKE_IF): Likewise; this takes arguments providing for
2802         conditional invocation of code when DEBUGLEVEL is non-zero; make it
2803         expand to nothing, when DEBUGLEVEL is zero.
2804         (DEBUG_TRACE_INIT): Redefined macro; value changed to 0x0010.
2805         (DEBUG_TRACE_TRANSACTIONS, DEBUG_SUPPRESS_INSTALLATION):
2806         (DEBUG_UPDATE_INVENTORY): New macros; define them.
2807
2808         * src/tarproc.cpp (pkgTarArchiveInstaller::ProcessDirectory):
2809         (pkgTarArchiveInstaller::ProcessDataStream): Refactor debugging hooks;
2810         implement them in terms of DEBUGLEVEL, with reference to...
2811         (DEBUG_SUPPRESS_INSTALLATION, DEBUG_UPDATE_INVENTORY): ...these.
2812
2813 2011-02-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
2814
2815         Make package version comparisons more robust.
2816
2817         Fixes an issue reported by Chris Sutcliffe: previously, version
2818         comparisons were evaluated solely on the basis of differences in the
2819         package version field itself.  Henceforth, if this field compares as
2820         equal, then the comparison is extended to also consider differences
2821         between development phase qualifiers, and, if these too compare as
2822         equal, to differences in the target subsystem version fields.
2823
2824         * src/pkginfo/pkginfo.h (pkgSpecs::VersionComparator): New private
2825         method; declare it.
2826
2827         * src/pkgspec.cpp (pkgSpecs::VersionComparator): Implement it.
2828         (pkgSpecs::operator<, pkgSpecs::operator<=, pkgSpecs::operator>=):
2829         (pkgSpecs::operator>): Use it, replacing...
2830         (version): ...this static function; now unreferenced; delete it.
2831
2832         * src/vercmp.h (pkgVersionInfo::pkgVersionInfo): Make it inline; it
2833         now delegates the entire class construction operation to...
2834         (pkgVersionInfo::Parse): ...this new private method; declare it.  This
2835         is also used to facilitate implementation of...
2836         (pkgVersionInfo::Reset): ...this new inline method, also requiring...
2837         (pkgVersionInfo::FreeAll): ...this new inline method; also now used by
2838         the class destructor, it encapsulates separate calls to...
2839         (pkgVersionInfo::Free): ...this original inline method, renamed...
2840         (pkgVersionInfo::FreeEntry): ...as this.
2841
2842         * src/vercmp.cpp (pkgVersionInfo::Parse): Implement it.
2843
2844 2011-02-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
2845
2846         Merge from mingw-get-0.1-mingw32-alpha-5 bug-fix branch.
2847
2848         * src/pkgdeps.cpp (pkgXmlDocument::ResolveDependencies): Promote
2849         "install" action on new prerequisites, where a previously uninstalled
2850         package is required to satisfy any "upgrade" dependency.
2851
2852         * src/pkgexec.cpp (pkgActionList::Execute): Don't make misleading
2853         claims concerning package removal.
2854
2855         * src/pkgtask.h (STRICTLY_GT, STRICTLY_LT, ACTION_PRIMARY): Add one
2856         level of parentheses around defining expressions.
2857
2858 2011-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
2859
2860         Publish mingw-get-0.0-mingw32-alpha-5.1 bug-fix release.
2861
2862         * README: Updated to reflect changes.
2863
2864 2011-02-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
2865
2866         Improve diagnostics for failed GUI invocation.
2867
2868         * src/guimain.cpp: New file; currently delivers only a diagnostic
2869         stub, provided by Sze Howe Koh <axfangli@users.sourceforge.net>, to
2870         pop-up a message block explaining why GUI mode cannot be invoked.
2871
2872         * Makefile.in (GUI_LDFLAGS): New macro; it is required by...
2873         (gui$EXEEXT): ...this new build rule; add to prerequisites of...
2874         (all): ...this [default] build rule; redefine this in terms of...
2875         (BIN_PROGRAMS, LIBEXEC_PROGRAMS, LIBEXEC_DATA): ...these new macros;
2876         define them, and also use them as loop iterator objectives for...
2877         (install, install_strip): ...these; also schedule them...
2878         (clean): ...for removal by this.
2879
2880         * src/clistub.c (Copyright): Add new year.
2881         (main): Amend error message, if gui$EXEEXT doesn't start; make it
2882         more intelligible to normal users.
2883
2884 2011-02-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
2885
2886         Correct omissions from packaged source tarball.
2887
2888         * Makefile.in (Copyright): Add new year.
2889         (SRCDIST_FILES): Add aclocal.m4
2890         (SRCDIST_SUBDIRS): Add m4
2891
2892 2011-01-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
2893
2894         Reduce path names to base names, in some diagnostic message contexts.
2895
2896         * src/climain.cpp: Update copyright notice for new year.
2897         (climain): Extract base name from argv[0], to pass as program name tag
2898         in initialisation of diagnostic message handler.
2899
2900         * src/dmh.h, src/dmh.cpp: Update copyright notices; make some layout
2901         adjustments, for more consistent formatting style.
2902
2903         * src/pkgbind.cpp: Update copyright notice.
2904         (pkgRepository::GetPackageList): Reduce path names for catalogue files
2905         to their base names, when reporting them in diagnostic messages.
2906
2907 2011-01-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
2908
2909         Avoid a potential out-of-range action name look-up.
2910
2911         * src/pkgdeps.cpp: Update copyright notice for new year.
2912         (pkgXmlDocument::Schedule): Mask action code with ACTION_MASK, to
2913         determine correct action name when diagnosing uninstalled package.
2914
2915 2011-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
2916
2917         Make "install" and "remove" notifications symmetric.
2918
2919         * configure.ac (AC_INIT): Bump version to "0.1-alpha-6cvs".
2920         (YEARS_OF_ISSUE): Add new year.
2921         
2922         * src/pkginst.cpp: Update copyright notice for new year.
2923         (pkgInstall): Add notification for package being installed.
2924
2925 2010-12-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
2926
2927         Add preliminary CLI support for "list" and "show" actions.
2928
2929         * src/pkgtask.h (ACTION_PRIMARY): New manifest constant; define it.
2930         (ACTION_LIST, ACTION_SHOW): Likewise; cast to enumerated values for...
2931         (action_list, action_show): ...these; define them.
2932
2933         * src/pkgexec.cpp (action_name): Add defining text for...
2934         (action_list, action_show): ...these.
2935
2936         * src/climain.cpp: Partially revert 2010-11-01 change...
2937         (climain) [! ACTION_UPDATE]: Reinstate original "if" block, moving
2938         the "switch" block within it, but without the ACTION_UPDATE case.
2939         [ACTION_LIST, ACTION_SHOW]: New "switch" cases; they invoke...
2940         (pkgXmlDocument::DisplayPackageInfo): ...this new method.
2941
2942         * src/pkgbase.h (pkgXmlDocument::DisplayPackageInfo): Declare it.
2943         (pkgActionItem::ConfirmInstallationStatus): New method; declare it.
2944         (pkgXmlNode::GetSysRoot): Make declaration style consistent with
2945         others in the class; do not name arguments in the declaration.
2946         (pkgXmlNode::FindFirstAssociate): Likewise.
2947         (pkgXmlNode::FindNextAssociate): Likewise.
2948
2949         * src/pkgshow.cpp: New file.
2950         (pkgXmlDocument::DisplayPackageInfo): Implement it.
2951
2952         * src/pkgdeps.cpp (pkgMsgUnknownPackage): New extern "C" function;
2953         implement it temporarily, pending a future i18n reimplementation.
2954         (assert_installed): Drop "inline" attribute; leave it as "static".
2955         Set "tarname" correctly, to match the installed package version; (it
2956         previously incorrectly returned the latest available version).
2957         (pkgActionItem::ConfirmInstallationStatus): Implement it.
2958         (pkgXmlDocument::Schedule) [ACTION_PRIMARY]: Set as appropriate.
2959         (pkgXmlDocument::Schedule) [ACTION_REMOVE || ACTION_UPGRADE]: Complain
2960         if requested package is not recorded as having been installed.
2961         (pkgXmlDocument::ResolveDependencies) [! ACTION_INSTALL]: Do not
2962         invoke it recursively.
2963
2964         * Makefile.in (pkgshow.$OBJEXT): Add reference.
2965
2966 2010-11-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
2967
2968         Lay groundwork for implentation of additional actions.
2969
2970         * src/climain.cpp (climain): Adjust indentation; replace `if' block...
2971         [action != ACTION_UPDATE]: ...with this default `switch' case, and...
2972         [action == ACTION_UPDATE]: ...this as explicit "do nothing" case.
2973
2974 2010-10-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
2975
2976         mingw-get-0.1-mingw32-alpha-5 released.
2977
2978         * configure.ac (AC_INIT): Bump version to 0.1-alpha-5.
2979         * README: Update release notes accordingly.
2980         * All files (r0-1-alpha-5): Tag assigned.
2981
2982 2010-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
2983
2984         Make pkgInitRites/pkgLastRites processing more robust;
2985         avoid a potential race condition in mingw-get-inst.
2986
2987         * src/rites.c: Refactor conditional code to segregate execution of...
2988         [defined IMPLEMENT_INITIATION_RITES]: ...this into distinct phases.
2989         (PHASE_ONE_RITES, PHASE_TWO_RITES): Define constants to identify them.
2990         (do_init_rites): Renamed to...
2991         (invoke_rites): ...this; inline it.
2992         (pkgLastRites): Invoke it, to pre-empt rename action of...
2993         (lastrites.exe): ...this, subsequently exec()ed process.
2994         (perror): Issue more informative diagnostic on exec() failure.
2995
2996         * src/clistub.c (IMPLEMENT_INITIATION_RITES): Stipulate as...
2997         (PHASE_ONE_RITES): ...this phase of implementation only.
2998
2999         * src/pkgexec.cpp (IMPLEMENT_INITIATION_RITES): Define to provide...
3000         (PHASE_TWO_RITES): ...this phase of implementation, facilitated by...
3001         (self_upgrade_rites): ...this locally defined RITES_INLINE function.
3002         (pkgActionItem::Execute): Invoke it, in remove/install loop, while...
3003         [init_rites_pending]: ...new loop local variable remains true.
3004
3005 2010-09-10  Charles Wilson  <mingw@cwilson.fastmail.fm>
3006
3007         Fix packaging bug in -lic package.
3008
3009         * Makefile.in (licdist): Use directory named
3010         "share", not "shared".
3011
3012 2010-09-10  Charles Wilson  <mingw@cwilson.fastmail.fm>
3013
3014         mingw-get-0.1-mingw32-alpha-4 released.
3015
3016         * All files (r0-1-alpha-4): Tag assigned.
3017
3018 2010-09-10  Charles Wilson  <mingw@cwilson.fastmail.fm>
3019
3020         Add rudimentary help option.
3021
3022         * README: Update release notes.
3023
3024         * src/clistub.c: Add --help option.
3025
3026 2010-09-10  Charles Wilson  <mingw@cwilson.fastmail.fm>
3027
3028         Fix "mingw-get deletes itself" bug in last rites handling.
3029
3030         * README: Add new release notes.
3031
3032         * configure.ac: Bump version to 0.1-alpha-4.
3033
3034         * src/dmh.h: If __cplusplus, include <exception> and
3035         declare dmh_exception class.
3036
3037         * src/dmh.cpp (class dmh_exception): Implement.
3038         (abort_if_fatal): If DMH_FATAL, throw dmh_exception rather
3039         than calling exit().
3040
3041         * src/climain.cpp (climain): Wrap entire function body in try/
3042         catch block. If dmh_exception is caught, return EXIT_FAILURE.
3043
3044         * src/clistub.c (main): Capture return value of climain(). If
3045         non-zero, perform last rites and return EXIT_FAILURE.
3046
3047 2010-08-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
3048
3049         mingw-get-0.1-mingw32-alpha-3 released.
3050
3051         * README: Add new release notes.
3052
3053         * All files (r0-1-alpha-3): Tag assigned.
3054
3055 2010-08-27  Keith Marshall  <keithmarshall@users.sourceforge.net>
3056
3057         Add runtime hooks to support self-upgrade for future releases.
3058
3059         * src/rites.c: New file; compile it free-standing, to provide...
3060         (lastrites.exe): ...this helper application for context clean-up;
3061         alternatively, use it as an include file, with pre-definition of...
3062         (IMPLEMENT_INITIATION_RITES): ...this, to implement...
3063         (pkgInitRites, pkgLastRites): ...these inline functions.
3064
3065         * src/clistub.c (main) [argc > 1]: Use them.
3066         (progname): New local variable within `main'; set it once, then use it
3067         instead of repeated references to `basename(*argv)' in diagnostics.
3068         (MINGW_GET_DLL, MINGW_GET_GUI): Relocate to `src/rites.c'.
3069
3070         * src/debug.h (DEBUG_INHIBIT_RITES_OF_PASSAGE):
3071         (DEBUG_FAIL_FILE_RENAME_RITE, DEBUG_FAIL_FILE_UNLINK_RITE): New
3072         defines; they facilitate debugging of the src/rites.c code.
3073
3074         * Makefile.in (lastrites$EXEEXT): New target; build as prerequisite...
3075         (all): ...of this primary target.
3076         (install, install-strip): Install it.
3077         (SRCDIST_FILES): Remove install-sh; it is now included in...
3078         (build-aux): ...this directory; add it to...
3079         (SRCDIST_SUBDIRS): ...this.
3080
3081 2010-08-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
3082
3083         Set default sysroots relative to mingw-get installation directory.
3084
3085         * xml/profile.xml (system-map) [name == default]: For each of...
3086         [subsystem == mingw32]: ...set sysroot path to value of %R macro...
3087         [subsystem == msys]: ...and to its %R/msys/1.0 subdirectory.
3088
3089 2010-08-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
3090
3091         Some dependency resolver enhancements and bug fixes.
3092
3093         * src/pkgbase.h (pkgXmlNode::GetContainerAttribute): New method;
3094         declare it.
3095
3096         * src/pkgdeps.cpp (pkgXmlNode::GetContainerAttribute): Implement it;
3097         it is used to retrieve package name attributes from the containing
3098         'package' element, when given a pointer to a 'release' element by...
3099         (assert_unmatched, assert_installed): ...these new static functions.
3100         (pkgXmlDocument::Schedule): Use them to reconstruct and register
3101         dependency reference data for previously installed packages which are
3102         no longer included in the distribution manifest.
3103         (pkgXmlDocument::ResolveDependencies): Fix a block nesting error;
3104         catch and diagnose unresolved dependencies; don't look beyond the XML
3105         document root node, (tinyxml error not caught?), when searching for
3106         requirements specified on container nodes.
3107
3108 2010-08-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
3109
3110         Improve scheduling of package processing requests.
3111
3112         * src/pkgexec.cpp (pkgXmlDocument::Schedule): Inspect entire `actions'
3113         list, when checking for duplicate package processing requests; decline
3114         to schedule any such duplicate, or any request which lacks a package
3115         association.
3116
3117 2010-08-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
3118
3119         Lay foundation for selective compilation of debugging code.
3120
3121         * src/debug.h: New file...
3122         * src/sysroot.cpp: Include it.
3123         (pkgXmlDocument::LoadSystemMap): Make debugging output conditional...
3124         [DEBUGLEVEL & DEBUG_TRACE_INIT]: ...on this new debugging state.
3125
3126 2010-08-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
3127
3128         * src/pkgkeys.h: Typo in comment: file was previously identified as
3129         pkgkeys.c; corrected.
3130
3131 2010-08-13  Keith Marshall  <keithmarshall@users.sourceforge.net>
3132
3133         Improve diagnostics for invalid references to non-release XML nodes.
3134
3135         * src/pkgkeys.h (value_unknown): New global string; declare it.
3136         * src/pkgkeys.c (value_unknown): Implement it.
3137
3138         * src/pkgname.cpp (pkgArchiveName): Identify XML element type when
3139         diagnosing references to elements of types other than release; use...
3140         (value_unknown): ...this, as appropriate.
3141
3142 2010-08-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
3143
3144         Guard against a potential buffer overrun.
3145
3146         * src/pkgreqs.cpp (pkgSpecs::SetProperty): Allocate an additional
3147         byte to accommodate an extra field separator, when inserting a new
3148         data value into a previously empty field.
3149
3150 2010-07-27  Cesar Strauss  <cestrauss@gmail.com>
3151
3152         Handle the GNU long name tar header format.
3153
3154         * src/pkgproc.h (TAR_ENTITY_TYPE_GNU_LONGNAME): New manifest constant;
3155         define it.
3156         (pkgTarArchiveProcessor::EntityDataAsString): New protected method;
3157         declare and...
3158         * src/tarproc.cpp: ...implement it.
3159         (pkgTarArchiveProcessor::Process): Before building the entry pathname,
3160         check for a GNU long name type header; when found, read pathname from
3161         the entry data area, before fetching the following header, from which
3162         to retrieve the associated entity data.
3163
3164 2010-06-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
3165
3166         Work around an autoconf bug (reported by Stefano Sabatini).
3167
3168         * Makefile.in (VPATH): Use @top_srcdir@ instead of ${srcdir}; current
3169         autoconf incorrectly elides references to @srcdir@ and ${srcdir} when
3170         substituting within a VPATH specification for building `in-source'.
3171         Also, prefer colons to blanks as path name separators, for improved
3172         portability to non-GNU implementations of make; (recommendation by
3173         Ralf Wildenhues).
3174
3175 2010-06-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
3176
3177         Include alias search, when matching component package name.
3178
3179         * src/keyword.c (has_keyword): Rearrange argument declarations for
3180         more natural order; update all callers accordingly.  Simplify; compare
3181         keyword to be matched with each successive candidate from match-list,
3182         character-by-character and in-place, so avoiding memory allocation
3183         for any local duplicate of the passed match-list; thus...
3184         (safe_strdup): ...this static function no longer required; delete it.
3185         (string.h): No references remain; do not include it.
3186
3187         * src/pkgfind.cpp (pkgXmlNode::FindPackageByName): Augment component
3188         package name matching to include potential matches of the look-up name
3189         with trailing component name stripped off, when that matches the class
3190         name of an identified component package, and the initial substring of
3191         the look-up name, after stripping, matches any specified alias name
3192         for the containing package.
3193
3194 2010-06-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
3195
3196         Address FIXME relating to identification of distributable files.
3197
3198         * install-sh: Move to...
3199         * build-aux: ...this new directory.
3200
3201         * Makefile.in (PACKAGE_DISTVERSION): Modify `sed' edit sequence; make
3202         it depend on, and ensure that it incorporates the expansion of...
3203         (PACKAGE_SUBSYSTEM): ...this new macro; defined as substitution of...
3204         (host_os): ...this autoconf variable, set by...
3205
3206         * configure.ac (AC_CANONICAL_HOST): ...this; add it, requiring...
3207         (AC_CONFIG_AUX_DIR): ...`build-aux' directory reference, providing...
3208
3209         * build-aux/config.guess, build-aux/config.sub: ...these new standard
3210         files; import them from the standard `build-aux' repository.
3211
3212 2010-05-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
3213
3214         Bump version for next release cycle.
3215
3216         * configure.ac (AC_INIT): Bump version suffix to alpha-3.
3217
3218 2010-05-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
3219
3220         mingw-get-0.1-mingw32-alpha-2 released.
3221
3222         * README: Add new release notes.
3223
3224         * xml/profile.xml: Update to use default referencing for...
3225         (package-list.xml.lzma): ...this repository master catalogue.
3226
3227         * All files (r0-1-alpha-2): Tag assigned.
3228
3229 2010-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
3230
3231         Make provision to protect user's profile settings during upgrade.
3232
3233         * Makefile.in (install): Remove `profile.xml'; replace it with...
3234         (install-profile): ...this new prerequisite installation goal; it
3235         renames the installed copy of `profile.xml' as `defaults.xml', within
3236         the installed package image.
3237
3238         * src/pkgkeys.h (defaults_key): New key; declare it.
3239         * src/pkgkeys.c: Some cosmetic formatting (tabulation) adjustments.
3240         (defaults_key): Implement it; it refers to the `defaults.xml' file.
3241
3242         * src/climain.cpp (climain): Check `profile_key' for accessibility of
3243         the `profile.xml' file; if [! R_OK] emit a diagnostic warning, fall
3244         back on `defaults_key', and attempt to load configuration from the
3245         distributed `defaults.xml' file.
3246
3247 2010-05-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
3248
3249         Add preliminary support for future `-reinstall' option.
3250
3251         * src/pkgexec.cpp (pkgActionItem::Execute) [ACTION_INSTALL]: Force
3252         installation if `-reinstall' option is selected, overriding state of
3253         any prior installation; temporarily assume that this option is always
3254         selected, to permit proper `upgrade' operation in the absence of any
3255         functional `uninstall' capability, and pending implementation of a
3256         mechanism for interpreting user specified options.
3257
3258 2010-05-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
3259
3260         Correct handling for "%R" macro in relative sysroot path specs.
3261
3262         * src/tarproc.cpp (pkgTarArchiveProcessor): In constructor, expand the
3263         sysroot path specification a second time, to capture the effect of any
3264         embedded macros, before computing the recorded `sysroot_len' value.
3265
3266 2010-05-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
3267
3268         Handle "%" wildcard matches in package and subsystem version strings.
3269
3270         * src/pkgbase.h (pkgSpecs): Forward declare it.
3271         (pkgActionItem::~pkgActionItem): Declare explicit destructor.
3272         (pkgActionItem::SetRequirements): Add extra `pkgSpecs*' argument;
3273         update references, passing additional argument in...
3274
3275         * src/pkgdeps.cpp (pkgXmlDocument::ResolveDependencies): ...this.
3276
3277         * src/pkgexec.cpp (pkgActionItem::~pkgActionItem): Implement it.
3278         (pkgActionItem::SetRequirements): Delete obsolete implementation.
3279
3280         * src/pkginfo/pkginfo.h: Update copyright notice; add year 2010.
3281         (pkgSpecs::GetTarName): New public method; declare it.
3282         (pkgSpecs::SetProperty): New private method; declare it.
3283         (pkgSpecs::SetPackageName): New inline method; implement it.
3284         (pkgSpecs::SetPackageVersion, pkgSpecs::SetPackageBuild): Likewise.
3285         (pkgSpecs::SetSubSystemName, pkgSpecs::SetSubSystemVersion): Likewise.
3286         (pkgSpecs::SetSubSystemBuild, pkgSpecs::SetReleaseStatus): Likewise.
3287         (pkgSpecs::SetReleaseIndex, pkgSpecs::SetComponentClass): Likewise.
3288         (pkgSpecs::SetComponentVersion, pkgSpecs::SetPackageFormat): Likewise.
3289         (pkgSpecs::SetCompressionType): Likewise.
3290
3291         * src/pkginfo/pkginfo.l: Update copyright notice; add year 2010.
3292         (TRANS): Interpret "%" as wildcard in version string matches.
3293
3294         * src/pkgreqs.cpp: New file.
3295         (pkgActionItem::SetRequirements): Reimplement per new declaration;
3296         it now always allocates heap memory for requirements specifications.
3297         (pkgSpecs::GetTarName, pkgSpecs::SetProperty): Implement them.
3298
3299         * Makefile.in (CORE_DLL_OBJECTS): Add `pkgreqs.$(OBJEXT)'.
3300
3301 2010-04-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
3302
3303         Revert 2010-04-04 refactoring of tarproc.cpp and tarinst.cpp
3304
3305         * src/tarinst.cpp: File removed; its content merged into...
3306         * src/tarproc.cpp: ...this; it cannot be cleanly separated out.
3307
3308         * Makefile.in (tarinst.$OBJEXT): Remove reference.
3309
3310 2010-04-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
3311
3312         Handle "*" wildcard matches in package and subsystem version strings.
3313
3314         * src/vercmp.h (pkgVersionInfo::version_string): New private member
3315         variable; it stores a pointer to a dynamically allocated local copy of
3316         the invariant `version' argument, to facilitate correct parsing.
3317         (pkgVersionInfo::build_string): Likewise; it provides similar handling
3318         for the invariant `build' argument.
3319         (pkgVersionInfo::Free): New private inline method; it provides a NULL
3320         pointer safe wrapper, calling the C library `free()' function, (since
3321         some implementations are believed to be unsafe); it is used by...
3322         (pkgVersionInfo::~pkgVersionInfo): ...this new inline destructor, to
3323         release the memory allocated by the constructor, for `version_string'
3324         and `build_string'.
3325
3326         * src/vercmp.cpp (pkgVersionInfo::pkgVersionInfo): Allocate memory for
3327         `version_string' and `build_string', as required; populate it.
3328         Explicitly handle "*" as a `match anything' wildcard...
3329         (pkgVersionInfo::Compare): ...matching it as `equal' to everything.
3330
3331 2010-04-18  Keith Marshall  <keithmarshall@users.sourceforge.net>
3332
3333         Correct omission from configure script prerequisite checks.
3334
3335         * aclocal.m4 (MINGW_AC_OUTPUT): New macro; it wraps AC_OUTPUT itself,
3336         adding a trap to force an abort if any preceding prerequisite check
3337         was handled by MINGW_AC_ASSERT_MISSING.
3338
3339         * configure.ac: Qualify package component types, in prerequisite
3340         checks handled by MINGW_AC_ASSERT_MISSING; invoke MINGW_AC_OUTPUT
3341         in place of AC_OUTPUT.
3342
3343 2010-04-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
3344
3345         Add configure script checks for prerequisite library headers.
3346         (Thanks to Cesar Strauss for proposing a rudimentary implementation).
3347
3348         * aclocal.m4: New file; it does no more than include...
3349         * m4/missing.m4: ...this; new file incorporated from build-aux module.
3350
3351         * configure.ac: Add AC_CHECK_HEADER assertions for...
3352         (zlib.h, bzlib.h, lzma.h): ...these; invoke MINGW_AC_ASSERT_MISSING in
3353         respect of each failing assertion.
3354
3355 2010-04-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
3356
3357         Case-insensitive subsystem name matching revisited.
3358
3359         * src/pkgfind.cpp (pkgXmlDocument::FindPackageByName): Use...
3360         (subsystem_strcmp): ...this to match subsystem names, instead of...
3361         (match_if_explicit): ...this.
3362
3363 2010-04-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
3364
3365         Enable recursive processing of repository package lists.
3366
3367         * src/pkgbase.h (pkgXmlDocument::SyncRepository): Make it public.
3368
3369         * src/pkgbind.cpp (pkgRepository): New locally defined and implemented
3370         class; it facilitates recursive loading and parsing of package lists,
3371         replacing much of the original non-recursive functionality within...
3372         (pkgXmlDocument::BindRepositories): ...this; use it.
3373
3374 2010-04-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
3375
3376         Implement installer function; use per-package file manifests.
3377
3378         * src/pkgproc.h (pkgManifest): New class; declare it.
3379         (pkgArchiveProcessor::origin): New protected member variable.
3380         (pkgArchiveProcessor::sysroot_len): New protected member variable.
3381         (pkgArchiveProcessor::installed): Type changed to `pkgManifest *'.
3382         (pkgTarArchiveInstaller::Process): Declare specialisation hook.
3383         (pkgTarArchiveInstaller::UpdateInstallationManifest): Disused member
3384         function; remove redundant declaration from class definition.
3385         (pkgInstall): New generalised installation function; declare it.
3386         (pkgRegister): New function; declare it.
3387
3388         * src/pkginst.cpp: New file.
3389         (pkgManifest, pkgInstall, pkgRegister): Implement them.
3390
3391         * src/pkgexec.cpp (pkgActionItem::Execute): Use `pkgInstall' in place
3392         of stub formerly provided here.
3393
3394         * src/pkgkeys.h (manifest_key, reference_key): New keys; declare them.
3395         * src/pkgkeys.c (manifest_key, reference_key): Implement them.
3396
3397         * src/tarproc.cpp: Code refactored.
3398         (pkgTarArchiveProcessor::sysroot_len): Initialise it.
3399         (pkgTarArchiveProcessor::origin): Initialise it.
3400         (pkgTarArchiveProcessor::installed): Initialise; associate it with a
3401         pkgManifest class entity, and populate this as appropriate.
3402         (pkgTarArchiveProcessor::~pkgTarArchiveProcessor): Add explicit clean
3403         up of linked `pkgManifest *' entity referenced by `installed'.
3404         (pkgTarArchiveProcessor::Process) [TAR_ENTITY_TYPE_DIRECTORY]: Add
3405         braces to demarcate localised inner scope of string scan for removal
3406         of trailing directory name separators; (thanks to Cesar Strauss for
3407         reporting invalid local pointer declaration error in GCC >= 4.4).
3408         (pkgTarArchiveInstaller::UpdateInstallationManifest): Deleted.
3409         (pkgTarArchiveInstaller::pkgTarArchiveInstaller): Factor out.
3410         (pkgTarArchiveInstaller::ProcessDirectory): Likewise.
3411         (pkgTarArchiveInstaller::ProcessDataStream): Likewise.
3412         (commit_saved_entity): Likewise.
3413
3414         * src/tarinst.cpp: New file; it implements...
3415         (pkgTarArchiveInstaller::Process): ...this new specialisation
3416         of the original pkgTarArchiveProcessor::Process method...
3417         (pkgTarArchiveInstaller::pkgTarArchiveInstaller): ...and this
3418         refactored code, abstracted from src/tarproc.cpp and modified to
3419         use the pkgManifest class for installation tracking.
3420         (pkgTarArchiveInstaller::ProcessDirectory): Likewise.
3421         (pkgTarArchiveInstaller::ProcessDataStream): Likewise.
3422         (commit_saved_entity): Relocated from src/tarproc.cpp.
3423
3424         * Makefile.in (CORE_DLL_OBJECTS): Add...
3425         (pkginst.OBJEXT, tarinst.OBJEXT): ...these new object files.
3426
3427 2010-03-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
3428
3429         Guard against NULL pointer dereferences in tinyxml code.
3430
3431         * src/pkgbase.h (pkgXmlNode::GetName): Verify `this' pointer is
3432         non-NULL, before invoking the underlying tinyxml method.
3433         (pkgXmlNode::GetParent, pkgXmlNode::GetChildren): Likewise.
3434         (pkgXmlNode::GetNext, pkgXmlNode::GetPropVal): Likewise.
3435         (pkgXmlNode::AddChild, pkgXmlNode::DeleteChild): Likewise.
3436         (pkgXmlNode::GetDocumentRoot): Likewise.
3437         (pkgXmlNode::IsElementOfType): Likewise.
3438
3439 2010-03-28  Cesar Strauss  <cestrauss@gmail.com>
3440
3441         Avoid running InternetAttemptConnect in pkgInternetAgent
3442         constructor, since it is called during DLL initialisation.
3443
3444         * src/pkginet.cpp (pkgInternetAgent::pkgInternetAgent): Move the
3445         InternetAttemptConnect call from constructor...
3446         (pkgInternetAgent::OpenURL): ...to here.
3447
3448 2010-03-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
3449
3450         Automate object code dependency tracking.
3451
3452         * Makefile.in (DEPFLAGS): New macro; define it.
3453         (%.OBJEXT: %.c, %.OBJEXT: %.cpp): Add dependency generator commands...
3454         (%.d): ...to create these dependency maps; `sinclude' them, and...
3455         (clean): ...remove them.
3456         
3457         * .cvsignore (*.d): Add wild card template to match them.
3458
3459 2010-03-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
3460
3461         Support case insensitive matching for file and subsystem names.
3462
3463         * src/pkgbase.h (safe_strcmp): New inline function; it provides NULL
3464         argument safe comparison of strings, returning the boolean inverse of
3465         the `strcmp' result, using either case-sensitive or case-insensitive
3466         semantics; derive it from...
3467         (match_if_explicit): ...this; redefine as macro; invoke `safe_strcmp'
3468         using explicitly case-sensitive semantics.
3469         (subsystem_strcmp): New macro; it invokes `safe_strcmp' with either
3470         case-sensitive or case-insensitive semantics, depending on...
3471         (CASE_INSENSITIVE_SUBSYSTEMS): ...this new context selection macro; it
3472         fixes the choice between case-sensitive and case-insensitive matching
3473         semantics for any given implementation, at compile time.
3474         (pkg_strcmp): New macro; it invokes `safe_strcmp' with either
3475         case-sensitive or case-insensitive semantics, depending on...
3476         (CASE_INSENSITIVE_FILESYSTEM): ...this new context selection macro; it
3477         fixes the choice between case-sensitive and case-insensitive matching
3478         semantics for any given implementation, at compile time.
3479
3480         * src/sysroot.cpp (pkgXmlNode::GetSysRoot): Use `subsystem_strcmp'.
3481
3482 2010-03-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
3483
3484         Add preliminary support for virtual packages.
3485
3486         * src/pkgkeys.h (yes_value, no_value): Redefine as aliases...
3487         (value_yes, value_no): ...for these new global strings; declare them.
3488         (value_none, value_virtual): New global strings; declare them.
3489
3490         * src/pkgkeys.c (yes_value, no_value): Rename...
3491         (value_yes, value_no): ...to implement these, respectively.
3492         (value_none, value_virtual): Implement them.
3493
3494         * src/pkgname.cpp (pkgXmlNode::ArchiveName): Check containing package
3495         node for `class' attribute set to `value_virtual'; if present, always
3496         return the effective `tarname' property as `value_none'.
3497
3498         * src/pkginet.cpp (pkgActionItem::DownloadArchiveFiles): For packages
3499         with an effective `tarname' of `value_none', do not download anything.
3500
3501         * src/pkgexec.cpp (pkgActionItem::Execute): For packages with an
3502         effective `tarname' of `value_none', do not invoke any tar archive
3503         processing function.
3504
3505 2010-03-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
3506
3507         Don't write installation records for unavailable packages.
3508
3509         * src/tarproc.cpp (pkgTarArchiveInstaller): In constructor, ensure
3510         archive is ready for processing, before initialising an installation
3511         manifest record.
3512
3513 2010-03-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
3514
3515         Rationalise path identification for XML file locations.
3516
3517         * src/sysroot.cpp (pkgXmlDocument::LoadSystemMap): Use `xmlfile()'
3518         function to locate `sysroot' map file; free memory when done.
3519         (pkgXmlDocument::UpdateSystemMap): Likewise.
3520         (sigpath): Static global variable disused; delete it.
3521
3522 2010-03-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
3523
3524         Extend package name search to include component packages.
3525
3526         * src/pkgfind.cpp (pkgHasMatchingName): Remove; fold it into...
3527         (pkgXmlNode::FindPackageByName): ...this; augment to extend search
3528         within package definition elements, seeking a potential match on an
3529         included component package name or component class-implied name.
3530
3531         * src/pkgkeys.h (class_key): New global string constant; declare it.
3532         * src/pkgkeys.c (class_key): Implement it.
3533
3534 2010-02-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
3535
3536         Bump version for next release cycle.
3537
3538         * configure.ac (AC_INIT): Bump version suffix to alpha-2.
3539
3540 2010-02-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
3541
3542         mingw-get-0.1-mingw32-alpha-1 released.
3543
3544 2010-02-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
3545
3546         Prepare initial package release.
3547
3548         * README: New file; use it to source release notes.
3549
3550         * Makefile.in (SRCDIST_FILES): Use ...
3551         (LICENCE_FILES): ...this new macro; define it.
3552         (licdist): New build goal; implement it.
3553         (bindist): Require it; add alternative `zip' format package.
3554
3555         * xml/profile.xml (repository): Set default `package-index' name.
3556         (system-map): Normalise spelling for default `sysroot' path names.
3557
3558 2010-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
3559
3560         Add directory/file records in installation manifests.
3561
3562         * src/pkgkeys.h (dirname_key, filename_key): New strings; declare...
3563         * src/pkgkeys.c (dirname_key, filename_key): ...and implement them.
3564
3565         * src/pkgproc.h (pkgArchiveProcessor::installed): New class member
3566         variable; declare it.
3567         (pkgTarArchiveInstaller::UpdateInstallationManifest): New method;
3568         declare it.
3569
3570         * src/tarproc.cpp: Miscellaneous comment updates.
3571         (pkgTarArchiveInstaller): In constructor...
3572         (pkgTarArchiveInstaller::installed): ...use new member variable...
3573         (pkgArchiveProcessor::installed): ...inherited from this.
3574         (pkgTarArchiveInstaller::UpdateInstallationManifest): Implement and...
3575         (pkgTarArchiveInstaller::ProcessDataStream): ...use it.
3576         (pkgTarArchiveInstaller::ProcessDirectory): Likewise.
3577
3578 2010-02-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
3579
3580         Work around a deficiency in Microsoft's stat() implementation.
3581
3582         * src/tarproc.cpp (pkgTarArchiveProcessor::ProcessDirectory): Don't
3583         pass a `pathname' argument with trailing slashes; strip them off.
3584
3585 2010-02-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
3586
3587         Add machinery for installation and packaging for distribution.
3588
3589         * install-sh: New file; source it from autoconf distribution.
3590
3591         * configure.ac (AC_PREFIX_DEFAULT): Assign it as `C:/MinGW'.
3592         (AC_PROG_MKDIR_P, AC_PROG_INSTALL, AC_PROG_LN_S): Invoke these.
3593         (STRIP): New output variable; use AC_CHECK_TOOL to define it.
3594
3595         * Makefile.in (abs_top_srcdir): Define to AC_SUBST value.
3596         (PACKAGE_TARNAME, PACKAGE_VERSION): Define to AC_SUBST values.
3597         (prefix, exec_prefix, bindir, libexecdir, localstatedir): Likewise.
3598         (INSTALL, INSTALL_PROGRAM, INSTALL_SCRIPT, INSTALL_DATA): Likewise.
3599         (STRIP): New macro; define it using AC_CHECK_TOOL substitution.
3600         (mkinstalldirs): New macro; define it as AC_PROG_MKDIR_P result.
3601         (LN_S): New macro; define it as AC_PROG_LN_S result.
3602         (dist, srcdist, bindist): New build objectives; implement them.
3603         (install, installdirs, install-strip, maintainer-clean): Likewise.
3604         (SRCDIST_FILES, SRCDIST_SUBDIRS): New macros; define them.
3605         (PACKAGE_DISTNAME, PACKAGE_DISTVERSION): Likewise.
3606         (PACKAGE_DISTROOT, PACKAGE_ROOTVERSION): Likewise.
3607         (PACKAGE_CONFIG_DIR): Likewise.
3608
3609 2010-02-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
3610
3611         Implement package installer for tar archives.
3612
3613         * src/pkgexec.cpp (pkgXmlDocument::Execute): Replace existing
3614         stub implementation of installer, using methods provided by...
3615         * src/pkgproc.h, src/tarproc.cpp: ...these new files, with trap...
3616         * src/pkgdeps.cpp (pkgXmlDocument::Schedule) [installed]: Add entry...
3617         (pkgActionItem::Selection) [to_remove]: ...for this; use it to detect
3618         `install' requests for packages which are aleady installed.
3619
3620         * Makefile.in (CORE_DLL_OBJECTS): Add tarproc.$(OBJEXT); specify
3621         dependencies as appropriate.
3622
3623         * src/sysroot.cpp (pkgXmlDocument::LoadSystemMap): Don't commit
3624         newly created `sysroot' mapping records to disk; defer to...
3625         (pkgXmlDocument::UpdateSystemMap): ...this new method.
3626         (sigpath): Make it a global variable, with file (static) scope.
3627
3628         * src/climain.cpp (pkgXmlDocument::UpdateSystemMap): Invoke it.
3629
3630         * src/pkgkeys.h (download_key, modified_key, source_key): New global
3631         string variables; declare them, providing their implementations...
3632         * src/pkgkeys.c (download_key, modified_key, source_key): ...here.
3633         * src/pkgname.cpp (download_key, source_key): Use them.
3634
3635         * src/pkginet.cpp (pkgActionItem::ArchivePath): Delete; replace...
3636         * src/mkpath.c (pkgArchivePath): ...with this free standing function.
3637         * src/mkpath.h (pkgArchivePath): Declare its prototype.
3638
3639         * src/pkgbase.h (pkgActionItem::ArchivePath): Delete declaration.
3640         (pkgXmlDocument): Add a default constructor; implement as `inline'.
3641         (pkgXmlDocument::AddDeclaration): Use heap memory to allocate the new
3642         declaration object, instead of `auto' variable, to avoid scope error.
3643         (pkgXmlDocument::UpdateSystemMap): Declare it.
3644
3645 2010-01-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
3646
3647         Implement rudimentary dependency resolver.
3648
3649         * src/pkgdeps.cpp: New file.
3650
3651         * Makefile.in (CORE_DLL_OBJECTS): Add pkgdeps.$(OBJEXT) reference;
3652         establish header file dependencies.
3653
3654         * src/pkgbase.h (to_remove, to_install, selection_types): New enum.
3655         (pkgActionItem::selection): Extend it to store as enumerated pair...
3656         (pkgActionItem::SelectPackage): New inline method; assign them.
3657         (pkgActionItem::Selection): New inline method; retrieve them.
3658         (pkgXmlNode::GetInstallationRecord): New method; declare it.
3659
3660         * src/pkgexec.cpp (pkgActionItem): In constructor...
3661         (selection): ...initialise both references in enumerated pair.
3662         (pkgActionItem::GetReference): Use `Selection()' method.
3663         (pkgActionItem::SelectIfMostRecent): Ditto; also correct logic for
3664         making selection, and assign to `to_install' element.
3665         (pkgXmlDocument::Schedule): Don't update `request'.
3666         (pkgActionItem::Execute): Implement as stub.
3667
3668         * src/pkginet.cpp (pkgActionItem::DownloadArchiveFiles): Use new
3669         `Selection()' method.
3670
3671         * src/pkgkeys.h (yes_value, no_value): Declare new string constants.
3672         * src/pkgkeys.c (yes_value, no_value): Implement them.
3673
3674         * src/vercmp.cpp: Update copyright notice.
3675         (pkgVersionInfo::operator<=): Bug fix; must test for `<', but had `>'.
3676
3677 2010-01-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
3678
3679         Avoid segmentation faults when processing invalid data streams.
3680
3681         * src/pkgstrm.h: Update copyright notice.
3682         (pkgArchiveStream::IsReady): New pure virtual method.
3683         (pkgRawArchiveStream::IsReady): Provide inline implementation.
3684         (pkgGzipArchiveStream::IsReady): Likewise.
3685         (pkgBzipArchiveStream::IsReady): Likewise.
3686         (pkgLzmaArchiveStream::IsReady): Likewise.
3687         (pkgXzArchiveStream::IsReady): Likewise.
3688
3689         * src/pkgstrm.cpp: Update copyright notice.
3690         (pkgLzmaArchiveStream, pkgXzArchiveStream) [fd == -1]: Decline to
3691         perform any form of read or decode processing.
3692
3693         * src/pkginet.cpp (pkgInternetLzmaStreamingAgent): Use `fd = -2' as
3694         pseudo-descriptor for the pkgLzmaArchiveStream derived component of
3695         this internet data streaming class.
3696
3697 2010-01-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
3698
3699         Require liblzma >= liblzma-4.999.9beta_20091209-3-mingw32-dev
3700
3701         * src/pkgstrm.h (LZMA_API_STATIC): Remove definition and associated
3702         comment; it was required to permit, (but not to enforce), linking to
3703         the static liblzma.a library, with earlier beta releases, but this
3704         anomaly has now been corrected.
3705
3706 2010-01-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
3707
3708         Remove zlib sources from trunk.
3709         (Application builders should use free standing implementation of
3710          zlib, from MinGW's package distribution page on SourceForge).
3711
3712 2010-01-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
3713
3714         Remove bzip2 sources from trunk.
3715         (Application builders should use free standing implementation of
3716          bzip2, from MinGW's package distribution page on SourceForge).
3717
3718 2010-01-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
3719
3720         Add subsystem specific sysroot mapping facility.
3721
3722         * src/pkghash.c: New file; required by...
3723         * src/sysroot.cpp: New file; it implements...
3724         (pkgXmlDocument::LoadSystemMap, pkgXmlNode::GetSysRoot): New methods.
3725
3726         * src/pkgbase.h: Update copyright notice.
3727         (pkgXmlDocument::LoadSystemMap): Declare it.
3728         (pkgXmlDocument::AddDeclaration): New inline method.
3729         (pkgXmlDocument::SetRoot, pkgXmlDocument::Save): Likewise.
3730         (pkgXmlNode::GetSysRoot): Declare it.
3731         (pkgXmlNode::GetDocumentRoot): New inline method.
3732         (pkgXmlNode::AddChild, pkgXmlNode::DeleteChild): Likewise.
3733
3734         * src/climain.cpp: Update copyright notice.
3735         (climain): Invoke pkgXmlDocument::LoadSystemMap() as required.
3736
3737         * Makefile.in (CORE_DLL_OBJECTS): Add ...
3738         (pkghash.$(OBJEXT), sysroot.$(OBJEXT)): ...these; upate dependencies.
3739         (DEBUGLEVEL): New macro; define it.
3740         (CPPFLAGS): Use it.
3741
3742 2010-01-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
3743
3744         Assign standardised keys for XML database lookup.
3745
3746         * src/pkgkeys.h: New file; provide public key declarations.
3747         * src/pkgkeys.c: New file; implement them.
3748
3749         * src/pkgbind.cpp: Use them; update copyright notice.
3750         * src/pkgexec.cpp, src/pkgfind.cpp, src/pkginet.cpp: Likewise.
3751         * src/pkgname.cpp, src/pkgspec.cpp: Likewise.
3752
3753         * Makfile.in (CORE_DLL_OBJECTS): Add pkgkeys.$(OBJEXT); update all
3754         dependencies accordingly.
3755
3756 2010-01-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
3757
3758         Add CLI version reporting option.
3759
3760         * configure.ac: Update copyright notice for new year.
3761         (COPYRIGHT_HOLDER): New AC_SUBST variable; define it.
3762         (YEARS_OF_ISSUE): New AC_SUBST variable; define it.
3763         (AC_CONFIG_FILES): Add `version.c'; source it from...
3764
3765         * version.c.in: ...this new file.
3766
3767         * Makefile.in: Update copyright notice for new year.
3768         (mingw-get$(EXEEXT)): Add dependency on `version.$(OBJEXT)'.
3769         (distclean): Add `version.c'.
3770
3771         * configure: Regenerated.
3772
3773         * src/clistub.c: Update copyright notice for new year.
3774         (options): New array of `struct option'; define and use it as the
3775         reference for `argv' parsing with `getopt_long_only()'.
3776
3777 2009-12-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
3778
3779         Add CLI support for "update" action.
3780
3781         * src/pkgtask.h (ACTION_UPDATE): Define it, derived from...
3782         (action_update): ...this new entry in anonymous enumeration.
3783         
3784         * src/pkgexec.cpp (action_name): Add "update" keyword identification.
3785
3786         * src/pkgbase.h: Typo in comment; s/xwXmlDocument/wxXmlDocument/.
3787         (pkgXmlDocument::BindRepositories): Add `force_update' parameter...
3788         * src/pkgbind.cpp (pkgXmlDocument::BindRepositories): Use it to...
3789         (pkgXmlDocument::SyncRepository): ...invoke this method when passed as
3790         a `true' flag, in addition to (as previously) first time reference.
3791
3792         * src/climain.cpp (climain): Interpret "update" keyword for...
3793         [ACTION_UPDATE]: ...passing state as `force_update' parameter to...
3794         (pkgXmlDocument::BindRepositories): ...this method, then...
3795         [!ACTION_UPDATE]: Follow with normal action processing.
3796
3797 2009-12-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
3798
3799         Add status checking for Internet URL connections.
3800
3801         * src/pkginet.cpp (pkgInternetAgent::QueryStatus): New method.
3802         (pkgInternetStreamingAgent::Get): Use it; set `dl_status' as return
3803         value, deferring failure diagnostics to callers, i.e. to...
3804         (pkgXmlDocument::SyncRepositories): ...this, and to...
3805         (pkgActionItem::DownloadArchiveFiles): ...this.
3806
3807 2009-11-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
3808
3809         Add package download and repository synchronisation machinery.
3810
3811         * src/pkgstrm.h: New header file.
3812
3813         * src/pkgbind.cpp, src/pkginet.cpp, src/pkgstrm.cpp,
3814         src/pkgfind.cpp, src/pkgname.cpp, src/keyword.c: New files.
3815         * Makefile.in (CORE_DLL_OBJECTS): Add build goals for them.
3816
3817         * xml: New directory.
3818
3819         * src/climain.cpp (climain): Establish repository bindings from...
3820         * xml/profile.xml: ...this new configuration file.
3821
3822 2009-11-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
3823
3824         Add XML database bindings and preliminary action executive for CLI.
3825
3826         * src/pkgbase.h, src/pkgtask.h,
3827         src/mkpath.h, src/vercmp.h: New header files.
3828
3829         * src/climain.cpp, src/pkgexec.cpp, src/pkgspec.cpp,
3830         src/mkpath.c, src/vercmp.cpp, src/xmlfile.c: New files.
3831
3832         * Makefile.in (CORE_DLL_OBJECTS): Define initial set of files...
3833         (mingw-get-0.dll): ...build them into this new DLL target; add it...
3834         (all): ...as prerequisite for this primary build goal.
3835
3836 2009-11-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
3837
3838         Avoid some potential GCC warnings.
3839
3840         * src/clistub.c: Include process.h for `execv' prototype...
3841         (main): Cast `argv' to appropriately matched type when calling it.
3842
3843         * src/pkginfo/driver.c: Include stdlib.h for `free' prototype.
3844
3845 2009-11-11  Keith Marshall  <keithmarshall@users.sourceforge.net>
3846
3847         Create diagnostic message handler for CLI usage.
3848
3849         * src/dmh.h: New header file; it defines the public interface.
3850         * src/dmh.cpp: New file; it implements the message handler.
3851
3852 2009-11-05  Keith Marshall  <keithmarshall@users.sourceforge.net>
3853
3854         Correct some identified TinyXML issues.
3855
3856         * tinyxml/tinyxml.h (IsWhiteSpace): Add FIXME annotation to flag
3857         probable redundancy of checks for '\n' and '\r'.
3858         * tinyxml/tinyxmlparser.cpp: Revert John E's 2008-08-09 change; remove
3859         all such redundancies in IsWhiteSpace() calls throughout.
3860
3861         * tinyxml/tinyxml.cpp (TiXmlAttribute::SetDoubleValue): Correct format
3862         specification in sprintf()/snprintf() calls; "%lf" is invalid; replace
3863         with "%f".
3864
3865 2009-10-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
3866
3867         Add CLI loader stub.
3868
3869         * src/clistub.c: New file.
3870         * Makefile.in: Add build rule for it; build as...
3871         (mingw-get.exe): ...this; also add to...
3872         (clean): ...this goal.
3873
3874 2009-10-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
3875
3876         Set up build mechanism.
3877
3878         * configure.ac, Makefile.in: New files.
3879         * .cvsignore (configure, autom4te.cache): Add to ignored files.
3880
3881 2009-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
3882
3883         Add GPL-v3 licensing terms.
3884
3885         * COPYING: New file, sourced from gnu.org.
3886
3887 2009-10-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
3888
3889         Add pkginfo implementation.
3890
3891         * src, src/pkginfo: New directories.
3892         * src/pkginfo/pkginfo.h, src/pkginfo/pkginfo.l: New files.
3893         * src/pkginfo/driver.c: New file.
3894
3895 2009-10-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
3896
3897         Create tdm-branch.
3898
3899         * All files (tdm-branch): Assign new branch tag.
3900         * All top-level files: Remove from trunk.
3901         * ChangeLog: New file.