Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When printf'ing the result of pointer arithmetic, cast the result to | jb | 1998-01-13 | 1 | -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 start | ache | 1997-08-13 | 1 | -1/+1 |
| | | | | Cause initscr (ncurses) fail in some cases | ||||
* | Remove conflicting declaration of sys_errlist, which caused make world | jdp | 1997-03-29 | 1 | -3/+0 |
| | | | | breakage. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -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 -C | peter | 1996-08-30 | 1 | -8/+5 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 4 | -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}. | bde | 1995-08-06 | 1 | -2/+2 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 26 | -83/+83 |
| | |||||
* | Parse ^? correctly now | ache | 1995-05-14 | 1 | -0/+3 |
| | |||||
* | Remove duplicates: parm rindex & scroll right | ache | 1995-03-27 | 1 | -1/+1 |
| | |||||
* | Get rid of strtok(), it is depricated in libs | ache | 1995-03-24 | 1 | -6/+6 |
| | |||||
* | Solve conflict between two global force variables | ache | 1995-03-03 | 2 | -2/+2 |
| | |||||
* | Prototypes... | ache | 1994-12-10 | 4 | -10/+11 |
| | |||||
* | Fix tputs/tparm declarations | ache | 1994-12-09 | 2 | -4/+4 |
| | |||||
* | Change rules to not generate term.h on second make depend | ache | 1994-11-16 | 1 | -5/+4 |
| | |||||
* | More verbose diagnostic, if fails | ache | 1994-10-31 | 1 | -2/+2 |
| | |||||
* | Add -I${.CURDIR} | ache | 1994-10-28 | 1 | -2/+2 |
| | |||||
* | Change link to symbolic link (term.h) | ache | 1994-10-10 | 1 | -2/+2 |
| | |||||
* | Merge term.h and nterm.h | ache | 1994-10-10 | 3 | -5/+19 |
| | |||||
* | Generate term.h only once, not each beforeinstall. | ache | 1994-10-09 | 3 | -10/+1198 |
| | | | | Add 'update_term_h' target for manual update | ||||
* | Split all binaries from makefile now | ache | 1994-10-09 | 1 | -19/+2 |
| | |||||
* | Preparation to split binary away, move caps to TESTS | ache | 1994-10-09 | 8 | -9/+1863 |
| | | | | Add some testing bits to TESTS directory | ||||
* | Moved from ports + several enhacmenets | ache | 1994-10-06 | 42 | -0/+8143 |