Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-30 | Explanation for why strerror.o is needed. | Marc Espie | |
1999-09-30 | In the construct | Marc Espie | |
VAR!=cat file make warns if file exists, but is empty (couldn't read shell output, or such bullshit) Weird, as everything actually went right. As I don't want to change that behavior so close to release, and since the needed-list may again be needed in the future, the line VAR!=cat file && echo is used instead. make will happily get a new line to eat, that it will strip right away => no more warning. Go figure. | |||
1999-09-29 | Remove weird message for ctm guys. | Marc Espie | |
1999-09-24 | Slightly more accurate manpage. | Marc Espie | |
1999-09-24 | Cleaning up my tree... | Marc Espie | |
1999-09-24 | Fix 2.5->2.6 problem, by propagating Makefile.in recent change to the | Marc Espie | |
wrapper. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | s/ascii/ASCII/ | Theo de Raadt | |
1999-09-20 | Formatting | Marc Espie | |
1999-09-20 | Transform mips/openbsd-be.h into a fragment, | Marc Espie | |
tweak configure.in accordingly, regen configure. Fiddle with comments in mips/openbsd.h before shipping back to the FSF. | |||
1999-09-17 | Invoke sh move-if-change explicitly. | Marc Espie | |
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@) | |||
1999-09-14 | Bye, bye, choose_temp_base | Marc Espie | |
1999-09-14 | Kill remaining instances of mktemp, direct and indirect. | Marc Espie | |
1999-09-10 | Put files in /usr/libexec/cvs and /usr/libdata/cvs; suggestion from Todd | Thorsten Lockert | |
Miller <todd.miller@courtesan.com> | |||
1999-09-10 | Add option to set the repository to read-only on the command line; from | Thorsten Lockert | |
Artur Grabowski <art@stacken.kth.se> | |||
1999-09-10 | Integrate local changes | Thorsten Lockert | |
1999-09-10 | Latest version from Cyclic; skipped files | Thorsten Lockert | |
1999-09-10 | Latest version from Cyclic | Thorsten Lockert | |
1999-09-08 | Better stack usage, bugfix from current. | Marc Espie | |
Fri Aug 27 09:36:17 1999 Andreas Schwab <schwab@suse.de> * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for the fact that ALIGN is measured in bits, not bytes. | |||
1999-09-06 | succesfully -> successfully | Aaron Campbell | |
1999-09-05 | Put choose_temp_base call back in msdos dependent code. | Marc Espie | |
(from the egcs mainline, code by myself). This should remove the last use of choose_temp_base. Once I've rebuilt the whole tree, there's another patch to make that code properly #ifdef MSDOS. | |||
1999-09-01 | Don't try to use .set on mips, it's special. | Marc Espie | |
1999-09-01 | Repair -frepo | Marc Espie | |
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 | Restore SET_ASM_OP, which lets __attribute__((alias)) work again. | Marc Espie | |
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-24 | Avoid /usr/ARCH-unknown-openbsd in a way more friendly to | Marc Espie | |
cross-compilers... Yet another commit I forgot... | |||
1999-08-24 | m68k code generation work-around that I had forgotten to remove... | Marc Espie | |
1999-08-23 | Merge | Marc Espie | |
1999-08-23 | Update to gcc 2.95.1, official release. | Marc Espie | |
1999-08-22 | Don't turn -fstrict-aliasing on automatically for now. | Marc Espie | |
1999-08-20 | add -fno-strict-aliasing | Todd C. Miller | |
1999-08-20 | Don't install with special permissions. | Jason Downs | |
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-20 | Fix faulty asms, that happened to work with old gcc, but not egcs | Niklas Hallqvist | |
1999-08-19 | The mips test for dynamic loading was wrong | Niklas Hallqvist | |
1999-08-16 | Comment typo | Niklas Hallqvist | |
1999-08-16 | We must tell we are little endian by default | Niklas Hallqvist | |
1999-08-16 | Protect against spaces in CC (which is not unlikely) and LDSTATIC | Niklas Hallqvist | |
1999-07-28 | do not spin; hugh | Theo de Raadt | |