summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add const to termcap prototypes to help libg++ 2.6.1 compiling,ache1994-11-041-7/+7
* __386BSD__ -> __FreeBSD__jkh1994-11-041-1/+1
* Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.dg1994-11-021-1/+1
* Clean up beforeinstallpst1994-11-011-6/+3
* Add SIGTERM reaction -- cleanupache1994-10-311-0/+1
* More verbose diagnostic, if failsache1994-10-311-2/+2
* Now COLS/LINES uses window cols/lines, not cols/lines from termcap entryache1994-10-311-2/+2
* Finally move DB declaration under _CURSES_PRIVATEache1994-10-283-4/+1
* Continue previous fix stillache1994-10-281-1/+1
* After some thinking better place to fix appearse curses again, notache1994-10-282-0/+4
* Rename cDB to DB back like old good BSD curses always does,ache1994-10-284-4/+4
* Missed one reference to the DB variable.phk1994-10-281-1/+1
* Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.phk1994-10-283-3/+3
* Add -I${.CURDIR}ache1994-10-283-6/+6
* Previous commit was incompleted, yet one step requiredache1994-10-271-1/+1
* Fix scroll bug bringed by vi(1), from phk's flameache1994-10-274-8/+8
* Remove extra newline.pst1994-10-271-4/+2
* >Description:rgrimes1994-10-272-1/+2
* Fix memchr(p, 0, 0) to return NULL instead of p.bde1994-10-271-3/+3
* Added libf2c, the library for f2c.ljo1994-10-271-1/+1
* Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields.ljo1994-10-261-1/+1
* This commit was generated by cvs2svn to compensate for changes in r3904,ljo1994-10-261-0/+37
|\
| * Merged f2c library.ljo1994-10-261-0/+37
* | This commit was generated by cvs2svn to compensate for changes in r3902,ljo1994-10-26120-0/+2749
|\ \
| * | Library for f2c (part 2 of 2)ljo1994-10-26120-0/+2749
* | | This commit was generated by cvs2svn to compensate for changes in r3900,ljo1994-10-2642-0/+6219
|\ \ \ | |/ /
| * | Library for f2c. (part 1 of 2)ljo1994-10-2642-0/+6219
| /
* | Optimize delwin a bitache1994-10-261-2/+3
* | Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsetsbde1994-10-254-14/+50
* | Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C functionbde1994-10-251-2/+2
* | cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestionache1994-10-221-2/+3
* | makeraw(): forget to clear IMAXBEL, set VMIN/VTIMEache1994-10-221-2/+3
* | new file does skey_getpass() supportpst1994-10-191-0/+40
* | Include most of the logdaemon v4.4 S/key changespst1994-10-1911-190/+328
* | Remove CPU_COLORDISP, GIO_COLOR now existsache1994-10-181-1/+0
* | Add new machdep variablesache1994-10-171-0/+3
* | sysctl(3) can return an error (setting errno to ENOMEM) when thewollman1994-10-132-28/+90
* | Add LDADD+= -ltermcapache1994-10-121-0/+2
* | LDADD: = -> +=ache1994-10-122-4/+4
* | SHARED_LDADD --> LDADDache1994-10-121-4/+3
* | Fix two problems pointed by Bruce:ache1994-10-122-24/+28
* | Implement meta bit in more cosher way after contacting with zmbenhalache1994-10-113-0/+12
* | Change link to symbolic link (term.h)ache1994-10-101-2/+2
* | Merge term.h & nterm.hache1994-10-102-4/+4
* | Merge term.h and nterm.hache1994-10-103-5/+19
* | Move copyright link from initscr to newterm (initscr may be not called).ache1994-10-093-5/+3
* | Added spare space on the usr stack. Used in ibcs2 emulation.sos1994-10-091-2/+2
* | Generate term.h only once, not each beforeinstall.ache1994-10-093-10/+1198
* | Split all binaries from makefile nowache1994-10-091-19/+2
* | Preparation to split binary away, move caps to TESTSache1994-10-098-9/+1863
OpenPOWER on IntegriCloud