Commit Graph

232 Commits

Author SHA1 Message Date
ru
a8adf98c82 Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by:	bde
2002-07-29 09:40:17 +00:00
jmallett
fd7aefbcf8 Search the include path for the argument to -f, to make lives easier for
those of us who want to figure out how old Jim Mock is, but only want to
type 'calendar -f calendar.freebsd'.  This is done in a way that should
be totally backwards compatible with no noticable differences, at all.

Reviewed by:	mux
MFC after:	4 weeks
2002-07-28 13:46:09 +00:00
grog
9cf68e2eb9 Clarify J.S. Bach's life: he was only born once, and he died in Leipzig.
Add entry for Antonio Vivaldi's death.
2002-07-28 00:42:02 +00:00
trhodes
cef72b6149 Revert previous delta for cut(1) and calendar(1) as they were not applied
correctly.  My fault, forgot that -current was checked out.
2002-07-23 15:09:56 +00:00
trhodes
e123a791c5 MFC: Fix some grammar, greater reduce diffs to HEAD 2002-07-22 21:14:16 +00:00
ru
cd7c90d38f s/${INSTALL} -c/${INSTALL} ${COPY}/ 2002-07-18 12:07:49 +00:00
scop
5252eb95e9 Add myself.
Approved by:	knu (mentor)
2002-07-17 19:00:37 +00:00
ache
662958d09e More Russian holidays
PR:		39578
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2002-07-14 13:29:27 +00:00
johan
ff24be4b5a Add my DoB
Approved by:    sheldonh (mentor)
2002-07-01 16:02:05 +00:00
dillon
11a7ab99fc Add my entry to the mojo file. 2002-06-28 04:26:07 +00:00
cjh
06474efa96 add my entry. 2002-06-28 01:42:45 +00:00
jmallett
4fd45e815b Update my name here, pointed out by grep(1). 2002-06-27 19:05:47 +00:00
perky
cab193430d Add ICBM coordinates and birthday reminder
Reviewed by: cjh (mentor)
Approved by: cjh (mentor)
2002-06-25 08:15:35 +00:00
grog
47e1ed8bb9 Remove 17 June as German national holiday. 2002-06-16 22:59:21 +00:00
grog
e930b35ecd beforeinstall target:
- Remove superfluous ;
- create destination directories if they don't exist.
2002-06-13 21:21:59 +00:00
grog
fb4608bacb Add two new options:
-W is like -A (number of days in the future to consider, but also
   specifies that we don't want special treatment at weekends.
-F changes our notion of "Friday" (the day before the weekend).

Arguably, calendar(1) is broken to have special treatment of weekends
by default, but this method maintains POLA.
2002-06-13 21:20:56 +00:00
gordon
0f322ee87c Add my birthday to the list. Apparently, I share a birthday with dwhite.
Reviewed by:	jake
Approved by:	jake
2002-05-17 17:49:32 +00:00
dwmalone
741f22f7bb Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15.
Submitted by:	wollman
2002-05-13 21:30:23 +00:00
fanf
0d1a15dcde Add myself.
Reviewed by:	dwmalone (mentor)
2002-05-07 11:09:40 +00:00
mini
17b2d0bf0b Add myself.
Approved by:	alfred
2002-05-04 06:34:11 +00:00
dwmalone
c6f306a6a4 Don't use ISO_8859 when I should use ISO8859. 2002-04-29 20:57:36 +00:00
dwmalone
4af9569b92 Add a French calendar.
PR:		32265
Submitted by:	Thierry Thomas <thierry@pompo.net>
MFC after:	1 week
2002-04-28 23:22:13 +00:00
anholt
b7f3d0f9dd Add myself
Approved by:	des
2002-04-22 19:39:10 +00:00
charnier
751aa370d4 Dot terminate a sentence. Rearrange to not use .Nm at the beginning
of a sentence.
2002-04-21 13:02:20 +00:00
charnier
ad8a79e6a5 Use `The .Nm utility' 2002-04-20 12:18:28 +00:00
nork
4128228c69 Add myself.
Reviewed by:	knu (mentor)
2002-04-02 03:16:50 +00:00
charnier
833cdae906 Add myself. 2002-03-26 12:49:44 +00:00
ceri
dcf0ed4d8d Add myself to the calendar. 2002-03-22 15:44:20 +00:00
imp
74d826c7a6 remove __P 2002-03-22 01:22:50 +00:00
netchild
7bcbc43d99 Traditional first commit.
Approved by: joerg
2002-03-21 16:40:32 +00:00
mux
ce7313402c Add myself to this list. 2002-03-15 18:49:53 +00:00
grog
f48d7937af Add encounter between Flinders and Baudin. 2002-03-13 07:57:24 +00:00
ache
bb01e62002 Setlocale returns static buffer, don't assume it will be unchanged
Pointed by:	phantom
2002-03-10 14:54:59 +00:00
grog
d5da1ce9b2 Correct St. David's day: it's celebrated outside Cardiff. 2002-02-28 23:06:24 +00:00
cjc
06f86e63e4 Thoreau listed twice.
Give RFK's fullname and place of birth.
Spell 'Wiener' correctly and add place of birth.

PR:		misc/35305
Submitted by:	Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
2002-02-25 23:26:13 +00:00
jmallett
25941dda5c Add myself.
Reviewed by:	mike
Approved by:	mike
2002-02-25 19:48:04 +00:00
grog
aaf850a0ef Correct name spelling for one of the people who share my birthday.
PR:		docs/35274
Submitted by:	nivit@libero.it (Nicola Vitale)
2002-02-24 23:59:57 +00:00
yoichi
b107f092ae Add myself. 2002-02-11 13:13:02 +00:00
markm
31d81e4fbc Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. 2002-02-08 23:07:37 +00:00
markm
ae2558974f Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00
maxim
640330c991 Add myself.
Reviewed by:	ru
Approved by:	ru
2002-02-07 09:24:44 +00:00
tg
e8a5c08369 Add some missing years, fix Bach's birthday entry. 2002-01-07 13:35:31 +00:00
grog
9b91427696 Remove duplicate entry for Descartes.
PR:		33630
Submitted by:	Christopher Elkins <chrise@scardini.com>
MFC after:	2 weeks
2002-01-07 05:07:03 +00:00
dwmalone
48fb74e4c1 Update Judaic for year 2002. Name Josef as maintainer.
PR:		33389
Submitted by:	Josef Grosch <jgrosch@mooseriver.com>
2002-01-05 18:10:19 +00:00
okazaki
fdbb348392 Add myself. 2002-01-02 16:02:51 +00:00
grog
a4531b31aa Correct typos. 2001-12-31 23:59:53 +00:00
dwmalone
d9613ea383 Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
2001-12-10 21:13:08 +00:00
markm
18cc007439 WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)
Use __FBSDID().
Sort some headers.
2001-12-02 22:44:14 +00:00
grog
1fb8e0e550 Add St. Cecilia's Day. 2001-11-21 21:55:46 +00:00
max
c069ca765d Make this a bit closer to a true tradition by adding one more committer. 2001-11-20 01:49:11 +00:00