summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/parse.y
Commit message (Expand)AuthorAgeFilesLines
* follow style(9) more closely and list sys/types.h first after sys/defs.h.imp2008-01-011-1/+1
* Some systems need the types defined in sys/types.h, but lack theimp2007-12-291-0/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* Make the format of LC_COLLATE files architecture independent.ru2005-02-271-9/+23
* Zero out the entire "struct __collate_st_chain_pri", or garbageru2005-02-271-12/+8
* Test getopt() against -1 instead of EOF.charnier2002-10-161-3/+2
* Avoid a signedness warning by casting chain_index to a size_t.dwmalone2002-09-041-1/+1
* Switch to new format which allows unlimited numbers of chains andache2002-08-311-16/+43
* Prepare for switching to unlimited chains formatache2002-08-301-15/+31
* Allow chains in any form like <name1><name2> or \xf1\xf2, not binaryache2002-08-231-13/+25
* Add #undefs to separate local buffers declaration and now dinamic libc buffersache2002-08-141-0/+5
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-4/+2
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-091-3/+0
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-081-0/+2
* WARNS=2 fixup.markm2001-12-021-8/+13
* Rewrite buffer handling code a bit to handle large values.ache2001-11-281-1/+9
* Add safeguard to prevent charmap symbol length overflowingache2001-11-271-0/+2
* Move extern definitions to common.hache2001-11-271-2/+2
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.sobomax2001-10-161-1/+1
* yyerror() is a printflike functionkris2001-07-241-1/+1
* vsprintf() -> vsnprintf()kris2000-11-261-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* syntax change: allow symbolic names as substitute first argache1999-02-131-10/+6
* add more checks for substitutionache1999-02-121-7/+13
* fix Englishache1999-02-121-4/+11
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-1/+5
* Use EX_USAGE in usage().charnier1997-06-301-2/+2
* Add usage(). Put program name in bold in the man page.charnier1997-06-261-4/+10
* Include unistd.h for getopt() prototype after Lite2 mergepeter1997-03-111-1/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Change recently added diagnostics to more descriptiveache1996-10-251-8/+8
* Check for not defined / redefined chars nowache1996-10-231-6/+49
* Simplify and improve parser.ache1996-10-161-227/+0
* Save half of LC_COLLATE spaceache1996-10-151-41/+259
* collate tables compilerache1995-02-171-0/+248
OpenPOWER on IntegriCloud