Module Name: othersrc Committed By: agc Date: Wed Jan 17 01:38:37 UTC 2018
Modified Files: othersrc/external/historical/eawk/bin: expected othersrc/external/historical/eawk/dist: awkgram.y othersrc/external/historical/eawk/extend: Makefile othersrc/external/historical/eawk/extend/archive: archive.c othersrc/external/historical/eawk/extend/netpgpverify: netpgpverify.c othersrc/external/historical/eawk/lib: Makefile Log Message: Bring eawk up to date, it's had no real love since 2013. 1. Don't use bison, just use standard yacc to build 2. Use pure-parser directive, rather than %pure_parser 3. libarchive has changed its API since 2013 - adapt 4. netpgpverify has also changed its API since 2013 - adapt also 5. There is no sqlite3 sub-directory, so don't descend into it With thanks to yukonbob for the nudge. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 othersrc/external/historical/eawk/bin/expected cvs rdiff -u -r1.3 -r1.4 othersrc/external/historical/eawk/dist/awkgram.y cvs rdiff -u -r1.5 -r1.6 othersrc/external/historical/eawk/extend/Makefile cvs rdiff -u -r1.1 -r1.2 \ othersrc/external/historical/eawk/extend/archive/archive.c cvs rdiff -u -r1.1 -r1.2 \ othersrc/external/historical/eawk/extend/netpgpverify/netpgpverify.c cvs rdiff -u -r1.1 -r1.2 othersrc/external/historical/eawk/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.