History log of /netbsd-current/external/bsd/flex/dist/src/flex.skl
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.14 25-Apr-2020 joerg

Fix misindentations in the flex skeleton triggered by dtrace's dt_lex.l.
Upstream committed as a631f5da8d4fd60fbde7b06bcf43bc9a155c27d5


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.13 23-Dec-2018 christos

fix incorrect cast.


# 1.12 23-Dec-2018 christos

merge conflicts


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base
# 1.11 09-Jan-2017 christos

branches: 1.11.12; 1.11.14;
revert the c++ yy_size_t changes to maintain existing ABI.


Revision tags: pgoyette-localcount-20170107
# 1.10 03-Jan-2017 christos

always define all the renames.


# 1.9 03-Jan-2017 christos

fix the re-entrant prefixed case.


# 1.8 03-Jan-2017 christos

Add missing macros to the non-recursive prefixed-parser. Disable macros
for the recursive parser.


# 1.7 03-Jan-2017 christos

don't #define yywrap yywrap (that is if the prefix is yy, don't #define macros
for the same name). Breaks compatibility for things like:
#ifndef yywrap
int
yywrap(void)
{
return 1;
}
#endif


# 1.6 02-Jan-2017 christos

more yy_size_t <-> int fixes


# 1.5 02-Jan-2017 christos

another int to yy_size_t


# 1.4 02-Jan-2017 christos

deal with our int -> size_t changes.


# 1.3 02-Jan-2017 christos

Merge conflicts


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.2 09-Jan-2016 christos

branches: 1.2.2;
Merge our changes; the directory structure got changed.
Changes are too large for here, see changelog.


# 1.1 09-Jan-2016 christos

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.13 23-Dec-2018 christos

fix incorrect cast.


# 1.12 23-Dec-2018 christos

merge conflicts


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 netbsd-8-0-RELEASE phil-wifi-base pgoyette-compat-0625 netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base
# 1.11 09-Jan-2017 christos

branches: 1.11.12;
revert the c++ yy_size_t changes to maintain existing ABI.


Revision tags: pgoyette-localcount-20170107
# 1.10 03-Jan-2017 christos

always define all the renames.


# 1.9 03-Jan-2017 christos

fix the re-entrant prefixed case.


# 1.8 03-Jan-2017 christos

Add missing macros to the non-recursive prefixed-parser. Disable macros
for the recursive parser.


# 1.7 03-Jan-2017 christos

don't #define yywrap yywrap (that is if the prefix is yy, don't #define macros
for the same name). Breaks compatibility for things like:
#ifndef yywrap
int
yywrap(void)
{
return 1;
}
#endif


# 1.6 02-Jan-2017 christos

more yy_size_t <-> int fixes


# 1.5 02-Jan-2017 christos

another int to yy_size_t


# 1.4 02-Jan-2017 christos

deal with our int -> size_t changes.


# 1.3 02-Jan-2017 christos

Merge conflicts


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.2 09-Jan-2016 christos

branches: 1.2.2;
Merge our changes; the directory structure got changed.
Changes are too large for here, see changelog.


# 1.1 09-Jan-2016 christos

branches: 1.1.1;
Initial revision


# 1.11 09-Jan-2017 christos

revert the c++ yy_size_t changes to maintain existing ABI.


Revision tags: pgoyette-localcount-20170107
# 1.10 03-Jan-2017 christos

always define all the renames.


# 1.9 03-Jan-2017 christos

fix the re-entrant prefixed case.


# 1.8 03-Jan-2017 christos

Add missing macros to the non-recursive prefixed-parser. Disable macros
for the recursive parser.


# 1.7 03-Jan-2017 christos

don't #define yywrap yywrap (that is if the prefix is yy, don't #define macros
for the same name). Breaks compatibility for things like:
#ifndef yywrap
int
yywrap(void)
{
return 1;
}
#endif


# 1.6 02-Jan-2017 christos

more yy_size_t <-> int fixes


# 1.5 02-Jan-2017 christos

another int to yy_size_t


# 1.4 02-Jan-2017 christos

deal with our int -> size_t changes.


# 1.3 02-Jan-2017 christos

Merge conflicts


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.2 09-Jan-2016 christos

branches: 1.2.2;
Merge our changes; the directory structure got changed.
Changes are too large for here, see changelog.


# 1.1 09-Jan-2016 christos

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.2 09-Jan-2016 christos

Merge our changes; the directory structure got changed.
Changes are too large for here, see changelog.


# 1.1 09-Jan-2016 christos

branches: 1.1.1;
Initial revision