summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic
Commit message (Collapse)AuthorAgeFilesLines
* MFC r290083:bdrewery2015-12-042-2/+2
| | | | Use more appropriate ${SHAREDIR} rather than /usr/share.
* wollman@ has OK'd dropping his maintainership of zic(8)gavin2010-03-201-1/+0
| | | | | Submitted by: linimon Approved by: wollman (via linimon)
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-262-2/+2
| | | | to contrib/tzcode/stdtime.
* From contrib/tzcode:edwin2010-02-2510-4929/+2
| | | | | | | | The Makefiles are leftovers from the copies and should live in usr.sbin/zic/* From usr.sbin/zic: The sources are from a vendor contributed source, therefore should live in contrib/tzcode/zic.
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-022-0/+4
|
* MFV of tzdata2009t, r200831edwin2009-12-221-5/+5
| | | | | | | | | | zic: - Fix URL / reference to Calendrical Calculations: Third Edition libc/stdtime: - Fix typo in tzfile.5 (no changes in our part) MFC after: 1 week
* MFV of r198828, tzcode2009qedwin2009-11-022-6/+6
| | | | | | | - Cleanup unnecessary local variables in zdump. - Fix man-page MFC after: 1 week
* MFV of r195794edwin2009-08-271-2/+2
| | | | | | | | | MFV of tzcode2009k zic.c: Do not end a binary file with a POSIX-style time zone string for locations that end up in permanent DST (thanks to Andreas Schwab).
* MFV of tzcode2009h revision r192887edwin2009-05-275-6/+19
| | | | | | - Clarify the license for the tzcode: public domain MFC after: 1 month
* MFV of tzcode2009e:edwin2009-05-2312-1439/+1495
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade of the tzcode from 2004a to 2009e. Changes are numerous, but include... - New format of the output of zic, which supports both 32 and 64 bit time_t formats. - zdump on 64 bit platforms will actually produce some output instead of doing nothing for a looooooooong time. - linux_base-fX, with X >= at least 8, will work without problems related to the local time again. The original patch, based on the 2008e, has been running for a long time on both my laptop and desktop machine and have been tested by other people. After the installation of this code and the running of zic(8), you need to run tzsetup(8) again to install the new datafile. Approved by: wollman@ for usr.sbin/zic MFC after: 1 month
* Finish a few more .Dl "quoted" arguments missed in revision 184984keramida2008-11-151-4/+4
|
* Add missing quotes to .Dl arguments.keramida2008-11-151-4/+4
| | | | | This is harmless for the mandoc output, but it makes syntax highlighting of the .Dl argument string a bit prettier in Emacs.
* getopt(3) returns -1, not EOF.ru2008-02-191-1/+1
|
* zic(8) should exit the loop when the end of the string is reached duekevlo2007-12-031-1/+4
| | | | | | to the call to error(). The problem found by doing fuzz testing. MFC after: 3 days
* Normalize MAN.ru2006-10-182-2/+2
|
* 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
OpenPOWER on IntegriCloud