summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-234-11/+8
* Described the replacement of #ifdef unixRichard Basch1997-02-221-5/+8
* AIX should also have the compatibility interfaceRichard Basch1997-02-222-2/+2
* I really did mean #ifdef unix... I added AIX for compatibility.Richard Basch1997-02-223-3/+7
* * Make shared libs work on AIXSam Hartman1997-02-222-1/+4
* * Make shared libs work on AIXSam Hartman1997-02-226-5/+18
* * Make shared libs work on AIXSam Hartman1997-02-223-127/+35
* Update the major version to 3;Sam Hartman1997-02-222-1/+5
* Unix bug: link.table was referencing an incompletely constructed variableRichard Basch1997-02-201-1/+1
* et_c.awk:Richard Basch1997-02-202-21/+24
* Make sure KRB5_DLLIMP/KRB5_CALLCONV are definedRichard Basch1997-02-181-0/+14
* Do not free unallocated memory (win16)Richard Basch1997-02-181-11/+17
* Win16 fixesRichard Basch1997-02-183-8/+7
* Because you cannot call malloc() during DLL initialization under win16,Richard Basch1997-02-181-2/+16
* Export profile_get_values() for krb4 library (win16/win32)Richard Basch1997-02-184-28/+34
* Fixed variable name for Windows buildRichard Basch1997-02-161-1/+1