aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Finally move DB declaration under _CURSES_PRIVATEAndrey A. Chernov1994-10-283-4/+1
* Continue previous fix stillAndrey A. Chernov1994-10-281-1/+1
* After some thinking better place to fix appearse curses again, notAndrey A. Chernov1994-10-282-0/+4
* Rename cDB to DB back like old good BSD curses always does,Andrey A. Chernov1994-10-284-4/+4
* Missed one reference to the DB variable.Poul-Henning Kamp1994-10-281-1/+1
* Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.Poul-Henning Kamp1994-10-283-3/+3
* Add -I${.CURDIR}Andrey A. Chernov1994-10-283-6/+6
* Previous commit was incompleted, yet one step requiredAndrey A. Chernov1994-10-271-1/+1
* Fix scroll bug bringed by vi(1), from phk's flameAndrey A. Chernov1994-10-274-8/+8
* Remove extra newline.Paul Traina1994-10-271-4/+2
* >Description:Rodney W. Grimes1994-10-272-1/+2
* Fix memchr(p, 0, 0) to return NULL instead of p.Bruce Evans1994-10-271-3/+3
* Added libf2c, the library for f2c.L Jonas Olsson1994-10-271-1/+1
* Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields.L Jonas Olsson1994-10-261-1/+1
* Merged f2c library.L Jonas Olsson1994-10-261-0/+37
* Library for f2c (part 2 of 2)L Jonas Olsson1994-10-26120-0/+2749
* Library for f2c. (part 1 of 2)L Jonas Olsson1994-10-2642-0/+6219
* Optimize delwin a bitAndrey A. Chernov1994-10-261-2/+3
* Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsetsBruce Evans1994-10-254-14/+50
* Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C functionBruce Evans1994-10-251-2/+2
* cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestionAndrey A. Chernov1994-10-221-2/+3
* makeraw(): forget to clear IMAXBEL, set VMIN/VTIMEAndrey A. Chernov1994-10-221-2/+3
* new file does skey_getpass() supportPaul Traina1994-10-191-0/+40
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-1911-190/+328
* Remove CPU_COLORDISP, GIO_COLOR now existsAndrey A. Chernov1994-10-181-1/+0
* Add new machdep variablesAndrey A. Chernov1994-10-171-0/+3
* sysctl(3) can return an error (setting errno to ENOMEM) when theGarrett Wollman1994-10-132-28/+90
* Add LDADD+= -ltermcapAndrey A. Chernov1994-10-121-0/+2
* LDADD: = -> +=Andrey A. Chernov1994-10-122-4/+4
* SHARED_LDADD --> LDADDAndrey A. Chernov1994-10-121-4/+3
* Fix two problems pointed by Bruce:Andrey A. Chernov1994-10-122-24/+28
* Implement meta bit in more cosher way after contacting with zmbenhalAndrey A. Chernov1994-10-113-0/+12
* Change link to symbolic link (term.h)Andrey A. Chernov1994-10-101-2/+2
* Merge term.h & nterm.hAndrey A. Chernov1994-10-102-4/+4
* Merge term.h and nterm.hAndrey A. Chernov1994-10-103-5/+19
* Move copyright link from initscr to newterm (initscr may be not called).Andrey A. Chernov1994-10-093-5/+3
* Added spare space on the usr stack. Used in ibcs2 emulation.Søren Schmidt1994-10-091-2/+2
* Generate term.h only once, not each beforeinstall.Andrey A. Chernov1994-10-093-10/+1198
* Split all binaries from makefile nowAndrey A. Chernov1994-10-091-19/+2
* Preparation to split binary away, move caps to TESTSAndrey A. Chernov1994-10-098-9/+1863
* Sync with ctype.h (remove EOF handling)Andrey A. Chernov1994-10-091-9/+0
* Add copyright.c to be always linked inAndrey A. Chernov1994-10-094-4/+32
* Restore leading tabsAndrey A. Chernov1994-10-091-2/+2
* Sync with ctype.h (EOF, sign extention fixes)Andrey A. Chernov1994-10-081-0/+17
* libncurses addedAndrey A. Chernov1994-10-071-1/+2
* Moved from ports with several enhancementsAndrey A. Chernov1994-10-07127-0/+18028
* libmytinfo added.Andrey A. Chernov1994-10-061-1/+1
* Moved from ports + several enhacmenetsAndrey A. Chernov1994-10-0642-0/+8143
* Back out ospeed change (why all bugs discovered immediately _after_ commitsAndrey A. Chernov1994-10-061-4/+2
* Oops, back out ospeed fix, I forget that flushing can occurse _after_Andrey A. Chernov1994-10-061-5/+27