NameDateSize

..22-Nov-201218

access_.cH A D22-Nov-20121.9 KiB

acconfig.hH A D22-Nov-2012154

aclocal.m4H A D22-Nov-2012494

alarm_.cH A D22-Nov-20121.6 KiB

bes.cH A D22-Nov-20121.3 KiB

chdir_.cH A D22-Nov-20121.4 KiB

chmod_.cH A D22-Nov-20122.2 KiB

config.hinH A D22-Nov-20122.6 KiB

configureH A D22-Nov-201255.9 KiB

configure.inH A D22-Nov-20123.3 KiB

COPYING.LIBH A D22-Nov-201224.7 KiB

ctime_.cH A D22-Nov-20121.6 KiB

date_.cH A D22-Nov-2012991

datetime_.cH A D22-Nov-20122.8 KiB

dbes.cH A D22-Nov-20121.3 KiB

dtime_.cH A D22-Nov-20125.1 KiB

etime_.cH A D22-Nov-20124.9 KiB

fdate_.cH A D22-Nov-20121.6 KiB

fgetc_.cH A D22-Nov-20121.7 KiB

flush1_.cH A D22-Nov-20121.5 KiB

fnum_.cH A D22-Nov-20121.3 KiB

fputc_.cH A D22-Nov-20121.6 KiB

fstat_.cH A D22-Nov-20121.8 KiB

gerror_.cH A D22-Nov-20121.4 KiB

getcwd_.cH A D22-Nov-20122.4 KiB

getgid_.cH A D22-Nov-20121.2 KiB

getlog_.cH A D22-Nov-20121.8 KiB

getpid_.cH A D22-Nov-20121 KiB

getuid_.cH A D22-Nov-20121.2 KiB

gmtime_.cH A D22-Nov-20121.6 KiB

hostnm_.cH A D22-Nov-20121.4 KiB

idate_.cH A D22-Nov-20121.7 KiB

ierrno_.cH A D22-Nov-20121,022

irand_.cH A D22-Nov-20121.5 KiB

isatty_.cH A D22-Nov-20121.4 KiB

itime_.cH A D22-Nov-20121.4 KiB

kill_.cH A D22-Nov-20121.3 KiB

link_.cH A D22-Nov-20121.8 KiB

lnblnk_.cH A D22-Nov-20121.1 KiB

lstat_.cH A D22-Nov-20122.1 KiB

ltime_.cH A D22-Nov-20121.6 KiB

Makefile.inH A D22-Nov-20125.2 KiB

mclock_.cH A D22-Nov-20121.3 KiB

perror_.cH A D22-Nov-20121.4 KiB

PROJECTSH A D22-Nov-2012343

rand_.cH A D22-Nov-20121.5 KiB

READMEH A D22-Nov-20121.9 KiB

rename_.cH A D22-Nov-20121.6 KiB

secnds_.cH A D22-Nov-20121.3 KiB

second_.cH A D22-Nov-2012961

sleep_.cH A D22-Nov-20121.1 KiB

srand_.cH A D22-Nov-20121.1 KiB

stamp-h.inH A D22-Nov-201210

stat_.cH A D22-Nov-20122 KiB

symlnk_.cH A D22-Nov-20121.8 KiB

sys_clock_.cH A D22-Nov-20122.1 KiB

time_.cH A D22-Nov-20121.4 KiB

ttynam_.cH A D22-Nov-20121.8 KiB

u77-test.fH A D22-Nov-201212.6 KiB

umask_.cH A D22-Nov-20121.1 KiB

unlink_.cH A D22-Nov-20121.5 KiB

Version.cH A D22-Nov-2012263

vxtidate_.cH A D22-Nov-20121.5 KiB

vxttime_.cH A D22-Nov-20121.4 KiB

README

119970811						    -*-text-*-
2
3g77 libU77
4----------
5
6This directory contains an implementation of most of the `traditional'
7Unix libU77 routines, mostly an interface to libc and libm routines
8and some extra ones for time and date etc.  It's intended for use with
9g77, to whose configuration procedure it's currently tied, but should
10be compatible with f2c otherwise, if using the same f2c.h.
11
12The contents of libU77 and its interfaces aren't consistent across
13implementations.  This one is mostly taken from documentation for (an
14old version of) the Convex implementation and the v2 SunPro one.
15As of g77 version 0.5.20, most of these routines have been made
16into g77 intrinsics.  Some routines have a version with a name prefixed
17by `vxt', corresponding to the VMS Fortran versions, and these should
18be integrated with g77's intrinsics visibility control.
19
20A few routines are currently missing; in the case of `fork', for
21instance, because they're probably not useful, and in the case of
22`qsort' and those for stream-based i/o handling, because they need
23more effort/research.  The configuration should weed out those few
24which correspond to facilities which may not be present on some Unix
25systems, such as symbolic links.  It's unclear whether the interfaces
26to the native library random number routines should be retained, since
27their implementation is likely to be something one should avoid
28assiduously.
29
30This library has been tested it under SunOS4.1.3 and Irix5.2 and there
31has been some feedback from Linux; presumably potential problems lie
32mainly with systems with impoverished native C library support which
33haven't been properly taken care of with autoconf.
34
35There's another GPL'd implementation of this stuff which I only found
36out about recently (despite having looked) and I haven't yet checked
37how they should be amalgamated.
38
39Dave Love <d.love@dl.ac.uk>  Aug '95
40(minor changes by Craig Burley <burley@gnu.org> Aug '97)
41