summaryrefslogtreecommitdiffstats
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Insert first cut of hooks for compiling under ELF.peter1997-08-291-3/+16
|
* Insert hooks for building under elf.peter1997-08-291-2/+16
|
* Backed out previous commit. mp.h is installed from libmp and should notbde1997-08-211-3/+1
| | | | be installed from here.
* during the ,beforeinstall' target mp.h has to be installed as wellandreas1997-08-171-1/+3
| | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world.
* Upgrade to 2.1ache1997-06-072-21/+144
|
* Add ${DESTDIR} in front of absolute paths.asami1997-05-232-4/+4
| | | | Reviewed by: bde
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.jdp1997-05-062-4/+2
| | | | | Don't merge this into -2.2 unless you understand the dependencies on c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
* Fixed synopsis. There was a missing arg, 3 args with the wrong type,bde1997-04-131-12/+22
| | | | | and many apparent dependendcies on <sys/types.h> from use of u_char. <dialog.h> avoids u_char, so avoid it here too.
* Fixed bogus existence test related to searching for a nearby objbde1997-04-102-12/+4
| | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@.
* Oops. Missed the Complex number add case of code generation.. :-]peter1997-04-091-4/+4
| | | | | | Fixes PR#3239. Submitted by: Takeshi WATANABE <watanabe@crayon.earth.s.kobe-u.ac.jp>
* YAMF22jkh1997-03-291-2/+2
|
* Fix various overflows for items longer then menu width.ache1997-02-281-4/+6
| | | | | | | Fix cursor place after PgUp/PgDn. Should go into 2.2 Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
* Revert $FreeBSD$ to $Id$peter1997-02-2238-38/+38
|
* When wrong directory choosed and chdir failed, directory nameache1997-02-182-2/+5
| | | | | | | | | | | was not reset to old name causing any file choosen put error diagnostic about wrong directory, fix it by resetting back to old name after chdir failed. Add \r as alias to \n, some telnets have problem with that. Should go into 2.2 Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> & me
* Go on one of my periodic rampages through this code, trying to makejkh1997-01-174-157/+189
| | | | | | | it DTRT. In the process, discover the usual 10-15 evil bogons which have been lurking in it for years. This closes, for one thing, the recent report Mike Smith made about nested checklist menus returning with the scrolling region messed up.
* Simplify using SRCDIRache1997-01-161-3/+1
|
* Allow emacs-style next/prev characters as well as arrow keys so thatjkh1997-01-155-9/+13
| | | | I can offer this as a consistent feature.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1438-38/+38
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Turn this into legal texinfo. Since I don't know what the authorjkh1997-01-131-8/+8
| | | | | intended (and clearly, neither did the author :) I've just used the bullet list attribute everywhere.
* Patch up the readline info building. This one is a bit of a problempeter1997-01-124-12/+33
| | | | | | since the source name is not the same as the texinfo name so we have to use SRCS=. This means we can't build two info sets in the same directory so I've split it.
* Disconnect the doc subdir until somebody fixes this. I don't see how thispeter1997-01-121-2/+2
| | | | could possibly have worked during the testing before the last commit. :-(
* Same.jmacd1997-01-112-2/+5
|
* Added section and entry annotations.jmacd1997-01-111-0/+3
|
* Add the missing annotations.jmacd1997-01-111-12/+6
|
* Add -f to lnache1997-01-061-3/+3
|
* Use contrib version nowache1997-01-0548-23013/+52
|
* 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)
OpenPOWER on IntegriCloud