summaryrefslogtreecommitdiffstats
path: root/lib/libmytinfo
Commit message (Collapse)AuthorAgeFilesLines
* Fixed CLEANFILES.bde1998-12-271-3/+3
|
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-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...
* Keep build-tools objects separate from `all' objects so that mybde1998-09-021-6/+12
| | | | cross-builds work.
* Make the locally built and executed build tools in this directoryjb1998-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.
* Added a `build-tools' target for internal tools.bde1998-07-071-1/+3
|
* Add check for non-NULL cur_termache1998-06-191-0/+11
| | | | Add #pragma weak for reset_*_mode() they will be replaced in libncurses
* When printf'ing the result of pointer arithmetic, cast the result tojb1998-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.
* Fix longstanding bug with buffer pointer goes beyoud buffer startache1997-08-131-1/+1
| | | | Cause initscr (ncurses) fail in some cases
* Remove conflicting declaration of sys_errlist, which caused make worldjdp1997-03-291-3/+0
| | | | breakage.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* cmp -s || install -c ==> install -Cpeter1996-08-301-8/+5
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-304-1809/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Install source files with the -c flag, not with the optional flag ${COPY}.bde1995-08-061-2/+2
|
* Remove trailing whitespace.rgrimes1995-05-3026-83/+83
|
* Parse ^? correctly nowache1995-05-141-0/+3
|
* Remove duplicates: parm rindex & scroll rightache1995-03-271-1/+1
|
* Get rid of strtok(), it is depricated in libsache1995-03-241-6/+6
|
* Solve conflict between two global force variablesache1995-03-032-2/+2
|
* Prototypes...ache1994-12-104-10/+11
|
* Fix tputs/tparm declarationsache1994-12-092-4/+4
|
* Change rules to not generate term.h on second make dependache1994-11-161-5/+4
|
* More verbose diagnostic, if failsache1994-10-311-2/+2
|
* Add -I${.CURDIR}ache1994-10-281-2/+2
|
* Change link to symbolic link (term.h)ache1994-10-101-2/+2
|
* Merge term.h and nterm.hache1994-10-103-5/+19
|
* Generate term.h only once, not each beforeinstall.ache1994-10-093-10/+1198
| | | | Add 'update_term_h' target for manual update
* Split all binaries from makefile nowache1994-10-091-19/+2
|
* Preparation to split binary away, move caps to TESTSache1994-10-098-9/+1863
| | | | Add some testing bits to TESTS directory
* Moved from ports + several enhacmenetsache1994-10-0642-0/+8143
OpenPOWER on IntegriCloud