aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/colldef/parse.y
Commit message (Expand)AuthorAgeFilesLines
* Use the correct (for RELENG_4) header to get the byteorder(3) prototypes.Ruslan Ermilov2004-02-191-1/+1
* MFC: write new collate formatAndrey A. Chernov2002-10-111-39/+94
* MFC: up to Makefile 1.12, common.h 1.2, parse.y 1.26, scan.l 1.18Andrey A. Chernov2002-08-171-14/+31
* MFC: use srtlcpy(3) instead of strcpy(3) to copy command-line argument intoMaxim Sobolev2001-11-191-1/+1
* MFC: rev 1.17 (yyerror() is a printflike function)David E. O'Brien2001-08-021-1/+1
* MFC: vsprintf() -> vsnprintf()Kris Kennaway2001-02-181-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* syntax change: allow symbolic names as substitute first argAndrey A. Chernov1999-02-131-10/+6
* add more checks for substitutionAndrey A. Chernov1999-02-121-7/+13
* fix EnglishAndrey A. Chernov1999-02-121-4/+11
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-1/+5
* Use EX_USAGE in usage().Philippe Charnier1997-06-301-2/+2
* Add usage(). Put program name in bold in the man page.Philippe Charnier1997-06-261-4/+10
* Include unistd.h for getopt() prototype after Lite2 mergePeter Wemm1997-03-111-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Change recently added diagnostics to more descriptiveAndrey A. Chernov1996-10-251-8/+8
* Check for not defined / redefined chars nowAndrey A. Chernov1996-10-231-6/+49
* Simplify and improve parser.Andrey A. Chernov1996-10-161-227/+0
* Save half of LC_COLLATE spaceAndrey A. Chernov1996-10-151-41/+259
* collate tables compilerAndrey A. Chernov1995-02-171-0/+248