Edwin Groothuis
6edc7d2994
'\0' -> 0
...
Fix silly mistake by being overly zeaolous[sp] of applying the style rules.
2010-08-19 21:59:39 +00:00
Baptiste Daroussin
6156467d68
Add myself as a ports committer
...
Approved by: tabthorpe@ (co-mentor)
2010-07-28 16:38:37 +00:00
Tijl Coosemans
857e086b80
- Add myself to committers-src.dot
...
- Add myself to calendar.freebsd
Approved by: kib (mentor)
2010-07-17 18:35:39 +00:00
Joseph S. Atkinson
12c5cab23e
Nervously welcoming myself to the family.
...
Add myself to all the appropriate places, upload my pgp key, and announce
my arrival to the FreeBSD world.
Approved by: wxs@ (mentor)
2010-07-16 18:06:19 +00:00
Edwin Groothuis
0a76c6484c
fix memset() calls.
...
Found with: Coverity Prevent(tm)
CID: 8531
2010-06-09 10:36:25 +00:00
Edwin Groothuis
43a7b5c3e1
Make clang happier by removing unused assignments.
2010-06-05 12:31:08 +00:00
Edwin Groothuis
73fd7c1d5d
Fix warnings about uninitialized variables.
...
It was mostly harmless since strftime() only used %a and %b anyway.
Found with: Coverity Prevent(tm)
CID: 7769
2010-06-05 11:41:46 +00:00
Edwin Groothuis
1962c0ae34
Fix: when unable to parse the sequence string, erase everything.
...
Found with: Coverity Prevent(tm)
CID: 7888
2010-06-05 11:32:31 +00:00
Edwin Groothuis
7e63c265da
Fix memory-leak at the processing of multiple calendars.
...
Found with: Coverity Prevent(tm)
CID: 7085
2010-06-05 11:12:35 +00:00
Edwin Groothuis
78c6c39d48
Properly check the return value of chdir, even if it is a "this
...
should not happen" case.
Found with: Coverity Prevent(tm)
CID: 4932
2010-06-05 11:06:56 +00:00
Matthew D Fleming
5e25430c4e
- Add myself to committers-src.dot
...
- Add myself to calendar.freebsd
Approved by: zml (mentor)
2010-06-04 17:54:30 +00:00
Andrey V. Elsukov
28c0f4ec05
- Add myself to committers-src.dot
...
- Add myself to calendar.freebsd
Approved by: kib (mentor)
2010-06-03 21:12:51 +00:00
Sergey A. Osokin
10a669dfe5
Add new memory days for Russian Federation.
...
Fix date and description.
Obtained from: http://pda.lenta.ru/news/2010/05/19/baptism/
http://www.garant.ru/doc/busref/spr_prazdn/
Thanks to: maxim
2010-05-20 10:51:22 +00:00
Doug Barton
eedb7f6041
Remove duplicate
2010-05-14 19:14:59 +00:00
Andrey A. Chernov
e86a8937dc
While I am here, add more missing (unsigned char) casts to ctype() macros
2010-05-06 16:54:46 +00:00
Andrey A. Chernov
b277fb56f9
Fix recent space skipping:
...
1) add missing (unsigned char) cast to ctype() macro
2) fix off-by-one error causing last letter always doubled
2010-05-06 16:37:50 +00:00
Edwin Groothuis
22f456b409
Allerheilingen -> Allerheiligen
...
Submitted by: Ronald Klop <ronald at realworks dot nl>
2010-04-13 20:50:59 +00:00
Bernhard Froehlich
4e50c2a20d
- Add my birthday to the calendar
...
Approved by: miwi (mentor), beat (co-mentor)
2010-04-01 12:26:29 +00:00
Edwin Groothuis
7cff1bc329
For where possible, make the dates of the Tasmanian holidays properly
...
variable. The leftover ones are the Thursday before the Fourth
Saturday of October (Oct/SatFourth-2) which is not possible yet.
2010-03-30 21:11:16 +00:00
Edwin Groothuis
bb06482c77
On request of joel@:
...
- Remove the 3rd clause of the UC Berkeley copyrighted files.
- For the files added copyrighted by me, move the "All rights
reserved" to the next line.
2010-03-30 06:42:01 +00:00
Edwin Groothuis
418d2c7643
Update the Australian calendar WRT DST.
...
Layout changes.
2010-03-29 21:17:03 +00:00
Andriy Gapon
34a78aafcb
calendar.freebsd: add my entry
...
MFC after: 4 days
2010-03-29 20:04:01 +00:00
Edward Tomasz Napierala
ea609672f8
Add myself.
...
MFC after: 2 weeks
2010-03-29 19:52:36 +00:00
Dag-Erling Smørgrav
9d5d3712db
size_t is not equivalent to int on 64-bit platforms.
...
Pointy hat to: edwin@
2010-03-29 13:20:52 +00:00
Edwin Groothuis
7ab07ec89c
Use new syntax for the dutch calendar: Use local month names instead
...
of english ones.
2010-03-29 07:09:27 +00:00
Edwin Groothuis
0b0b030bc6
Bump WARNS to 7
2010-03-29 07:08:47 +00:00
Edwin Groothuis
2b84020d5c
Long awaited update to the calendar system:
...
- Repeating events which span multiple years (because of -A, -B or
just the three days before the end of the year).
- Support for lunar events (full moon, new moon) and solar events
(equinox and solstice, chinese new year). Because of this, the
options -U (UTC offset) and -l (longitude) are available to
compensate if reality doesn't match the calculated values.
MFC after: 1 month
2010-03-29 06:49:20 +00:00
Rebecca Cran
c2664eae38
Add my birthday.
...
Approved by: rrs (mentor)
2010-01-29 14:41:16 +00:00
Beat Gaetzi
216b6ff21b
Add my birthday to the calendar.
2010-01-26 21:36:11 +00:00
Alberto Villa
6cd31a97ea
Add myself.
...
Approved by: tabthorpe (mentor)
2010-01-26 20:39:27 +00:00
Wesley Shields
89d06842d8
- Add myself. I forgot to do this when I got my commit bit.
2010-01-26 19:48:46 +00:00
Ed Schouten
b7946da96b
Build usr.bin/ with WARNS=6 by default.
...
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00
Edwin Groothuis
d14ec16633
Nationalise Easter -> Pasen
...
MFC after: 1 week
2009-12-17 20:41:59 +00:00
Ralf S. Engelschall
a752c19301
rewind(3) is already declared to return 'void', so no need for an explicit cast
2009-12-17 08:42:44 +00:00
Ralf S. Engelschall
1e3249cb9b
DEBUG is either defined or not defined for the 'calender' sources, so use #ifdef and not just #if -- both to be semantically correct and also to be aligned with the rest of the 'calendar' sources
2009-12-17 08:41:06 +00:00
Edwin Groothuis
58fe9c40b1
Add Australian, New Zealand and Ukraian calendars to the "all" target".
...
MFC after: 1 week
2009-12-17 07:18:06 +00:00
Xin LI
d993d09a6c
- Remove times.h from C programs that does not manipulate with time at
...
all.
- Remove pathnames.h from all but io.c since it's the only module that
used these definations.
2009-12-13 04:50:11 +00:00
Xin LI
821df508e8
Revert most part of 200420 as requested, as more review and polish is
...
needed.
2009-12-13 03:14:06 +00:00
Xin LI
6f2d322192
Remove unneeded header includes from usr.bin/ except contributed code.
...
Tested with: make universe
2009-12-11 23:35:38 +00:00
Gavin Atkinson
ad61078f87
Add my birthday.
...
Approved by: ed (mentor)
2009-12-09 22:03:57 +00:00
Benedict Reuschling
ee06ebdf46
Belatedly add my calendar entry.
...
Discussed with: remko
Approved by: remko, jkois (mentor)
2009-10-05 19:29:49 +00:00
Dima Panov
5ad0a62fe0
Add my birthday
...
Approved by: re (rwatson) miwi (mentor)
2009-08-15 15:40:30 +00:00
Yi-Jheng Lin
bd8311d481
- Add my birthday
...
- Add myself to ports committers and to lwhsu's mentee list
Approved by: re (kib), lwhsu (mentor)
2009-07-21 09:54:04 +00:00
Edwin Groothuis
5db5ccf42c
[patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not California
...
The /usr/bin/calendar program reports that Chuck Berry was born
in San Jose California but he was not born in California.
Chuck Berry was born in St. Louis, Missouri in 1926 on October 18.
http://www.chuckberry.com/about/bio.htm
http://www.khaldea.com/charts/chuckberry.shtml
http://en.wikipedia.org/wiki/Chuck_Berry
PR: conf/128215
Submitted by: comet--berkeley (aka Pablo Picasso) <comet@transbay.net>
MFC after: 2 days
2009-06-04 21:48:04 +00:00
Steven Kreuzer
9330df7e5d
Add my birthday
...
Approved by: wxs (mentor)
2009-05-07 15:32:13 +00:00
Rene Ladan
da98b8a90d
Add my birthday to the calendar.
...
Approved by: remko
2009-05-05 16:45:25 +00:00
Sean Nicholas Barkas
d1884d416a
Add myself as a mentee of dwmalone for the committers graph. Also add my
...
birthday to the calendar.
Approved by: dwmalone (mentor)
2009-05-05 15:03:19 +00:00
Fabien Thomas
a15a45ac9d
Add information about me as a new committer to the src tree
...
Approved by: jkoshy (mentor)
2009-03-17 14:53:42 +00:00
Roman Divacky
192f3d53d8
Add myself.
...
Approved by: ed (mentor)
2009-03-12 16:55:16 +00:00
Max Brazhnikov
5e4de39e21
Add myself.
2009-02-19 16:16:44 +00:00