| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement dlsym(RTLD_NEXT, symbol). | John Polstra | 1997-08-02 | 3 | -8/+42 |
| * | Move tcl packages to libdata/pkg | Poul-Henning Kamp | 1997-08-01 | 2 | -3/+3 |
| * | Fix handling of mixed colors+attributes case by merging from ncurses 4.1 | Andrey A. Chernov | 1997-07-30 | 1 | -7/+21 |
| * | Fix logical background handling by merging it from ncurses 4.1 | Andrey A. Chernov | 1997-07-30 | 14 | -37/+102 |
| * | ifdef out ttytype definition, mytinfo not have it and configure confused | Andrey A. Chernov | 1997-07-30 | 1 | -0/+2 |
| * | Improve dependancy behaviour a little more. | Mike Smith | 1997-07-28 | 1 | -3/+4 |
| * | Add getbkgd() macro | Andrey A. Chernov | 1997-07-27 | 1 | -0/+1 |
| * | Remove a reference to /c/phk, this should be handled by the magic script | Poul-Henning Kamp | 1997-07-27 | 1 | -1/+1 |
| * | List help.h a a dependancy for editline.c | Mike Smith | 1997-07-27 | 1 | -2/+2 |
| * | Fix a minor typo. It only affects the sparc version. | John Polstra | 1997-07-26 | 1 | -2/+2 |
| * | Added bounds checking to the example after chasing down someone's | Peter da Silva | 1997-07-26 | 1 | -1/+2 |
| * | Tada!, tcl is now at 8.0b2 I belive. | Poul-Henning Kamp | 1997-07-25 | 2 | -68/+166 |
| * | Reorder decomposition of the filename argument for the '-h' flag to | Mike Smith | 1997-07-23 | 1 | -2/+3 |
| * | = -> ==, strcpy -> strncpy from OpenBSD. | Philippe Charnier | 1997-07-22 | 2 | -8/+8 |
| * | Add to CLEANFILES instead of setting it absolutely. Cleaning of *.S and | Bruce Evans | 1997-07-21 | 1 | -1/+1 |
| * | sleep() after sending 'nologin' file to ensure output is drained before | David Nugent | 1997-07-19 | 1 | -1/+2 |
| * | Make sleep() and usleep() "eat" any stray SIGALRM signals during the | Peter Wemm | 1997-07-18 | 2 | -49/+29 |
| * | Add appropriate ${DESTDIR} in front of absolute paths. | Satoshi Asami | 1997-07-18 | 3 | -3/+3 |
| * | Add ${DESTDIR} in front of absolute path. | Satoshi Asami | 1997-07-18 | 1 | -1/+1 |
| * | realpath() should break on looped symlinks. | Poul-Henning Kamp | 1997-07-16 | 1 | -0/+5 |
| * | Kill this file really dead. The default branch was cleared, even | John Polstra | 1997-07-15 | 1 | -52/+0 |
| * | Fix vi-mode searching broken with the NetBSD changes update. | Mike Smith | 1997-07-14 | 1 | -4/+2 |
| * | Fixed minor bugs related to the addition of gammaf. | Bruce Evans | 1997-07-13 | 1 | -3/+3 |
| * | kill the undead | Peter Wemm | 1997-07-13 | 216 | -43716/+0 |
| * | Fixed quoting of backslash. | Bruce Evans | 1997-07-13 | 1 | -1/+1 |
| * | Add a quick description of sysctlbyname() and link sysctl.3 to | Peter Wemm | 1997-07-12 | 2 | -2/+13 |
| * | Have sysctlbyname() take a const first arg (the ascii string) | Peter Wemm | 1997-07-12 | 1 | -3/+5 |
| * | execve of interpreter files | Adam David | 1997-07-08 | 1 | -2/+2 |
| * | Rework previous commit.. I was confused by the number of diffs in the PR | Peter Wemm | 1997-07-06 | 1 | -8/+29 |
| * | Fix off-by-one error | Peter Wemm | 1997-07-06 | 1 | -4/+6 |
| * | Kill histedit.h again. Importing Lite2 brought it back for some reason | Bruce Evans | 1997-07-03 | 1 | -172/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r27180, | Bruce Evans | 1997-07-03 | 220 | -7/+43945 |
| |\ |
|
| | * | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | Bruce Evans | 1997-07-03 | 274 | -0/+55693 |
| * | | Have another go at the malloc-sysv initialization. | Poul-Henning Kamp | 1997-07-02 | 1 | -12/+11 |
| * | | malloc_sysv used before initialized, reported in PR4002 by | Poul-Henning Kamp | 1997-07-01 | 4 | -40/+88 |
| * | | Add 64 bit int support to scanf() | Jordan K. Hubbard | 1997-07-01 | 2 | -14/+32 |
| * | | _err() -> err(). | Jordan K. Hubbard | 1997-06-29 | 1 | -3/+3 |
| * | | replace the OpenBSD fd_set sizing code with something more efficient. | Peter Wemm | 1997-06-28 | 1 | -9/+16 |
| * | | Dynamically size fd_set in select rather than fail if too many files | Peter Wemm | 1997-06-27 | 1 | -8/+9 |
| * | | ctype: portability, sign extension and cleanup fixes | Andrey A. Chernov | 1997-06-27 | 5 | -17/+16 |
| * | | Move editrc.5 from MAN3 to MAN5 | Andrey A. Chernov | 1997-06-27 | 1 | -1/+2 |
| * | | compensate for res_send <-> __res_send changes | Peter Wemm | 1997-06-27 | 1 | -2/+4 |
| * | | Merge in bind-4.9.6 resolver changes. Note that they resolve the | Peter Wemm | 1997-06-27 | 10 | -69/+97 |
| * | | Fill in parent process id when reading process information from a | Tor Egge | 1997-06-25 | 1 | -0/+12 |
| * | | Pull histedit.h out, it lives in /usr/src/include, not here. | Mike Smith | 1997-06-25 | 1 | -5/+0 |
| * | | Add extra test functionality. | Mike Smith | 1997-06-25 | 1 | -19/+47 |
| * | | Update libedit with changes from NetBSD. Includes history load/save, | Mike Smith | 1997-06-25 | 17 | -110/+1051 |
| * | | Add stringlist functions from NetBSD. (required for the new ftp(1) | Mike Smith | 1997-06-25 | 3 | -5/+246 |
| * | | Add tickadj to struct clockinfo, like NetBSD and OpenBSD. | John Hay | 1997-06-24 | 1 | -1/+1 |
| * | | Show the real revision date and not the date that this | Steve Price | 1997-06-23 | 23 | -24/+24 |