| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
unistd.h, which is already included.
|
|
|
|
|
|
|
|
|
|
| |
in committers (Message-Id: <72836.964344168@axl.ops.uunet.co.za>).
Also cleaned up a .Pq macro which was causing problems previous
to the original update I made.
Reviewed by: sheldonh
Approved by: jkh
|
|
|
|
|
|
|
|
| |
option already supported octal. Add a comment to the -r option
in the man page so it's a bit more specific.
Discrepancy brought to my attention by: sasdrq@unx.sas.com
Approved by: jkh
|
|
|
|
| |
one mdoc problem from rev 1.40 (unnecessarily populated Nm macro).
|
|
|
|
|
|
| |
PR: 18792
Submitted by: Bob Johnson <bobj@atlantic.net>
Approved by: Alexander Langer <alex@freebsd.org>
|
|
|
|
|
|
|
|
|
| |
* remove hard sentence breaks
* use of Fl with Ar if argument available
* Dq -> Sq where better
* Ql -> Dq and Ql -> Fa where better
* include sections to Xr macro
* It Ar .ss -> It Ar ss
|
|
|
|
|
|
|
| |
fixes (very important in this case). Version 1.40 should be discarded.
This version includes the language diffs. To receive them, use
cvs diff [-u] -r 1.39 -r 1.41
|
|
|
|
|
|
|
|
| |
usage of .Xr and removal of hard sentence breaks).
PR: 18880
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Obtained from: OpenBSD (in parts)
|
|
|
|
|
| |
example. Oct 29 0:30 +3 hours is still Oct 29, no matter what the
DST setting is, and not Oct 30..
|
|
|
|
|
| |
PR: docs/19554
Submitted by: Kazuo Horikawa <horikawa@psinet.com>
|
|
|
|
| |
correct one of the -v options.
|
|
|
|
| |
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
|
|
|
|
|
| |
date is launched with the "u" argument. It now operates in the documented
manner.
Fix typo in date man page.
Submitted by: David McNett <nugget@slacker.com>
|
|
|
|
|
|
| |
DST. Explain in more detail what date -v does when mixed with DST.
Previous code suggested broken by: wollman
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
things get a bit out-of-phase when we step backwards 1 hour from
between 0:00 and 1:00 on the first of the month following the
transition into Summer time. This is probably actually a bug
in mktime().
PR: 10963
If mktime() fails and 68 < year < 138, assume that the reason is
because of Summer time and adjust up or down according to our
adjusting context by one hour. This assumes that all DSTs are
multiples of 1 hour.
PR: 6223, 17750
|
|
|
|
|
| |
PR: 17250
Submitted by: cjclark@home.com (Crist J. Clark)
|
|
|
|
| |
Approved by: jkh
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
from the source attributed below. In particular, this removes a goto
inside a switch and replaces those horrendous ATOI macros with
something acceptable.
More clean-ups to come.
PR: bin/14151
Reported by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Obtained from: NetBSD
|
|
|
|
|
| |
PR: 14472
Reported by: j_guojun@lbl.gov (Jin Guojun)
|
| |
|
|
|
|
|
|
| |
being relevant when we ripped out the BSD/VAX code.
Submitted by: Guy Harris <gharris@flashcom.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
add a -j flag that tells date not to try to set the date. This allows you
to use date as a userland interface to strptime.
example:
TZ=GMT date -j -f "%a, %d %b %Y %T %Z" "Sun, 08 Nov 1998 02:22:20 GMT" +%s
which is the standard format for Last-modified headers in HTTP requests.
only one to respond: eivind
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
|
|
|
|
|
|
|
|
|
| |
statement if blocks[*] when the else could be ambiguous, not defaulting
to int type and removal of some unused variables.
[*] This is explicitly allowed by style(9) when the single statement
spans more than one line.
Reviewed by: obrien, chuckr
|
|
|
|
|
| |
PR: 6308
Submitted by: Max Euston <meuston@jmrodgers.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Make `date -?' output (pretty much) the same as
the man page
PR: 5269
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: bin/4661
Submitted by: blank@sliphost37.uni-trier.de (Sascha Blank)
|
|
|
|
|
| |
PR: docs/4450
Submitted by: josh@quick.net
|
|
|
|
|
|
| |
Submitted-by: Josh Gilliam
Closes PR:4425
|
|
|
|
| |
Submitted by: grog@lemis.com
|
| |
|
|
|
|
|
|
|
|
| |
date using strptime(3).
Suggested by: Michael Smith <msmith@atrad.adelaide.edu.au>
Change mm & dd to MM & DD so that they don't
clash with the month.
|
|
|
|
|
| |
Support Hours & Minutes
Add -Wall to Makefile
|
|
|
|
| |
Discussed with: freebsd-hackers
|
| |
|