Commit Graph

2570 Commits

Author SHA1 Message Date
christos
d53d9ea967 has moved to external/gpl3 2016-01-16 18:41:12 +00:00
christos
04a37edfef Texinfo has moved. 2016-01-14 00:41:42 +00:00
christos
b104185471 groff has moved to external 2016-01-13 19:24:59 +00:00
christos
5380b83191 diffutils has moved 2016-01-13 03:41:44 +00:00
christos
bd519508ab gettext has moved. 2016-01-13 01:59:22 +00:00
christos
e6e41fab2f moved to external 2016-01-10 22:20:12 +00:00
kamil
e1f3900163 +libpanel 2015-11-22 05:01:44 +00:00
joerg
4d3d7e27e9 Avoid TYPE_MAXIMUM, it depends on undefined behavior. 2015-09-12 19:05:11 +00:00
martin
6ab712103f Make this work with newer perl versions.
Ok: mrg@
2015-07-27 18:09:27 +00:00
joerg
6a61adcb14 The opposite of new[] is delete[], not delete. 2015-06-06 14:40:29 +00:00
joerg
483a37a806 Fix operator precedence to allocate enough memory. 2015-06-05 16:44:56 +00:00
joerg
84c8bd741e Array can't be null. 2014-11-15 02:01:27 +00:00
christos
a58b812ff6 few more. 2014-10-04 15:54:53 +00:00
christos
32afc653ae and a few more. 2014-10-04 15:29:13 +00:00
apb
e2b985b37c Give \(ua its own comment, so it's not listed under daggers. 2014-10-02 06:56:36 +00:00
christos
1642b31bfe add ua 2014-10-02 00:02:03 +00:00
christos
ab6d448af4 more font hackery 2014-09-30 23:32:52 +00:00
christos
c3230f8c5d add some more font and character definitions for poor man's ascii. 2014-09-30 23:28:54 +00:00
jmcneill
c344f90c30 recognize cygwin64 2014-08-30 19:22:50 +00:00
christos
d4bb329df7 moved to external/gpl2/gmake 2014-08-18 06:59:28 +00:00
joerg
c4d96b015d Drop impossible assert. 2014-08-10 16:13:27 +00:00
apb
6dd38064f5 Delete gnu/dist/gkermit, and the reachover Makefile in gnu/usr.bin/gkermit.
It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.
2014-08-08 19:45:06 +00:00
mrg
bc41cab760 delete GCC 4.1 sources. 2014-06-13 01:00:32 +00:00
mrg
aff8ab64be delete GCC 4.1 sources. 2014-06-13 00:46:29 +00:00
mrg
96dcd295da delete GCC 4.1 sources. 2014-06-13 00:35:37 +00:00
mrg
1fffdc27bd remove GCC 4.1 sources. 2014-06-13 00:35:03 +00:00
mrg
4dcc96edd5 delete GCC 4.1 sources. 2014-06-13 00:30:37 +00:00
dholland
1f811437f2 Hide the -P option in the usage message unless HAVE_LIBPCRE (which we
don't have in base) as per PR 39122.
2014-06-12 07:42:46 +00:00
joerg
ab6a556791 Add a register definition for the Processor Status Word on VAX.
Change the unwind definition to specify the CFA base via %fp before
using it in the various register locations.
2014-03-18 23:43:40 +00:00
joerg
881aa56154 Link with --eh-frame-hdr. 2014-03-16 13:33:14 +00:00
joerg
519f354c13 Cast strlen of constant down to avoid argument widening. Change an abs
to labs based on the arguments.
2014-02-27 18:09:18 +00:00
skrll
6d3ceb1d61 Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
2014-02-24 07:23:38 +00:00
apb
dd68def8c5 Remove ".ll 80", so the man page will use the default 78-character
line length.
2014-01-21 20:24:29 +00:00
christos
d04b9aaa55 fix some inlines to make compilable with later versions of gcc 2014-01-20 00:05:57 +00:00
joerg
048d4146f6 Use format strings. 2014-01-10 11:29:24 +00:00
joerg
dcbaafe6f3 NUL != NULL, so use correct literal here. 2013-11-18 18:17:19 +00:00
christos
8b772b0519 revert previous now that the config test is correct 2013-11-06 22:56:38 +00:00
tron
20b1c42258 Fix build problem caused by definition of SSP version of stpcpy(3). 2013-11-06 21:44:44 +00:00
mrg
f418301d8c add some NetBSD_DISABLED_* rules. 2013-11-01 06:43:11 +00:00
riastradh
aada01fb57 Remove trailing whitespace in texi2dvi which confuses sed.
XXX pull up to 5, 6?
2013-08-30 16:24:06 +00:00
drochner
4902aed8dd remove some files which will be regenerated during build, avoids
writes into $BSDSRCDIR
2013-08-13 20:38:08 +00:00
joerg
2004814a3c Enable unwind tables by default. Assert the default in target-def.h to
make sure that it sticks.
2013-08-12 21:22:18 +00:00
wiz
a5684d07dd Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
wiz
7f3bb73875 Describe another use for .Cm. Bump date. 2013-06-09 16:32:43 +00:00
joerg
be4584e4d4 Don't depend on ctype.h pulling in sys/ctype_bits.h, do so explicitly. 2013-04-26 17:34:55 +00:00
joerg
e8fa8f4db7 Extend ctype classification table to 16bit. Based on patch by
Takehiko Nozaki, with changes to compile fail when using the old names
and to exploit __BUILD_LEGACY
2013-04-13 10:21:20 +00:00
joerg
3942a5096b yy_size_t is typically unsigned, so use a separate variable for the
return value of read(2).
2013-04-12 18:12:15 +00:00
christos
3eca9b543f fix argument passing. 2013-04-11 19:00:41 +00:00
martin
ebfcfb962b Fix "ashq" second argument sign extension (the assembler does not treat
-1 as a 64bit value).
Upstream reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875
Problemm noted by Jonny Billquist (in lint), hint for solution from mouse.
2013-04-08 12:10:53 +00:00
dholland
255fdbee78 Improve the output of gcc when a subprogram gets a signal. When OOMing
it gets signal 9, which prints "Killed" -- that this is actually
signal 9 and not a generic message is never clear and causes people to
file PRs unnecessarily.

Suggested by followups to PR 44096.

I applied this to gcc 4.5 ages ago, but this copy has been sitting
around in one of my trees for even longer and it may as well get
committed too.
2013-04-05 03:14:45 +00:00