Commit graph

22 commits

Author SHA1 Message Date
Sebastian Wilzbach
b63b1db450 Reassign copyright from Digital Mars to The D Language Foundation (manual) 2017-12-05 02:19:32 +01:00
klemens
6cfdbccee5 spelling fixes (just comments) 2017-04-11 20:47:29 +02:00
Walter Bright
7252807309 Add -verrors=spec switch 2016-09-15 18:54:41 -07:00
NVolcz
fb807339f7 Updated man page for dmd
Added missing compiler switches and most importantly fixed the description for -w and -wi.
Formatting is still inconsistent and using mixed punctuation style.
The -property and -quiet switches are available in man page but not in --help
2016-08-24 21:56:29 +02:00
Passw
8b7d3a0919 update Copyright to 2016
ag "1999-2015" -l | xargs -i -t sed -i 's/1999-2015/1999-2016/g' {}
ag "1999-2009" -l | xargs -i -t sed -i 's/1999-2009/1999-2016/g' {}
ag "1999-2014" -l | xargs -i -t sed -i 's/1999-2014/1999-2016/g' {}
ag "1999-2011" -l | xargs -i -t sed -i 's/1999-2011/1999-2016/g' {}
ag "1999-2013" -l | xargs -i -t sed -i 's/1999-2013/1999-2016/g' {}
ag "1999-2012" -l | xargs -i -t sed -i 's/1999-2012/1999-2016/g' {}
2016-03-26 22:23:43 +08:00
Marc Schütz
99e2868d49 Fix trivial typo in DMD's man page 2014-08-23 20:44:08 +02:00
Leandro Lucarella
89f0d1c34c Remove rdmd.1 man page.
This man page belongs to the tools repository.
2014-02-25 15:26:27 +01:00
Damian Ziemba
b53c4a8e5d Update dmd.1
Typo
2014-02-14 20:22:13 +01:00
Martin Nowak
7f53f6ab91 move dmd.conf.5 to the right man section 2013-11-22 07:53:24 +01:00
Leandro Lucarella
984461316b Fix dmd.conf man section number 2013-09-09 20:17:41 +02:00
Walter Bright
62118879b5 Merge pull request #1287 from leandro-lucarella-sociomantic/deprecation-warnings-as-default
Make deprecations as warnings the default
2012-12-23 00:13:08 -08:00
alexrp
b3ef1761fe Remove -nofloat from usage text. 2012-12-06 18:53:09 +01:00
Leandro Lucarella
eb8eac4b99 Make deprecations as warnings the default
Since wanting to have deprecations as warnings is probably what most
people wants, make it the default. Also rename -di to -dw and introduce
-de to get the old default behaviour of having deprecations as errors.
-d stays untouched for backwards compatibility and those crazy people
that doesn't even want to know about deprecated features.
2012-11-14 12:51:01 +01:00
Leandro Lucarella
5881617a34 Add option to show deprecated errors as warnings
The new option -di treats deprecation errors as informational warnings,
just like -wi show warnings as informational messages without triggering
errors.

Tests that required -d are updated to use -di options too to ensure -d
and -di works exactly the same (except for the compiler messages). Test
that didn't really required -d to run (usually obscure bugs only
triggered with -d), are now using both -d and -di as PERMUTE_ARGS
instead of REQUIRED_ARGS, so the are more generally tested.
2012-10-28 23:21:50 +01:00
Walter Bright
f51c448417 merge 2012-06-28 12:47:18 -07:00
Bernard Helyer
7f6d2eea70 Add some new flags to the man page. 2012-02-22 15:05:50 +13:00
Bernard Helyer
70f29df83e Remove blank lines from dmd.1.
The blank lines show up in the man page, making it
look weird compared to other man pages.
2012-02-22 14:48:57 +13:00
Nathan M. Swan
c5a49039f3 added documentation in the man page 2012-01-31 09:53:09 -09:00
Leandro Lucarella
e5595d0467 Add -wi to the man page 2011-07-12 20:26:05 -04:00
Walter Bright
e66fa7e3ad to LF line endings 2011-01-23 23:14:46 -08:00
Brad Roberts
49eae24916 Update the man pages for both 1.x and 2.x to list all the 'new' options.
Add -fPIC to the dmd usage parameters.
2009-07-27 07:41:56 +00:00
Brad Roberts
3f31b6e6f1 Initial commit of man pages from the release .zip files. 2009-07-27 07:16:22 +00:00