summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Pull the fix from rev 1.31.2.1; i've accidentally committed it tojoerg1996-12-261-1/+0
| | | | 2.2 first.
* Somewhere along the way, multiple targets started working and nobodyjkh1996-12-141-52/+1
| | | | noticed.
* Add another hateful global to libdialog (what the heck, there are alreadyjkh1996-12-149-25/+94
| | | | | | so many). For now, the only extended attribute implemented is NO ECHO, useful for things like passwords. See TESTS/input2.c for an example. This should go into 2.2.
* Line up some of these OK boxes properly again.jkh1996-12-123-4/+4
|
* Fix libmp to be more Berkely compatible.markm1996-12-071-3/+3
| | | | | | This is a very safe 2.2 candidate. Submitted by: Nick Sayer <nsayer@quack.kfu.com>
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.joerg1996-11-162-2/+4
| | | | | | | | | | | | We've already got it in libc, but both libraries are incompatible wrt. their header files and internal data structures. This incompatibility caused the expr(1) on the fixit floppy to mysteriously dump core for the colon operator. Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit floppy. I'd like to get it reviewed by somebody else though. Observed by: andreas
* STL object files missing from libstdc++ - fix.jkh1996-11-151-2/+8
| | | | | | | | | This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more commits before I fly!" rule and taking care of this, since it was at the very top and Peter shamed me in to taking care of it. This is definitely a 2.2 candidate. Submitted-By: Mark Diekhans <markd@Grizzly.COM>
* Replace collate_range_cmp with its code (GNU variant)ache1996-10-311-4/+17
|
* Fix the dependancies.markm1996-10-241-8/+9
| | | | | Thanks Andrey! Submitted by: ache
* Fix this so that dependancies work properly.markm1996-10-241-13/+10
| | | | | Thanks Andrey! Submitted by: ache
* BMakefile for gmp-2.0.2markm1996-10-201-28/+46
| | | | | Requested by: ache Made world by: chuckr
* BMakefiles for gmp-2.0.2markm1996-10-203-0/+135
| | | | | Requested by: ache Made world by: chuckr
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-20295-28803/+0
|
* Remove the old libgmp. Version 2.0.2 is about to hit prime time.markm1996-10-20145-32251/+0
|
* This commit was generated by cvs2svn to compensate for changes in r19045,markm1996-10-20317-1919/+46235
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU MP 2.0.2markm1996-10-20318-2032/+46246
| | | | | | | | | | | | | | | | This is a clean import with only the non-x86 bits removed. Makefiles and other will follow. Requested by: Andrey Chernov Made world by: Chuck Robey
* | Use ${INSTALL} -C instead of -c. I did it with -C originally, but duringpeter1996-10-071-2/+2
| | | | | | | | | | | | | | testing I changed it to -c to check for missed files by looking at time stamps in /usr/include/g++. Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* | Oops, an editing error at one point meant I had missed the osfcn.h headerpeter1996-10-041-2/+2
| | | | | | | | | | | | | | | | (it was directly underneath where bool.h used to be in the list, I think I must have not been paying attention and deleted a word from the wrong line. The machine that I was testing on still had an (old?) osfcn.h file) Pointed out by: Andreas Klemm <andreas@klemm.gtn.com>
* | "CONTINUE" was just too long. Make it a nice "OK" now.jkh1996-10-042-2/+2
| |
* | To the Attic we go..peter1996-10-04188-47889/+0
| |
* | Add libstdc++ to the SUBDIR listpeter1996-10-041-2/+2
| |
* | Update to use the contrib/libg++ version, now that my (slow) 486 haspeter1996-10-042-34/+58
| | | | | | | | finished a 'make world'.
* | Initial shot at a bmakefile for libstdc++peter1996-10-032-0/+364
| |
* | Resync the libgcc functions list with the 2.7.2.1 tree. We were buildingpeter1996-10-011-17/+27
| | | | | | | | | | | | | | | | a (now) defunct routine that no longer exists (causing an empty .o file), and were missing some others. Some of the ones we were missing are no-ops on the i386, so there are now 4 empty .o files. (It seems that libc/quad has got some defunct functions now)
* | Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-4/+4
| | | | | | | | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* | Remove the partial support for a shared -lcc_int, since it's been unusablepeter1996-09-211-1/+3
| | | | | | | | for a fair while. cc1, cc1plus etc have been linked static for some time.
* | Add libobjc, the Objective-C runtime library.peter1996-09-192-2/+35
| |
* | Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1!peter1996-09-191-13/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (the old cc has been tagged with "gcc_2_6_3_final" so we have a reference point in case of unforseen disasters...) This has the objc backend active, and I think I've managed to get the f77 f2c support through in one piece, but I don't know fortran to test it. A 'make world' change and libobjc commit will follow. If you normally do 'make -DNOCLEAN world', do not do so this time, I know it can fail with groff. This version of gcc makes a **LOT** more warnings on our kernel.
* | Make button highlighting more visible on B/W displays.jkh1996-09-061-3/+1
| |
* | Fixed DPADD.bde1996-09-051-3/+3
| |
* | Collapse some common arrow key handling semantics from sysinstall intojkh1996-09-011-0/+7
| | | | | | | | PollObj(), simplifying code which uses it.
* | consistancy fixuppeter1996-08-301-3/+3
| | | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
* | Add HAVE_STRING_Hache1996-08-301-2/+2
| | | | | | | | Use -DHAVE_XXX=1 form to be visually consistent with config.h defines
* | cmp -s || install -c ==> install -Cpeter1996-08-301-8/+7
| | | | | | | | Add -DHAVE_UNISTD_H -DHAVE_STDLIB_H to get these files
* | oops!! back out last accidental commit! (gcc-2.7.2.1 tweak that I gave uppeter1996-08-301-2/+2
| | | | | | | | on..)
* | cmp -s || install -c ==> install -Cpeter1996-08-305-18/+12
| |
* | Keep in sync with latest bashache1996-08-281-5/+5
| |
* | Reverse my patch which erroneously removed the library dependenciesjkh1996-08-131-0/+3
| | | | | | | | for a library. They're needed.
* | Convert to newly aded collate compare functionache1996-08-122-7/+6
| |
* | Use collate for alpha character rangesache1996-08-122-3/+20
| |
* | Throw some unnecessary dreck out of this Makefile.jkh1996-08-111-4/+1
| |
* | General -Wall warning cleanup, part I.jkh1996-07-124-3/+6
| | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* | 1. Remove some ancient bogons from when I initially added dialogMenuItemjkh1996-07-115-63/+21
| | | | | | | | | | support. 2. Have message boxes say "Continue" instead of "Exit"
* | Fix a couple of whoopers which somehow went undetected until now.jkh1996-07-113-56/+66
| |
* | Add missing dialog_clear() calls.jkh1996-07-053-0/+3
| |
* | Round out the examples a little better in showing custom buttons in operationjkh1996-07-021-2/+4
| | | | | | | | more than once.
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-2/+2
| | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* | Make rules reentrant.phk1996-05-281-5/+5
| |
* | This version is no longer needed, and probably better off gone. Itpeter1996-05-271-139/+0
| | | | | | | | | | tried to parse the format string to estimate how much space it needed. It didn't know all of the formats..
* | ``mv'' -> ``mv -f''wosch1996-05-074-8/+12
| | | | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
OpenPOWER on IntegriCloud