summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic
Commit message (Collapse)AuthorAgeFilesLines
* Expand contractions.ru2005-02-131-2/+2
|
* Eliminate macro calls inside literal displays.ru2005-01-151-6/+5
|
* Make the -m option actually work.ru2004-10-191-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
|
* Merge changes from the tzcode2004a import.stefanf2004-06-205-51/+89
|
* This commit was generated by cvs2svn to compensate for changes in r130780,stefanf2004-06-201-97/+0
| | | | which included commits to RCS files with non-trunk default branches.
* This commit was generated by cvs2svn to compensate for changes in r130777,stefanf2004-06-204-26/+1028
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the rest of tzcode2004a, the bits needed for the timezone compiler.stefanf2004-06-209-92/+1162
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz
* | style.Makefile(5)obrien2003-04-042-2/+2
| |
* | Check whether setmode(3) fails and deallocate its return value aftermikeh2003-02-241-0/+4
| | | | | | | | | | | | | | calling getmode(3). Approved by: wollman MFC after: 1 week
* | The .Nm utilitycharnier2002-07-142-8/+12
| |
* | Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-202-6/+6
| | | | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* | Set wollman as the MAINTAINER and mention the vendor contact. Ideallydd2001-07-181-0/+4
| | | | | | | | | | | | | | | | this entire subtree would be in src/contrib, but if that isn't going to happen at least this has a chance of warning off unsuspecting committers. Approved by: wollman
* | Back out WARNS cleanup: this is apparently vendor code, even thoughdd2001-07-185-14/+8
| | | | | | | | | | | | most of the files aren't on the vendor branch. Submitted by: wollman
* | Constify, add some prototypes, and set WARNS=2.dd2001-07-155-8/+14
| | | | | | | | Submitted by: Mike Barcroft <mike@q9media.com>
* | - Backout botched attempt to introduce MANSECT feature.ru2001-03-262-0/+2
| | | | | | | | - MAN[1-9] -> MAN.
* | Set the default manual section for usr.sbin/ to 8.ru2001-03-202-2/+0
| |
* | Prepare for mdoc(7)NG.ru2000-12-271-11/+11
| |
* | mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
| |
* | -Wall cleaningcharnier2000-11-285-7/+6
| |
* | mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-2/+2
| |
* | Typocharnier2000-05-291-1/+2
| | | | | | | | Add FreeBSD Id
* | Spelling. Add missing .El.charnier2000-01-232-2/+3
| |
* | $Id$ -> $FreeBSD$peter1999-08-2811-11/+11
| |
* | Fix a bunch of broken cross-referenceschris1999-08-181-2/+2
| |
* | Add a prototype to silence warnings.eivind1999-02-231-2/+3
| |
* | Fix mismerged error message.wollman1999-02-081-3/+2
| | | | | | | | Submitted by: charnier
* | I don't know how this happened since I know I compiled this on my machine.wollman1999-01-211-2/+2
| | | | | | | | Fix braino oflag -> uflag (or perhaps I should have gone the other way).
* | Merge changes from vendor branch (tzcode1999a), plus the following additionalwollman1999-01-217-269/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: - Finish migrating zic to its own private.h. - Fix zic.8 so that it really is written in -mdoc. - Add four new flags to zic (&document): -D don't create directories -u change ownership of newly-created files to user -g change ownership of newly-created files to group -m change mode of newly-created files to modespec These, once proven, can be used to clean up the installation. Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz (partially)
* | This commit was generated by cvs2svn to compensate for changes in r42994,wollman1999-01-211-0/+269
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * First stage in giving zic/zdump its own version of private.h so that theywollman1999-01-211-0/+269
| | | | | | | | are decoupled somewhat from libc/stdtime's version.
* | Remove two files replaced with HTML by vendor.wollman1999-01-212-152/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r42991,wollman1999-01-214-40/+479
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Updated timezone compiler from Arthur Olson.wollman1999-01-2110-112/+973
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz
* | PR: docs/5986thepish1998-06-061-14/+14
| | | | | | | | | | Submitted by: MITSUNAGA Noriaki mitchy@er.ams.eng.osaka-u.ac.jp Replace use of obsolete .q groff macro with .Dq
* | Convert to mdoc.charnier1998-02-041-25/+30
| |
* | Use err(3). Rewrote man page using mdoc format.charnier1997-10-295-283/+214
| |
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | | | | | posix standard on the topic.
* | Remove old output file, if any, before creating the output file, inbde1997-03-131-0/+11
| | | | | | | | | | | | case the file is a stale link. Reviewed by: wollman
* | Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | | | | | | | | | 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.
* | Merge from vendor branch. We are now completely up-to-date withwollman1996-07-185-202/+385
| | | | | | | | respect to the ADO timezone code.
* | This commit was generated by cvs2svn to compensate for changes in r17211,wollman1996-07-185-27/+173
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Second part of the timezone code import for version 96h. This includeswollman1996-07-1810-396/+791
| | | | | | | | | | a number of bug fixes to the compiler (which bugs would previously have caused undesirable behavior during transition times).
| * This commit was manufactured by cvs2svn to create branch 'ADO'.cvs2svn1994-09-131-0/+5
| |
* | Convert "time zone" to "timezone" in NAME sectionwosch1996-02-272-2/+2
| | | | | | | | Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien)
* | Another round of various man page cleanups.mpp1996-02-092-2/+2
| |
* | Fix a variety of minor typos and cross references in a bunch ofmpp1996-01-201-1/+1
| | | | | | | | | | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp>
* | Update timezone compiler and dumper to understand the new EC rules.wollman1995-08-053-184/+251
| |
* | FreeBSD port of timezone code.wollman1994-09-135-2/+36
|/
OpenPOWER on IntegriCloud