public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH setup 0/8] Remove cruft from setup
@ 2017-01-22 14:16 Jon Turney
  2017-01-22 14:16 ` [PATCH setup 1/8] Make package size and checksum mandatory in setup.ini Jon Turney
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jon Turney @ 2017-01-22 14:16 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jon Turney

Mainly this is cruft in the setup.ini parser, noticed while updating [1] to 
align with source code.

[1] https://sourceware.org/cygwin-apps/setup.ini.html

Jon Turney (8):
  Make package size and checksum mandatory in setup.ini
  Remove unused lexer tokens
  Remove parser rules which do nothing
  Remove parser rules which store data which is never used.
  Remove unused syntax for separate size and hash lines
  Remove redundant parser rule
  Remove unused cvsid
  Remove an obsolete prototype

 ConnectionSetting.cc    |   5 --
 FindVisitor.cc          |   5 --
 IniDBBuilder.h          |  14 -----
 IniDBBuilderPackage.cc  | 145 ------------------------------------------------
 IniDBBuilderPackage.h   |  15 -----
 IniParseFeedback.cc     |   5 --
 KeysSetting.cc          |   5 --
 LogFile.cc              |   5 --
 PackageSpecification.cc |   4 --
 ScanFindVisitor.cc      |   5 --
 SourceSetting.cc        |   5 --
 archive.cc              |   5 --
 archive_tar.cc          |   5 --
 archive_tar_file.cc     |   4 --
 choose.cc               |   5 --
 crypto.cc               |   5 --
 cygpackage.cc           |   5 --
 desktop.cc              |   5 --
 dialog.cc               |   5 --
 diskfull.cc             |   5 --
 download.cc             |   5 --
 filemanip.cc            |   5 --
 find.cc                 |   5 --
 geturl.cc               |   5 --
 gpg-packet.cc           |   5 --
 inilex.ll               |  42 --------------
 inilintmain.cc          |   5 --
 iniparse.yy             |  72 ++++--------------------
 install.cc              |   4 --
 io_stream.cc            |   5 --
 io_stream_cygfile.cc    |   5 --
 io_stream_file.cc       |   5 --
 io_stream_memory.cc     |   5 --
 main.cc                 |   5 --
 mkdir.cc                |   5 --
 mklink2.cc              |   5 --
 mount.cc                |   4 --
 msg.cc                  |   5 --
 net.cc                  |   5 --
 netio.cc                |   5 --
 nio-file.cc             |   5 --
 nio-ftp.cc              |   5 --
 nio-http.cc             |   5 --
 nio-ie5.cc              |   5 --
 package_db.cc           |   4 --
 package_meta.cc         |   5 --
 package_meta.h          |  13 +----
 package_source.cc       |   5 --
 package_source.h        |  13 +----
 package_version.cc      |  47 ----------------
 package_version.h       |   8 +--
 postinstall.cc          |   5 --
 prereq.cc               |   5 --
 root.cc                 |   5 --
 script.cc               |   5 --
 simpsock.cc             |   5 --
 site.cc                 |   5 --
 source.cc               |   5 --
 state.cc                |   5 --
 win32.cc                |   5 --
 60 files changed, 15 insertions(+), 604 deletions(-)

-- 
2.8.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-01-23 10:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-22 14:16 [PATCH setup 0/8] Remove cruft from setup Jon Turney
2017-01-22 14:16 ` [PATCH setup 1/8] Make package size and checksum mandatory in setup.ini Jon Turney
2017-01-22 14:17 ` [PATCH setup 5/8] Remove unused syntax for separate size and hash lines Jon Turney
2017-01-22 14:17 ` [PATCH setup 4/8] Remove parser rules which store data which is never used Jon Turney
2017-01-22 14:17 ` [PATCH setup 3/8] Remove parser rules which do nothing Jon Turney
2017-01-22 14:17 ` [PATCH setup 2/8] Remove unused lexer tokens Jon Turney
2017-01-22 14:17 ` [PATCH setup 6/8] Remove redundant parser rule Jon Turney
2017-01-22 14:17 ` [PATCH setup 7/8] Remove unused cvsid Jon Turney
2017-01-22 14:18 ` [PATCH setup 8/8] Remove an obsolete prototype Jon Turney
2017-01-23 10:37 ` [PATCH setup 0/8] Remove cruft from setup Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).