index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
date
/
date.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port everything in bin/ from utmp to utmpx.
ed
2010-01-13
1
-2
/
+1
*
Let date(1) use utmpx instead of logwtmp().
ed
2009-12-05
1
-3
/
+9
*
Don't reset DST computed by strptime() (when e.g. setting the
ru
2008-02-07
1
-6
/
+3
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-1
/
+1
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Rev. 1.32 moved a comment to the wrong line. The hack refered to
mtm
2004-03-04
1
-2
/
+2
*
Check for write errors; report and exit with error value.
dds
2003-10-04
1
-0
/
+2
*
Enclose sccsid according to style(9).
charnier
2003-02-05
1
-2
/
+3
*
Staticify for lint.
markm
2002-10-18
1
-2
/
+2
*
Consistently use __FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Fix warnings inspired by lint, a commercial lint and WARNS=4.
markm
2002-02-22
1
-4
/
+4
*
o __P has been reoved
imp
2002-02-02
1
-14
/
+9
*
Remove assumption that time_t is an int
dillon
2001-10-28
1
-1
/
+3
*
Add -j to the usage string.
dd
2001-06-09
1
-1
/
+1
*
Fix an off-by-hour bug when crossing Daylight Saving Time boundary.
ru
2001-05-17
1
-0
/
+3
*
Don't explicitly declare optarg and optind. These are declared in
imp
2000-08-16
1
-2
/
+0
*
Expand the -r option to support hex. Though undocumented, the -r
jwd
2000-07-22
1
-1
/
+2
*
Correct confusion and differentiate appropriately between GMT and UTC when
dbaker
2000-05-19
1
-3
/
+3
*
Back out previous commit and replace with a cleaner solution adapted
sheldonh
1999-12-29
1
-11
/
+21
*
Allow the year to be specified with an optional century.
sheldonh
1999-11-10
1
-2
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Don't continue if parsing failed when -f is in use. Exit with nonzero value.
cracauer
1999-06-25
1
-3
/
+2
*
the month and three days are up for -hackers and the 24hrs for -committers.
jmg
1999-05-14
1
-18
/
+26
*
Support seconds with -v.
brian
1999-03-09
1
-2
/
+2
*
Added missing #include <string.h>
alex
1998-10-03
1
-1
/
+2
*
Restore Lite-2 sccsid. Restore include of sys/param.h.
charnier
1998-05-13
1
-2
/
+3
*
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
charnier
1998-05-06
1
-5
/
+4
*
Cast a size_t to a long to avoid a gcc warning.
jb
1998-01-25
1
-3
/
+3
*
Put [+format] at the end of the usage message.
brian
1997-12-11
1
-3
/
+4
*
Back out suppress '\n' mod.
danny
1997-10-03
1
-11
/
+6
*
Add the '-s' flag to the usage string.
danny
1997-10-01
1
-2
/
+2
*
Add the ability to supress the '\n' at the end of the date printed.
danny
1997-10-01
1
-5
/
+10
*
Fix the broken `date HHMM.SS' handling.
joerg
1997-09-30
1
-2
/
+3
*
Remove forgotten debug statement.
brian
1997-08-10
1
-2
/
+1
*
Add "-f fmt date" for specification of the
brian
1997-08-10
1
-59
/
+80
*
Change [-DMHW [+|-]val] to [-v [+|-]val[ymwdHM]]
brian
1997-08-09
1
-11
/
+8
*
Add [-DWMY] flags for date adjustment.
brian
1997-08-04
1
-4
/
+24
*
Cosmetic change in usage string.
charnier
1997-06-06
1
-4
/
+4
*
Fix typo in comment; Document in an example that years beyond 1999
danny
1997-04-16
1
-2
/
+2
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Merge Lite2 mods, fix incorrect default string, cleanup
steve
1996-12-14
1
-3
/
+3
*
For nonexisten time use proper diagnostic instead of bad format and usage
ache
1996-04-06
1
-2
/
+2
*
Add setlocale(LC_TIME,...
ache
1995-10-23
1
-1
/
+3
*
Use %+ to print data using LC_TIME
ache
1995-08-05
1
-2
/
+2
*
date(1) didn't emit a final newline if the format had been specified
joerg
1995-04-03
1
-3
/
+3
*
Obtained from: partly from 386BSD-0.1.2.4
bde
1994-12-26
1
-14
/
+17
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+237