OSDN Git Service

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