summaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0531-31/+31
| | | | Notes: svn path=/stable/2.1/; revision=50952
* YAMF22Jordan K. Hubbard1997-03-291-2/+2
| | | | Notes: svn path=/stable/2.1/; revision=24389
* Bring a wide number of improvements over from -current. This isJordan K. Hubbard1997-02-0715-245/+257
| | | | | | | | necessary for sysinstall (in which tag spam causes the HEAD versions to always appear for certain files, regardless of major branch). Notes: svn path=/stable/2.1/; revision=22362
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1997-02-051-0/+46
| | | | Notes: svn path=/stable/2.1/; revision=22269
* Remove extraneous copies of vasprintf().Jordan K. Hubbard1996-11-031-139/+0
| | | | Notes: svn path=/stable/2.1/; revision=19349
* Merge.Jordan K. Hubbard1996-07-115-63/+21
| | | | Notes: svn path=/stable/2.1/; revision=17103
* Merge.Jordan K. Hubbard1996-07-113-56/+66
| | | | Notes: svn path=/stable/2.1/; revision=17093
* Merge.Jordan K. Hubbard1996-07-054-2/+7
| | | | Notes: svn path=/stable/2.1/; revision=16974
* Merge from HEAD.Jordan K. Hubbard1996-06-242-12/+12
| | | | Notes: svn path=/stable/2.1/; revision=16662
* This 3rd mega-commit should hopefully bring us back to where we were.Jordan K. Hubbard1996-06-0520-65/+189
| | | | | | | I can get it to `make world' succesfully, anyway! Notes: svn path=/stable/2.1/; revision=16121
* Remove a redundant copy of vasprintf.cJordan K. Hubbard1996-05-301-139/+0
| | | | Notes: svn path=/stable/2.1/; revision=15988
* Merge from HEAD, except:Jordan K. Hubbard1996-05-2919-52/+67
| | | | | | | | | | | | Clients that used gnumalloc still do, despite the merge. We're not bringing phkmalloc over. Thread stuff left out. PCCARD support left out. Notes: svn path=/stable/2.1/; revision=15984
* Sync with HEADJordan K. Hubbard1996-05-0316-1618/+1720
| | | | Notes: svn path=/stable/2.1/; revision=15584
* Add libmp/libgmp to Makefile SUBDIR, after having tagged them into 2.1Peter Wemm1996-02-231-2/+2
| | | | | | | from -current. The ssh port is expecting these to be present. Notes: svn path=/stable/2.1/; revision=14229
* Merge from HEADJordan K. Hubbard1996-02-081-2/+2
| | | | Notes: svn path=/stable/2.1/; revision=13970
* Merge from HEAD.Jordan K. Hubbard1996-01-101-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=13374
* Merge changes from HEADJordan K. Hubbard1996-01-052-2/+6
| | | | Notes: svn path=/stable/2.1/; revision=13233
* Bring in changes from HEAD.Jordan K. Hubbard1996-01-0213-420/+187
| | | | Notes: svn path=/stable/2.1/; revision=13161
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-01155-0/+18709
| | | | Notes: svn path=/stable/2.1/; revision=13148
* Merge from HEAD. I need this stuff for sysinstall.Jordan K. Hubbard1995-12-237-359/+648
| | | | Notes: svn path=/stable/2.1/; revision=12988
* Brought in chage from rev 1.3: depend on regex.hDavid Greenman1995-08-301-1/+1
| | | | Notes: svn path=/stable/2.1/; revision=10445
* Brought in changes from main branch: fix library/c++rt0.o dependencies.David Greenman1995-08-301-3/+4
| | | | Notes: svn path=/stable/2.1/; revision=10444
* Brought in changes from main branch.David Greenman1995-08-256-21/+19
| | | | Notes: svn path=/stable/2.1/; revision=10247
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-1328-16046/+0
| | | | Notes: svn path=/stable/2.1/; revision=9211
* Remove trailing whitespace.Rodney W. Grimes1995-05-30139-2303/+2303
| | | | Notes: svn path=/head/; revision=8858
* Don't make TAB and BACK-TAB destroy field contents incorrectly.Jordan K. Hubbard1995-05-281-2/+1
| | | | | | | Submitted by: gibbs Notes: svn path=/head/; revision=8804
* eliminate coredump for readline(NULL) caseAdam David1995-05-221-1/+1
| | | | Notes: svn path=/head/; revision=8700
* Remove extra argument from mesgboxAndrey A. Chernov1995-05-161-1/+1
| | | | Notes: svn path=/head/; revision=8553
* Call mesgbox instead of msgbox for long descriptionsAndrey A. Chernov1995-05-161-1/+1
| | | | Notes: svn path=/head/; revision=8551
* Changes to support the new dialog_dselect() features required to fixJordan K. Hubbard1995-05-162-13/+62
| | | | | | | | pkg_install. dialog_dselect() wasn't very useful before. Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> Notes: svn path=/head/; revision=8548
* Fix draw shadow bug, when shadow reaches end of the screen,Andrey A. Chernov1995-05-151-20/+34
| | | | | | | bringed by devmenu or tzsetup f.e. Notes: svn path=/head/; revision=8535
* Add missing includeAndrey A. Chernov1995-05-121-0/+6
| | | | Notes: svn path=/head/; revision=8482
* Bump major number, function deletedAndrey A. Chernov1995-05-081-1/+3
| | | | Notes: svn path=/head/; revision=8354
* Bump major numberAndrey A. Chernov1995-05-081-1/+3
| | | | Notes: svn path=/head/; revision=8350
* Fix nasty shadow bug sneaked in Marc's commit.Andrey A. Chernov1995-05-083-90/+42
| | | | | | | | | Implement ^K and KEY_EOL as clear end of line Move common code from line_edit to static function Cosmetique changes in textbox Notes: svn path=/head/; revision=8344
* Bump major number instead of minor: old functions arguments was changed tooAndrey A. Chernov1995-05-041-3/+3
| | | | Notes: svn path=/head/; revision=8268
* Bump minor numberAndrey A. Chernov1995-05-031-1/+3
| | | | Notes: svn path=/head/; revision=8247
* Handle too long strings correctly in print_autowrap()Andrey A. Chernov1995-04-301-1/+2
| | | | | | | Submitted by: Marc van Kempen <wmbdmr@urc.tue.nl> Notes: svn path=/head/; revision=8191
* Hastily back out my previous change to install ui_objects.h; upon furtherJordan K. Hubbard1995-04-211-5/+1
| | | | | | | | | examination, I'm not entirely sure this was meant to be public. It's not idempotent or anything. I'll make pkg_manage deal with it another way until it's been confirmed one way or the other by Marc. Notes: svn path=/head/; revision=7975
* Also install new ui_objects.h header file. I'm not sure how I feel aboutJordan K. Hubbard1995-04-211-3/+7
| | | | | | | these Makefile constructs - surely there's a better way? Notes: svn path=/head/; revision=7974
* Upgrade.Andrey A. Chernov1995-04-2011-52/+355
| | | | | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> Notes: svn path=/head/; revision=7959
* Fix update_line() updates on screen edgesAndrey A. Chernov1995-04-181-1/+1
| | | | | | | Obtained from: bash sources Notes: svn path=/head/; revision=7923
* Get rid of strtok(), it is depricated inside libsAndrey A. Chernov1995-03-242-9/+11
| | | | Notes: svn path=/head/; revision=7330
* This just exited on most errors, some of which were legitimate andJordan K. Hubbard1995-03-221-10/+5
| | | | | | | | I don't *want* to cause my application to be exited! Some of the fprintfs() should probably be calls to some dialog error menu popup anyway. Notes: svn path=/head/; revision=7237
* Saved scroll fixed.Andrey A. Chernov1995-03-211-1/+1
| | | | Notes: svn path=/head/; revision=7203
* Pretty much a complete rewrite of this Makefile.Rodney W. Grimes1995-03-201-9/+31
| | | | | | | | | | | | | | | | | | | Remove private mkdir command for /usr/include/g++, this is now handled by mtree. Make the whole file fit in 80 column output, sort the SRCS list and split into .c and .cc sources. Use $Id$ instead of $FreeBSD$ since we pulled support for this. Add DPADD to match LDADD and now include <bsd.prog.mk> to define the DPADD values (This is a hack until the .mk stuff can be corrected so that ${LIB*} is visiable in bsd.lib.mk.) Optimize beforeinstall target by eliminating a subshell. Notes: svn path=/head/; revision=7184
* Fix savestring & gdb conflictAndrey A. Chernov1995-03-172-5/+3
| | | | | | | Moreover, this fix not breaks any pgm which uses readline's savestring Notes: svn path=/head/; revision=7114
* UpgradeAndrey A. Chernov1995-03-178-39/+172
| | | | Notes: svn path=/head/; revision=7101
* Add cmp -s to beforeinstall targetAndrey A. Chernov1995-03-121-1/+2
| | | | Notes: svn path=/head/; revision=7043
* Don't install shared libgcc, we can't do it this way.Poul-Henning Kamp1995-03-121-3/+1
| | | | | | | I will uuencode and check in to a "compat20" area the 2.0-RELEASE version. Notes: svn path=/head/; revision=7040