| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | com_err.h, error_table.h: Use "#if defined(MSDOS) || ..." instead of | Theodore Tso | 1998-12-01 | 4 | -12/+7 |
| * | error_message.c: Use "#if defined(MSDOS) || ..." instead of "#if | Theodore Tso | 1998-12-01 | 2 | -1/+7 |
| * | prof_get.c (profile_get_values): If there are no relations found, | Theodore Tso | 1998-11-17 | 2 | -0/+10 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-11-14 | 13 | -242/+480 |
| * | * prof_init.c (profile_init): Fix a problem whereby if the last | Geoffrey King | 1998-11-05 | 2 | -3/+12 |
| * | Makefile.in: Added prof_get.c to the list of files to be compiled | Theodore Tso | 1998-11-03 | 12 | -608/+710 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 7 | -4/+27 |
| * | * mkrel: Add fixes to deal with "tails" on release directories, | Tom Yu | 1998-09-25 | 2 | -0/+15 |
| * | prof_tree.c: (profile_delete_node_relation): Fix bug where deleting a | Theodore Tso | 1998-08-07 | 2 | -10/+18 |
| * | Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th... | Miro Jurisic | 1998-07-17 | 6 | -19/+15 |
| * | Mac: now calling NewCWindow when possible; changed GetNextEvent to WaitNextEvent | Miro Jurisic | 1998-07-14 | 1 | -3/+10 |
| * | Added magic incantations for Macontosh CFM-68K | Miro Jurisic | 1998-07-14 | 1 | -1/+12 |
| * | Preliminary fixes for AIX4.3: | Sam Hartman | 1998-07-12 | 3 | -1/+9 |
| * | Perl versions of the conversion utilities | Theodore Tso | 1998-07-09 | 2 | -0/+535 |
| * | com_err.c (MacMessageBox): Change TextBox to TETextBox to match up | Theodore Tso | 1998-07-02 | 2 | -1/+6 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 6 | -5/+18 |
| * | * Makefile.in (includes): Don't mkdir unless the directory doesn't | Tom Yu | 1998-04-06 | 2 | -1/+6 |
| * | * 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 |