summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* * update_utmp.c (pty_update_utmp): Don't record LOGIN_PROCESSTom Yu1998-04-062-1/+10
* gcc -Wall cleanups. Mainly adding prototypes andEzra Peisach1998-03-3010-4/+35
* oops... add PR numberTom Yu1998-03-121-1/+1
* * update_utmp.c (pty_update_utmp): Fix bogus entry ofTom Yu1998-03-122-3/+11
* * Makefile.in: Integrate in the krb5 build tree rules.Ezra Peisach1998-03-023-5/+16
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-1813-14/+46
* Document previous changesTom Yu1998-02-131-0/+15
* * recno/extern.h: Additional renamingTom Yu1998-02-131-0/+18
* * hash/extern.h: Additional renamingTom Yu1998-02-134-3/+40
* * mpool/mpool.h: Additional renamingTom Yu1998-02-131-0/+10
* * btree/extern.h: Additional renamingTom Yu1998-02-131-0/+29
* * db-int.h: Additional renamingTom Yu1998-02-132-0/+6
* Add AC_PROG_INSTALL since it's needed to install the libraries andTheodore Tso1998-02-132-0/+6
* * hash/hash.c (__kdb2_hash_open): Rename to avoid potentialTom Yu1998-02-134-26/+37
* * db.h: Rename dbopen to avoid collision with NetBSD libcTom Yu1998-02-134-0/+24
* Mass makefile/configure.in build system revampTheodore Tso1998-02-1225-70/+194
* prof_parse.c (parse_std_line, parse_quoted_string, need_double_quotes,Theodore Tso1998-01-243-8/+122
* * btree/bt_open.c: Added O_BINARY for __CYGWIN32__.Ezra Peisach1998-01-2121-31/+67
* * hash/hash_bigkey.c (collect_key, collect_data): Cast mallocEzra Peisach1998-01-154-6/+36
* * hash/dbm.c: Rename the errno member of HTABTom Yu1997-12-214-9/+19
* * getpty.c (pty_getpty): Fix goof in previous, which introducedTom Yu1997-12-072-3/+8
* Include <string.h> for memset prototypeEzra Peisach1997-12-072-0/+5
* * getpty.c (pty_getpty): Fix checks on string lengths to accountTom Yu1997-12-052-32/+31
* * pty_err.et: Add PTY_OPEN_SLAVE_TOOSHORT error codeTom Yu1997-12-033-1/+11
* * Makefile.in (clean-unix): Remove db lib symlinksEzra Peisach1997-11-192-0/+8
* * configure.in: Update to new library build systemTom Yu1997-11-193-42/+22
* libupdate.sh: Add semicolons to prevent Bash 2.0 from complaining.Theodore Tso1997-11-142-2/+7
* * pty-int.h: Do not prototype initialize_pty_error_table asEzra Peisach1997-10-282-1/+5
* * Makefile.in (CFILES): Add $(srcdir)Ezra Peisach1997-10-242-4/+11
* * mkrel: Allow for edits of relevant files that should be changedTom Yu1997-10-082-2/+51
* * Makefile.in (SRCS): Add $(srcdir) as prefix to srcsEzra Peisach1997-10-072-1/+8
* Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu1997-10-022-1/+6
* Modified to work with the new CVS re-organizationTheodore Tso1997-10-011-6/+2
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-193-2/+8
* * Makefile.in (SRCS): Add $(srcdir) as neededEzra Peisach1997-08-172-4/+9
* * error_message.c (error_message): Mask error code withEzra Peisach1997-07-223-2/+12
* * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Fix bug in previousTom Yu1997-06-203-5/+10
* * acgeneral.m4 (AC_CHECK_PROG, AC_PATH_PROG): Assign the path toTom Yu1997-06-183-10/+23
* Remove erroneous space from the HPUX open()Theodore Tso1997-06-032-1/+5
* Check for openpty() in -lutil. It's there on FreeBSD and BSDITheodore Tso1997-04-252-0/+6
* it's 'extern "C"' not '#extern "C"'Kevin Mitchell1997-03-311-1/+1
* Fix stupid spelling typoTheodore Tso1997-03-251-1/+1
* Fix to sed the manpage so that it is internally consistentTom Yu1997-03-201-2/+2
* Oops this should not have been checked inTom Yu1997-03-202-628/+0
* This commit was generated by cvs2svn to compensate for changes in r10013,Tom Yu1997-03-201-9/+17
* Initial revisionTom Yu1997-03-202-0/+628
* Add 'extern "C"' for C++ compatibility; also check for __cplusplusTheodore Tso1997-03-182-1/+14
* * error_message.c: Don't declare sys_nerr on MacintoshEzra Peisach1997-03-033-1/+9
* * com_err.c: Back out last change; it's not needed. Also, removeSam Hartman1997-03-013-6/+7
* Remove static from declaration of com_err_hookSam Hartman1997-03-012-3/+8