]> gcc.gnu.org Git - gcc.git/blame - libf2c/ChangeLog.egcs
Redesign GCC_FUNC_PRINTF_PTR so that it doesn't define HOST_PTR_PRINTF directly.
[gcc.git] / libf2c / ChangeLog.egcs
CommitLineData
3efa2797
JL
1Sat Jun 27 23:04:49 1998 Jeffrey A Law (law@cygnus.com)
2
3 * Makefile.in (FLAGS_TO_PASS, case G2C_H_DIR): Use $(TARGET_SUBDIR)
4 instead of hardcoding "libraries".
5
862e6ed6
MH
61998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
7
8 * Makefile.in (gcc_version_trigger): Add new macro.
9 (config.status): Add dependency upon $(gcc_version_trigger).
10
11 * configure.in (gcc_version_trigger): New variable; initialize
12 using value from toplevel configure; add AC_SUBST for it.
13 (gcc_version): Change initialization to use this new variable.
14 * configure: Regenerate.
15
8ee0fd11
MH
161998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
17
18 * Makefile.in (version): Rename to gcc_version.
19 * configure.in (version): Likewise.
20 (gcc_version): Add code to use an option passed from parent configure.
21 * configure: Regenerate.
22
0f1d4fad
DL
231998-06-21 Dave Love <d.love@dl.ac.uk>
24
25 * configure.in (version, target_alias): Define.
26
27 * Makefile.in (version, target_alias, libsubdir): Define.
28 (install): Remove check for libsubdir.
29
70e1ce21
RH
30Mon Apr 27 22:52:31 1998 Richard Henderson <rth@cygnus.com>
31
32 * libU77/ltime_.c: Bounce the ftnint argument through a local time_t.
1052e6e6 33 * libU77/gmtime_.c: Likewise.
70e1ce21 34
fcce69a9
RH
35Sun Apr 26 18:07:56 1998 Richard Henderson <rth@cygnus.com>
36
37 * configure.in: Adjust include paths in F2C_INTEGER and F2C_LONGINT
38 tests to work out of the build directory.
39
9992b2e1
DL
401998-02-17 Dave Love <d.love@dl.ac.uk>
41
42 * libU77/u77-test.f: Tweak some o/p.
43
44 * libU77/Makefile.in (check): Use -L for new directory structure.
45
46 * Makefile.in (check): Run the u77 check.
47 (config.status, Makefile): New targets.
48
7bd52f25
MH
49Wed Feb 11 01:46:20 1998 Manfred Hollstein <manfred@s-direktnet.de>
50
51 * Makefile.in ($(lib)): Call $(AR) repeatedly to avoid overflowing
52 argument size limit on ancious System V.
53
12346e71
MH
54Sun Feb 8 00:32:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
55
56 * Makefile.in: Add `info install-info clean-info check dvi' targets.
57
318e3b20
RH
58Mon Feb 2 11:08:49 1998 Richard Henderson <rth@cygnus.com>
59
60 * configure.in: Update F2C_INTEGER and F2C_LONGINT tests
61 for the new placement in the hierarchy.
62
81fea2b1
JL
63Sun Feb 1 02:36:33 1998 Richard Henderson <rth@cygnus.com>
64
65 * Previous contents of gcc/f/runtime moved into toplevel
66 "libf2c" directory.
67
68Sun Feb 1 01:42:47 1998 Mumit Khan <khan@xraylith.wisc.edu>
69
70 * libU77/configure.in (getlogin,getgid,getuid, kill,link,ttyname):
71 Check.
72 * libU77/config.h.in (HAVE_GETLOGIN, HAVE_GETGID, HAVE_GETUID,
73 HAVE_KILL, HAVE_LINK, HAVE_TTYNAME): New defs.
74 * libU77/getlog_.c: Conditionalize for target platform. Set errno
75 to ENOSYS if target libc doesn't have the function.
76 * libU77/getgid_.c: Likewise.
77 * libU77/getuid_.c: Likewise.
78 * libU77/kill_.c: Likewise.
79 * libU77/link_.c: Likewise.
80 * libU77/ttynam_.c: Likewise.
81
82Sun Jan 18 20:01:37 1998 Toon Moene <toon@moene.indiv.nluug.nl>
83
84 * libI77/backspace.c: (f_back): Use type `uiolen' to determine size
85 of record length specifier.
86
87Sat Jan 17 22:40:31 1998 Mumit Khan <khan@xraylith.wisc.edu>
88
89 * libU77/configure.in (sys/param.h,sys/times.h): Check.
90 (times,alarm): Likewise.
91 * libU77/config.h.in (HAVE_SYS_PARAM_H, HAVE_SYS_TIMES_H,
92 HAVE_ALARM, HAVE_TIMES): New defs.
93 * libU77/alarm_.c: Conditionalize for target platform. Set errno
94 to ENOSYS if target libc doesn't have the function.
95 * libU77/dtime_.c: Likewise.
96 * libU77/etime_.c: Likewise.
97 * libU77/sys_clock_.c: Likewise.
98
99 * configure.in (NON_UNIX_STDIO): Define if MINGW32.
100 (NON_ANSI_RW_MODE): Do not define for CYGWIN32 or MINGW32.
101
102 * libI77/rawio.h: Don't providing conflicting declarations for
103 read() and write(). MINGW32 header files use "const" quals.
104
105 * libF77/s_paus.c: _WIN32 does not have pause().
106
107Tue Nov 18 09:49:04 1997 Mumit Khan (khan@xraylith.wisc.edu)
108
109 * libI77/close.c (f_exit): Reset f__init so that f_clos does not
110 (incorrectly) think there is an I/O recursion when program is
111 interrupted.
112
113Sat Nov 1 18:03:42 1997 Jeffrey A Law (law@cygnus.com)
114
115 * libF77/signal_.c: Undo last change until we can fix it right.
116
117Wed Oct 15 10:06:29 1997 Richard Henderson <rth@cygnus.com>
118
119 * libF77/signal_.c (G77_signal_0): Make return type sig_pf as well.
120 * libI77/fio.h: Include <string.h> if STDC_HEADERS.
121 * libU77/chmod_.c: Likewise.
122
123Tue Oct 7 18:22:10 1997 Richard Henderson <rth@cygnus.com>
124
125 * Makefile.in (CGFLAGS): Don't force -g0.
126 * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: Likewise.
127
128Mon Oct 6 14:16:46 1997 Jeffrey A Law (law@cygnus.com)
129
130 * Makefile.in (distclean): Do a better job at cleaning up.
131
132Wed Oct 1 01:46:16 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
133
134 * libU77/sys_clock_.c: File renamed from system_clock_.c.
1794ae47 135 * libU77/Makefile.in, Makefile.in : Reference sys_clock_.*, not
81fea2b1
JL
136 system_clock_.*.
137 * libU77/dtime_.c (clk_tck): Try also HZ macro.
138 * libU77/access.c (G77_access_0): Check malloc return value against 0,
139 not NULL.
1794ae47
DL
140 * libU77/getlog_.c, libU77/ttynam_.c, libU77/chdir_.c: Ditto.
141 * libU77/chmod_.c, libU77/rename_.c: Ditto.
81fea2b1
JL
142
1431997-09-19 Dave Love <d.love@dl.ac.uk>
144
145 * libU77/dtime_.c (G77_dtime_0): Fix types in HAVE_GETRUSAGE case
146 so as not to truncate results to integer values.
147 * libU77/Version.c: Bump.
148
149Thu Sep 18 16:58:46 1997 Jeffrey A Law (law@cygnus.com)
150
151 * Makefile.in (stamp-lib): Don't use '$?', explicitly
152 list the variables containing the object files to include
153 in libf2c.a
154
155Fri Sep 5 00:18:17 1997 Jeffrey A Law (law@cygnus.com)
156
157 * Makefile.in (clean): Don't remove config.cache.
158 (distclean): Do it here instead.
159
160Tue Aug 26 20:14:08 1997 Robert Lipe (robertl@dgii.com)
161
162 * hostnm_.c: Include errno.h
163
164Mon Aug 25 23:26:05 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
165
166 * Makefile.in (mostlyclean, clean): Check if Makefile exists
167 before using it. Remove stamp-*.
168 (stamp-libi77, stamp-libf77, stamp-libu77): New.
169 (stamp-lib): Only depend on stamp-libi77 stamp-libf77
170 stamp-libu77
This page took 0.069428 seconds and 5 git commands to generate.