aboutsummaryrefslogtreecommitdiff
path: root/lib/libmytinfo
Commit message (Collapse)AuthorAgeFilesLines
* Fixed CLEANFILES.Bruce Evans1998-12-271-3/+3
| | | | Notes: svn path=/head/; revision=42087
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-7/+2
| | | | | | | | | | | | | | In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but... Notes: svn path=/head/; revision=39327
* Keep build-tools objects separate from `all' objects so that myBruce Evans1998-09-021-6/+12
| | | | | | | cross-builds work. Notes: svn path=/head/; revision=38755
* Make the locally built and executed build tools in this directoryJohn Birrell1998-08-151-6/+6
| | | | | | | | | static to avoid them trying to use shared libraries before we're ready. During the initial elf buildworld, the shared loader only exists in the obj tree, so it can't be used. Notes: svn path=/head/; revision=38323
* Added a `build-tools' target for internal tools.Bruce Evans1998-07-071-1/+3
| | | | Notes: svn path=/head/; revision=37460
* Add check for non-NULL cur_termAndrey A. Chernov1998-06-191-0/+11
| | | | | | | Add #pragma weak for reset_*_mode() they will be replaced in libncurses Notes: svn path=/head/; revision=37056
* When printf'ing the result of pointer arithmetic, cast the result toJohn Birrell1998-01-131-9/+9
| | | | | | | | | | long and use %ld, not %d. We're going to need an abbreviation for this comment 'cause it's going to be used a lot from now on. Notes: svn path=/head/; revision=32492
* Fix longstanding bug with buffer pointer goes beyoud buffer startAndrey A. Chernov1997-08-131-1/+1
| | | | | | | Cause initscr (ncurses) fail in some cases Notes: svn path=/head/; revision=28135
* Remove conflicting declaration of sys_errlist, which caused make worldJohn Polstra1997-03-291-3/+0
| | | | | | | breakage. Notes: svn path=/head/; revision=24385
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | 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
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-8/+5
| | | | Notes: svn path=/head/; revision=17935
* recording cvs-1.6 file deathPeter Wemm1995-12-304-1809/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Install source files with the -c flag, not with the optional flag ${COPY}.Bruce Evans1995-08-061-2/+2
| | | | Notes: svn path=/head/; revision=9971
* Remove trailing whitespace.Rodney W. Grimes1995-05-3026-83/+83
| | | | Notes: svn path=/head/; revision=8870
* Parse ^? correctly nowAndrey A. Chernov1995-05-141-0/+3
| | | | Notes: svn path=/head/; revision=8523
* Remove duplicates: parm rindex & scroll rightAndrey A. Chernov1995-03-271-1/+1
| | | | Notes: svn path=/head/; revision=7416
* Get rid of strtok(), it is depricated in libsAndrey A. Chernov1995-03-241-6/+6
| | | | Notes: svn path=/head/; revision=7329
* Solve conflict between two global force variablesAndrey A. Chernov1995-03-032-2/+2
| | | | Notes: svn path=/head/; revision=6848
* Prototypes...Andrey A. Chernov1994-12-104-10/+11
| | | | Notes: svn path=/head/; revision=5028
* Fix tputs/tparm declarationsAndrey A. Chernov1994-12-092-4/+4
| | | | Notes: svn path=/head/; revision=5021
* Change rules to not generate term.h on second make dependAndrey A. Chernov1994-11-161-5/+4
| | | | Notes: svn path=/head/; revision=4525
* More verbose diagnostic, if failsAndrey A. Chernov1994-10-311-2/+2
| | | | Notes: svn path=/head/; revision=4022
* Add -I${.CURDIR}Andrey A. Chernov1994-10-281-2/+2
| | | | Notes: svn path=/head/; revision=3960
* Change link to symbolic link (term.h)Andrey A. Chernov1994-10-101-2/+2
| | | | Notes: svn path=/head/; revision=3486
* Merge term.h and nterm.hAndrey A. Chernov1994-10-103-5/+19
| | | | Notes: svn path=/head/; revision=3481
* Generate term.h only once, not each beforeinstall.Andrey A. Chernov1994-10-093-10/+1198
| | | | | | | Add 'update_term_h' target for manual update Notes: svn path=/head/; revision=3466
* Split all binaries from makefile nowAndrey A. Chernov1994-10-091-19/+2
| | | | Notes: svn path=/head/; revision=3465
* Preparation to split binary away, move caps to TESTSAndrey A. Chernov1994-10-098-9/+1863
| | | | | | | Add some testing bits to TESTS directory Notes: svn path=/head/; revision=3461
* Moved from ports + several enhacmenetsAndrey A. Chernov1994-10-0642-0/+8143
Notes: svn path=/cvs2svn/branches/ross_ridge/; revision=3400