aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/zic
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
| | | | Notes: svn path=/head/; revision=131500
* Merge changes from the tzcode2004a import.Stefan Farfeleder2004-06-205-51/+89
| | | | Notes: svn path=/head/; revision=130819
* This commit was generated by cvs2svn to compensate for changes in r130780,Stefan Farfeleder2004-06-201-97/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=130781
* This commit was generated by cvs2svn to compensate for changes in r130777,Stefan Farfeleder2004-06-204-26/+1028
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=130778
| * Import the rest of tzcode2004a, the bits needed for the timezone compiler.Stefan Farfeleder2004-06-209-92/+1162
| | | | | | | | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=130777
* | style.Makefile(5)David E. O'Brien2003-04-042-2/+2
| | | | | | | | Notes: svn path=/head/; revision=113091
* | Check whether setmode(3) fails and deallocate its return value afterMike Heffner2003-02-241-0/+4
| | | | | | | | | | | | | | | | | | | | calling getmode(3). Approved by: wollman MFC after: 1 week Notes: svn path=/head/; revision=111414
* | The .Nm utilityPhilippe Charnier2002-07-142-8/+12
| | | | | | | | Notes: svn path=/head/; revision=99968
* | Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-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. Notes: svn path=/head/; revision=80029
* | Set wollman as the MAINTAINER and mention the vendor contact. IdeallyDima Dorfman2001-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 Notes: svn path=/head/; revision=79859
* | Back out WARNS cleanup: this is apparently vendor code, even thoughDima Dorfman2001-07-185-14/+8
| | | | | | | | | | | | | | | | | | most of the files aren't on the vendor branch. Submitted by: wollman Notes: svn path=/head/; revision=79858
* | Constify, add some prototypes, and set WARNS=2.Dima Dorfman2001-07-155-8/+14
| | | | | | | | | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79751
* | - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-0/+2
| | | | | | | | | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* | Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-202-2/+0
| | | | | | | | Notes: svn path=/head/; revision=74532
* | Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-11/+11
| | | | | | | | Notes: svn path=/head/; revision=70403
* | mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | | | | | Notes: svn path=/head/; revision=69862
* | -Wall cleaningPhilippe Charnier2000-11-285-7/+6
| | | | | | | | Notes: svn path=/head/; revision=69315
* | mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-2/+2
| | | | | | | | Notes: svn path=/head/; revision=68965
* | TypoPhilippe Charnier2000-05-291-1/+2
| | | | | | | | | | | | | | Add FreeBSD Id Notes: svn path=/head/; revision=61080
* | Spelling. Add missing .El.Philippe Charnier2000-01-232-2/+3
| | | | | | | | Notes: svn path=/head/; revision=56494
* | $Id$ -> $FreeBSD$Peter Wemm1999-08-2811-11/+11
| | | | | | | | Notes: svn path=/head/; revision=50479
* | Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
| | | | | | | | Notes: svn path=/head/; revision=50000
* | Add a prototype to silence warnings.Eivind Eklund1999-02-231-2/+3
| | | | | | | | Notes: svn path=/head/; revision=44233
* | Fix mismerged error message.Garrett Wollman1999-02-081-3/+2
| | | | | | | | | | | | | | Submitted by: charnier Notes: svn path=/head/; revision=43774
* | I don't know how this happened since I know I compiled this on my machine.Garrett Wollman1999-01-211-2/+2
| | | | | | | | | | | | | | Fix braino oflag -> uflag (or perhaps I should have gone the other way). Notes: svn path=/head/; revision=43006
* | Merge changes from vendor branch (tzcode1999a), plus the following additionalGarrett Wollman1999-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) Notes: svn path=/head/; revision=42997
* | This commit was generated by cvs2svn to compensate for changes in r42994,Garrett Wollman1999-01-211-0/+269
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42995
| * First stage in giving zic/zdump its own version of private.h so that theyGarrett Wollman1999-01-211-0/+269
| | | | | | | | | | | | | | are decoupled somewhat from libc/stdtime's version. Notes: svn path=/vendor/tzcode/dist/; revision=42994
* | Remove two files replaced with HTML by vendor.Garrett Wollman1999-01-212-152/+0
| | | | | | | | Notes: svn path=/head/; revision=42993
* | This commit was generated by cvs2svn to compensate for changes in r42991,Garrett Wollman1999-01-214-38/+477
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=42992
| * Updated timezone compiler from Arthur Olson.Garrett Wollman1999-01-2110-110/+971
| | | | | | | | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode1999a.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=42991
* | PR: docs/5986Peter Hawkins1998-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 Notes: svn path=/head/; revision=36702
* | Convert to mdoc.Philippe Charnier1998-02-041-25/+30
| | | | | | | | Notes: svn path=/head/; revision=33078
* | Use err(3). Rewrote man page using mdoc format.Philippe Charnier1997-10-295-283/+214
| | | | | | | | Notes: svn path=/head/; revision=30829
* | compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | | | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* | Remove old output file, if any, before creating the output file, inBruce Evans1997-03-131-0/+11
| | | | | | | | | | | | | | | | | | case the file is a stale link. Reviewed by: wollman Notes: svn path=/head/; revision=23859
* | Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | | | | | Notes: svn path=/head/; revision=22997
* | Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* | Merge from vendor branch. We are now completely up-to-date withGarrett Wollman1996-07-185-202/+385
| | | | | | | | | | | | | | respect to the ADO timezone code. Notes: svn path=/head/; revision=17214
* | This commit was generated by cvs2svn to compensate for changes in r17211,Garrett Wollman1996-07-185-27/+173
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=17212
| * Second part of the timezone code import for version 96h. This includesGarrett Wollman1996-07-1810-394/+789
| | | | | | | | | | | | | | | | a number of bug fixes to the compiler (which bugs would previously have caused undesirable behavior during transition times). Notes: svn path=/vendor/tzcode/dist/; revision=17211
| * This commit was manufactured by cvs2svn to create branch 'ADO'.cvs2svn1994-09-131-0/+5
| | | | | | | | Notes: svn path=/vendor/tzcode/dist/; revision=2707
* | Convert "time zone" to "timezone" in NAME sectionWolfram Schneider1996-02-272-2/+2
| | | | | | | | | | | | | | Submitted by: obrien@cs.ucdavis.edu (David E. O'Brien) Notes: svn path=/head/; revision=14270
* | Another round of various man page cleanups.Mike Pritchard1996-02-092-2/+2
| | | | | | | | Notes: svn path=/head/; revision=14004
* | Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp> Notes: svn path=/head/; revision=13511
* | Update timezone compiler and dumper to understand the new EC rules.Garrett Wollman1995-08-053-182/+249
| | | | | | | | Notes: svn path=/head/; revision=9937
* | FreeBSD port of timezone code.Garrett Wollman1994-09-135-2/+36
|/ | | | Notes: svn path=/head/; revision=2706
* The latest and greatest timezone code from Arthur David Olson, part 1.Garrett Wollman1994-09-138-0/+3055
This import comprises the `zic' and `zdump' programs. Obtained from: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g Notes: svn path=/vendor/tzcode/dist/; revision=2702