summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r3904,ljo1994-10-261-0/+37
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * 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
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Library for f2c (part 2 of 2)ljo1994-10-26120-0/+2749
| | | | | | | | | | | | Obtained from: netlib.att.com
* | | This commit was generated by cvs2svn to compensate for changes in r3900,ljo1994-10-2642-0/+6219
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Library for f2c. (part 1 of 2)ljo1994-10-2642-0/+6219
| / | | | | | | Obtained from: netlib.att.com
* | Optimize delwin a bitache1994-10-261-2/+3
| |
* | Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsetsbde1994-10-254-14/+50
| | | | | | | | to match setjmp.S.
* | Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C functionbde1994-10-251-2/+2
| | | | | | | | | | that calls setjmp(), since returning from the function usually clobbers the saved environment.
* | cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestionache1994-10-221-2/+3
| | | | | | | | Set IGNPAR, clear NOFLSH, PENDIN, TOSTOP, ECHOE, ECHOK
* | 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
| | | | | | | | | | fields in the utsname structure are too small to hold their corresponding MIB variables. Don't return an error in this case.
* | Add LDADD+= -ltermcapache1994-10-121-0/+2
| |
* | LDADD: = -> +=ache1994-10-122-4/+4
| |
* | SHARED_LDADD --> LDADDache1994-10-121-4/+3
| | | | | | | | cmp redirection removed
* | Fix two problems pointed by Bruce:ache1994-10-122-24/+28
| | | | | | | | | | | | keys.tries generated in ${.CURDIR} which may be readonly lib_options.{po,so} not properly rebuilded if keys.tries deleted and no .depend
* | Implement meta bit in more cosher way after contacting with zmbenhalache1994-10-113-0/+12
| | | | | | | | Shut up compiler warning
* | 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
| | | | | | | | Small cleanup.
* | 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
| | | | | | | | Add 'update_term_h' target for manual update
* | Split all binaries from makefile nowache1994-10-091-19/+2
| |
* | Preparation to split binary away, move caps to TESTSache1994-10-098-9/+1863
| | | | | | | | Add some testing bits to TESTS directory
* | Sync with ctype.h (remove EOF handling)ache1994-10-091-9/+0
| |
* | Add copyright.c to be always linked inache1994-10-094-4/+32
| |
* | Restore leading tabsache1994-10-091-2/+2
| |
* | Sync with ctype.h (EOF, sign extention fixes)ache1994-10-081-0/+17
| |
* | libncurses addedache1994-10-071-1/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r3410,ache1994-10-07126-0/+17955
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Moved from ports with several enhancementsache1994-10-07126-0/+17955
| /
* | Moved from ports with several enhancementsache1994-10-071-0/+73
| |
* | libmytinfo added.ache1994-10-061-1/+1
| | | | | | | | PS: don't forget 'make beforeinstall' if you want to play with it
* | This commit was generated by cvs2svn to compensate for changes in r3400,ache1994-10-0642-0/+8143
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Moved from ports + several enhacmenetsache1994-10-0642-0/+8143
| /
* | Back out ospeed change (why all bugs discovered immediately _after_ commitsache1994-10-061-4/+2
| | | | | | | | and no one before?)
* | Oops, back out ospeed fix, I forget that flushing can occurse _after_ache1994-10-061-5/+27
| | | | | | | | usleep, too quick commit :-(
* | Enable PC back, because it is ouside visibleache1994-10-061-2/+2
| |
* | ospeed/PC code ifdefed out, our libtermcap use usleep nowache1994-10-061-2/+4
| |
* | Change padding mechanism to use usleep, old variant not worksache1994-10-061-27/+5
| | | | | | | | | | | | | | on terminals with no pad char (cons25) and quote from tputs.c says so too: ! * Too bad there are no user program accessible programmed delays. ! * Transmitting pad characters slows many ! * terminals down and also loads the system.
* | Disable direct ioctls to /dev/tty, search only stdin/stdoutache1994-10-031-22/+17
| | | | | | | | | | | | and don't return error, if non-terminals. This fix allows curses to work into full duplex pipes under control of main program, like good old curses does.
* | Little regex code cleaness, idea from jgreco@ns.sol.netache1994-10-021-3/+2
| |
* | Fix bug with 8-bit chars sign extention (ctype not works)ache1994-10-021-4/+6
| |
* | Rewritten using POSIX regexache1994-10-023-3/+29
| | | | | | | | | | Add 57600 and 115200 speeds Correct termcap path
* | Move skey.h back where it belongspst1994-09-292-2/+44
| |
OpenPOWER on IntegriCloud