| Commit message (Expand) | Author | Age | Files | Lines |
* | Add const to termcap prototypes to help libg++ 2.6.1 compiling, | ache | 1994-11-04 | 1 | -7/+7 |
* | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 1 | -1/+1 |
* | Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops. | dg | 1994-11-02 | 1 | -1/+1 |
* | Clean up beforeinstall | pst | 1994-11-01 | 1 | -6/+3 |
* | Add SIGTERM reaction -- cleanup | ache | 1994-10-31 | 1 | -0/+1 |
* | More verbose diagnostic, if fails | ache | 1994-10-31 | 1 | -2/+2 |
* | Now COLS/LINES uses window cols/lines, not cols/lines from termcap entry | ache | 1994-10-31 | 1 | -2/+2 |
* | Finally move DB declaration under _CURSES_PRIVATE | ache | 1994-10-28 | 3 | -4/+1 |
* | Continue previous fix still | ache | 1994-10-28 | 1 | -1/+1 |
* | After some thinking better place to fix appearse curses again, not | ache | 1994-10-28 | 2 | -0/+4 |
* | Rename cDB to DB back like old good BSD curses always does, | ache | 1994-10-28 | 4 | -4/+4 |
* | Missed one reference to the DB variable. | phk | 1994-10-28 | 1 | -1/+1 |
* | Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again. | phk | 1994-10-28 | 3 | -3/+3 |
* | Add -I${.CURDIR} | ache | 1994-10-28 | 3 | -6/+6 |
* | Previous commit was incompleted, yet one step required | ache | 1994-10-27 | 1 | -1/+1 |
* | Fix scroll bug bringed by vi(1), from phk's flame | ache | 1994-10-27 | 4 | -8/+8 |
* | Remove extra newline. | pst | 1994-10-27 | 1 | -4/+2 |
* | >Description: | rgrimes | 1994-10-27 | 2 | -1/+2 |
* | Fix memchr(p, 0, 0) to return NULL instead of p. | bde | 1994-10-27 | 1 | -3/+3 |
* | Added libf2c, the library for f2c. | ljo | 1994-10-27 | 1 | -1/+1 |
* | Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields. | ljo | 1994-10-26 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r3904, | ljo | 1994-10-26 | 1 | -0/+37 |
|\ |
|
| * | Merged f2c library. | ljo | 1994-10-26 | 1 | -0/+37 |
* | | This commit was generated by cvs2svn to compensate for changes in r3902, | ljo | 1994-10-26 | 120 | -0/+2749 |
|\ \ |
|
| * | | Library for f2c (part 2 of 2) | ljo | 1994-10-26 | 120 | -0/+2749 |
* | | | This commit was generated by cvs2svn to compensate for changes in r3900, | ljo | 1994-10-26 | 42 | -0/+6219 |
|\ \ \
| |/ / |
|
| * | | Library for f2c. (part 1 of 2) | ljo | 1994-10-26 | 42 | -0/+6219 |
| / |
|
* | | Optimize delwin a bit | ache | 1994-10-26 | 1 | -2/+3 |
* | | Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsets | bde | 1994-10-25 | 4 | -14/+50 |
* | | Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C function | bde | 1994-10-25 | 1 | -2/+2 |
* | | cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestion | ache | 1994-10-22 | 1 | -2/+3 |
* | | makeraw(): forget to clear IMAXBEL, set VMIN/VTIME | ache | 1994-10-22 | 1 | -2/+3 |
* | | new file does skey_getpass() support | pst | 1994-10-19 | 1 | -0/+40 |
* | | Include most of the logdaemon v4.4 S/key changes | pst | 1994-10-19 | 11 | -190/+328 |
* | | Remove CPU_COLORDISP, GIO_COLOR now exists | ache | 1994-10-18 | 1 | -1/+0 |
* | | Add new machdep variables | ache | 1994-10-17 | 1 | -0/+3 |
* | | sysctl(3) can return an error (setting errno to ENOMEM) when the | wollman | 1994-10-13 | 2 | -28/+90 |
* | | Add LDADD+= -ltermcap | ache | 1994-10-12 | 1 | -0/+2 |
* | | LDADD: = -> += | ache | 1994-10-12 | 2 | -4/+4 |
* | | SHARED_LDADD --> LDADD | ache | 1994-10-12 | 1 | -4/+3 |
* | | Fix two problems pointed by Bruce: | ache | 1994-10-12 | 2 | -24/+28 |
* | | Implement meta bit in more cosher way after contacting with zmbenhal | ache | 1994-10-11 | 3 | -0/+12 |
* | | Change link to symbolic link (term.h) | ache | 1994-10-10 | 1 | -2/+2 |
* | | Merge term.h & nterm.h | ache | 1994-10-10 | 2 | -4/+4 |
* | | Merge term.h and nterm.h | ache | 1994-10-10 | 3 | -5/+19 |
* | | Move copyright link from initscr to newterm (initscr may be not called). | ache | 1994-10-09 | 3 | -5/+3 |
* | | Added spare space on the usr stack. Used in ibcs2 emulation. | sos | 1994-10-09 | 1 | -2/+2 |
* | | Generate term.h only once, not each beforeinstall. | ache | 1994-10-09 | 3 | -10/+1198 |
* | | 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 |