summaryrefslogtreecommitdiff
path: root/gnu/dist
AgeCommit message (Collapse)Author
2017-04-11Bye gnu!christos
christos
2016-01-16has moved to external/gpl3christos
2016-01-14Texinfo has moved.christos
2016-01-13groff has moved to externalchristos
2016-01-13diffutils has movedchristos
2016-01-13gettext has moved.christos
2016-01-10moved to externalchristos
2015-11-22+libpanelkamil
2015-09-12Avoid TYPE_MAXIMUM, it depends on undefined behavior.joerg
2015-07-27Make this work with newer perl versions.martin
Ok: mrg@
2015-06-06The opposite of new[] is delete[], not delete.joerg
2015-06-05Fix operator precedence to allocate enough memory.joerg
2014-11-15Array can't be null.joerg
2014-10-04few more.christos
2014-10-04and a few more.christos
2014-10-02Give \(ua its own comment, so it's not listed under daggers.apb
2014-10-02add uachristos
2014-09-30more font hackerychristos
2014-09-30add some more font and character definitions for poor man's ascii.christos
2014-08-30recognize cygwin64jmcneill
2014-08-18moved to external/gpl2/gmakechristos
2014-08-10Drop impossible assert.joerg
2014-08-08Delete gnu/dist/gkermit, and the reachover Makefile in gnu/usr.bin/gkermit.apb
It is being replaced by the BSD-licenced ekermit, as proposed on tech-userlevel on 7 Aug 2014.
2014-06-13delete GCC 4.1 sources.mrg
2014-06-13delete GCC 4.1 sources.mrg
2014-06-13delete GCC 4.1 sources.mrg
2014-06-13remove GCC 4.1 sources.mrg
2014-06-13delete GCC 4.1 sources.mrg
2014-06-12Hide the -P option in the usage message unless HAVE_LIBPCRE (which wedholland
don't have in base) as per PR 39122.
2014-03-18Add a register definition for the Processor Status Word on VAX.joerg
Change the unwind definition to specify the CFA base via %fp before using it in the various register locations.
2014-03-16Link with --eh-frame-hdr.joerg
2014-02-27Cast strlen of constant down to avoid argument widening. Change an absjoerg
to labs based on the arguments.
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
Unfortunately our VCS isn't very helpful here.
2014-01-21Remove ".ll 80", so the man page will use the default 78-characterapb
line length.
2014-01-20fix some inlines to make compilable with later versions of gccchristos
2014-01-10Use format strings.joerg
2013-11-18NUL != NULL, so use correct literal here.joerg
2013-11-06revert previous now that the config test is correctchristos
2013-11-06Fix build problem caused by definition of SSP version of stpcpy(3).tron
2013-11-01add some NetBSD_DISABLED_* rules.mrg
2013-08-30Remove trailing whitespace in texi2dvi which confuses sed.riastradh
XXX pull up to 5, 6?
2013-08-13remove some files which will be regenerated during build, avoidsdrochner
writes into $BSDSRCDIR
2013-08-12Enable unwind tables by default. Assert the default in target-def.h tojoerg
make sure that it sticks.
2013-07-20Use Mt for email addresses.wiz
2013-06-09Describe another use for .Cm. Bump date.wiz
2013-04-26Don't depend on ctype.h pulling in sys/ctype_bits.h, do so explicitly.joerg
2013-04-13Extend ctype classification table to 16bit. Based on patch byjoerg
Takehiko Nozaki, with changes to compile fail when using the old names and to exploit __BUILD_LEGACY
2013-04-12yy_size_t is typically unsigned, so use a separate variable for thejoerg
return value of read(2).
2013-04-11fix argument passing.christos
2013-04-08Fix "ashq" second argument sign extension (the assembler does not treatmartin
-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.