[[PATCH setup] 0/3] Prepare for colons in version numbers
Ken Brown
kbrown@cornell.edu
Fri Oct 27 18:47:00 GMT 2017
A future version of setup might allow version numbers of the form
e:v-r, where is an epoch. Currently setup doesn't parse these
correctly when reading installed.db. In case ScanFindVisitor is used,
there is an additional problem in reading filenames containing colons.
The reading is done by Win32 functions, and the illegal characters
like ':' aren't translated.
Ken Brown (3):
Remove the function filemanip.cc:base
Bump the installed.db version to 4
Remove the ScanFindVisitor class
IniDBBuilderPackage.h | 6 ------
Makefile.am | 2 --
ScanFindVisitor.cc | 57 ---------------------------------------------------
ScanFindVisitor.h | 36 --------------------------------
filemanip.cc | 18 +---------------
filemanip.h | 1 -
fromcwd.cc | 8 +-------
package_db.cc | 19 +++++++++--------
8 files changed, 13 insertions(+), 134 deletions(-)
delete mode 100644 ScanFindVisitor.cc
delete mode 100644 ScanFindVisitor.h
--
2.14.2
More information about the Cygwin-apps
mailing list