summaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Spelling corrections.Joseph Koshy1998-06-061-2/+2
| | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36692
* Don't blow away parts of the sourcetree on a 'make clean'. This wasEivind Eklund1998-05-241-4/+4
| | | | | | | | only harmful for building from a read-only filesystem - the parts blown away were old rm'ed directories. Notes: svn path=/head/; revision=36344
* Change the order of the include paths so that the architecture specificJohn Birrell1998-05-152-6/+6
| | | | | | | | directory is searched before the generic one. You can guess what was happening.. all the world's assumed to be 32-bit. Notes: svn path=/head/; revision=36050
* This was broken for ELF builds.Doug Rabson1998-04-301-1/+1
| | | | Notes: svn path=/head/; revision=35528
* Upgrade to 2.2Andrey A. Chernov1998-04-282-3/+10
| | | | Notes: svn path=/head/; revision=35492
* Support building of libgcc.a without building all of gcc. This isBruce Evans1998-03-231-15/+34
| | | | | | | | useful for bootstrapping. Compatible versions of gcc and cc1 should should be installed before using this feature. Notes: svn path=/head/; revision=34814
* Don't use beforedepend to complicate and break things. The usualBruce Evans1998-03-201-140/+65
| | | | | | | | | | | | | fix of putting generated source files in SRCS breaks many special cases (many dependencies had to be incomplete for ${.ALLSRC} not to give .h files that would break compiling with c++ -c). Reduce these special cases to the general case so that SRCS works normally and bsd.lib.mk handles most of the complications. Now we only have to duplicate rules from bsd.lib.mk to add special CFLAGS in some cases. Notes: svn path=/head/; revision=34707
* Put sources in SRCS and don't depend on them in beforedepend. IIRC,Bruce Evans1998-03-122-6/+8
| | | | | | | | this is to fix `make -j50' where `make -j18' worked. The race may just have been more likely to be lost for -j50. Notes: svn path=/head/; revision=34518
* Don't add streambuf.cc to SRCS twice.Bruce Evans1998-02-251-2/+2
| | | | Notes: svn path=/head/; revision=33799
* Just one of these libs left to port to alpha.John Birrell1998-02-191-5/+5
| | | | Notes: svn path=/head/; revision=33610
* Modify for MACHINE_ARCH support instead of assuming just x86.John Birrell1998-01-252-20/+83
| | | | | | | Added alpha and m68k stuff. Notes: svn path=/head/; revision=32761
* Avoid building x86 specific libraries on Alpha.John Birrell1998-01-101-2/+8
| | | | Notes: svn path=/head/; revision=32407
* <gnuregex.h> is rather old and breaks AWK's regex matching. Use a newerJames Raynard1997-10-191-2/+14
| | | | | | | version instead. Notes: svn path=/head/; revision=30578
* Fix improperly re-entrant code which caused the menu spammage we'veJordan K. Hubbard1997-10-122-37/+25
| | | | | | | | been seeing since 2.2.1. Pointed-in-the-right-direction by: phk Notes: svn path=/head/; revision=30333
* _G_VTABLE_LABLE_PREFIX is different between ELF and a.outPeter Wemm1997-09-201-0/+6
| | | | | | | ('_vt.' vs '__vt$') Notes: svn path=/head/; revision=29637
* Insert first cut of hooks for compiling under ELF.Peter Wemm1997-08-291-3/+16
| | | | Notes: svn path=/head/; revision=28899
* Insert hooks for building under elf.Peter Wemm1997-08-291-2/+16
| | | | Notes: svn path=/head/; revision=28898
* Backed out previous commit. mp.h is installed from libmp and should notBruce Evans1997-08-211-3/+1
| | | | | | | be installed from here. Notes: svn path=/head/; revision=28533
* during the ,beforeinstall' target mp.h has to be installed as wellAndreas Klemm1997-08-171-1/+3
| | | | | | | | to /usr/include. Otherwise chkey and newkey can't be compiled properly during make world. Notes: svn path=/head/; revision=28331
* Upgrade to 2.1Andrey A. Chernov1997-06-072-21/+144
| | | | Notes: svn path=/head/; revision=26501
* Add ${DESTDIR} in front of absolute paths.Satoshi Asami1997-05-232-4/+4
| | | | | | | Reviewed by: bde Notes: svn path=/head/; revision=26049
* Bye bye CPLUSPLUSLIB hack! It's not needed any more.John Polstra1997-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. Notes: svn path=/head/; revision=25501
* Fixed synopsis. There was a missing arg, 3 args with the wrong type,Bruce Evans1997-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. Notes: svn path=/head/; revision=24871
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-102-12/+4
| | | | | | | | | | directory. The object (= current) directory always exists, so don't search for it. Use ${.TARGET} instead of deprecated $@. Notes: svn path=/head/; revision=24793
* Oops. Missed the Complex number add case of code generation.. :-]Peter Wemm1997-04-091-4/+4
| | | | | | | | | Fixes PR#3239. Submitted by: Takeshi WATANABE <watanabe@crayon.earth.s.kobe-u.ac.jp> Notes: svn path=/head/; revision=24749
* YAMF22Jordan K. Hubbard1997-03-291-2/+2
| | | | Notes: svn path=/head/; revision=24389
* Fix various overflows for items longer then menu width.Andrey A. Chernov1997-02-281-4/+6
| | | | | | | | | | Fix cursor place after PgUp/PgDn. Should go into 2.2 Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> Notes: svn path=/head/; revision=23220
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2238-38/+38
| | | | Notes: svn path=/head/; revision=22996
* When wrong directory choosed and chdir failed, directory nameAndrey A. Chernov1997-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 Notes: svn path=/head/; revision=22879
* Go on one of my periodic rampages through this code, trying to makeJordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21790
* Simplify using SRCDIRAndrey A. Chernov1997-01-161-3/+1
| | | | Notes: svn path=/head/; revision=21782
* Allow emacs-style next/prev characters as well as arrow keys so thatJordan K. Hubbard1997-01-155-9/+13
| | | | | | | I can offer this as a consistent feature. Notes: svn path=/head/; revision=21697
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Turn this into legal texinfo. Since I don't know what the authorJordan K. Hubbard1997-01-131-8/+8
| | | | | | | | intended (and clearly, neither did the author :) I've just used the bullet list attribute everywhere. Notes: svn path=/head/; revision=21643
* Patch up the readline info building. This one is a bit of a problemPeter Wemm1997-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. Notes: svn path=/head/; revision=21595
* Disconnect the doc subdir until somebody fixes this. I don't see how thisPeter Wemm1997-01-121-2/+2
| | | | | | | could possibly have worked during the testing before the last commit. :-( Notes: svn path=/head/; revision=21584
* Same.Joshua Peck Macdonald1997-01-112-2/+5
| | | | Notes: svn path=/head/; revision=21524
* Added section and entry annotations.Joshua Peck Macdonald1997-01-111-0/+3
| | | | Notes: svn path=/head/; revision=21511
* Add the missing annotations.Joshua Peck Macdonald1997-01-111-12/+6
| | | | Notes: svn path=/head/; revision=21509
* Add -f to lnAndrey A. Chernov1997-01-061-3/+3
| | | | Notes: svn path=/head/; revision=21382
* Use contrib version nowAndrey A. Chernov1997-01-0548-23013/+52
| | | | Notes: svn path=/head/; revision=21342
* Pull the fix from rev 1.31.2.1; i've accidentally committed it toJoerg Wunsch1996-12-261-1/+0
| | | | | | | 2.2 first. Notes: svn path=/head/; revision=20924
* Somewhere along the way, multiple targets started working and nobodyJordan K. Hubbard1996-12-141-52/+1
| | | | | | | noticed. Notes: svn path=/head/; revision=20446
* Add another hateful global to libdialog (what the heck, there are alreadyJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=20442
* Line up some of these OK boxes properly again.Jordan K. Hubbard1996-12-123-4/+4
| | | | Notes: svn path=/head/; revision=20359
* Fix libmp to be more Berkely compatible.Mark Murray1996-12-071-3/+3
| | | | | | | | | This is a very safe 2.2 candidate. Submitted by: Nick Sayer <nsayer@quack.kfu.com> Notes: svn path=/head/; revision=20193
* Disable the inclusion of the Posix regexp stuff into libgnuregexp.Joerg Wunsch1996-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 Notes: svn path=/head/; revision=19824
* STL object files missing from libstdc++ - fix.Jordan K. Hubbard1996-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> Notes: svn path=/head/; revision=19786
* Replace collate_range_cmp with its code (GNU variant)Andrey A. Chernov1996-10-311-4/+17
| | | | Notes: svn path=/head/; revision=19279
* Fix the dependancies.Mark Murray1996-10-241-8/+9
| | | | | | | | Thanks Andrey! Submitted by: ache Notes: svn path=/head/; revision=19160