Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-10 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1999-09-10 | Latest version from Cyclic | Thorsten Lockert | |
1999-09-06 | succesfully -> successfully | Aaron Campbell | |
1999-08-31 | Support fxch abreviated form | Marc Espie | |
1999-08-31 | Don't need -fno-strict-aliasing, our gcc has strict aliasing turned off by ↵ | Todd C. Miller | |
default. | |||
1999-08-27 | check for arch that supports -s flag | Todd C. Miller | |
1999-08-26 | OpenBSD CVS tag | Todd C. Miller | |
1999-08-25 | comment typo | Niklas Hallqvist | |
1999-08-25 | Remove redundant test (which I am sure gcc removed by itself anyhow) | Niklas Hallqvist | |
1999-08-24 | Enable dlopen(3) to work in statically linked binaries | Niklas Hallqvist | |
1999-08-24 | Remove -g accidentally committed by someone | Niklas Hallqvist | |
1999-08-24 | Align defines nicely | Niklas Hallqvist | |
1999-08-20 | add -fno-strict-aliasing | Todd C. Miller | |
1999-08-20 | Link with "-L. -lperl" if building a shrared libperl on OpenBSD | Todd C. Miller | |
1999-08-20 | comment out shared libperl support for the time being | Todd C. Miller | |
1999-08-20 | Link perl binary with shared libperl | Todd C. Miller | |
1999-08-20 | Take advantage of "arch -s" | Todd C. Miller | |
1999-08-19 | The mips test for dynamic loading was wrong | Niklas Hallqvist | |
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 | |
the execution of possibly dangerous macros like open, opena, write, pos, and sy which could be abused by a malicious man page; deraadt@ ok | |||
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 | |
No longer need those. | |||
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 | |
This removes arbitrary restrictions on label lengths for PIC code. | |||
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 | |
Recalling fixes from memory is not such a hot idea. | |||
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 | |
everything to fit into pic mode. More extensive changes (like tagging relocs with pic/PIC, sorting, and putting pic nearest the beginning of the GOT) would be needed for full handling pic relocs with a sizeable number of PIC relocs. | |||
1999-05-21 | Be more specific about dynamic libraries: ldd does not know how to handle | Marc Espie | |
them, but they should be `reasonable' objects to pass to it. Otherwise, collect2 will get confused if the gcc driver is used to build dynamic libraries. | |||
1999-05-16 | remove the "cat" prefix from man extensions since it makes perldoc send the ↵ | Todd C. Miller | |
wrong section number to pod2man | |||
1999-05-14 | Need to check for the c suffix on args to the -size switch. Patch sent to ↵ | Todd C. Miller | |
perl maintainers. | |||
1999-05-13 | correct a warning: don't test for format_char == 'x' twice in the same if() | Aaron Campbell | |
statement, rather, check for 'x' *and* 'X' ('X' being a synonym for 'x') | |||
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 | |
on ':' in configpm when generating Config.pl. This is a bit of a hack but better than hacking a large number of modules. Turns out we still need /usr/libdata/perl5/site_perl for the .ph files. | |||
1999-05-10 | cross-ld for sparc: iflush as nop, since it won't compile on non-sparc, | Marc Espie | |
and is only needed for rtld anyway. and missing md_swap routines as well. | |||
1999-05-10 | add needed declaration of struct ranlib tag to keep cross-endian tools | Marc Espie | |
gcc-happy. | |||
1999-05-09 | o kill colon-separated paths in *libexp, they confuse too many modules | Todd C. Miller | |
o kill MakeMaker hack (no longer needed) o define APPLLIB_EXP to be /usr/local/libdata/perl5 to let users override standard modules if they want The perl search path in @INC is now: /usr/local/libdata/perl5 /usr/libdata/perl5/i386-openbsd/5.00503 /usr/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl . |