Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-15 | From gcc development sources: | Marc Espie | |
if -Wtraditional, warn about ANSI cpp string concatenation. | |||
1999-12-10 | Close comment just once. | Marc Espie | |
Amazed, this bug has been in the gcc main source for almost a year. Is this file compiled somewhere ? (reported to gcc folks, thanks to Andreas Gunnarsson for finding the bug) | |||
1999-12-10 | bad espie, commiting bad patches, with junk in them that should not be there | Theo de Raadt | |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-12-07 | Dumb bug fix: error is not a printf-like function. | Marc Espie | |
Also checked other calls to error warning fatal error_with_file_and_line warning_with_file_and_line fatal_with_file_and_line lex_error lex_warning c_error | |||
1999-12-07 | Handles -I without filename correctly. | Marc Espie | |
1999-12-07 | Remove work-around for make buglet that I just fixed. | Marc Espie | |
(No need to wait for a rebuild, as the bug only manifests itself as a warning anyway). | |||
1999-12-06 | allow --enable-encryption in kerberos case | Theo de Raadt | |
1999-11-29 | version 1.11.3 | David Leonard | |
1999-11-28 | Keep rules in bsd.sys.mk from yacc'ing on perly.y | Todd C. Miller | |
1999-11-26 | Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapper | Todd C. Miller | |
instead of explicitly in the top-level Makefile. | |||
1999-11-23 | missed in shared libperl mods due to cvs bug | Todd C. Miller | |
1999-11-23 | Import of stock perl 5.8.5 | Todd C. Miller | |
1999-11-22 | when following SEE-ALSO in man mode, would SIGSEGV when cursor is at | Theo de Raadt | |
start of line | |||
1999-11-22 | missing newline | Theo de Raadt | |
1999-11-21 | My goof... adding functions to libiberty means this is a major bump. | Marc Espie | |
(Fortunately, no other library depends on those new functions) | |||
1999-11-20 | Grab hashtab.c from the development version of gcc, add it to libiberty. | Marc Espie | |
Make sure that g++ and g77 link against libiberty (fixed in dev. sources as well). Use hashtab functions instead of splay-trees in cse.c. This is worth a 10% compiling speed increase on some arches, including sparc, hppa... | |||
1999-11-20 | libiberty version bundled with binutils-2.10 | Marc Espie | |
1999-11-20 | Generate g2c.h at prereq stage. | Marc Espie | |
Install it under /usr/include | |||
1999-11-18 | remove old GPL'd sudo | Todd C. Miller | |
1999-11-18 | remove old GPL'd sudo | Todd C. Miller | |
1999-11-18 | build new sudo | Todd C. Miller | |
1999-11-09 | Install a shared libperl and link against it. Put libperl in /usr/lib | Todd C. Miller | |
where it belongs instead of in /usr/libdata/perl5/alpha-openbsd/5.00503/CORE. The shared lib version number will get cranked for each new perl release so this is safe to do. | |||
1999-10-26 | indent | Theo de Raadt | |
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 | |