CVS commit: src/external/bsd/flex/dist/src

2020-04-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 25 18:56:26 UTC 2020 Modified Files: src/external/bsd/flex/dist/src: flex.skl Log Message: Fix misindentations in the flex skeleton triggered by dtrace's dt_lex.l. Upstream committed as

CVS commit: src/external/bsd/flex/dist/src

2019-01-26 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Jan 27 03:19:42 UTC 2019 Modified Files: src/external/bsd/flex/dist/src: libmain.c Log Message: Remove extra #endif. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/flex/dist/src/libmain.c

CVS commit: src/external/bsd/flex/dist/src

2019-01-26 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Jan 27 03:01:48 UTC 2019 Modified Files: src/external/bsd/flex/dist/src: libyywrap.c Log Message: Remove extra #endif. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/flex/dist/src/libyywrap.c

CVS commit: src/external/bsd/flex/dist/src

2018-12-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 23 22:14:29 UTC 2018 Modified Files: src/external/bsd/flex/dist/src: flex.skl Log Message: fix incorrect cast. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/bsd/flex/dist/src/flex.skl

CVS commit: src/external/bsd/flex/dist/src

2018-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 20 10:26:59 UTC 2018 Modified Files: src/external/bsd/flex/dist/src: flexdef.h Log Message: avoid redefinition of the package macros. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/flex/dist/src

2018-08-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 20 10:24:17 UTC 2018 Modified Files: src/external/bsd/flex/dist/src: flexdef.h Log Message: PR toolchain/53511 _NETBSD_SOURCE and nbtool_config.h don't play well together... (unbreak tools build on netbsd host) To

CVS commit: src/external/bsd/flex/dist/src

2018-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 20 08:51:57 UTC 2018 Modified Files: src/external/bsd/flex/dist/src: flexdef.h Log Message: PR/53511: Palle Lyckegaard: Fix compiling flex on a Solaris 11 host system To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/flex/dist/src

2018-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 11 18:32:10 UTC 2018 Modified Files: src/external/bsd/flex/dist/src: libmain.c libyywrap.c Log Message: don't need sys/cdefs.h if tool. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/flex/dist/src

2017-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 15:14:41 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl Log Message: revert the c++ yy_size_t changes to maintain existing ABI. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/bsd/flex/dist/src

2017-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 7 15:43:27 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: initparse.c initscan.c Log Message: Regen without #line directives - nbyacc -l -d -o initparse.c parse.y - nblex -L -t -p scan.l > initscan.c To

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 3 01:56:04 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl main.c Log Message: fix the re-entrant prefixed case. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 3 00:50:11 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl Log Message: Add missing macros to the non-recursive prefixed-parser. Disable macros for the recursive parser. To generate a diff of this

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 3 00:22:56 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl main.c Log Message: don't #define yywrap yywrap (that is if the prefix is yy, don't #define macros for the same name). Breaks compatibility

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 2 23:21:14 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl gen.c initscan.c Log Message: more yy_size_t <-> int fixes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 2 21:20:00 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: gen.c initscan.c Log Message: another int -> size_t To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/flex/dist/src/gen.c

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 2 21:06:10 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl Log Message: another int to yy_size_t To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/flex/dist/src/flex.skl

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 2 20:53:11 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: flex.skl initscan.c Log Message: deal with our int -> size_t changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 2 19:24:40 UTC 2017 Modified Files: src/external/bsd/flex/dist/src: main.c Log Message: avoid yywrap redefinition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/flex/dist/src/main.c

CVS commit: src/external/bsd/flex/dist/src

2017-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 2 18:41:18 UTC 2017 Removed Files: src/external/bsd/flex/dist/src: skel.c Log Message: delete the generated skeleton, we generate it all the time. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/external/bsd/flex/dist/src

2016-03-19 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Mar 17 15:28:00 UTC 2016 Modified Files: src/external/bsd/flex/dist/src: initparse.c initscan.c Log Message: Regen without #line directives. - nbyacc -l -d -o initparse.c parse.y - nblex -L -t -p scan.l > initscan.c To

CVS commit: src/external/bsd/flex/dist/src

2016-03-18 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Mar 17 15:23:21 UTC 2016 Modified Files: src/external/bsd/flex/dist/src: scan.l Log Message: Apply our changes dropped in previous merge. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/flex/dist/src

2016-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 9 18:28:41 UTC 2016 Added Files: src/external/bsd/flex/dist/src: scan.l Log Message: Re-add. To generate a diff of this commit: cvs rdiff -u -r0 -r1.3 src/external/bsd/flex/dist/src/scan.l Please note that diffs are

CVS commit: src/external/bsd/flex/dist/src

2016-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 9 18:29:13 UTC 2016 Removed Files: src/external/bsd/flex/dist/src: scan.c Log Message: delete the generated file. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/flex/dist/src/scan.c

CVS commit: src/external/bsd/flex/dist

2014-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 30 18:44:05 UTC 2014 Modified Files: src/external/bsd/flex/dist: buf.c ccl.c dfa.c ecs.c filter.c flexdef.h gen.c initparse.c libmain.c libyywrap.c main.c misc.c nfa.c options.c parse.y regex.c

CVS commit: src/external/bsd/flex/dist

2014-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 30 20:21:39 UTC 2014 Modified Files: src/external/bsd/flex/dist: libmain.c libyywrap.c Log Message: do the library stubs differently To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/flex/dist

2014-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 29 19:08:51 UTC 2014 Modified Files: src/external/bsd/flex/dist: flex.skl gen.c Log Message: generate -Wconversion clean code. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/external/bsd/flex/dist

2013-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 9 15:19:45 UTC 2013 Modified Files: src/external/bsd/flex/dist: flexdef.h Log Message: use a more direct approach. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/flex/dist/flexdef.h

CVS commit: src/external/bsd/flex/dist

2013-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 6 14:06:16 UTC 2013 Update of /cvsroot/src/external/bsd/flex/dist In directory ivanova.netbsd.org:/tmp/cvs-serv16763 Log Message: Import flex 2.5.7 Status: Vendor Tag: FLEX Release Tags: flex-2-5-7 U

CVS commit: src/external/bsd/flex/dist

2013-04-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 6 15:27:05 UTC 2013 Modified Files: src/external/bsd/flex/dist: flexdef.h Log Message: Don't use __printflike during tool build. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/flex/dist

2013-04-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Apr 6 15:27:26 UTC 2013 Modified Files: src/external/bsd/flex/dist: initparse.c Log Message: Regen initparse.c with the current byacc with -l. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/flex/dist

2013-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 6 20:05:40 UTC 2013 Modified Files: src/external/bsd/flex/dist: flex.skl gen.c Log Message: don't produce code that has warnings. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/bsd/flex/dist

2012-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 18 19:17:54 UTC 2012 Modified Files: src/external/bsd/flex/dist: libmain.c libyywrap.c Log Message: fix prototypes To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/flex/dist/libmain.c \

CVS commit: src/external/bsd/flex/dist

2011-12-26 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Dec 26 17:32:28 UTC 2011 Modified Files: src/external/bsd/flex/dist: flex.skl main.c Log Message: Re-apply some lint comments that have been lost during move to external tree. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/flex/dist

2011-08-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 27 18:36:03 UTC 2011 Modified Files: src/external/bsd/flex/dist: flex.skl Log Message: Mark yy_fatal_error as noreturn if supported by the compiler. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/flex/dist

2010-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 7 16:14:07 UTC 2010 Modified Files: src/external/bsd/flex/dist: scan.l Log Message: Rename the macro name so that the scanner does not get confused and thinks it is using REJECT. To generate a diff of this commit:

CVS commit: src/external/bsd/flex/dist

2010-04-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 6 17:39:47 UTC 2010 Modified Files: src/external/bsd/flex/dist: gen.c Log Message: use the m4 define not the cpp one for reject. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/flex/dist

2010-02-19 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Feb 19 14:22:43 UTC 2010 Modified Files: src/external/bsd/flex/dist: initparse.c initscan.c Log Message: Regen initparse.c/initscan.c without #line directives, to avoid host tool depency problems when NETBSDSRCDIR != /usr/src.

CVS commit: src/external/bsd/flex/dist

2009-12-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Dec 6 09:16:16 UTC 2009 Modified Files: src/external/bsd/flex/dist: flex.skl Log Message: Fix a typo (#endiif - #endif). Problem found while building kdesdk3. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/flex/dist

2009-11-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 2 20:52:39 UTC 2009 Modified Files: src/external/bsd/flex/dist: gen.c Log Message: if we have variable trailing context rules, enable the find_rule label. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/flex/dist

2009-10-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 29 17:17:12 UTC 2009 Added Files: src/external/bsd/flex/dist: initparse.c initparse.h Removed Files: src/external/bsd/flex/dist: parse.c parse.h Log Message: we can regenerate yacc files now To generate a diff

CVS commit: src/external/bsd/flex/dist

2009-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 28 05:04:02 UTC 2009 Modified Files: src/external/bsd/flex/dist: flex.skl initscan.c Log Message: deal with libc's namespace protection To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/flex/dist

2009-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 26 21:29:46 UTC 2009 Removed Files: src/external/bsd/flex/dist: skel.c Log Message: We don't need the pre-built skel.c To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/flex/dist/skel.c

CVS commit: src/external/bsd/flex/dist

2009-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 27 01:44:01 UTC 2009 Modified Files: src/external/bsd/flex/dist: flex.skl gen.c Log Message: Fixes to pass -Wall To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/flex/dist/flex.skl cvs