blob: 3df1a00c237b2a48cb5c3159304f8bd04379dc0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
Tue Dec 19 17:29:21 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Don't drag in syslog.c if vsyslog() is not
defined. Only drag it in if syslog() isn't available.
Fri Oct 6 22:05:16 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Remove ##DOS!include of config/windows.in.
config/windows.in is now included by wconfig.
Mon Sep 25 16:58:28 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
Makefile.
Wed Sep 13 11:02:21 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: PC needs sscanf.c.
* sscanf.c: cleanup to compile cleanly on the PC, mostly fixing
signed/unsigned mismatches.
Mon Sep 11 20:20:39 1995 Theodore Y. Ts'o <tytso@dcl>
* sscanf.c (sscanf): Initial version of a sscanf() replacement,
for those platforms (like Macroloss) that don't have
sscanf().
Wed Sep 6 12:00:00 1995 James Mattly <mattly@fusion.com>
* getuid.c: turn off getuid for metrowerks which has one (which
is also a farce), but leave it on for MPW.
Wed July 5 15:52:31 1995 James Mattly <mattly@fusion.com>
* vfprintf.c included <stdio.h>
Fri Jun 9 19:34:34 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Fri May 26 20:21:09 1995 Theodore Y. Ts'o (tytso@dcl)
* configure.in, Makefile.in: Add support for building shared libraries.
Tue May 23 16:30:03 1995 Theodore Y. Ts'o (tytso@dcl)
* daemon.c: Rearrange #include files so that krb5.h gets included
first, so that the debugging information can be more
efficiently collapsed since the type numbers will be the
same.
Fri Apr 28 08:37:58 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
* daemon.c (daemon): Lint cleanup; explicitly declare that
daemon() returns an int.
Thu Apr 13 16:44:55 1995 Keith Vetter (keithv@fusion.com)
* syslog.c: __STDC__ conditional also checks the _WINDOWS define.
Tue Mar 28 18:46:55 1995 John Gilmore (gnu at toad.com)
* configure.in (AC_REPLACE_FUNCS): Add getuid to the list.
* getuid.c: Simple getuid() to fake out single-user systems.
* strcasecmp.c: Remove duplicated <sys/types.h> and u_char.
Fri Mar 17 20:24:51 1995 John Gilmore (gnu at toad.com)
* Makefile.in (LDFLAGS): Zap duplicate.
(all-mac): Add.
Tue Mar 7 19:57:50 1995 Mark Eichin <eichin@cygnus.com>
* configure.in: take out ISODE_INCLUDE.
Tue Mar 7 12:30:45 1995 Keith Vetter (keithv@fusion.com)
* syslog.c: a disabled stub provided for satisfying the linker
on the pc.
* Makefile.in: made to work on the pc but only for syslog.c
Tue Feb 28 01:05:42 1995 John Gilmore (gnu at toad.com)
* daemon.c, memmove.c, strcasecmp.c, strdup.c: Avoid <krb5/...>
includes.
* memmove.c: Use HAS_SYS_TYPES_H.
Thu Dec 22 16:33:02 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in:
* strcasecmp.c: Add strcasecmp replacement if necessary.
* daemon.c:
* memmove.c: Add #include for <sys/types.h>
Wed Dec 7 00:01:59 1994 <tytso@rsx-11.mit.edu>
* configure.in: Add check for HAS_SETSID test for daemon.c
Sat Jul 16 01:24:01 1994 Tom Yu (tlyu at dragons-lair)
* daemon.c: <fcntl.h>, not <sys/fcntl.h>
Tue Jun 21 00:52:24 1994 Mark W. Eichin (eichin at mit.edu)
* configure.in: add AC_CONST for v*printf.
Mon Jun 20 19:37:38 1994 Theodore Y. Ts'o (tytso at tsx-11)
* memmove.c: #include <krb5/config.h> so that build works using imake.
|