History log of /freebsd-10.1-release/usr.bin/colldef/scan.l
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 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


# 175038 01-Jan-2008 imp

follow style(9) more closely and list sys/types.h first after sys/defs.h.

Submitted by: max@


# 174965 29-Dec-2007 imp

Some systems need the types defined in sys/types.h, but lack the
sys/types.h polution that FreeBSD has in one of its include files.
Since this is a bootstrap tool, include more than is strictly
necessary for FreeBSD.


# 102299 23-Aug-2002 ache

Allow chains in any form like <name1><name2> or \xf1\xf2, not binary
representation only.


# 101867 14-Aug-2002 ache

Use proper #include


# 94276 09-Apr-2002 ru

No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.


# 87517 08-Dec-2001 imp

Only use __FBSDID if it is defined. This fixes the 4.4-release (but
not stable) -> current upgrade path.

Reviewed by: markm


# 87243 02-Dec-2001 markm

WARNS=2 fixup.
Use __FBSDID().
Set NO_WERROR because this would rely on some lex(1) fixes that
cannot be committed yet.


# 87052 28-Nov-2001 ache

Rewrite buffer handling code a bit to handle large values.
Add more checks for data overflow.


# 87050 28-Nov-2001 ache

Increase internal buffer space


# 87012 27-Nov-2001 ache

Move extern definitions to common.h
Increase charmap symbol length to 64


# 51890 02-Oct-1999 ache

allow comments in map files


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 43967 13-Feb-1999 ache

syntax change: allow symbolic names as substitute first arg


# 43940 12-Feb-1999 ache

fix English
detect recursive substitutions
allow substituted character not present in the order


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 18955 16-Oct-1996 ache

Simplify and improve parser.
Clarify manpage.


# 18950 15-Oct-1996 ache

Save half of LC_COLLATE space
ASCIIfy data files, use RFC1345 symbolic names instead of hex codes
Improve parser and manpage


# 16073 02-Jun-1996 phk

Backout yacc changes.


# 16020 30-May-1996 phk

yacc changes.


# 6528 17-Feb-1995 ache

This commit was generated by cvs2svn to compensate for changes in r6527,
which included commits to RCS files with non-trunk default branches.


# 6527 17-Feb-1995 ache

collate tables compiler
Submitted by: alex@elvisti.kiev.ua