git: flex: Add local modifications and DragonFly READMEs

John Marino marino at crater.dragonflybsd.org
Wed Jan 16 09:50:27 PST 2013


commit 655ed7a0e8bcc1c9bd913a69c224ebd8bcff353b
Author: John Marino <draco at marino.st>
Date:   Wed Jan 16 02:47:11 2013 +0100

    flex: Add local modifications and DragonFly READMEs
    
    The quality of the latest flex 2.5.37 release is pretty poor.  The
    man page displayed the wrong version, the code doesn't compile with
    GCC 4.7, the new lerrs_fatal function missing a protocol and then
    given the wrong type once when it was called.  Some of the errors
    could have been fixed with higher WARNS settings but these patches
    applied over the flex vendor branch should fix the bugs.
    
    The standard DragonFly README files are added at the same time.

Summary of changes:
 contrib/flex/README.DELETED   | 39 +++++++++++++++++++++++++++++++++++++++
 contrib/flex/README.DRAGONFLY | 20 ++++++++++++++++++++
 contrib/flex/buf.c            |  5 ++++-
 contrib/flex/doc/flex.1       |  2 +-
 contrib/flex/filter.c         |  3 ---
 contrib/flex/flexdef.h        |  3 +++
 contrib/flex/main.c           |  3 ++-
 contrib/flex/scanflags.c      |  8 +++++---
 8 files changed, 74 insertions(+), 9 deletions(-)
 create mode 100644 contrib/flex/README.DELETED
 create mode 100644 contrib/flex/README.DRAGONFLY

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/655ed7a0e8bcc1c9bd913a69c224ebd8bcff353b


-- 
DragonFly BSD source repository



More information about the Commits mailing list