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
/
usr.bin
/
at
/
parsetime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`.
cracauer
2012-10-05
1
-13
/
+49
*
Add missing static keywords to at(1).
ed
2011-11-06
1
-1
/
+1
*
While revision 1.26 fixed the code to really subtract 3600 due to
stefanf
2005-08-18
1
-3
/
+1
*
Don't throw away the adjusted `runtimer' value.
stefanf
2005-08-05
1
-3
/
+1
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
1
-1
/
+0
*
Use __FBSDID()
markm
2001-12-02
1
-4
/
+3
*
WARNS=2 fixup.
markm
2001-12-02
1
-3
/
+4
*
Allow an ``at now'' specification.
brian
2001-11-24
1
-1
/
+5
*
Expland `mymalloc' with malloc + error checking.
obrien
2001-07-24
1
-1
/
+2
*
Y2K fix. at(1) would die with 'garbled time' when assign_date() was
sheldonh
2000-03-27
1
-20
/
+22
*
Correct use of .Nm, .Em, .Ev
charnier
1999-12-05
1
-10
/
+11
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
1. Add support for months and years in relative time spec (now + 1 year)
nsayer
1999-08-26
1
-50
/
+31
*
Eliminate compiler warnings from -Wall
archie
1998-12-06
1
-2
/
+3
*
Typo fix: garbeld -> garbled
steve
1998-08-30
1
-2
/
+2
*
Year is sometimes set to -1 when assign_date() is called. Check for -1
alex
1998-08-08
1
-2
/
+2
*
Recognize long month names in addition to short ones.
des
1998-07-09
1
-1
/
+13
*
Permit double digit year values to be used in the next millenium.
alex
1998-05-05
1
-1
/
+17
*
Revert part of previous commit. I didn't see rcsid string in the middle of
charnier
1997-06-24
1
-4
/
+2
*
Use err(3).
charnier
1997-06-23
1
-4
/
+7
*
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
*
Fix botches in the handling of "AM" and "PM":
jdp
1996-07-19
1
-3
/
+8
*
Upgrade to 2.9
ache
1995-08-21
1
-16
/
+16
*
Make parsetime.c more consistent by using the (already declared) enum
joerg
1995-06-24
1
-10
/
+10
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-4
/
+4
*
Upgrade.
ache
1995-04-12
1
-110
/
+134
*
Fix off by one error in calculation of `mday' (months start at 1).
bde
1995-01-31
1
-2
/
+2
*
Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.
nate
1994-01-05
1
-0
/
+591