History log of /freebsd-14.2/usr.bin/lex/initparse.c (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# 686cf546 19-Apr-2021 Jung-uk Kim <[email protected]>

flex: Regen bootstrap files

This also partially reverts r326025 (8a16b7a18f5d). I do not see any
point of adding SPDX tag in generated file.

MFC after: 3 days
Submitted by: Dan McGregor <dan.mcgre

flex: Regen bootstrap files

This also partially reverts r326025 (8a16b7a18f5d). I do not see any
point of adding SPDX tag in generated file.

MFC after: 3 days
Submitted by: Dan McGregor <[email protected]> (initial version)
Differential Revision: https://reviews.freebsd.org/D28596

show more ...


Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 34839215 07-Feb-2018 Alex Richardson <[email protected]>

Fix broken SPDX comment in usr.bin/lex/initparse.c

Approved By: jhb (mentor)


# 8a16b7a1 20-Nov-2017 Pedro F. Giffuni <[email protected]>

General further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier f

General further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

show more ...


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0
# c81a92db 19-Apr-2016 Marcelo Araujo <[email protected]>

Use NULL instead of 0 for pointers.

realloc will return NULL in case it cannot allocate memory.

MFC after: 2 weeks.


Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0
# ab76bc97 21-May-2013 Jung-uk Kim <[email protected]>

Connect flex 2.5.37 to the build and bump __FreeBSD_version.