aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix ``make includes''.Ruslan Ermilov2003-09-091-11/+6
| | | | | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (murray) Notes: svn path=/stable/4/; revision=119925
* MFC: Disallow use of libdialog in setugid applicationKris Kennaway2003-02-151-0/+8
| | | | Notes: svn path=/stable/4/; revision=110899
* MFC: 1.5: -v must have a space between it and the variable.Ruslan Ermilov2002-11-151-1/+3
| | | | | | | (This is to restore the ability to downgrade to RELENG_4.) Notes: svn path=/stable/4/; revision=106954
* MFC: Drop support for COPY.Ruslan Ermilov2002-08-072-2/+2
| | | | Notes: svn path=/stable/4/; revision=101469
* MFC: There is no actually the termcap library.Ruslan Ermilov2002-07-231-2/+2
| | | | Notes: svn path=/stable/4/; revision=100563
* MFC: bsd.incs.mk support and assorted header fixes:Ruslan Ermilov2002-07-227-23/+9
| | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: docs/29534, bin/28002 Notes: svn path=/stable/4/; revision=100501
* MFC: new bsd.lib.mk API.Ruslan Ermilov2002-07-191-4/+2
| | | | Notes: svn path=/stable/4/; revision=100377
* MFC: s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/stable/4/; revision=100323
* MFC: update to Gcc 2.95.4David E. O'Brien2002-06-202-9/+9
| | | | Notes: svn path=/stable/4/; revision=98520
* MFC 1.21, my fix to prevent users leaving the text box throughDoug Barton2002-06-181-1/+1
| | | | | | | valid means from causing dialog(1) to exit with an error code. Notes: svn path=/stable/4/; revision=98389
* MFC 1.3 and 1.4. Fixes for the arg to execl(), and the deprecated wait union.Doug Barton2002-06-181-4/+5
| | | | | | | Approved by: brian and mike Notes: svn path=/stable/4/; revision=98388
* MFC includes of stdlib.h to bring these totally in line with -current.Doug Barton2002-06-182-0/+3
| | | | | | | Not objected to by: wollman Notes: svn path=/stable/4/; revision=98387
* MFC: Removed mentions of TARGET_ARCH from non cross-tools.Ruslan Ermilov2002-02-201-4/+2
| | | | Notes: svn path=/stable/4/; revision=90974
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-1/+2
| | | | Notes: svn path=/stable/4/; revision=87881
* MFC: 1.3: Fixed memory leak in dialog_gauge(3).Ruslan Ermilov2001-12-011-0/+4
| | | | Notes: svn path=/stable/4/; revision=87168
* MFC: revs 1.26,7 (install sstream)David E. O'Brien2001-11-211-2/+2
| | | | Notes: svn path=/stable/4/; revision=86745
* Style.Ruslan Ermilov2001-09-241-3/+1
| | | | Notes: svn path=/stable/4/; revision=83878
* MFC: cursor update on home and end keysEric Melville2001-08-312-4/+20
| | | | Notes: svn path=/stable/4/; revision=82625
* MFC: handle keys consistentlyEric Melville2001-08-122-2/+10
| | | | | | | Approved by: murray Notes: svn path=/stable/4/; revision=81566
* MFC: remove unused library and add dialog_noyesEric Melville2001-08-071-3/+4
| | | | | | | Approved by: murray Notes: svn path=/stable/4/; revision=81263
* MFC: update man pageEric Melville2001-08-011-57/+75
| | | | Notes: svn path=/stable/4/; revision=80846
* MFC: gain improved interface and key handlingEric Melville2001-07-316-114/+296
| | | | Notes: svn path=/stable/4/; revision=80758
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-252-2/+2
| | | | Notes: svn path=/stable/4/; revision=75959
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-2/+13
| | | | Notes: svn path=/stable/4/; revision=73778
* MFC: stop yes/no buttons from jumping around.Jordan K. Hubbard2001-02-241-19/+11
| | | | Notes: svn path=/stable/4/; revision=72987
* MFC: mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-121-4/+4
| | | | Notes: svn path=/stable/4/; revision=70976
* MFC: use a unified libgcc and ensure strong references to pthread functionsDavid E. O'Brien2001-01-062-0/+8
| | | | | | | weakly referenced in libgcc. Notes: svn path=/stable/4/; revision=70732
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-34/+33
| | | | Notes: svn path=/stable/4/; revision=70396
* MFC: NOLIBC_R.David E. O'Brien2000-12-211-1/+5
| | | | Notes: svn path=/stable/4/; revision=70255
* MFC: dialog_noyes() and various stylistic fixes.Jordan K. Hubbard2000-12-155-14/+51
| | | | Notes: svn path=/stable/4/; revision=70045
* MFC 1.4 -> 1.5: Fix immediate segmentation violations onJohn Polstra2000-11-011-0/+1
| | | | | | | | multithreaded programs, caused by an uninitialized mutex in libgcc_r. Notes: svn path=/stable/4/; revision=68145
* MFC: rev 1.2 (quiet -Wall)David E. O'Brien2000-10-311-1/+4
| | | | Notes: svn path=/stable/4/; revision=68065
* MFC.David E. O'Brien2000-10-311-1/+1
| | | | | | | | | | | | | | | | * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work when using the egcs and gcc-devel ports, along with GCC built from stock public FSF sources. With out this change, FreeBSD will be removed from the list of systems GCC 3.0 must be evaluated on before release. * Switch from our own crt{begin,in} to those created from GCC's crtstuff.c. * Break out our ELF branding bits into a seperate file. Currently this is now included by our crt1.c files (since this functionality was part of our native crtbegin.c). Later crtbrand.o will be merged in the creation Notes: svn path=/stable/4/; revision=68060
* Grr. I did it again! The path to the GCC bits is different than in -CURRENT.David E. O'Brien2000-10-311-1/+1
| | | | Notes: svn path=/stable/4/; revision=68025
* MFC: rev 1.2 (use crt{begin,end}.asm rather than crtstuff.c on Alpha)David E. O'Brien2000-10-311-18/+43
| | | | Notes: svn path=/stable/4/; revision=68020
* Grrr. wrong Makefile, the path to the GCC bits is different than in -CURRENT.David E. O'Brien2000-10-301-1/+1
| | | | Notes: svn path=/stable/4/; revision=68008
* MFC.David E. O'Brien2000-10-301-22/+18
| | | | | | | | | | | | | | | | | * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work when using the egcs and gcc-devel ports, along with GCC built from stock public FSF sources. With out this change, FreeBSD will be removed from the list of systems GCC 3.0 must be evaluated on before release. * Switch from our own crt{begin,in} to those created from GCC's crtstuff.c. * Break out our ELF branding bits into a seperate file. Currently this is now included by our crt1.c files (since this functionality was part of our native crtbegin.c). Later crtbrand.o will be merged in the creation of crti.o. Notes: svn path=/stable/4/; revision=68000
* MFC: rev 1.26 (add NO_CXX knob)David E. O'Brien2000-10-301-1/+5
| | | | Notes: svn path=/stable/4/; revision=67942
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-291-0/+56
| | | | Notes: svn path=/stable/4/; revision=67854
* MFC: upgrade to 4.1Andrey A. Chernov2000-07-063-4/+14
| | | | Notes: svn path=/stable/4/; revision=62706
* MFC: rev 1.11David E. O'Brien2000-03-301-1/+1
| | | | Notes: svn path=/stable/4/; revision=58824
* MFC: rev. 1.10 (switch to 2.95 libobjc codebase)David E. O'Brien2000-03-301-13/+26
| | | | Notes: svn path=/stable/4/; revision=58813
* The "INCDIR" required by the new header installation code in bsd.lib.mkDavid E. O'Brien2000-01-301-0/+2
| | | | | | | | | was not set correctly. Ok'ed by: JKH Notes: svn path=/head/; revision=56911
* Move the header installation down into `readline' which is the subsystemDavid E. O'Brien2000-01-292-12/+8
| | | | | | | the headers are part of. Notes: svn path=/head/; revision=56804
* Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed sinceDavid E. O'Brien2000-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. Notes: svn path=/head/; revision=56586
* This is the second half of unbreaking the world build. Add a -DNOHTMLBrian Feldman2000-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. Notes: svn path=/head/; revision=55816
* *draws his sword*Brian Feldman2000-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. Notes: svn path=/head/; revision=55813
* This change was mis-identified as the problem, sorry. It appears to beJordan K. Hubbard2000-01-111-0/+4
| | | | | | | an anomaly restricted only to the alpha in FreeBSD-current (weird). Notes: svn path=/head/; revision=55792
* Back out the previous change to install the examples - it breaks the release ↵Jordan K. Hubbard2000-01-111-4/+0
| | | | | | | builds. Notes: svn path=/head/; revision=55791
* Install contents of the TESTS subdirectory to /usr/share/examples/libdialogAlexey Zelkin2000-01-101-0/+9
| | | | Notes: svn path=/head/; revision=55755