summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added routines to read the canonical UNIX configuration file. This willphk1994-11-133-4/+267
* Fix some bugs with forms that have only text fields.paul1994-11-132-3/+14
* The start of a forms editor library. Currently implements text andpaul1994-11-139-3/+629
* Remove z_abs. It is already in libm.aljo1994-11-111-1/+1
* Add missing z_abs. In BSD tradition this is in libm.a.ljo1994-11-111-0/+7
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-11-111-1/+1
* Add 57600, 115200 ro baudrate()ache1994-11-101-16/+26
* Forget to change = to += in previous commitache1994-11-081-1/+1
* Add missing link for shared libtermlibache1994-11-081-0/+4
* *** ATTENTION *** YOU MIGHT BE ABOUT TO BE HOSED *** ATTENTION ***phk1994-11-072-156/+125
* Added "const" to the arguments here and there.phk1994-11-077-20/+20
* A semicolon was lost.phk1994-11-072-2/+2
* From: "gj%pcs.dec.com@inet-gw-1.pa.dec.com" <garyj@rks32.pcs.dec.com>jkh1994-11-072-0/+2
* This curses fix allows to print something in lower right cornerache1994-11-061-22/+63
* Several fixes for 'back_color_erase' curses problemache1994-11-061-5/+5
* Fix curses bug with delete character and standoutache1994-11-061-0/+4
* Date: Wed, 26 Oct 1994 15:44:49 -0600nate1994-11-051-0/+1
* 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
OpenPOWER on IntegriCloud