summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Scoot things over to the temporary *.295 source while I do major constructionobrien2000-06-044-5/+5
| | | | on the mainline sources.
* Fix the .PATH style nits. Other style nits left for later.obrien2000-04-172-15/+14
|
* Use the non-asm routines for IA-64, PPC, and arm32 ports.obrien2000-04-172-2/+2
|
* Use the non-asm routines (for now) on the sparc and sparc64 ports.steve2000-04-152-0/+11
|
* Get the installed headers list right.obrien2000-03-301-1/+1
|
* Switch over to using the GCC 2.95 Objc library code.obrien2000-03-301-13/+26
|
* Clean up the FreeBSD configuration files -- includes removing the usageobrien2000-03-231-1/+0
| | | | | of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header.
* Add missing depend fileache2000-03-191-1/+1
|
* Install readline API infoache2000-03-191-2/+8
|
* Upgrade to 4.1ache2000-03-192-2/+6
| | | | Minor bumped because new function added
* The "INCDIR" required by the new header installation code in bsd.lib.mkobrien2000-01-301-0/+2
| | | | | | was not set correctly. Ok'ed by: JKH
* Move the header installation down into `readline' which is the subsystemobrien2000-01-292-12/+8
| | | | the headers are part of.
* Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceobrien2000-01-251-3/+4
| | | | | EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable.
* This is the second half of unbreaking the world build. Add a -DNOHTMLgreen2000-01-111-0/+2
| | | | | | corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add specific HTML doc magic) in the .mk files later; right now, just unbreak the world.
* *draws his sword*green2000-01-111-0/+2
| | | | | | | | | I smite thee, vile buildworld breakage! The story is that these were added to beforeinstall improperly. In our beforeinstall, a full mtree has not been populated. Since the tree is not populated, we explode from missing directories on doc install. It should not be done in beforeinstall (includes) anyway.
* This change was mis-identified as the problem, sorry. It appears to bejkh2000-01-111-0/+4
| | | | an anomaly restricted only to the alpha in FreeBSD-current (weird).
* Back out the previous change to install the examples - it breaks the release ↵jkh2000-01-111-4/+0
| | | | builds.
* Install contents of the TESTS subdirectory to /usr/share/examples/libdialogphantom2000-01-101-0/+9
|
* Remove -lncurses and -lmytinfo from LDFLAGSphantom2000-01-101-3/+5
|
* Cleanup warnings.phantom2000-01-1021-21/+24
|
* Completely reconstruct page. Make it mdoc(7) style compatible also :)phantom2000-01-101-307/+587
| | | | Page still needs some work about english refinements and some actualization.
* Stop my evil plot to stop the use of GNU info files (which I don't care for)obrien2000-01-031-1/+1
| | | | | for people that don't have "NOINFO=yes" in /etc/make.conf. [read: this still refered to contrib/egcs/]
* *Really* make space accelerators work; no wonder Brian McGovern wasjkh1999-12-173-3/+3
| | | | confused! I fat-fingered the first commit.
* Prevent spaces from being interpreted as accelerators.jkh1999-12-143-7/+16
|
* Make ObjC bits optional. NO_OBJC ==> don't need `em.obrien1999-11-271-2/+5
|
* Pay attention to the "KEEP THIS IN SYNC" comment, and sync the `tm.h'obrien1999-11-171-4/+0
| | | | header with src/gcc/usr.bin/cc/cc_tools/Makefile.
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.obrien1999-11-154-11/+21
|
* Cosmetic change to match cc_tools/Makefileobrien1999-11-151-7/+7
|
* Fixed the hack for using "../libgcc/Makefile" in libgcc_r/Makefile.bde1999-10-032-2/+4
| | | | | | ${LIB} was wrong at dependency-parsing time, so dependencies for libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a were always out of date.
* sigset_t change (part 5 of 5)marcel1999-09-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
* #include <termios.h>peter1999-08-301-0/+1
|
* $Header$ -> $FreeBSD$peter1999-08-281-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2742-42/+42
|
* Try to get /usr/include/readline back into the snapshots.obrien1999-08-251-2/+2
| | | | Submitted by: bde
* MFS: Revert shared lib major version number back to 3.obrien1999-08-211-2/+2
|
* {EGCSDIR}->{SRCDIR} + associated tweaks.obrien1999-08-161-7/+4
| | | | | | This is in prepreparation of the gcc-2.95 upgrade. Also seems I was -I'ing several GCC directories I did not need to.
* {EGCSDIR}->{SRCDIR} + associated tweaks.obrien1999-08-162-16/+15
| | | | This is in prepreparation of the gcc-2.95 upgrade.
* Purely cosmetic changes -- fix Id'sobrien1999-08-165-14/+7
|
* Various man page cleanup:mpp1999-08-151-11/+15
| | | | | | | | | - Sort xrefs - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net>
* don't include Makefile.inc twiceache1999-05-282-4/+2
|
* upgrade to 4.0ache1999-05-287-35/+52
|
* Use the correct width integer on both i386 and alpha.dfr1999-05-231-5/+5
| | | | Reviewed by: Steve Price <sprice@hiwaay.net>
* Install g2c.h header incase others want to call libg2c from C.obrien1999-05-231-1/+5
| | | | Submitted by: Steve
* _G_USING_THUNKS probably applies to a.out too.obrien1999-05-021-1/+1
| | | | | | | (well we define DEFAULT_VTABLE_THUNKS=1 for G++ in the a.out case, so it seems likely) Submitted by: jdp
* Add more bits of libF77.obrien1999-05-011-3/+9
| | | | Submitted by: jmz
* * Add MAIN.cobrien1999-05-011-3/+3
| | | | * be more selective what I add to CLEANFILES (what was I previously thinking??)
* JMZ says:obrien1999-05-011-0/+1
| | | | | | | Add an emply MAIN__() function. This avoid an unresolved reference error during link phase when using fortran subroutines with non-fortran 'main()'. Obtained from: src/lib/libF77/MAIN.c rev 1.1 by jmz
* Use braces to avoid potentially ambiguous else clause.imp1999-04-252-3/+6
| | | | | | main's return type is int not void. Reviewed by: obrien and chuckr
* Remove several explicit rules. The two for exceptioni.o and typeionfoi.oobrien1999-04-251-43/+1
| | | | | | | aren't needed as those files aren't part of libstdc++ any longer. Another isn't needed as Cygnus doesn't compile with -frtti. Noticed by: bde & my initial mispelling of ".So".
* Hookup libg2c. (define NO_FORTRAN if you don't want it built)obrien1999-04-181-1/+5
|
OpenPOWER on IntegriCloud