Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-28 | resurrect pexecute.c for now, since vax and m68k barf on pex-unix.c | Marc Espie | |
2003-12-26 | add libiberty.info to CLEANFILES | Brad Smith | |
ok espie@ | |||
2003-12-25 | Manual merge of ChangeLog entries. | Marc Espie | |
A bit icky, but binutils includes contain both libiberty stuff and its own stuff... | |||
2003-12-25 | bye-bye. Merge should basically be finished | Marc Espie | |
2003-12-25 | typo in demangler | Marc Espie | |
2003-12-25 | restore #ifdef __cplusplus around demangler prototypes. | Marc Espie | |
Restore comment that was lost. | |||
2003-12-25 | Compile the right files, bump minor number. | Marc Espie | |
2003-12-25 | revert to versions in gcc 3.3.2, those are more recent | Marc Espie | |
2003-12-25 | Automatic merge | Marc Espie | |
2003-12-25 | Update to libiberty from binutils-2.14 | Marc Espie | |
2003-12-25 | Update to libiberty from binutils-2.14 | Marc Espie | |
2003-11-25 | Build the new pieces of libiberty that gcc3 will want. | Marc Espie | |
Bump major because of changes in c++ demangler. | |||
2003-11-25 | `merge' old hashtab interface and new, since those are disjoint. | Marc Espie | |
2003-11-25 | quick and dirty md5 functions wrapper, so that we can use the libc version. | Marc Espie | |
Help from markus. | |||
2003-11-25 | extra file mangled by cvs. | Marc Espie | |
kill files that no longer exist. | |||
2003-11-25 | fix instances of cvs brain-damage. We want the current FSF version of | Marc Espie | |
these files. | |||
2003-11-25 | Duplicate proto, result of bad merge | Marc Espie | |
2003-11-25 | fix stupid cvs conflicts. | Marc Espie | |
I think that cvs is a poor lonesome, depressive program. The only way it has found of getting your attention is to throw senseless conflicts that shouldn't exist in your way. | |||
2003-11-25 | Synch with gcc-3.3.2 version | Marc Espie | |
2003-11-24 | Switch to using libiberty in new location. | Marc Espie | |
Disable building of cxxfilt in gcc, build it from its own directory. | |||
2003-11-24 | Fix build for new location | Marc Espie | |
2003-11-24 | Add build pieces | Marc Espie | |
2003-11-24 | Synch with gcc-3.3.2 version | Marc Espie | |
2003-11-24 | OpenBSD changes: synch somewhere between binutils-2.10 and 2.11 | Marc Espie | |
Support for mkstemps in choose-temp. | |||
2003-11-24 | Synch with gcc-3.3.2 version | Marc Espie | |
2003-11-24 | And the includes are taken from GCC 2.95.pre3 test3 | Marc Espie | |
2003-11-24 | Second import from the vendor branch: binutils-2.11.2 | Marc Espie | |
2003-11-24 | Moving libiberty around, keeping vendor branch. | Marc Espie | |
First: binutils-2.10. | |||
2003-08-12 | Don't tell people to use FD_SETSIZE as the first argument to select(). | Todd C. Miller | |
2003-07-07 | fix location of readline includes; | Jason McIntyre | |
from Manuel Sabban (PR 3345); | |||
2003-05-14 | correct bound length and make sure string is always nul'd | Ted Unangst | |
fixes problem found by markus@ | |||
2003-05-13 | buffer size is strlen + 1. ok beck@ | Ted Unangst | |
2003-05-12 | strings in libreadline, again. this time with no abi change, | Bob Beck | |
static builds still seem to work with this. ok deraadt@ tedu@ | |||
2003-05-10 | Back out libreadline changes, this breaks static build (I.E. vax). | Bob Beck | |
changes are nontrivial to fix. Will return when static build works. | |||
2003-05-08 | strings | Bob Beck | |
ok tedu@, art@ | |||
2003-04-28 | No need to install both the "readline guide" and the "readline user's guide" | Miod Vallat | |
since the former is a superset of the latter, and they used the same info node name, for further confusion. ok millert@ krw@ | |||
2003-04-28 | Proper @ignore usage, to prevent yet another gnu notice to pop up by mistake | Miod Vallat | |
in the middle of a page. ok millert@ krw@ | |||
2003-01-04 | spelling | Theo de Raadt | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-11-06 | Fix obnoxious makeinfo warnings during build. | Miod Vallat | |
2002-05-28 | Fix *.texinfo warnings in gnu/. | Mike Pechkin | |
espie@ request and OK | |||
2002-04-19 | create include dir first. | Marc Espie | |
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-02-18 | deal with unsigned char issues | Theo de Raadt | |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-09-10 | allow building with NOMAN= in /etc/mk.conf | Jason Wright | |
2001-08-27 | fix description so it is aligned with other entries surrounding it | Brad Smith | |
-- Ok'd by millert@ | |||
2001-03-25 | Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I | Todd C. Miller | |
was on drugs earlier. | |||
2001-03-23 | explicitly generate info files via "all" target like we do for | Todd C. Miller | |
cleandir. This is not the prettiest of things but it does work. | |||
2001-03-18 | for "make cleandir" clean out the doc stuff too | Todd C. Miller | |