Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-26 | Remove warnings (patch pending at cygnus) | Marc Espie | |
1999-05-26 | We don't need yet another copy of texinfo.tex | Marc Espie | |
1999-05-26 | old libg++, replaced by part of egcs. | Marc Espie | |
1999-05-26 | re-generated file | 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-26 | Wrappers + lib versions | Marc Espie | |
1999-05-26 | Add x-openbsd fragment and reconfigure accordingly. | Marc Espie | |
1999-05-26 | Make overriding libiberty's location possible. | Marc Espie | |
1999-05-26 | Fragment for sysv4.h | Marc Espie | |
1999-05-26 | Configuration fragments for arches that have not been committed to egcs | Marc Espie | |
main repository yet (rs6000 to come) | |||
1999-05-26 | Remove bison/yacc output files and change Makefiles rules to regenerate | Marc Espie | |
them. | |||
1999-05-26 | egcs projects compiler system | Marc Espie | |
Exact copy of the snapshot, except for the removal of texinfo/ gcc/ch/ libchill/ | |||
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 . | |||
1999-05-09 | We use a patched version of gnu diffutils-2.7. | Marc Espie | |
Import relevant programmer's notes, makes it *much* easier to know what we're dealing with. | |||
1999-05-09 | Deal with colon-separated paths in *libexp variables. This is a | Todd C. Miller | |
hack and I may simply change those variables to point to a single pathname. | |||
1999-05-04 | Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5. | Todd C. Miller | |
Now install perl lib manpages in /usr/share/man/cat3p. Add gen_openbsd_mandep, an emasculated version of installman that just generates the man dependencies and MANALL declaration. NOTE: you must update your make(1) for the new man pages to format. | |||
1999-05-03 | sync with gzip 1.2.4a | Brad Smith | |
Ok'd by: millert | |||
1999-05-03 | For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5. | Todd C. Miller | |
This is mostly for ports. | |||
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 | |
so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets... | |||
1999-04-30 | GOT name is __GLOBAL_OFFSET_TABLE_ on i386 a.out. | Marc Espie | |
gcc 2.8.1 emits _GLOBAL_OFFSET_TABLE_ instead, so gas has to take care of that... This reverts to a previous gas state, but with comments much clearer, and a real clue about what's going on. | |||
1999-04-30 | Crank the for loop max index so test #2 succeeds on fast machines. Total ↵ | Todd C. Miller | |
test running time is still limited to 10sec. I still think this is a bogus test though. | |||
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 ↵ | Todd C. Miller | |
add in OpenBSD-specific patches | |||
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 | |
1999-04-18 | PIC code generation is busted, espie@ said yes | Michael Shalayeff | |
1999-04-01 | Fix TARGET_CPU_DEFAULT/TARGET_DEFAULT mixup (problem is specific to | Marc Espie | |
brain-damaged i386 configuration files). No need to change configure.in/configure as well, since I have not moved to the egcs config for this item yet. | |||
1999-03-30 | minor parser bugfix; amazing what you find when you get in the right mindset | Todd C. Miller | |
1999-03-30 | Final changes for real 1.5.9 release | Todd C. Miller | |
1999-03-29 | sudo 1.5.9--fixes some parser bugs | Todd C. Miller | |
1999-03-12 | Repair bootstrap with -DNOMAN | Marc Espie | |
1999-03-08 | sudo 1.5.8p2 | Todd C. Miller | |
1999-03-06 | Wrong file, fixed. | Marc Espie | |