| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * update_utmp.c (pty_update_utmp): Don't record LOGIN_PROCESS | Tom Yu | 1998-04-06 | 2 | -1/+10 |
* | gcc -Wall cleanups. Mainly adding prototypes and | Ezra Peisach | 1998-03-30 | 10 | -4/+35 |
* | oops... add PR number | Tom Yu | 1998-03-12 | 1 | -1/+1 |
* | * update_utmp.c (pty_update_utmp): Fix bogus entry of | Tom Yu | 1998-03-12 | 2 | -3/+11 |
* | * Makefile.in: Integrate in the krb5 build tree rules. | Ezra Peisach | 1998-03-02 | 3 | -5/+16 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 13 | -14/+46 |
* | Document previous changes | Tom Yu | 1998-02-13 | 1 | -0/+15 |
* | * recno/extern.h: Additional renaming | Tom Yu | 1998-02-13 | 1 | -0/+18 |
* | * hash/extern.h: Additional renaming | Tom Yu | 1998-02-13 | 4 | -3/+40 |
* | * mpool/mpool.h: Additional renaming | Tom Yu | 1998-02-13 | 1 | -0/+10 |
* | * btree/extern.h: Additional renaming | Tom Yu | 1998-02-13 | 1 | -0/+29 |
* | * db-int.h: Additional renaming | Tom Yu | 1998-02-13 | 2 | -0/+6 |
* | Add AC_PROG_INSTALL since it's needed to install the libraries and | Theodore Tso | 1998-02-13 | 2 | -0/+6 |
* | * hash/hash.c (__kdb2_hash_open): Rename to avoid potential | Tom Yu | 1998-02-13 | 4 | -26/+37 |
* | * db.h: Rename dbopen to avoid collision with NetBSD libc | Tom Yu | 1998-02-13 | 4 | -0/+24 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 25 | -70/+194 |
* | prof_parse.c (parse_std_line, parse_quoted_string, need_double_quotes, | Theodore Tso | 1998-01-24 | 3 | -8/+122 |
* | * btree/bt_open.c: Added O_BINARY for __CYGWIN32__. | Ezra Peisach | 1998-01-21 | 21 | -31/+67 |
* | * hash/hash_bigkey.c (collect_key, collect_data): Cast malloc | Ezra Peisach | 1998-01-15 | 4 | -6/+36 |
* | * hash/dbm.c: Rename the errno member of HTAB | Tom Yu | 1997-12-21 | 4 | -9/+19 |
* | * getpty.c (pty_getpty): Fix goof in previous, which introduced | Tom Yu | 1997-12-07 | 2 | -3/+8 |
* | Include <string.h> for memset prototype | Ezra Peisach | 1997-12-07 | 2 | -0/+5 |
* | * getpty.c (pty_getpty): Fix checks on string lengths to account | Tom Yu | 1997-12-05 | 2 | -32/+31 |
* | * pty_err.et: Add PTY_OPEN_SLAVE_TOOSHORT error code | Tom Yu | 1997-12-03 | 3 | -1/+11 |
* | * Makefile.in (clean-unix): Remove db lib symlinks | Ezra Peisach | 1997-11-19 | 2 | -0/+8 |
* | * configure.in: Update to new library build system | Tom Yu | 1997-11-19 | 3 | -42/+22 |
* | libupdate.sh: Add semicolons to prevent Bash 2.0 from complaining. | Theodore Tso | 1997-11-14 | 2 | -2/+7 |
* | * pty-int.h: Do not prototype initialize_pty_error_table as | Ezra Peisach | 1997-10-28 | 2 | -1/+5 |
* | * Makefile.in (CFILES): Add $(srcdir) | Ezra Peisach | 1997-10-24 | 2 | -4/+11 |
* | * mkrel: Allow for edits of relevant files that should be changed | Tom Yu | 1997-10-08 | 2 | -2/+51 |
* | * Makefile.in (SRCS): Add $(srcdir) as prefix to srcs | Ezra Peisach | 1997-10-07 | 2 | -1/+8 |
* | Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogs | Tom Yu | 1997-10-02 | 2 | -1/+6 |
* | Modified to work with the new CVS re-organization | Theodore Tso | 1997-10-01 | 1 | -6/+2 |
* | remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS | Tom Yu | 1997-09-19 | 3 | -2/+8 |
* | * Makefile.in (SRCS): Add $(srcdir) as needed | Ezra Peisach | 1997-08-17 | 2 | -4/+9 |
* | * error_message.c (error_message): Mask error code with | Ezra Peisach | 1997-07-22 | 3 | -2/+12 |
* | * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Fix bug in previous | Tom Yu | 1997-06-20 | 3 | -5/+10 |
* | * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Assign the path to | Tom Yu | 1997-06-18 | 3 | -10/+23 |
* | Remove erroneous space from the HPUX open() | Theodore Tso | 1997-06-03 | 2 | -1/+5 |
* | Check for openpty() in -lutil. It's there on FreeBSD and BSDI | Theodore Tso | 1997-04-25 | 2 | -0/+6 |
* | it's 'extern "C"' not '#extern "C"' | Kevin Mitchell | 1997-03-31 | 1 | -1/+1 |
* | Fix stupid spelling typo | Theodore Tso | 1997-03-25 | 1 | -1/+1 |
* | Fix to sed the manpage so that it is internally consistent | Tom Yu | 1997-03-20 | 1 | -2/+2 |
* | Oops this should not have been checked in | Tom Yu | 1997-03-20 | 2 | -628/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r10013, | Tom Yu | 1997-03-20 | 1 | -9/+17 |
* | Initial revision | Tom Yu | 1997-03-20 | 2 | -0/+628 |
* | Add 'extern "C"' for C++ compatibility; also check for __cplusplus | Theodore Tso | 1997-03-18 | 2 | -1/+14 |
* | * error_message.c: Don't declare sys_nerr on Macintosh | Ezra Peisach | 1997-03-03 | 3 | -1/+9 |
* | * com_err.c: Back out last change; it's not needed. Also, remove | Sam Hartman | 1997-03-01 | 3 | -6/+7 |
* | Remove static from declaration of com_err_hook | Sam Hartman | 1997-03-01 | 2 | -3/+8 |