aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gencat/gencat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-4/+4
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* Removed unused code: fixes compiler warning with CC=gcc46Eitan Adler2012-02-161-83/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-161-7/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Although the file has "ex:ts=4", do some " " -> \t translationsEdwin Groothuis2009-11-121-23/+23
* Fix build on sparc64.Ruslan Ermilov2005-02-271-2/+2
* Bring in NetBSD's improvements and cleanups to NLS subsystem, makingAlexey Zelkin2005-02-271-123/+708
* Avoid unconditional increasing of variable leading to SIGSEGV, if req'dAlexey Zelkin2005-02-011-1/+1
* Use mkstemp(3) to avoid /tmp race.Tim J. Robbins2002-05-291-4/+4
* Add FBSDID. Spelling. Remove unused includes. Check more malloc failures.Philippe Charnier2002-03-261-4/+4
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+2
* Optimize gencat(1) sources in same manner as its libc part some time ago:Alexey Zelkin2001-02-081-57/+23
* More egcs warning fixes:Warner Losh1999-04-251-1/+2
* Use err(3), remove unused variables.Philippe Charnier1997-07-081-60/+35
* Fix lseek arg by including unistd.hAndrey A. Chernov1995-06-171-0/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Add the gencat command for creating message catalog fodder for the newJordan K. Hubbard1995-03-301-0/+254