Age | Commit message (Expand) | Author |
1999-07-28 | do not spin; hugh | Theo de Raadt |
1999-07-26 | Give groff the -S (safer mode) option. This is a paranoia mode that prevents | Aaron Campbell |
1999-07-22 | use += when modifying COPTS | Theo de Raadt |
1999-07-15 | this wraps anything | Theo de Raadt |
1999-07-15 | use poll() instead, and generalize in case other programs want to use it | Theo de Raadt |
1999-07-08 | spurious words and misc fixes | Hugh Graham |
1999-07-08 | documentation fixes | Hugh Graham |
1999-07-04 | egcs has been fixed. | Marc Espie |
1999-06-18 | Kill old libiberty, use the one under egcs now. | Marc Espie |
1999-06-18 | build objdump for all archs. | Marc Espie |
1999-06-18 | Don't build c++filt, as it is ancient compared to egcs version. | Marc Espie |
1999-06-16 | in case this is ever used by sparc | Theo de Raadt |
1999-06-16 | ARCH -> __ARCH_ | Marc Espie |
1999-06-15 | Fix thoroughly broken PIC code. | Marc Espie |
1999-06-07 | move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jp | Theo de Raadt |
1999-06-01 | Make gdb on mips understand corefile contents | Per Fogelstrom |
1999-05-27 | Use -O1 to work around egcs/m68k bug | Todd C. Miller |
1999-05-27 | Real fix... this goes into OPTIMIZE, not CCFLAGS. | Marc Espie |
1999-05-26 | egcs Internal compiler errors on m68k. | Marc Espie |
1999-05-26 | So long, and thanks for all the bugs. | Marc Espie |
1999-05-26 | Link in egcs, kill gcc and libg++ | Marc Espie |
1999-05-24 | This patch lets sparc ld handle pic/PIC relocations mix, by simply forcing | Marc Espie |
1999-05-21 | Be more specific about dynamic libraries: ldd does not know how to handle | Marc Espie |
1999-05-16 | remove the "cat" prefix from man extensions since it makes perldoc send the w... | Todd C. Miller |
1999-05-14 | Need to check for the c suffix on args to the -size switch. Patch sent to pe... | Todd C. Miller |
1999-05-13 | correct a warning: don't test for format_char == 'x' twice in the same if() | Aaron Campbell |
1999-05-13 | libary -> library, other misc corrections | Aaron Campbell |
1999-05-11 | cvs missed this in the last perl commit. Bad cvs. | Todd C. Miller |
1999-05-11 | Go back to colon-separated paths approach but truncate lib paths | Todd C. Miller |
1999-05-10 | cross-ld for sparc: iflush as nop, since it won't compile on non-sparc, | Marc Espie |
1999-05-10 | add needed declaration of struct ranlib tag to keep cross-endian tools | Marc Espie |
1999-05-09 | o kill colon-separated paths in *libexp, they confuse too many modules | Todd C. Miller |
1999-05-09 | We use a patched version of gnu diffutils-2.7. | Marc Espie |
1999-05-09 | Deal with colon-separated paths in *libexp variables. This is a | Todd C. Miller |
1999-05-04 | Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5. | Todd C. Miller |
1999-05-03 | sync with gzip 1.2.4a | Brad Smith |
1999-05-03 | For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5. | Todd C. Miller |
1999-05-02 | Don't need to set ccflags or cppflags to be empty | Todd C. Miller |
1999-05-02 | fix typos, spotted by espie | Todd C. Miller |
1999-05-02 | Obvious typo in previous commit; niklas@ | Marc Espie |
1999-05-01 | Let Makefiles pass infodir and bindir thru recursive invocation, | Marc Espie |
1999-04-30 | GOT name is __GLOBAL_OFFSET_TABLE_ on i386 a.out. | Marc Espie |
1999-04-30 | Crank the for loop max index so test #2 succeeds on fast machines. Total tes... | Todd C. Miller |
1999-04-30 | Use arch, not uname | Todd C. Miller |
1999-04-30 | more cruft | Todd C. Miller |
1999-04-29 | New configuration method, use a combination of hints and config.over. Also a... | Todd C. Miller |
1999-04-29 | Import of stock perl 5.8.5 | Todd C. Miller |
1999-04-29 | perl5.005_03 (stock) | Todd C. Miller |
1999-04-29 | perl5.005_03 | Todd C. Miller |
1999-04-20 | cleanup if -dump is called; markus.friedl@fau.de | Theo de Raadt |