index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
at
/
parsetime.c
Age
Commit message (
Expand
)
Author
2019-02-16
When specifying the time in the form HHMM or HH:MM, if that time
Christian Weisgerber
2015-11-11
Use warn/warnx here too.
Todd C. Miller
2015-11-11
Remove bogus DST code. mktime() handles DST automatically when
Todd C. Miller
2015-11-06
Use __progname instead of the homegrown ProgramName.
Todd C. Miller
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-03-17
Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@
Todd C. Miller
2015-03-15
tzfile.h is an internal header that should never have been installed.
Todd C. Miller
2014-01-13
Add the "next" keyword as an alias for "+ 1" for relative times.
Todd C. Miller
2013-11-25
variety of unsigned char casts (or conversions) for ctype
Theo de Raadt
2010-07-02
'wether' -> 'whether' typo in license text.
Kenneth R Westerback
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-05-23
Sanity check the time argument specified by the -t argument. Some
Todd C. Miller
2006-04-26
Cleanup, remove an unused var, use an int to store argc instead of a char,
Chad Loder
2004-06-17
Remove trailing whitespace and, for printf, uid/gid are unsigned
Todd C. Miller
2003-02-20
Sync with ISC cron-current + my at(1) integration.
Todd C. Miller
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-05-14
Major changes:
Todd C. Miller
2002-05-11
Pass -Wall and use ANSI function headers.
Todd C. Miller
2000-01-05
Y2K fix. at(1) would die with 'garbled time' when assign_date() was passed
Todd C. Miller
1999-03-21
PR 778: Handle 2-digit year values post-Y2K. Improvements to PR 778
Alex Feldman
1998-07-10
long month names; archie@whistle.com
Theo de Raadt
1998-07-09
user err/warn; some -Wall
Michael Shalayeff
1998-06-26
make 'now' work as a timespec
Todd C. Miller
1997-03-01
Merge in changes from at 2.9
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1996-01-02
got am/pm reversed when hour is 12; from Mark_Weaver@brown.edu; netbsd pr#1743
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt