summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
1999-08-25comment typoNiklas Hallqvist
1999-08-25Remove redundant test (which I am sure gcc removed by itself anyhow)Niklas Hallqvist
1999-08-24Enable dlopen(3) to work in statically linked binariesNiklas Hallqvist
1999-08-24Remove -g accidentally committed by someoneNiklas Hallqvist
1999-08-24Align defines nicelyNiklas Hallqvist
1999-08-20add -fno-strict-aliasingTodd C. Miller
1999-08-20Link with "-L. -lperl" if building a shrared libperl on OpenBSDTodd C. Miller
1999-08-20comment out shared libperl support for the time beingTodd C. Miller
1999-08-20Link perl binary with shared libperlTodd C. Miller
1999-08-20Take advantage of "arch -s"Todd C. Miller
1999-08-19The mips test for dynamic loading was wrongNiklas Hallqvist
1999-07-28do not spin; hughTheo de Raadt
1999-07-26Give groff the -S (safer mode) option. This is a paranoia mode that preventsAaron Campbell
1999-07-22use += when modifying COPTSTheo de Raadt
1999-07-15this wraps anythingTheo de Raadt
1999-07-15use poll() instead, and generalize in case other programs want to use itTheo de Raadt
1999-07-08spurious words and misc fixesHugh Graham
1999-07-08documentation fixesHugh Graham
1999-07-04egcs has been fixed.Marc Espie
1999-06-18Kill old libiberty, use the one under egcs now.Marc Espie
1999-06-18build objdump for all archs.Marc Espie
1999-06-18Don't build c++filt, as it is ancient compared to egcs version.Marc Espie
1999-06-16in case this is ever used by sparcTheo de Raadt
1999-06-16ARCH -> __ARCH_Marc Espie
1999-06-15Fix thoroughly broken PIC code.Marc Espie
1999-06-07move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-06-01Make gdb on mips understand corefile contentsPer Fogelstrom
1999-05-27Use -O1 to work around egcs/m68k bugTodd C. Miller
1999-05-27Real fix... this goes into OPTIMIZE, not CCFLAGS.Marc Espie
1999-05-26egcs Internal compiler errors on m68k.Marc Espie
1999-05-26So long, and thanks for all the bugs.Marc Espie
1999-05-26Link in egcs, kill gcc and libg++Marc Espie
1999-05-24This patch lets sparc ld handle pic/PIC relocations mix, by simply forcingMarc Espie
1999-05-21Be more specific about dynamic libraries: ldd does not know how to handleMarc Espie
1999-05-16remove the "cat" prefix from man extensions since it makes perldoc send the w...Todd C. Miller
1999-05-14Need to check for the c suffix on args to the -size switch. Patch sent to pe...Todd C. Miller
1999-05-13correct a warning: don't test for format_char == 'x' twice in the same if()Aaron Campbell
1999-05-13libary -> library, other misc correctionsAaron Campbell
1999-05-11cvs missed this in the last perl commit. Bad cvs.Todd C. Miller
1999-05-11Go back to colon-separated paths approach but truncate lib pathsTodd C. Miller
1999-05-10cross-ld for sparc: iflush as nop, since it won't compile on non-sparc,Marc Espie
1999-05-10add needed declaration of struct ranlib tag to keep cross-endian toolsMarc Espie
1999-05-09o kill colon-separated paths in *libexp, they confuse too many modulesTodd C. Miller
1999-05-09We use a patched version of gnu diffutils-2.7.Marc Espie
1999-05-09Deal with colon-separated paths in *libexp variables. This is aTodd C. Miller
1999-05-04Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5.Todd C. Miller
1999-05-03sync with gzip 1.2.4aBrad Smith
1999-05-03For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5.Todd C. Miller
1999-05-02Don't need to set ccflags or cppflags to be emptyTodd C. Miller
1999-05-02fix typos, spotted by espieTodd C. Miller