jmmv
4fa84cba37
MFC r257631: Add myself to the committers-src list and to the calendar.
2013-12-28 13:08:47 +00:00
joel
1906ec25d3
mdoc: remove EOL whitespace.
...
Approved by: re (blanket)
2013-10-04 16:44:24 +00:00
rene
6f943e48c0
Update the Dutch calendar entries:
...
- prince Johan Friso passed away in 2013
- correct status of queen Maxima and crown princess Catharina-Amalia
- language fixes
Approved by: remko (mentor)
Approved by: re (gjb)
MFC after: 3 days
2013-09-30 20:49:10 +00:00
danilo
9f82ff2278
- Add myself as port commiter and my mentors relationship.
...
- Add myself to calendar.freebsd.
Approved by: re (gjb), wg (mentor)
2013-09-24 04:00:49 +00:00
db
05645a7435
- calendar uses cpp internally, this diff removes this usage and
...
substitutes a limited subset cpp processor internally.
PR: src/178463
Approved by: re (gjb)
2013-09-19 20:17:50 +00:00
glebius
5cec20bb2b
Provide UTF-8 version of russian calendars.
2013-08-16 07:02:17 +00:00
uqs
8eeca12329
Belatedly add my birthday and fix a typo.
2013-08-14 08:10:54 +00:00
hiren
35a5efef32
Adding myself to the calendar!
...
Approved by: sbruno (mentor)
2013-06-30 01:20:59 +00:00
feld
1a6e4c1be6
- Adding myself to the committers-ports.dot
...
- Adding myself to the freebsd calendar
Approved by: swills (mentor)
2013-06-26 02:21:37 +00:00
rm
77beb08b59
- add myself
2013-06-17 04:00:46 +00:00
grog
d0af472705
Revert revision 251648. style(9) requires an empty line here.
...
Reported by: mdf@
2013-06-13 04:11:21 +00:00
grog
da46948fb5
style(9)
...
MFC after: 2 weeks
2013-06-12 07:53:59 +00:00
grog
a434f5b71f
Handle some expression regressions.
...
Explicitly use GNU cpp for preprocessing.
Remove explicit debugging code.
Change some variable names to be less confusing.
Improve some comments.
Improve indentation.
PR: 162211
168785
MFC after: 2 weeks
2013-06-12 07:52:49 +00:00
delphij
a31899fbcd
REST IN PEACE
...
Alexander Botero-Lowry
Born June 2, 1986 in Austin, Texas
Died August 24, 2012 in San Francisco, California
Thank you for your contributions, you will be
greatly missed.
2013-05-10 20:02:15 +00:00
edwin
94808df525
Op 30 April 2013 trad koninging Beatrix af en werd kroonprins Willem
...
Alexander de nieuwe koning. Koningsdag is op 27 April.
On 30 April 2013 queen Beatrix resigned and crownprince Willem
Alexander became the new king. King's day is on 27 April.
MFC after: 1 week
2013-05-03 02:03:35 +00:00
joel
c44db57014
Fix typo from previous commit.
...
Submitted by: Ronald Klop <ronald-freebsd8@klop.yi.org>
2013-04-14 08:49:35 +00:00
joel
b6d9360115
LSD first synthesised 16/11/38, not 7/4/43.
...
Submitted by: James J. Lippard
Obtained from: OpenBSD
2013-04-14 08:47:01 +00:00
joel
68bc560e02
Correct spelling is "Christiaan Huygens".
...
Submitted by: James J. Lippard
Obtained from: OpenBSD
2013-04-14 08:40:24 +00:00
jh
bac2f81e80
Correct the path.
...
PR: 176256
Submitted by: jhs
2013-04-06 13:42:37 +00:00
wg
a68e514d93
Add myself as a ports committer and my mentor relationship.
...
While in the repository, add myself to calendar.freebsd.
Approved by: jpaetzel (mentor)
2013-04-04 23:11:56 +00:00
eadler
ccc8563248
Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded to
...
"1". 'Fix' this.
PR: bin/175790
Submitted by: ak
Approved by: cperciva (mentor)
2013-03-04 02:21:03 +00:00
dbn
ebb2442f5c
Add myself as a port committer (with eadler@ and bdrewery@ as mentors).
...
While in the repository, add myself to calendar.freebsd.
Approved by: eadler/bdrewery (mentor)
2013-01-15 05:33:40 +00:00
grog
63443f6610
Use even more conventional conversion routines.
...
Reported by: peterj@
2012-12-13 02:21:05 +00:00
grog
f042d5b8f0
Reluctantly remove one of the most extraordinary numeric conversion
...
routines I have ever seen and replace with something far more boring.
2012-12-13 01:44:58 +00:00
grog
caac318eef
Correct date of Stanley's encounter with Livingstone.
...
Obtained from: Henry Morton Stanley, "How I met Livingstone", http://www.gutenberg.org/dirs/5/1/5/5157/5157-h/5157-h.htm
MFC after: 14 days
2012-11-11 22:43:36 +00:00
grog
51a2b22c60
Correct date and spelling of encounter between Stanley and
...
Livingstone.
MFC after: 2 weeks
2012-11-10 04:49:09 +00:00
gblach
0f469b3490
- Add my mentor relationships to committers-ports.dot
...
- Add myself to calendar.freebsd
Approved by: tabthorpe (mentor)
2012-11-04 08:47:41 +00:00
ed
af31e8843c
More -Wmissing-variable-declarations fixes.
...
In addition to adding `static' where possible:
- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
2012-10-19 14:49:42 +00:00
joel
182cb719bb
Remove contractions.
2012-10-07 20:01:41 +00:00
peterj
2e90070bfd
- Add myself as a new src committer.
...
- Sort jhb's mentees
- Add grog's (ex-)mentor
Approved by: jhb (co-mentor), grog (co-mentor)
2012-09-16 06:44:58 +00:00
jhale
1296b38e20
- Add myself to calendar.freebsd
...
- Add my mentor relationships to committers-ports.dot
Approved by: makc (mentor)
2012-09-11 13:29:50 +00:00
zont
da7355117c
- Add myself to the calendar.
...
Approved by: kib (mentor)
2012-08-21 12:47:34 +00:00
bdrewery
17b60f5307
- Add myself to calendar.freebsd
...
- Add my mentor relationships to committers-ports.dot
Approved by: eadler (mentor)
2012-08-01 17:48:38 +00:00
zeising
ebe19c57a1
Add myself to commiters-[doc,ports].dot and calendar.freebsd
...
Approved by: joel (doc/www mentor) kwm (ports mentor)
2012-07-03 07:28:57 +00:00
ashish
d7a11d4072
Add myself to the calendar.
2012-06-08 01:51:49 +00:00
jase
99a3cbfc7c
Add myself as a new committer.
...
Approved by: flo, culot (mentors)
2012-06-01 08:44:17 +00:00
gjb
c12b44c606
General mdoc(7) and typo fixes.
...
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-10 02:07:00 +00:00
jlh
ee90fe7ca0
Add my birthday and place of birth.
...
Approved by: kib (mentor)
2012-04-23 09:18:05 +00:00
dteske
86e3fa59a2
Add my birth date/place to the calendar as new committer.
...
Approved by: emaste (mentor)
2012-04-18 22:56:46 +00:00
madpilot
bdb4f69be0
Add myself to the calendar
...
Approved by: creees (mentor)
2012-04-15 17:28:47 +00:00
gjb
7e6ca582d9
Belatedly add my entry to the calendar file, now that 30 is here and gone.
2012-04-13 09:54:36 +00:00
eadler
1ef5fe44d3
Remove trailing whitespace per mdoc lint warning
...
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
2012-03-29 05:02:12 +00:00
joel
1d7fe3f6fd
Remove superfluous paragraph macro.
2012-03-25 09:19:25 +00:00
davide
32d1cb200a
Replace the three spaces with one tag.
...
Reported by: pjd
Approved by: gnn (mentor)
2012-03-01 19:17:56 +00:00
osa
fc004c627e
Add underscore symbol to the end of definition strings
...
to keep all calendar files are consistency.
Approved by: edwin
MFC after: 1 week
2012-02-24 11:40:20 +00:00
osa
ffbbf1cb2c
Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install.
...
It was forgotten in r219937 commit.
Approved by: edwin
MFC after: 1 week
2012-02-23 17:47:48 +00:00
dmarion
790a771dba
Add myself to calendar.
...
Approved by: cognet (mentor)
2012-02-11 11:24:30 +00:00
matthew
d8e34da453
Add myself as a new committer
...
Approved by: shaun (mentor)
2012-02-09 14:13:56 +00:00
davide
a46b1b7ab3
Add myself to the relevant docs.
...
Approved by: alc, gnn (mentors)
2012-02-01 19:46:12 +00:00
jgh
6a395c235c
- add myself to the calendar (jgh)
...
Approved by: crees (mentor)
2012-01-01 00:23:32 +00:00