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
/
calendar
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Long awaited update to the calendar system:
edwin
2010-03-29
1
-263
/
+105
*
rewind(3) is already declared to return 'void', so no need for an explicit cast
rse
2009-12-17
1
-1
/
+1
*
Move functions which are only locally used into their C files and
edwin
2008-08-05
1
-3
/
+20
*
style(9)ify usr.bin/calendar
edwin
2008-08-05
1
-55
/
+92
*
style(9)
grog
2007-12-30
1
-1
/
+1
*
If we can't open a calendar file, don't guess why. Check the error
grog
2007-12-30
1
-1
/
+2
*
Never use getenv("HOME") without checking for NULL and non-zero
kevlo
2007-10-30
1
-1
/
+4
*
Sort events by date.
grog
2007-06-09
1
-10
/
+99
*
ANSIfy function definitions.
dwmalone
2007-05-07
1
-7
/
+4
*
Search the include path for the argument to -f, to make lives easier for
jmallett
2002-07-28
1
-6
/
+13
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
1
-5
/
+6
*
WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)
markm
2001-12-02
1
-18
/
+20
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-2
/
+2
*
Don't attempt to parse %c, use nl_langinfo instead
ache
2001-03-21
1
-5
/
+10
*
MAXPATHLEN includes the trailing NUL character, so there's no need to add 1
imp
2001-03-01
1
-1
/
+1
*
Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cpp
obrien
2000-01-10
1
-1
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Missed one in the previous commit.
des
1998-10-13
1
-3
/
+3
*
Use err(3). Abort if strdup() returns NULL.
charnier
1997-06-23
1
-13
/
+14
*
Don't call sendmail with "-f root" when run with "-a". This
mpp
1997-02-16
1
-1
/
+1
*
Fix a couple of typos.
mpp
1997-02-11
1
-4
/
+4
*
Really fix calendar to drop all permissions when
mpp
1997-02-09
1
-4
/
+28
*
Initialize the group list when we switch uids when run as
mpp
1997-02-06
1
-0
/
+4
*
Localize even more.
ache
1996-05-10
1
-3
/
+17
*
Allow to configure national Easter names.
ache
1996-05-10
1
-0
/
+16
*
Localize it
ache
1996-05-10
1
-16
/
+31
*
Change calendar to report the actual date for variable day events.
mpp
1996-04-06
1
-4
/
+15
*
- handle events that move around from year to year, i.e.,
wosch
1996-02-02
1
-0
/
+271