OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Marc Espie (espiecvs.openbsd.org)
Date: Thu May 03 2001 - 08:41:28 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: espiecvs.openbsd.org 2001/05/03 07:41:27

    Modified files:
            usr.bin/make : Makefile arch.c buf.c buf.h compat.c cond.c
                             config.h dir.c dir.h error.c error.h extern.h
                             for.c generate.c job.c job.h lowparse.c
                             lowparse.h lst.h main.c make.c make.h parse.c
                             pathnames.h regress.c sprite.h str.c suff.c
                             targ.c util.c var.c varmodifiers.c
                             varmodifiers.h
            usr.bin/make/lst.lib: Makefile lstAppend.c lstConcat.c
                                  lstConcatDestroy.c lstDeQueue.c
                                  lstDestroy.c lstDupl.c lstFindFrom.c
                                  lstForEachFrom.c lstInit.c lstInsert.c
                                  lstInt.h lstMember.c lstRemove.c
                                  lstReplace.c lstSucc.c
    Added files:
            usr.bin/make : cond_int.h stats.c stats.h
            usr.bin/make/lst.lib: lstAddNew.c
    Removed files:
            usr.bin/make/lst.lib: lstAtEnd.c lstAtFront.c lstClose.c
                                  lstEnQueue.c lstIsAtEnd.c lstIsEmpty.c
                                  lstNext.c lstOpen.c

    Log message:
    Synch with my current work.
    Numerous changes:
    - generate can build several tables
    - style cleanup
    - statistics code
    - use variable names throughout (struct Name)
    - recursive variables everywhere
    - faster parser (pass buffer along instead of allocating multiple copies)
    - correct parser. Handles comments everywhere, and ; correctly
    - more string intervals
    - simplified dir.c, less recursion.
    - extended for loops
    - sinclude()
    - finished removing extra junk from Lst_*
    - handles ${D} and friends in a simpler way
    - cleaned up and modular VarModifiers handling.
    - recognizes some gnu Makefile usages and errors out about them.

    Additionally, some extra functionality is defined by FEATURES. The set of
    functionalities is currently hardcoded to OpenBSD defaults, but this may
    include support for some NetBSD extensions, like ODE modifiers.

    Backed by miod and millert, who finally got sick of my endless patches...