This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[[PATCH setup] 0/3] Prepare for colons in version numbers


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]