History log of /freebsd-10-stable/contrib/flex/flex.skl
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 250878 21-May-2013 jkim

Allow YY_NO_UNPUT to disable unput() for backward compatibility.


# 250877 21-May-2013 jkim

Define yy_current_buffer for backward compatibility.


# 250875 21-May-2013 jkim

Reduce compiler warnings.


# 250874 21-May-2013 jkim

Apply still relevant local changes.

r124183: Work around a `label defined but not used' warning.
r179549: De-register declarations.
r179657: De-register declarations in non-dot-c files.
r181269: Mark yy_fatal_error() as __dead2.
r228992: Spelling fixes.
r240518: Correct double "the the".


# 250873 21-May-2013 jkim

Add flex 2.5.37 from flex.sourceforge.net to contrib.


# 250869 21-May-2013 jkim

Disable keyword expansion.


# 250620 13-May-2013 jkim

Partially revert r250128.

http://flex.git.sourceforge.net/git/gitweb.cgi?p=flex/flex;a=commit;h=ec2fdb8

This patch is known to generate a broken scanner.

http://sourceforge.net/mailarchive/message.php?msg_id=29909582


# 250128 30-Apr-2013 jkim

Merge some important post-2.5.37 changes from upstream.

http://flex.git.sourceforge.net/git/gitweb.cgi?p=flex/flex;a=commit;h=c53fd2db8c78fef5afd284c3e64da51bc71cf6c3
http://flex.git.sourceforge.net/git/gitweb.cgi?p=flex/flex;a=commit;h=899b2163bbde1a70b3be8b91cbbabd8007341205
http://flex.git.sourceforge.net/git/gitweb.cgi?p=flex/flex;a=commit;h=7642bd98aebb62260df923f57b794138dab6f1e7
http://flex.git.sourceforge.net/git/gitweb.cgi?p=flex/flex;a=commit;h=11b7c6cea340c2fca9b49ec635a45bd34361afe9
http://flex.git.sourceforge.net/git/gitweb.cgi?p=flex/flex;a=commit;h=ec2fdb85e0bac6e8aeca405094506e4cf8bfc0b6


# 250125 30-Apr-2013 jkim

Import flex 2.5.37.


# 228072 28-Nov-2011 bapt

import vanilla flex version 2.5.35

Reviewed by: cognet
Approved by: cognet