aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement dlsym(RTLD_NEXT, symbol).John Polstra1997-08-023-8/+42
* Move tcl packages to libdata/pkgPoul-Henning Kamp1997-08-012-3/+3
* Fix handling of mixed colors+attributes case by merging from ncurses 4.1Andrey A. Chernov1997-07-301-7/+21
* Fix logical background handling by merging it from ncurses 4.1Andrey A. Chernov1997-07-3014-37/+102
* ifdef out ttytype definition, mytinfo not have it and configure confusedAndrey A. Chernov1997-07-301-0/+2
* Improve dependancy behaviour a little more.Mike Smith1997-07-281-3/+4
* Add getbkgd() macroAndrey A. Chernov1997-07-271-0/+1
* Remove a reference to /c/phk, this should be handled by the magic scriptPoul-Henning Kamp1997-07-271-1/+1
* List help.h a a dependancy for editline.cMike Smith1997-07-271-2/+2
* Fix a minor typo. It only affects the sparc version.John Polstra1997-07-261-2/+2
* Added bounds checking to the example after chasing down someone'sPeter da Silva1997-07-261-1/+2
* Tada!, tcl is now at 8.0b2 I belive.Poul-Henning Kamp1997-07-252-68/+166
* Reorder decomposition of the filename argument for the '-h' flag toMike Smith1997-07-231-2/+3
* = -> ==, strcpy -> strncpy from OpenBSD.Philippe Charnier1997-07-222-8/+8
* Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S andBruce Evans1997-07-211-1/+1
* sleep() after sending 'nologin' file to ensure output is drained beforeDavid Nugent1997-07-191-1/+2
* Make sleep() and usleep() "eat" any stray SIGALRM signals during thePeter Wemm1997-07-182-49/+29
* Add appropriate ${DESTDIR} in front of absolute paths.Satoshi Asami1997-07-183-3/+3
* Add ${DESTDIR} in front of absolute path.Satoshi Asami1997-07-181-1/+1
* realpath() should break on looped symlinks.Poul-Henning Kamp1997-07-161-0/+5
* Kill this file really dead. The default branch was cleared, evenJohn Polstra1997-07-151-52/+0
* Fix vi-mode searching broken with the NetBSD changes update.Mike Smith1997-07-141-4/+2
* Fixed minor bugs related to the addition of gammaf.Bruce Evans1997-07-131-3/+3
* kill the undeadPeter Wemm1997-07-13216-43716/+0
* Fixed quoting of backslash.Bruce Evans1997-07-131-1/+1
* Add a quick description of sysctlbyname() and link sysctl.3 toPeter Wemm1997-07-122-2/+13
* Have sysctlbyname() take a const first arg (the ascii string)Peter Wemm1997-07-121-3/+5
* execve of interpreter filesAdam David1997-07-081-2/+2
* Rework previous commit.. I was confused by the number of diffs in the PRPeter Wemm1997-07-061-8/+29
* Fix off-by-one errorPeter Wemm1997-07-061-4/+6
* Kill histedit.h again. Importing Lite2 brought it back for some reasonBruce Evans1997-07-031-172/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-03220-7/+43945
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-03274-0/+55693
* | Have another go at the malloc-sysv initialization.Poul-Henning Kamp1997-07-021-12/+11
* | malloc_sysv used before initialized, reported in PR4002 byPoul-Henning Kamp1997-07-014-40/+88
* | Add 64 bit int support to scanf()Jordan K. Hubbard1997-07-012-14/+32
* | _err() -> err().Jordan K. Hubbard1997-06-291-3/+3
* | replace the OpenBSD fd_set sizing code with something more efficient.Peter Wemm1997-06-281-9/+16
* | Dynamically size fd_set in select rather than fail if too many filesPeter Wemm1997-06-271-8/+9
* | ctype: portability, sign extension and cleanup fixesAndrey A. Chernov1997-06-275-17/+16
* | Move editrc.5 from MAN3 to MAN5Andrey A. Chernov1997-06-271-1/+2
* | compensate for res_send <-> __res_send changesPeter Wemm1997-06-271-2/+4
* | Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-2710-69/+97
* | Fill in parent process id when reading process information from aTor Egge1997-06-251-0/+12
* | Pull histedit.h out, it lives in /usr/src/include, not here.Mike Smith1997-06-251-5/+0
* | Add extra test functionality.Mike Smith1997-06-251-19/+47
* | Update libedit with changes from NetBSD. Includes history load/save,Mike Smith1997-06-2517-110/+1051
* | Add stringlist functions from NetBSD. (required for the new ftp(1)Mike Smith1997-06-253-5/+246
* | Add tickadj to struct clockinfo, like NetBSD and OpenBSD.John Hay1997-06-241-1/+1
* | Show the real revision date and not the date that thisSteve Price1997-06-2323-24/+24