b4f94ac15e
maintainer-scripts: * update_version: Do not check in files which are unchanged. * gcc_release: Only update the version in gcc/version.c. gcc: * version.c (version_string): Now const char[]. * version.h: Update to match. gcc/ada: * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o. * Makefile.in (TOOLS_LIBS): Add ../../version.o. * gnatvsn.ads: Gnat_Version_String is now a function. * gnatvsn.adb: New file. When asked for Gnat_Version_String, copy the C version_string into a String and return it. * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb, gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb: Remove pragma Ident (Gnat_Version_String). If this was the sole use of package Gnatvsn, remove the with statement too. * gnat1drv.adb: Tweak -gnatv output. gcc/f: * Make-lang.in (g77spec.o): Don't depend on f/version.h. (f/parse.o): Depend on version.h not f/version.h. (g77version.o, f/version.o): Delete all references. * com.c (ffecom_init_0): Fix transposed array indices in bsearch test. * g77spec.c: Don't include f/version.h or refer to ffe_version_string. * parse.c: Use version_string, not ffe_version_string. * version.c, version.h: Delete files. libf2c: * libF77/Version.c: Rename junk to __LIBF77_VERSION__. Add external decls for __LIBI77_VERSION__ and __LIBU77_VERSION__. Delete __G77_LIBF77_VERSION__ (g77__fvers__): Print all three __LIB*77_VERSION__ strings, and __VERSION__ if we have it; nothing else. * libI77/Version.c: Provide only __LIBI77_VERSION__ (formerly junk). * libU77/Version.c: Provide only __LIBU77_VERSION__ (formerly junk). From-SVN: r57461 |
||
---|---|---|
.. | ||
access_.c | ||
acconfig.h | ||
aclocal.m4 | ||
alarm_.c | ||
bes.c | ||
chdir_.c | ||
chmod_.c | ||
config.hin | ||
configure | ||
configure.in | ||
COPYING.LIB | ||
ctime_.c | ||
date_.c | ||
datetime_.c | ||
dbes.c | ||
dtime_.c | ||
etime_.c | ||
fdate_.c | ||
fgetc_.c | ||
flush1_.c | ||
fnum_.c | ||
fputc_.c | ||
fstat_.c | ||
gerror_.c | ||
getcwd_.c | ||
getgid_.c | ||
getlog_.c | ||
getpid_.c | ||
getuid_.c | ||
gmtime_.c | ||
hostnm_.c | ||
idate_.c | ||
ierrno_.c | ||
irand_.c | ||
isatty_.c | ||
itime_.c | ||
kill_.c | ||
link_.c | ||
lnblnk_.c | ||
lstat_.c | ||
ltime_.c | ||
Makefile.in | ||
mclock_.c | ||
perror_.c | ||
PROJECTS | ||
rand_.c | ||
README | ||
rename_.c | ||
secnds_.c | ||
second_.c | ||
sleep_.c | ||
srand_.c | ||
stamp-h.in | ||
stat_.c | ||
symlnk_.c | ||
sys_clock_.c | ||
time_.c | ||
ttynam_.c | ||
u77-test.f | ||
umask_.c | ||
unlink_.c | ||
Version.c | ||
vxtidate_.c | ||
vxttime_.c |
19970811 -*-text-*- g77 libU77 ---------- This directory contains an implementation of most of the `traditional' Unix libU77 routines, mostly an interface to libc and libm routines and some extra ones for time and date etc. It's intended for use with g77, to whose configuration procedure it's currently tied, but should be compatible with f2c otherwise, if using the same f2c.h. The contents of libU77 and its interfaces aren't consistent across implementations. This one is mostly taken from documentation for (an old version of) the Convex implementation and the v2 SunPro one. As of g77 version 0.5.20, most of these routines have been made into g77 intrinsics. Some routines have a version with a name prefixed by `vxt', corresponding to the VMS Fortran versions, and these should be integrated with g77's intrinsics visibility control. A few routines are currently missing; in the case of `fork', for instance, because they're probably not useful, and in the case of `qsort' and those for stream-based i/o handling, because they need more effort/research. The configuration should weed out those few which correspond to facilities which may not be present on some Unix systems, such as symbolic links. It's unclear whether the interfaces to the native library random number routines should be retained, since their implementation is likely to be something one should avoid assiduously. This library has been tested it under SunOS4.1.3 and Irix5.2 and there has been some feedback from Linux; presumably potential problems lie mainly with systems with impoverished native C library support which haven't been properly taken care of with autoconf. There's another GPL'd implementation of this stuff which I only found out about recently (despite having looked) and I haven't yet checked how they should be amalgamated. Dave Love <d.love@dl.ac.uk> Aug '95 (minor changes by Craig Burley <burley@gnu.org> Aug '97)