| 84714 packages online |
|
|
| dev/gg/GG-Lite-bin-m68k.lha | | | No screenshot available |
|
GG-Lite-1.0 (m68k Amiga release)
---------------------------------
---
Geek Gadgets Lite was initially created as a compact GNU CC environment to
help Amiga fans start coding in C programming language. The main advantage
of the package is that you do not need to install anything, nor you need
to have super-extra OS installation. All it takes is just a Workbench 3.x
floppy disk and around 70 megabytes of storage if whole package is to be
installed. Less(apx. 30 megabytes) is needed if you want just the compiler.
Although package is really aimed at being used with 'qdev' so that quick
and easy, native software development is possbile it does not contain it!
The reason for that is 'qdev' is still under heavy development plus does
not really requires you to install it. This is because per branch isolated
usage is essentially possible.
Geek Gadgets Lite consists of 3 archives where the very first one is the
most important:
GG-Lite-1.0-bin-m68k.lha - Base archive that contains minimalistic GNU CC
and friends(including headers and libs).
----------------------------------------------
AmiTCP-SDK-4.3.lha
apurify_v1.5.lha
binutils-2.7-bin.lha
CGraphX-DevKit.lha
diffutils-2.7-bin.tgz
fd2pragma.lha
fileutils-4.0-bin.tgz
findutils-4.1-bin.tgz
gcc-2.95.3-4-bin.tgz
GccFindHit-1.2.1-bin.tgz
gdb-4.16-bin.tgz
guigfxlib.lha
gzip-1.2.4-bin.tgz
hackyheaders.lha
hunk2aout-2.0-bin.tgz
ixemul-48.3-bin-m68k.lha
KingCON_1.3.lha
lha-2.1.lha
libamiga-bin.tgz
libm-5.4-bin.tgz
libnix-2.0-bin.tgz
make-3.81-bin-m68k.lha
MMULib.lha
nano-1.2.5-bin-m68k.lha
NDK39.lha
pdksh-5.2.12-bin.tgz
PhxAss.lha
pth-2.0.7-2-bin-m68k.lha
renderlib.lha
sh-utils-1.16-bin.tgz
tar-1.12-bin.tgz
textutils-1.22-bin.tgz
GG-Lite-1.0-doc-m68k.lha - Reference manuals of all programs, tutorials,
examples, NDK and reader binaries.
----------------------------------------------
gcc-faq_0.7.lha
groff-1.11a-bin.tgz
less-321-bin.tgz
manutils-2.1-bin.tgz
<...>
GG-Lite-1.0-net-m68k.lha - AmiTCP 3.0b2 release prepared to work out of
the box with minimal alterations necessary.
----------------------------------------------
3c589.lha
AmiTCP-bin-30b2.lha
CardPatch.lha
CardReset.lha
cnetdevice.lha
lynx-2.8.7-bin-m68k.lha
nicfeed.lha
As you can see "lastest-version-is-not-always-the-best" route was taken. It
is not only bacause of this, but simply there is no newer packages around.
But anyway if you are experienced user and your knowledge on Amiga stuff is
excellent then you can skip on documentation, also if you do not have home
network nor access to the Internet then the last package can be ommitted
too. Note however that having a functional loop interface is a good thing
in general, so it is worth to install the network stack and disable all
physical interfaces.
To install the environment just download all the packages, unpack them and
move the contents from '#?-doc-#?' and '#?-net-#?' to '#?-bin-#?'. You are
done at this point. Now visit the 'GG-Lite-?.?-bin-m68k/GG/' from Workbench
and double click 'GG_Shell'. Korn shell prompt should show up. Compiler is
all ready at that time and you can start coding with 'nano' text editor
which is a very intuitive thing :-) . If network is needed then please edit
the 'startnet' script and specify your ADDR(an IP address of your Amiga)
and GATEWAY(address of your router or computer that does the NAT). You will
also need to select network interface that is under IFACE. Included are
Ethernet PCMCIA most popular drivers plus the default A2065 ZorroII driver.
If your NIC is not supported by this small subset then install the driver
in 'Devs/Networks' and add proper entry in 'db/interfaces' and go back to
'startnet'.
Last update: 6-Jan-2013
---
NOTES:
[*]
Requires 68020(no FPU)+, OS 3.0+, 8+ MiB of free memory, Workbench 3.x disk
[*]
Very important! If you are 68040/68060 turbo board user and you do not have
support library in 'Libs:' then do something like this,
cd GG-Lite-?.?-bin-m68k/
copy Libs/mmu.library Libs:
copy Libs/680??.library Libs:
copy Devs/MMU-Configuration Devs:
and reboot asap. This will make sure that the CPU features and its caches
are being used properly. Without this your system will be unstable!
[*]
Please do not copy all other OS components from 'Libs', 'Devs', 'L' and
'Prefs' to your 'SYS:' partition they will be assigned automatically during
'gg_init'!
[*]
Please note that OS/Workbench 2.x boot diskette is unsuitable! Package
programs will most likely crash probably due to differences in MathIEEE
libraries! In theory you could load V38 libraries residently and reboot and
it should work but i did not test that!
[*]
All the 'proto/' and 'inline/' were regenerated with 'fd2pragma' tool for
GCC so that no 'libamiga.a' glue is necessary, but all direct 'alib' calls
will reference that library!
[*]
If you need network then please edit 'BIN:startnet' script and fill in your
details. By default no physical interface is to be put online so only the
'lo0' will be active. Remeber that if the TCP/IP stack is running before
you 'gg_init' then no GG-Lite network will ever be configured!
[*]
For your convinience '#?-net-#?' includes 'lynx' web browser so you can get
things from Internet as well as browse locally stored web sites.
[*]
Default DNS server can be found in 'db/netdb' under NAMESERVER specifier.
If you experience problems with Level 3 - 4.2.2.2 then try the Google
- 8.8.8.8 one.
[*]
No wireless network cards are supported because 'prism2.device' is still
too unstable. If you desperately need WLAN then disable 'nicfeed' in
'startnet' so that the driver(it really does not like to be put offline)
will not crash your machine that soon...
[*]
When in doubt use 'multiview' or 'man' to get help. All the programs in the
archive come with the documentation.
[*]
Please note that packages utilised were copied minimalistically, which is
to say only the essential parts were taken! All the sources can be found on
the net.
[*]
Be aware that most GG programs accept UNIX-like paths, so 'RAM:' should be
written as '/RAM/', also Amiga denesting '/' must be typed as '../'. Local
files should be requested with './<file>'.
[*]
If you can put your hands on an "Amiga Developer CD 2.1" then you are home
and the Amiga development will no longer be heavy wizardy to you. Try to
Google, CD images are floating around.
[*]
As to binaries, startup codes and static link libraries 68020 flavours rule
the package. The 'libpthread.a' library is the HSCM one so you can code
with no worries about context switches.
[*]
In the '#?-doc-#?' archive aside reference manuals you will also find some
nice tutorials regarding GCC and GDB.
[*]
Aside 'nano' which was rebuilt to work on non-FPU setup there is also 'ame'
a GUI based MicroEmacs clone taken from DiceC package.
[*]
Feel free to hack on this package and try to make it even smaller if that
is possible at all. But please maintain full functionality! At this time
all the dependencies are met so i have no idea, beside binary compression
which i want to avoid how to make it smaller. Anyway, if you see that
something can be done better please tell me about it. Thanks!
---
LINKS:
http://aminet.net/ Biggest Amiga software repository.
http://cd.textfiles.com/ All rare CD ISOs are just there.
http://bombjack.org/commodore/ Lots of scanned books and mags.
http://amiga-stuff.com/ Old Amiga software site and more.
http://mways.co.uk/amiga/ Nice set of tutorials on coding.
http://w3.norman-interactive.com/ German fan site devoted to coding.
http://www.amigacoding.com/ Lots of informational material.
http://www.amigacoding.de/ Amiga Development Info Center.
http://sf.net/directory/os:amigaos/ Free/open source Amiga projects.
http://codewiz.org/projects/amiga/ Amiga Freeware Productions site.
http://back2roots.org/ Your one stop for oldschool stuff.
http://planetemu.net/ Emulators, tools and the like.
http://www.faqs.org/faqs/amiga/ Certain FAQs on Amiga and coding.
http://groups.google.com/ Google remebers the good old days.
http://oldwww.nvg.ntnu.no/amiga/ Old Amiga-FAQ by Ignaz Keller.
http://amiga.org/ Amiga community portal and forums.
---
USAGE:
; Amiga shell use (do not forget about the stack!)
cd GG-Lite-?.?-bin-m68k/GG/
execute gg_init
changetaskpri -10
stack 131072
cd home:
gcc -g -m68020-60 -Wall hello.c -o hello
hello
; Enter the debugger to sniff on the program flow
gdb hello
; Edit the source code with 'nano' con text editor
nano hello.c
---
megacz
|
Contents of dev/gg/GG-Lite-bin-m68k.lhaPERMISSION UID GID PACKED SIZE RATIO METHOD CRC STAMP NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic] 850 2910 29.2% -lh5- f5de Jan 7 1980 GG-Lite-1.0-bin-m68k/CREDITS
[generic] 2012 6146 32.7% -lh5- a324 Jan 5 1980 GG-Lite-1.0-bin-m68k/Devs/MMU-Configuration
[generic] 112 134 83.6% -lh5- 7725 Jul 10 1997 GG-Lite-1.0-bin-m68k/Devs/MountList.ixpipe
[generic] 252 617 40.8% -lh5- 15cb May 31 1994 GG-Lite-1.0-bin-m68k/Devs/Mountlist.kingcon
[generic] 54649 95372 57.3% -lh5- 4b29 Sep 13 2005 GG-Lite-1.0-bin-m68k/GG/bin/ame
[generic] 12323 23752 51.9% -lh5- 5f14 Nov 28 1996 GG-Lite-1.0-bin-m68k/GG/bin/APF
[generic] 82517 167672 49.2% -lh5- ba91 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ar
[generic] 112008 232668 48.1% -lh5- 7f17 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/as
[generic] 10427 19812 52.6% -lh5- a4f7 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/basename
[generic] 32549 75964 42.8% -lh5- 1a19 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/c++
[generic] 18273 35712 51.2% -lh5- a3ae Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/c++filt
[generic] 12293 23516 52.3% -lh5- 9332 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cat
[generic] 736384 1615000 45.6% -lh5- cf66 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cc1
[generic] 794507 1755040 45.3% -lh5- 21cf Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cc1chill
[generic] 769965 1689780 45.6% -lh5- ae4e Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cc1obj
[generic] 980209 2120272 46.2% -lh5- d77b Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cc1plus
[generic] 13526 25804 52.4% -lh5- 9bb0 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/chgrp
[generic] 1416 2890 49.0% -lh5- 80d7 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/bin/chill
[generic] 13241 25124 52.7% -lh5- 8eb2 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/chmod
[generic] 13207 25144 52.5% -lh5- 136c Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/chown
[generic] 10472 19940 52.5% -lh5- 6f8b Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/chroot
[generic] 11701 20932 55.9% -lh5- 77ba Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cksum
[generic] 7246 13416 54.0% -lh5- f6a6 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cmp
[generic] 30239 60276 50.2% -lh5- 18a6 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/collect2
[generic] 11222 21284 52.7% -lh5- 0398 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/comm
[generic] 30204 61068 49.5% -lh5- be04 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cp
[generic] 32723 76224 42.9% -lh5- fddb Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cpp
[generic] 54126 104448 51.8% -lh5- 4634 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cpp0
[generic] 26407 52912 49.9% -lh5- 8bbe Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/csplit
[generic] 13074 25272 51.7% -lh5- 5096 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/cut
[generic] 27178 50248 54.1% -lh5- f7b7 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/date
[generic] 19784 38332 51.6% -lh5- d732 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/dd
[generic] 18351 35432 51.8% -lh5- 4d36 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/df
[generic] 39175 72884 53.7% -lh5- 4c5d Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/diff
[generic] 10542 19208 54.9% -lh5- 6b75 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/diff3
[generic] 37422 72468 51.6% -lh5- f641 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/dir
[generic] 15216 29332 51.9% -lh5- 46b2 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/dircolors
[generic] 10376 19724 52.6% -lh5- a3a5 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/dirname
[generic] 18401 36384 50.6% -lh5- 3d7e Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/du
[generic] 10461 19780 52.9% -lh5- 74dc Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/echo
[generic] 10694 20308 52.7% -lh5- ceee Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/env
[generic] 11683 22140 52.8% -lh5- c461 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/expand
[generic] 23519 48016 49.0% -lh5- 07f7 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/expr
[generic] 13226 25500 51.9% -lh5- 439d Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/factor
[generic] 243 395 61.5% -lh5- 79ad May 21 1998 GG-Lite-1.0-bin-m68k/GG/bin/false
[generic] 71456 152868 46.7% -lh5- f06e Mar 27 2004 GG-Lite-1.0-bin-m68k/GG/bin/fd2pragma
[generic] 3376 11704 28.8% -lh5- ecec Mar 27 2004 GG-Lite-1.0-bin-m68k/GG/bin/fd2pragma.types
[generic] 30738 60680 50.7% -lh5- da17 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/find
[generic] 13710 25656 53.4% -lh5- fd41 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/fmt
[generic] 11744 22252 52.8% -lh5- 52c3 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/fold
[generic] 32549 75964 42.8% -lh5- 1a19 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/g++
[generic] 25195 49712 50.7% -lh5- 7c32 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/gasp
[generic] 31826 74784 42.6% -lh5- 8f24 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/gcc
[generic] 8818 15244 57.8% -lh5- ae0f Jun 1 1999 GG-Lite-1.0-bin-m68k/GG/bin/GccFindHit
[generic] 8575 16996 50.5% -lh5- 4711 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/gcov
[generic] 431207 872644 49.4% -lh5- 880f Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/gdb
[generic] 102136 210680 48.5% -lh5- dccf Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/gprof
[generic] 851 1504 56.6% -lh5- 08a0 May 21 1998 GG-Lite-1.0-bin-m68k/GG/bin/groups
[generic] 34411 61372 56.1% -lh5- f94b Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/gunzip
[generic] 1466 3837 38.2% -lh5- b5d8 Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/gzexe
[generic] 34411 61372 56.1% -lh5- f94b Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/gzip
[generic] 11828 22476 52.6% -lh5- ddd3 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/head
[generic] 10573 20188 52.4% -lh5- 33fd Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/hostname
[generic] 8061 16656 48.4% -lh5- af47 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/hunk2aout
[generic] 12106 23420 51.7% -lh5- 9673 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/id
[generic] 32183 64192 50.1% -lh5- 752a Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/install
[generic] 3867 7828 49.4% -lh5- b082 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ipcrm
[generic] 9906 18112 54.7% -lh5- 5fd9 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ipcs
[generic] 11604 23936 48.5% -lh5- 4ced Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ixprefs
[generic] 2951 5788 51.0% -lh5- 4f76 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ixrun
[generic] 3431 6564 52.3% -lh5- 8697 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ixstack
[generic] 8373 14432 58.0% -lh5- 5eb1 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ixtimezone
[generic] 19356 46260 41.8% -lh5- 07ba Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ixtrace
[generic] 14392 28396 50.7% -lh5- 4f6d Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/join
[generic] 129650 264744 49.0% -lh5- f850 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ld
[generic] 34100 53576 63.6% -lh5- c50d Apr 17 1999 GG-Lite-1.0-bin-m68k/GG/bin/LhA
[generic] 24469 48784 50.2% -lh5- 9389 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ln
[generic] 6707 12352 54.3% -lh5- 1aaf Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/locate
[generic] 9742 18452 52.8% -lh5- 8110 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/logname
[generic] 37422 72468 51.6% -lh5- d59b Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ls
[generic] 87469 162588 53.8% -lh5- e658 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/make
[generic] 15190 30524 49.8% -lh5- f3bc Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/md5sum
[generic] 13903 25192 55.2% -lh5- 423a Nov 28 1996 GG-Lite-1.0-bin-m68k/GG/bin/MIT-APurify
[generic] 13114 24984 52.5% -lh5- b931 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/mkdir
[generic] 11558 21680 53.3% -lh5- 29bf Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/mkfifo
[generic] 12789 24476 52.3% -lh5- 418a Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/mknod
[generic] 35010 68940 50.8% -lh5- 080b Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/mv
[generic] 72238 143072 50.5% -lh5- 97b1 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/nano
[generic] 11121 21300 52.2% -lh5- 9af2 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/nice
[generic] 23243 47172 49.3% -lh5- 5374 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/nl
[generic] 86724 175216 49.5% -lh5- 409e Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/nm
[generic] 1087 2157 50.4% -lh5- 9338 May 21 1998 GG-Lite-1.0-bin-m68k/GG/bin/nohup
[generic] 143469 291388 49.2% -lh5- 47a0 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/objcopy
[generic] 172357 359312 48.0% -lh5- 39ac Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/objdump
[generic] 19439 38808 50.1% -lh5- ae08 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/od
[generic] 11963 22900 52.2% -lh5- 0308 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/paste
[generic] 11209 21508 52.1% -lh5- fc24 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/pathchk
[generic] 41991 65832 63.8% -lh5- fed3 Jul 12 2001 GG-Lite-1.0-bin-m68k/GG/bin/PhxAss
[generic] 23368 44132 53.0% -lh5- c49e Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/pr
[generic] 10252 19484 52.6% -lh5- 22c6 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/printenv
[generic] 12512 24040 52.0% -lh5- 7968 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/printf
[generic] 19137 38732 49.4% -lh5- 0158 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/protoize
[generic] 1472 4090 36.0% -lh5- 4e3d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/bin/pth-config
[generic] 1441 3914 36.8% -lh5- 5cb2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/bin/pthread-config
[generic] 10521 20104 52.3% -lh5- 72a7 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/pwd
[generic] 82518 167672 49.2% -lh5- 3568 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/ranlib
[generic] 28071 55644 50.4% -lh5- c253 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/rm
[generic] 11107 21160 52.5% -lh5- 4904 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/rmdir
[generic] 3899 6100 63.9% -lh5- 2fef Jun 20 1999 GG-Lite-1.0-bin-m68k/GG/bin/sashimi
[generic] 9163 17324 52.9% -lh5- b750 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/sdiff
[generic] 13884 27648 50.2% -lh5- 1e39 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/seq
[generic] 83592 148208 56.4% -lh5- 8659 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/sh
[generic] 75946 153236 49.6% -lh5- b2f4 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/size
[generic] 10404 19676 52.9% -lh5- 43e8 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/sleep
[generic] 19610 37112 52.8% -lh5- 13dc Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/sort
[generic] 12782 24664 51.8% -lh5- 725f Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/split
[generic] 75715 152796 49.6% -lh5- bff0 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/strings
[generic] 143467 291388 49.2% -lh5- 877f Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/strip
[generic] 19027 39636 48.0% -lh5- 24d8 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/stty
[generic] 12727 24396 52.2% -lh5- e74f Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/su
[generic] 10936 20716 52.8% -lh5- ebd7 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/sum
[generic] 10495 20008 52.5% -lh5- 4492 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/sync
[generic] 22393 44772 50.0% -lh5- b806 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/tac
[generic] 15062 29856 50.4% -lh5- 3d35 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/tail
[generic] 70590 141388 49.9% -lh5- bc12 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/tar
[generic] 11026 21040 52.4% -lh5- 63d0 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/tee
[generic] 3470 5936 58.5% -lh5- 276d Apr 23 1994 GG-Lite-1.0-bin-m68k/GG/bin/telnet
[generic] 15749 33444 47.1% -lh5- 0c71 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/test
[generic] 23592 42468 55.6% -lh5- 65a9 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/touch
[generic] 17371 34052 51.0% -lh5- b887 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/tr
[generic] 243 395 61.5% -lh5- ece9 May 21 1998 GG-Lite-1.0-bin-m68k/GG/bin/true
[generic] 10364 19760 52.4% -lh5- 99b6 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/tty
[generic] 2515 6518 38.6% -lh5- c6c0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/bin/tzselect
[generic] 10753 20520 52.4% -lh5- fc6a Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/uname
[generic] 11878 22460 52.9% -lh5- c772 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/unexpand
[generic] 12665 24136 52.5% -lh5- 0258 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/uniq
[generic] 16850 34348 49.1% -lh5- 357c Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/unprotoize
[generic] 1896 4273 44.4% -lh5- 6775 Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/updatedb
[generic] 10890 20604 52.9% -lh5- 3e7f Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/users
[generic] 37420 72468 51.6% -lh5- e8f7 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/vdir
[generic] 11373 21540 52.8% -lh5- 329d Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/wc
[generic] 16994 30996 54.8% -lh5- b0ff Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/who
[generic] 9837 18564 53.0% -lh5- 4658 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/whoami
[generic] 7854 14908 52.7% -lh5- 77c4 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/xargs
[generic] 9845 18536 53.1% -lh5- 6e92 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/yes
[generic] 34411 61372 56.1% -lh5- f94b Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/zcat
[generic] 774 1999 38.7% -lh5- 05a1 Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/zcmp
[generic] 774 1999 38.7% -lh5- 05a1 Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/zdiff
[generic] 485 1003 48.4% -lh5- 021c Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/zforce
[generic] 628 1332 47.1% -lh5- a159 Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/zgrep
[generic] 19060 34816 54.7% -lh5- ee5f Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/zic
[generic] 515 1067 48.3% -lh5- 1f28 Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/zmore
[generic] 1283 3501 36.6% -lh5- b5e6 Jan 1 1990 GG-Lite-1.0-bin-m68k/GG/bin/znew
[generic] 9126 19820 46.0% -lh5- 6d23 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/bin/[
[generic] 1620 3610 44.9% -lh5- 920f Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/a.out.h
[generic] 1564 3718 42.1% -lh5- a8f2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/amitcp/socketbasetags.h
[generic] 800 1675 47.8% -lh5- 0fab Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/amitcp/usergroup.h
[generic] 1288 2588 49.8% -lh5- ffea Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/ar.h
[generic] 1623 3646 44.5% -lh5- 72d9 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/arpa/ftp.h
[generic] 1248 2553 48.9% -lh5- 11db Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/arpa/inet.h
[generic] 3360 8749 38.4% -lh5- 8ba7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/arpa/nameser.h
[generic] 3958 10547 37.5% -lh5- c42c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/arpa/telnet.h
[generic] 1439 2960 48.6% -lh5- ed35 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/arpa/tftp.h
[generic] 447 1387 32.2% -lh5- 1a65 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/assert.h
[generic] 1666 4729 35.2% -lh5- 90a7 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/bitstring.h
[generic] 20 20 100.0% -lh0- 36e8 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/bstring.h
[generic] 1710 4448 38.4% -lh5- c444 May 6 1999 GG-Lite-1.0-bin-m68k/GG/emul-include/include/ctype.h
[generic] 3007 8215 36.6% -lh5- 92dd Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/db.h
[generic] 1869 3987 46.9% -lh5- 1a69 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/dirent.h
[generic] 1391 3185 43.7% -lh5- aebb Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/err.h
[generic] 2764 6766 40.9% -lh5- 5815 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/errno.h
[generic] 23 23 100.0% -lh0- 5c1b Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/fcntl.h
[generic] 68 70 97.1% -lh5- bc34 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/float.h
[generic] 1198 2340 51.2% -lh5- 7f17 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/fnmatch.h
[generic] 2314 5392 42.9% -lh5- 1ace Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/fts.h
[generic] 2519 6393 39.4% -lh5- 8127 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/getopt.h
[generic] 1877 4052 46.3% -lh5- 6cbd Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/glob.h
[generic] 1126 2235 50.4% -lh5- 51ac Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/glue.h
[generic] 2496 7233 34.5% -lh5- 03f7 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/gnu.a.out.h
[generic] 1198 2457 48.8% -lh5- 943e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/grp.h
[generic] 699 1739 40.2% -lh5- 3335 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/gvarargs.h
[generic] 755 1519 49.7% -lh5- 7541 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/inetd.h
[generic] 287 560 51.2% -lh5- a45e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/init.h
[generic] 1228 7047 17.4% -lh5- 8600 Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/inttypes.h
[generic] 3966 10033 39.5% -lh5- 0000 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/ix.h
[generic] 1381 3074 44.9% -lh5- 321d Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/kvm.h
[generic] 884 1836 48.1% -lh5- 4eb6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/libgen.h
[generic] 1360 2981 45.6% -lh5- b8a0 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/limits.h
[generic] 1350 2750 49.1% -lh5- 0482 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/locale.h
[generic] 1304 2879 45.3% -lh5- 656a Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/m68k/asm.h
[generic] 1342 2727 49.2% -lh5- 5993 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/m68k/signal.h
[generic] 1291 2641 48.9% -lh5- 9290 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/m68k/trap.h
[generic] 1685 3403 49.5% -lh5- 6f84 May 18 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/ansi.h
[generic] 121 137 88.3% -lh5- 5751 Aug 14 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/asm.h
[generic] 349 857 40.7% -lh5- 9b4f May 18 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/cdefs.h
[generic] 3106 6940 44.8% -lh5- 22f5 May 9 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/cpu.h
[generic] 1352 2887 46.8% -lh5- 6d35 May 9 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/endian.h
[generic] 1590 3641 43.7% -lh5- 1512 Dec 23 1995 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/float.h
[generic] 1697 4294 39.5% -lh5- cade Dec 23 1995 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/frame.h
[generic] 1541 3776 40.8% -lh5- 8fc5 Nov 23 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/limits.h
[generic] 1164 2340 49.7% -lh5- 2235 Dec 23 1995 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/mtpr.h
[generic] 3078 7547 40.8% -lh5- aeb4 Aug 14 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/param.h
[generic] 1456 2893 50.3% -lh5- ad6f Dec 23 1995 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/pcb.h
[generic] 1882 4017 46.9% -lh5- 29f5 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/pmap.h
[generic] 1137 2205 51.6% -lh5- 06a4 Oct 1 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/proc.h
[generic] 1344 3121 43.1% -lh5- 4624 Dec 23 1995 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/psl.h
[generic] 301 537 56.1% -lh5- 44e0 Jan 28 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/reg.h
[generic] 126 149 84.6% -lh5- 0713 Aug 14 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/signal.h
[generic] 1260 2568 49.1% -lh5- 876e Aug 14 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/stdarg.h
[generic] 200 258 77.5% -lh5- 4461 Aug 14 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/trap.h
[generic] 1343 2708 49.6% -lh5- e347 May 18 1996 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/types.h
[generic] 4055 9082 44.6% -lh5- 7813 Dec 23 1995 GG-Lite-1.0-bin-m68k/GG/emul-include/include/machine/vmparam.h
[generic] 81 81 100.0% -lh0- 9b7b Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/malloc.h
[generic] 1929 9633 20.0% -lh5- 3f2b Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/math-68881.h
[generic] 1887 4628 40.8% -lh5- 1041 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/math.h
[generic] 951 1882 50.5% -lh5- be80 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/memory.h
[generic] 1845 4069 45.3% -lh5- db27 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/mpool.h
[generic] 1454 2939 49.5% -lh5- b454 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/ndbm.h
[generic] 58 62 93.5% -lh5- 5715 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/ndir.h
[generic] 775 1418 54.7% -lh5- 33f4 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/af.h
[generic] 3313 8419 39.4% -lh5- 18a5 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/bpf.h
[generic] 1839 3941 46.7% -lh5- 8304 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/bpfdesc.h
[generic] 3096 7867 39.4% -lh5- 1d2c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/if.h
[generic] 1163 2495 46.6% -lh5- 9aff Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/if_arp.h
[generic] 1755 3495 50.2% -lh5- 94b7 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/if_dl.h
[generic] 1314 2834 46.4% -lh5- 399c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/if_llc.h
[generic] 1625 3368 48.2% -lh5- f331 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/if_slvar.h
[generic] 1373 2961 46.4% -lh5- 8450 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/if_types.h
[generic] 961 1835 52.4% -lh5- f75c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/netisr.h
[generic] 1900 4434 42.9% -lh5- de88 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/radix.h
[generic] 1064 2194 48.5% -lh5- 6145 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/raw_cb.h
[generic] 4006 10673 37.5% -lh5- 3668 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/route.h
[generic] 2968 6740 44.0% -lh5- 552c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/net/slcompress.h
[generic] 2538 6548 38.8% -lh5- 903d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netdb.h
[generic] 1236 2604 47.5% -lh5- 2c3b Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netgroup.h
[generic] 836 1610 51.9% -lh5- 0bcb Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/icmp_var.h
[generic] 1339 2916 45.9% -lh5- 0364 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/if_ether.h
[generic] 3434 9067 37.9% -lh5- 2ab8 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/in.h
[generic] 956 1892 50.5% -lh5- 4a03 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/in_pcb.h
[generic] 806 1462 55.1% -lh5- a8be Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/in_systm.h
[generic] 1033 2086 49.5% -lh5- bf2c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/in_var.h
[generic] 2528 5898 42.9% -lh5- a07c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/ip.h
[generic] 1754 4307 40.7% -lh5- c9d3 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/ip_icmp.h
[generic] 1654 3670 45.1% -lh5- e7a7 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/ip_var.h
[generic] 1276 2581 49.4% -lh5- 0402 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/tcp.h
[generic] 745 1514 49.2% -lh5- c4c4 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/tcpip.h
[generic] 736 1295 56.8% -lh5- a5d2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/tcp_debug.h
[generic] 1215 2585 47.0% -lh5- f035 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/tcp_fsm.h
[generic] 856 1643 52.1% -lh5- 9a36 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/tcp_seq.h
[generic] 2058 4786 43.0% -lh5- 10ca Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/tcp_timer.h
[generic] 3331 8856 37.6% -lh5- be71 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/tcp_var.h
[generic] 637 1103 57.8% -lh5- 02bc Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/udp.h
[generic] 797 1548 51.5% -lh5- 1a9e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/netinet/udp_var.h
[generic] 421 1002 42.0% -lh5- 0630 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/krpc.h
[generic] 3982 9957 40.0% -lh5- 9c5f Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfs.h
[generic] 1503 2953 50.9% -lh5- d7fe Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfsdiskless.h
[generic] 1943 4468 43.5% -lh5- c666 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfsmount.h
[generic] 3045 8391 36.3% -lh5- b5ff Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfsm_subs.h
[generic] 2631 7071 37.2% -lh5- 0740 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfsnode.h
[generic] 1872 3918 47.8% -lh5- 7b4e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfsrtt.h
[generic] 1489 3100 48.0% -lh5- 9af2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfsrvcache.h
[generic] 2887 8233 35.1% -lh5- 88e4 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nfsv2.h
[generic] 3075 7371 41.7% -lh5- 88db Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/nqnfs.h
[generic] 1470 3180 46.2% -lh5- 8ea2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/rpcv2.h
[generic] 1598 3646 43.8% -lh5- ef32 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nfs/xdr_subs.h
[generic] 1792 3674 48.8% -lh5- b101 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/nlist.h
[generic] 967 3256 29.7% -lh5- 3c8c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/packets.h
[generic] 23 23 100.0% -lh0- 219e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/param.h
[generic] 1372 3021 45.4% -lh5- 0a24 Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/paths.h
[generic] 1899 4182 45.4% -lh5- 64bd Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/protocols/dumprestore.h
[generic] 1920 3999 48.0% -lh5- 417f Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/protocols/routed.h
[generic] 1330 2687 49.5% -lh5- 24a4 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/protocols/rwhod.h
[generic] 2120 4860 43.6% -lh5- d25e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/protocols/talkd.h
[generic] 1779 3992 44.6% -lh5- b579 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/protocols/timed.h
[generic] 1598 3745 42.7% -lh5- a48a Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/pwd.h
[generic] 1119 2210 50.6% -lh5- 7b56 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/ranlib.h
[generic] 1725 3744 46.1% -lh5- caf5 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/regex.h
[generic] 1380 2836 48.7% -lh5- ed1b Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/regexp.h
[generic] 2688 6234 43.1% -lh5- b328 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/resolv.h
[generic] 2227 5285 42.1% -lh5- 5f86 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/auth.h
[generic] 1391 2615 53.2% -lh5- b811 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/auth_unix.h
[generic] 3527 9824 35.9% -lh5- bcae Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/clnt.h
[generic] 1447 3176 45.6% -lh5- 1fa0 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/pmap_clnt.h
[generic] 1664 3603 46.2% -lh5- 8e9a Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/pmap_prot.h
[generic] 1110 2047 54.2% -lh5- 7f95 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/pmap_rmt.h
[generic] 1608 3252 49.4% -lh5- 3c78 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/rpc.h
[generic] 1901 4485 42.4% -lh5- b503 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/rpc_msg.h
[generic] 3731 9911 37.6% -lh5- 628e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/svc.h
[generic] 984 1746 56.4% -lh5- 400b Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/svc_auth.h
[generic] 1032 1897 54.4% -lh5- e325 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/types.h
[generic] 3863 11086 34.8% -lh5- 56d2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/rpc/xdr.h
[generic] 210 320 65.6% -lh5- 2f47 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/search.h
[generic] 1230 2504 49.1% -lh5- 6ec8 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/setjmp.h
[generic] 983 1936 50.8% -lh5- 6710 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sgtty.h
[generic] 1777 4280 41.5% -lh5- 0ab5 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/signal.h
[generic] 1694 4738 35.8% -lh5- 9867 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/stab.def
[generic] 1441 3266 44.1% -lh5- 9698 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/stab.h
[generic] 992 1957 50.7% -lh5- 569d Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/stdarg.h
[generic] 1168 2313 50.5% -lh5- 4bc2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/stddef.h
[generic] 6734 24300 27.7% -lh5- 353b Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/stdint.h
[generic] 4734 12651 37.4% -lh5- 4c65 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/stdio.h
[generic] 2332 6597 35.3% -lh5- 7a65 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/stdlib.h
[generic] 1482 4246 34.9% -lh5- eb2c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/string.h
[generic] 953 1889 50.4% -lh5- 90aa Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/strings.h
[generic] 1107 2293 48.3% -lh5- 810c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/struct.h
[generic] 1465 2896 50.6% -lh5- 867c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/acct.h
[generic] 3398 8599 39.5% -lh5- b2b8 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/buf.h
[generic] 2112 4682 45.1% -lh5- c77c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/cdefs.h
[generic] 1306 2565 50.9% -lh5- 3a5f Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/dir.h
[generic] 1560 3185 49.0% -lh5- f4b7 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/dirent.h
[generic] 1139 2288 49.8% -lh5- 0cd1 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/domain.h
[generic] 19 19 100.0% -lh0- 2bd1 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/errno.h
[generic] 1432 3107 46.1% -lh5- 7144 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/exec.h
[generic] 2894 7084 40.9% -lh5- 6dcf Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/fcntl.h
[generic] 2165 4970 43.6% -lh5- 633c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/file.h
[generic] 1363 2818 48.4% -lh5- cb7b Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/filio.h
[generic] 1685 3861 43.6% -lh5- 5f30 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/gprof.h
[generic] 1529 3259 46.9% -lh5- 192f Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ioccom.h
[generic] 1588 3262 48.7% -lh5- dff3 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ioctl.h
[generic] 2758 7160 38.5% -lh5- a6fd Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ioctl_compat.h
[generic] 1855 3920 47.3% -lh5- 3b0d Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ipc.h
[generic] 1323 3997 33.1% -lh5- 9fab Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ixnet_syscall.def
[generic] 582 1051 55.4% -lh5- 7a92 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ixnet_syscall.h
[generic] 1323 3113 42.5% -lh5- 6683 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/localedef.h
[generic] 4399 12144 36.2% -lh5- 455c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/mbuf.h
[generic] 1736 3751 46.3% -lh5- b6e0 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/mman.h
[generic] 3849 10085 38.2% -lh5- 1ff4 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/mount.h
[generic] 2123 4979 42.6% -lh5- e7f9 Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/msg.h
[generic] 2045 4734 43.2% -lh5- a103 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/mtio.h
[generic] 3609 8021 45.0% -lh5- f873 Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/param.h
[generic] 3818 9316 41.0% -lh5- 4dd8 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/proc.h
[generic] 3510 8947 39.2% -lh5- 1b9e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/protosw.h
[generic] 1743 4133 42.2% -lh5- 04f6 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ptrace.h
[generic] 2572 10853 23.7% -lh5- 47ac Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/queue.h
[generic] 1734 3944 44.0% -lh5- f2e9 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/resource.h
[generic] 53 55 96.4% -lh5- 7e7f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/select.h
[generic] 1817 5115 35.5% -lh5- 3333 Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/sem.h
[generic] 1631 3292 49.5% -lh5- 0bc3 Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/shm.h
[generic] 3351 8005 41.9% -lh5- 3a62 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/signal.h
[generic] 4319 11784 36.7% -lh5- 573e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/socket.h
[generic] 3326 8243 40.3% -lh5- 813f Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/socketvar.h
[generic] 1731 4947 35.0% -lh5- 0768 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/sockio.h
[generic] 2165 5650 38.3% -lh5- 301b Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/stat.h
[generic] 839 1536 54.6% -lh5- 92c7 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/stdc.h
[generic] 4551 18301 24.9% -lh5- 1cc9 May 6 1999 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/syscall.def
[generic] 4817 20399 23.6% -lh5- 637a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/syscall.h
[generic] 1419 3020 47.0% -lh5- 59ed Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/syslimits.h
[generic] 2996 7252 41.3% -lh5- ac4a Aug 20 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/syslog.h
[generic] 3383 9058 37.3% -lh5- 92e2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/termios.h
[generic] 2178 5324 40.9% -lh5- 05a0 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/time.h
[generic] 1090 2132 51.1% -lh5- 6385 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/timeb.h
[generic] 1155 2375 48.6% -lh5- c9d6 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/times.h
[generic] 1378 2994 46.0% -lh5- 719e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/tracecntl.h
[generic] 2736 6213 44.0% -lh5- 4162 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/tty.h
[generic] 1313 2716 48.3% -lh5- 04a4 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ttychars.h
[generic] 2609 6834 38.2% -lh5- 1ada Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ttycom.h
[generic] 1758 3755 46.8% -lh5- a858 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ttydefaults.h
[generic] 1111 2268 49.0% -lh5- 9438 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ttydev.h
[generic] 2560 5915 43.3% -lh5- 45c4 Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/types.h
[generic] 1172 2338 50.1% -lh5- bef0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/ucred.h
[generic] 1315 2628 50.0% -lh5- 74b9 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/uio.h
[generic] 1170 2251 52.0% -lh5- 13d8 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/un.h
[generic] 1636 3604 45.4% -lh5- 4da1 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/unistd.h
[generic] 878 1899 46.2% -lh5- 3600 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/unix_socket.h
[generic] 1644 3500 47.0% -lh5- 8b1e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/unpcb.h
[generic] 1578 3380 46.7% -lh5- 7191 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/user.h
[generic] 618 1214 50.9% -lh5- 0d6c Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/utsname.h
[generic] 5657 14528 38.9% -lh5- a81e Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/vnode.h
[generic] 4435 25645 17.3% -lh5- b3d1 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/vnode_if.h
[generic] 2330 5552 42.0% -lh5- 2d36 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sys/wait.h
[generic] 2443 5461 44.7% -lh5- 1812 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/sysexits.h
[generic] 24 24 100.0% -lh0- d0ce Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/syslog.h
[generic] 25 25 100.0% -lh0- 62e7 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/termios.h
[generic] 1784 3998 44.6% -lh5- 02d3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/time.h
[generic] 1503 3130 48.0% -lh5- d1f2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/ttyent.h
[generic] 1817 4808 37.8% -lh5- 6b3d Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/tzfile.h
[generic] 2429 7149 34.0% -lh5- a6ae Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/unistd.h
[generic] 5755 15482 37.2% -lh5- 7c7b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/user.h
[generic] 1088 2131 51.1% -lh5- 86d3 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/utime.h
[generic] 1230 2735 45.0% -lh5- 6ae0 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/utmp.h
[generic] 105 137 76.6% -lh5- ed50 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/values.h
[generic] 1047 2064 50.7% -lh5- e4e0 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/varargs.h
[generic] 1507 3199 47.1% -lh5- cf2f Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/vis.h
[generic] 22 22 100.0% -lh0- b6f2 Jul 10 1997 GG-Lite-1.0-bin-m68k/GG/emul-include/include/wait.h
[generic] 211 364 58.0% -lh5- 7083 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/emul-include/include/wchar.h
[generic] 2019 3778 53.4% -lh5- cba3 Jan 5 1980 GG-Lite-1.0-bin-m68k/GG/etc/termcap
[generic] 46 73 63.0% -lh5- 289d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Abidjan
[generic] 126 157 80.3% -lh5- 841c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Accra
[generic] 51 74 68.9% -lh5- 419c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Addis_Ababa
[generic] 238 287 82.9% -lh5- ee87 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Algiers
[generic] 51 74 68.9% -lh5- 419c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Asmera
[generic] 68 95 71.6% -lh5- 1115 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Bamako
[generic] 50 73 68.5% -lh5- 838b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Bangui
[generic] 76 107 71.0% -lh5- 4dc8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Banjul
[generic] 64 90 71.1% -lh5- b3bb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Bissau
[generic] 49 73 67.1% -lh5- adf4 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Blantyre
[generic] 47 73 64.4% -lh5- e410 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Brazzaville
[generic] 30 56 53.6% -lh5- e28a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Bujumbura
[generic] 758 939 80.7% -lh5- e366 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Cairo
[generic] 154 188 81.9% -lh5- 1e75 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Casablanca
[generic] 582 748 77.8% -lh5- c589 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Ceuta
[generic] 71 95 74.7% -lh5- cad9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Conakry
[generic] 64 90 71.1% -lh5- 4263 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Dakar
[generic] 72 96 75.0% -lh5- ad82 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Dar_es_Salaam
[generic] 51 73 69.9% -lh5- 77fb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Djibouti
[generic] 50 73 68.5% -lh5- 0214 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Douala
[generic] 65 90 72.2% -lh5- d5fd Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/El_Aaiun
[generic] 214 256 83.6% -lh5- ebb7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Freetown
[generic] 52 79 65.8% -lh5- 00a1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Gaborone
[generic] 49 73 67.1% -lh5- eab6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Harare
[generic] 77 102 75.5% -lh5- fe10 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Johannesburg
[generic] 81 109 74.3% -lh5- b8eb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Kampala
[generic] 209 246 85.0% -lh5- 919f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Khartoum
[generic] 47 73 64.4% -lh5- 8ed6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Kigali
[generic] 29 56 51.8% -lh5- 2c7c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Kinshasa
[generic] 47 73 64.4% -lh5- ce59 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Lagos
[generic] 49 73 67.1% -lh5- 4480 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Libreville
[generic] 26 56 46.4% -lh5- 0dd3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Lome
[generic] 49 73 67.1% -lh5- bf42 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Luanda
[generic] 30 56 53.6% -lh5- e28a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Lubumbashi
[generic] 49 73 67.1% -lh5- 788e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Lusaka
[generic] 62 90 68.9% -lh5- 8cd2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Malabo
[generic] 50 73 68.5% -lh5- 6089 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Maputo
[generic] 72 96 75.0% -lh5- 3ce7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Maseru
[generic] 49 73 67.1% -lh5- 9d56 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Mbabane
[generic] 68 92 73.9% -lh5- c87a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Mogadishu
[generic] 64 90 71.1% -lh5- 7442 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Monrovia
[generic] 81 109 74.3% -lh5- 9fd3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Nairobi
[generic] 69 96 71.9% -lh5- 0294 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Ndjamena
[generic] 70 95 73.7% -lh5- dd05 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Niamey
[generic] 67 95 70.5% -lh5- 2b3b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Nouakchott
[generic] 45 73 61.6% -lh5- 9a2f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Ouagadougou
[generic] 61 90 67.8% -lh5- 6bfd Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Porto-Novo
[generic] 47 73 64.4% -lh5- a0ab Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Sao_Tome
[generic] 45 73 61.6% -lh5- 89a0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Timbuktu
[generic] 542 669 81.0% -lh5- 6c0f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Tripoli
[generic] 183 222 82.4% -lh5- b6e7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Tunis
[generic] 432 532 81.2% -lh5- 6844 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Africa/Windhoek
[generic] 654 823 79.5% -lh5- e101 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Adak
[generic] 656 826 79.4% -lh5- 5020 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Anchorage
[generic] 51 73 69.9% -lh5- af19 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Anguilla
[generic] 66 90 73.3% -lh5- a515 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Antigua
[generic] 66 90 73.3% -lh5- f3c6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Aruba
[generic] 569 719 79.1% -lh5- 6208 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Asuncion
[generic] 116 142 81.7% -lh5- 5c89 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Barbados
[generic] 306 368 83.2% -lh5- 2fca Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Belize
[generic] 74 96 77.1% -lh5- 5f08 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Bogota
[generic] 677 849 79.7% -lh5- a233 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Boise
[generic] 354 427 82.9% -lh5- 4e34 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Buenos_Aires
[generic] 65 86 75.6% -lh5- c562 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Caracas
[generic] 337 407 82.8% -lh5- 555d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Catamarca
[generic] 64 86 74.4% -lh5- 5380 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Cayenne
[generic] 50 73 68.5% -lh5- 1857 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Cayman
[generic] 976 1262 77.3% -lh5- e915 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Chicago
[generic] 333 397 83.9% -lh5- 9c38 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Cordoba
[generic] 103 126 81.7% -lh5- 8531 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Costa_Rica
[generic] 526 660 79.7% -lh5- 8a4f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Cuiaba
[generic] 66 90 73.3% -lh5- 53de Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Curacao
[generic] 582 730 79.7% -lh5- c359 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Dawson
[generic] 297 360 82.5% -lh5- 904d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Dawson_Creek
[generic] 683 860 79.4% -lh5- 584d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Denver
[generic] 632 794 79.6% -lh5- 5d1b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Detroit
[generic] 49 73 67.1% -lh5- 6edf Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Dominica
[generic] 666 845 78.8% -lh5- a3b0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Edmonton
[generic] 88 105 83.8% -lh5- f936 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/El_Salvador
[generic] 448 537 83.4% -lh5- 7130 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Ensenada
[generic] 157 185 84.9% -lh5- 2bff Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Fortaleza
[generic] 608 775 78.5% -lh5- e141 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Glace_Bay
[generic] 527 682 77.3% -lh5- d71f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Godthab
[generic] 944 1171 80.6% -lh5- 4ace Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Goose_Bay
[generic] 539 675 79.9% -lh5- 72fd Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Grand_Turk
[generic] 50 73 68.5% -lh5- c49b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Grenada
[generic] 49 73 67.1% -lh5- 6837 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Guadeloupe
[generic] 93 115 80.9% -lh5- 9f51 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Guatemala
[generic] 49 73 67.1% -lh5- acd4 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Guayaquil
[generic] 91 117 77.8% -lh5- faa9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Guyana
[generic] 955 1225 78.0% -lh5- c0c7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Halifax
[generic] 702 883 79.5% -lh5- 3e15 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Havana
[generic] 435 532 81.8% -lh5- 1eaf Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Indiana/Knox
[generic] 245 289 84.8% -lh5- 5edb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Indiana/Marengo
[generic] 135 167 80.8% -lh5- 505d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Indiana/Vevay
[generic] 231 269 85.9% -lh5- ea77 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Indianapolis
[generic] 571 730 78.2% -lh5- d430 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Inuvik
[generic] 559 701 79.7% -lh5- ec09 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Iqaluit
[generic] 150 185 81.1% -lh5- 11ce Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Jamaica
[generic] 367 449 81.7% -lh5- 5722 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Jujuy
[generic] 644 806 79.9% -lh5- 266b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Juneau
[generic] 68 92 73.9% -lh5- da97 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/La_Paz
[generic] 120 146 82.2% -lh5- 307f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Lima
[generic] 787 1000 78.7% -lh5- fe69 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Los_Angeles
[generic] 786 984 79.9% -lh5- e8eb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Louisville
[generic] 491 610 80.5% -lh5- ce3f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Maceio
[generic] 123 142 86.6% -lh5- 2f3f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Managua
[generic] 154 185 83.2% -lh5- ca0a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Manaus
[generic] 73 96 76.0% -lh5- a8a7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Martinique
[generic] 467 569 82.1% -lh5- 75c7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Mazatlan
[generic] 367 449 81.7% -lh5- 4e82 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Mendoza
[generic] 628 797 78.8% -lh5- 2877 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Menominee
[generic] 479 582 82.3% -lh5- 8076 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Mexico_City
[generic] 542 679 79.8% -lh5- 790b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Miquelon
[generic] 379 439 86.3% -lh5- 7d26 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Montevideo
[generic] 952 1218 78.2% -lh5- 7cf3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Montreal
[generic] 50 73 68.5% -lh5- 29b3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Montserrat
[generic] 654 825 79.3% -lh5- d524 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Nassau
[generic] 966 1250 77.3% -lh5- b67a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/New_York
[generic] 575 728 79.0% -lh5- f028 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Nipigon
[generic] 657 823 79.8% -lh5- 7c11 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Nome
[generic] 154 185 83.2% -lh5- 77ef Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Noronha
[generic] 49 73 67.1% -lh5- e65a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Panama
[generic] 559 701 79.7% -lh5- 7368 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Pangnirtung
[generic] 101 134 75.4% -lh5- 68b9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Paramaribo
[generic] 108 130 83.1% -lh5- 4f04 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Phoenix
[generic] 515 652 79.0% -lh5- eb84 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Port-au-Prince
[generic] 141 165 85.5% -lh5- e039 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Porto_Acre
[generic] 48 73 65.8% -lh5- 3bd1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Port_of_Spain
[generic] 55 78 70.5% -lh5- 7039 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Puerto_Rico
[generic] 573 728 78.7% -lh5- 4d0b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Rainy_River
[generic] 555 701 79.2% -lh5- 40a8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Rankin_Inlet
[generic] 299 362 82.6% -lh5- 8b61 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Regina
[generic] 340 407 83.5% -lh5- c4e8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Rosario
[generic] 679 852 79.7% -lh5- 0117 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Santiago
[generic] 138 176 78.4% -lh5- e43d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Santo_Domingo
[generic] 568 720 78.9% -lh5- 78d2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Sao_Paulo
[generic] 545 707 77.1% -lh5- a8ac Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Scoresbysund
[generic] 1040 1312 79.3% -lh5- f7ce Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/St_Johns
[generic] 49 73 67.1% -lh5- 454a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/St_Kitts
[generic] 50 73 68.5% -lh5- 6775 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/St_Lucia
[generic] 51 73 69.9% -lh5- 3c13 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/St_Thomas
[generic] 49 73 67.1% -lh5- 7971 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/St_Vincent
[generic] 160 202 79.2% -lh5- 9d5e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Swift_Current
[generic] 84 105 80.0% -lh5- 7a50 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Tegucigalpa
[generic] 441 535 82.4% -lh5- 8da6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Thule
[generic] 598 758 78.9% -lh5- 1b48 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Thunder_Bay
[generic] 788 997 79.0% -lh5- cc02 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Tijuana
[generic] 51 73 69.9% -lh5- 759e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Tortola
[generic] 791 1008 78.5% -lh5- 53c2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Vancouver
[generic] 580 730 79.5% -lh5- e679 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Whitehorse
[generic] 775 988 78.4% -lh5- 412b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Winnipeg
[generic] 633 806 78.5% -lh5- 9fa3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Yakutat
[generic] 560 701 79.9% -lh5- fd93 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/America/Yellowknife
[generic] 44 73 60.3% -lh5- ad78 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Antarctica/Casey
[generic] 68 96 70.8% -lh5- ded6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Antarctica/DumontDUrville
[generic] 46 74 62.2% -lh5- af1e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Antarctica/Mawson
[generic] 556 730 76.2% -lh5- 2303 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Antarctica/McMurdo
[generic] 612 777 78.8% -lh5- ac0f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Antarctica/Palmer
[generic] 47 73 64.4% -lh5- 06d1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Aden
[generic] 571 708 80.6% -lh5- 50a7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Alma-Ata
[generic] 537 684 78.5% -lh5- a6ca Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Amman
[generic] 554 708 78.2% -lh5- a9a8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Anadyr
[generic] 599 759 78.9% -lh5- 89dc Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Aqtau
[generic] 586 747 78.4% -lh5- 55e2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Aqtobe
[generic] 221 273 81.0% -lh5- 0c1d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Ashkhabad
[generic] 531 669 79.4% -lh5- 2ca2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Baghdad
[generic] 63 90 70.0% -lh5- 2518 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Bahrain
[generic] 578 745 77.6% -lh5- e1b2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Baku
[generic] 51 73 69.9% -lh5- 6adc Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Bangkok
[generic] 604 769 78.5% -lh5- 744d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Beirut
[generic] 571 720 79.3% -lh5- 8e10 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Bishkek
[generic] 61 86 70.9% -lh5- 16f2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Brunei
[generic] 84 109 77.1% -lh5- da2d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Calcutta
[generic] 133 163 81.6% -lh5- d6bb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Chungking
[generic] 105 140 75.0% -lh5- 22e9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Colombo
[generic] 104 131 79.4% -lh5- 7209 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Dacca
[generic] 669 836 80.0% -lh5- 121e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Damascus
[generic] 50 73 68.5% -lh5- 094c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Dubai
[generic] 224 278 80.6% -lh5- 82a2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Dushanbe
[generic] 598 753 79.4% -lh5- 3709 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Gaza
[generic] 154 186 82.8% -lh5- 1228 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Harbin
[generic] 369 443 83.3% -lh5- 3f9f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Hong_Kong
[generic] 554 708 78.2% -lh5- 95bf Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Irkutsk
[generic] 29 56 51.8% -lh5- f70b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Ishigaki
[generic] 119 140 85.0% -lh5- d404 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Jakarta
[generic] 75 96 78.1% -lh5- 32b7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Jayapura
[generic] 638 803 79.5% -lh5- 6e3f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Jerusalem
[generic] 42 69 60.9% -lh5- b6f1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Kabul
[generic] 554 708 78.2% -lh5- 5d36 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Kamchatka
[generic] 97 126 77.0% -lh5- a123 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Karachi
[generic] 142 176 80.7% -lh5- 89b7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Kashgar
[generic] 67 90 74.4% -lh5- 23cb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Katmandu
[generic] 556 708 78.5% -lh5- 11a7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Krasnoyarsk
[generic] 109 139 78.4% -lh5- 28ce Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Kuala_Lumpur
[generic] 171 211 81.0% -lh5- 3744 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Kuching
[generic] 49 73 67.1% -lh5- 1bed Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Kuwait
[generic] 255 303 84.2% -lh5- 4595 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Macao
[generic] 556 708 78.5% -lh5- 78e1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Magadan
[generic] 94 121 77.7% -lh5- ee7b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Manila
[generic] 48 73 65.8% -lh5- 5a39 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Muscat
[generic] 565 716 78.9% -lh5- 9dcf Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Nicosia
[generic] 566 708 79.9% -lh5- 8c1c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Novosibirsk
[generic] 557 708 78.7% -lh5- 989b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Omsk
[generic] 82 108 75.9% -lh5- d5cd Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Phnom_Penh
[generic] 75 97 77.3% -lh5- 7df5 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Pyongyang
[generic] 64 90 71.1% -lh5- 5a9a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Qatar
[generic] 78 108 72.2% -lh5- 9834 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Rangoon
[generic] 49 73 67.1% -lh5- 8950 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Riyadh
[generic] 2177 3655 59.6% -lh5- 8292 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Riyadh87
[generic] 2169 3580 60.6% -lh5- 39f0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Riyadh88
[generic] 2182 3580 60.9% -lh5- e889 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Riyadh89
[generic] 79 108 73.1% -lh5- 725e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Saigon
[generic] 127 152 83.6% -lh5- 5b41 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Seoul
[generic] 135 165 81.8% -lh5- e3ba Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Shanghai
[generic] 122 152 80.3% -lh5- 6b6b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Singapore
[generic] 227 268 84.7% -lh5- fcd3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Taipei
[generic] 205 247 83.0% -lh5- 69de Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Tashkent
[generic] 278 353 78.8% -lh5- 925d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Tbilisi
[generic] 518 645 80.3% -lh5- 961b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Tehran
[generic] 63 90 70.0% -lh5- 76fc Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Thimbu
[generic] 29 56 51.8% -lh5- 5ba7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Tokyo
[generic] 84 113 74.3% -lh5- 8663 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Ujung_Pandang
[generic] 537 671 80.0% -lh5- 5e92 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Ulan_Bator
[generic] 132 163 81.0% -lh5- 041e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Urumqi
[generic] 81 108 75.0% -lh5- 43d6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Vientiane
[generic] 553 708 78.1% -lh5- 4460 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Vladivostok
[generic] 552 708 78.0% -lh5- 02aa Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Yakutsk
[generic] 569 751 75.8% -lh5- 6f27 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Yekaterinburg
[generic] 266 326 81.6% -lh5- e687 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Asia/Yerevan
[generic] 981 1266 77.5% -lh5- f573 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Azores
[generic] 572 725 78.9% -lh5- a2ff Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Bermuda
[generic] 539 700 77.0% -lh5- e2d1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Canary
[generic] 83 109 76.1% -lh5- e424 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Cape_Verde
[generic] 512 664 77.1% -lh5- d367 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Faeroe
[generic] 30 56 53.6% -lh5- 7f6c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Jan_Mayen
[generic] 975 1263 77.2% -lh5- eb38 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Madeira
[generic] 343 429 80.0% -lh5- bfe0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Reykjavik
[generic] 31 56 55.4% -lh5- 0130 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/South_Georgia
[generic] 571 712 80.2% -lh5- df57 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/Stanley
[generic] 45 73 61.6% -lh5- 3d0e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Atlantic/St_Helena
[generic] 602 785 76.7% -lh5- a82a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Adelaide
[generic] 124 160 77.5% -lh5- b4e6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Brisbane
[generic] 605 785 77.1% -lh5- cfc0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Broken_Hill
[generic] 85 104 81.7% -lh5- 62fa Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Darwin
[generic] 624 825 75.6% -lh5- 83b5 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Hobart
[generic] 144 180 80.0% -lh5- ef96 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Lindeman
[generic] 519 663 78.3% -lh5- 8e76 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Lord_Howe
[generic] 598 785 76.2% -lh5- 2e1b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Melbourne
[generic] 117 150 78.0% -lh5- e24c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Perth
[generic] 598 785 76.2% -lh5- 2878 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Australia/Sydney
[generic] 574 755 76.0% -lh5- 0ecd Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/CET
[generic] 523 679 77.0% -lh5- c77e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/EET
[generic] 26 56 46.4% -lh5- 9cc1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT
[generic] 33 58 56.9% -lh5- c2ef Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+1
[generic] 35 59 59.3% -lh5- 1e76 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+10
[generic] 36 59 61.0% -lh5- f400 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+11
[generic] 35 59 59.3% -lh5- fd87 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+12
[generic] 36 58 62.1% -lh5- 7e83 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+2
[generic] 36 58 62.1% -lh5- ca35 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+3
[generic] 35 58 60.3% -lh5- 4658 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+4
[generic] 35 58 60.3% -lh5- d35b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+5
[generic] 35 58 60.3% -lh5- 6f37 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+6
[generic] 35 58 60.3% -lh5- db81 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+7
[generic] 35 58 60.3% -lh5- 37ee Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+8
[generic] 35 58 60.3% -lh5- 1f05 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT+9
[generic] 34 58 58.6% -lh5- 15cc Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-1
[generic] 37 59 62.7% -lh5- 7861 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-10
[generic] 36 59 61.0% -lh5- 2d96 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-11
[generic] 36 59 61.0% -lh5- a491 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-12
[generic] 37 59 62.7% -lh5- b979 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-13
[generic] 37 59 62.7% -lh5- ff80 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-14
[generic] 34 58 58.6% -lh5- 690b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-2
[generic] 34 58 58.6% -lh5- 1d16 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-3
[generic] 33 58 56.9% -lh5- 9085 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-4
[generic] 33 58 56.9% -lh5- 0478 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-5
[generic] 31 58 53.4% -lh5- 78bf Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-6
[generic] 33 58 56.9% -lh5- 0ca2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-7
[generic] 34 58 58.6% -lh5- 239a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-8
[generic] 34 58 58.6% -lh5- c826 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/GMT-9
[generic] 25 56 44.6% -lh5- 2fab Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/UCT
[generic] 25 56 44.6% -lh5- 98da Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Etc/UTC
[generic] 804 1058 76.0% -lh5- ff5e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Amsterdam
[generic] 484 624 77.6% -lh5- 3c09 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Andorra
[generic] 646 823 78.5% -lh5- 7950 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Athens
[generic] 1054 1347 78.2% -lh5- 6c82 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Belfast
[generic] 533 696 76.6% -lh5- e024 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Belgrade
[generic] 652 838 77.8% -lh5- 9dc0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Berlin
[generic] 816 1049 77.8% -lh5- 35d3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Brussels
[generic] 631 782 80.7% -lh5- 67b1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Bucharest
[generic] 687 866 79.3% -lh5- fa27 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Budapest
[generic] 577 717 80.5% -lh5- 1793 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Chisinau
[generic] 590 766 77.0% -lh5- 1351 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Copenhagen
[generic] 1005 1285 78.2% -lh5- e5f2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Dublin
[generic] 864 1099 78.6% -lh5- 580a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Gibraltar
[generic] 528 682 77.4% -lh5- f97a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Helsinki
[generic] 795 993 80.1% -lh5- ec65 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Istanbul
[generic] 653 834 78.3% -lh5- ef99 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Kaliningrad
[generic] 642 802 80.0% -lh5- 0c38 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Kiev
[generic] 991 1265 78.3% -lh5- 4b1a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Lisbon
[generic] 533 696 76.6% -lh5- e024 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Ljubljana
[generic] 1030 1323 77.9% -lh5- beeb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/London
[generic] 851 1093 77.9% -lh5- f23c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Luxembourg
[generic] 751 947 79.3% -lh5- 2b37 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Madrid
[generic] 746 941 79.3% -lh5- 9800 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Malta
[generic] 638 805 79.3% -lh5- 4c7c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Minsk
[generic] 838 1085 77.2% -lh5- 91d1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Monaco
[generic] 639 802 79.7% -lh5- 73f9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Moscow
[generic] 617 806 76.6% -lh5- a5ac Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Oslo
[generic] 844 1088 77.6% -lh5- 1a51 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Paris
[generic] 613 806 76.1% -lh5- c8f3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Prague
[generic] 634 804 78.9% -lh5- 18a4 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Riga
[generic] 756 951 79.5% -lh5- 6b2e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Rome
[generic] 571 751 76.0% -lh5- f4d8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Samara
[generic] 533 696 76.6% -lh5- e024 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Sarajevo
[generic] 640 810 79.0% -lh5- c445 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Simferopol
[generic] 533 696 76.6% -lh5- e024 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Skopje
[generic] 587 735 79.9% -lh5- 3b4a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Sofia
[generic] 525 688 76.3% -lh5- 87e1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Stockholm
[generic] 626 800 78.2% -lh5- 9fda Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Tallinn
[generic] 618 783 78.9% -lh5- 549b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Tirane
[generic] 502 647 77.6% -lh5- d42f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Vaduz
[generic] 599 786 76.2% -lh5- a100 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Vienna
[generic] 624 807 77.3% -lh5- dcca Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Vilnius
[generic] 739 940 78.6% -lh5- 01aa Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Warsaw
[generic] 533 696 76.6% -lh5- e024 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Zagreb
[generic] 531 685 77.5% -lh5- 937b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Europe/Zurich
[generic] 74 104 71.2% -lh5- a4fe Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Antananarivo
[generic] 29 56 51.8% -lh5- baa7 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Chagos
[generic] 30 56 53.6% -lh5- 6d0a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Christmas
[generic] 29 56 51.8% -lh5- bf14 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Cocos
[generic] 50 73 68.5% -lh5- 1826 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Comoro
[generic] 42 73 57.5% -lh5- 1512 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Kerguelen
[generic] 50 73 68.5% -lh5- 8c5a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Mahe
[generic] 49 73 67.1% -lh5- b5ef Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Maldives
[generic] 48 73 65.8% -lh5- d4a4 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Mauritius
[generic] 49 73 67.1% -lh5- 7608 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Mayotte
[generic] 47 73 64.4% -lh5- 0c0d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Indian/Reunion
[generic] 2190 3661 59.8% -lh5- c97c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/iso3166.tab
[generic] 578 755 76.6% -lh5- ba40 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/MET
[generic] 65 91 71.4% -lh5- 7b44 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Apia
[generic] 686 870 78.9% -lh5- ca28 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Auckland
[generic] 437 547 79.9% -lh5- 58b5 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Chatham
[generic] 629 789 79.7% -lh5- 0c0b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Easter
[generic] 155 186 83.3% -lh5- b31c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Efate
[generic] 57 83 68.7% -lh5- 62b2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Enderbury
[generic] 29 56 51.8% -lh5- 1b75 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Fakaofo
[generic] 48 73 65.8% -lh5- 1173 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Fiji
[generic] 30 56 53.6% -lh5- 5070 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Funafuti
[generic] 70 91 76.9% -lh5- f41e Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Galapagos
[generic] 46 74 62.2% -lh5- ee7c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Gambier
[generic] 49 73 67.1% -lh5- 4dfe Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Guadalcanal
[generic] 30 56 53.6% -lh5- 4e56 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Guam
[generic] 88 113 77.9% -lh5- ed88 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Honolulu
[generic] 30 56 53.6% -lh5- 4557 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Johnston
[generic] 58 83 69.9% -lh5- 67e9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Kiritimati
[generic] 49 75 65.3% -lh5- 0d80 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Kosrae
[generic] 63 87 72.4% -lh5- a8b3 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Kwajalein
[generic] 46 69 66.7% -lh5- c8c8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Majuro
[generic] 51 74 68.9% -lh5- 357f Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Marquesas
[generic] 56 90 62.2% -lh5- 3264 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Midway
[generic] 83 108 76.9% -lh5- f283 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Nauru
[generic] 58 82 70.7% -lh5- bdf5 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Niue
[generic] 50 73 68.5% -lh5- 81a5 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Norfolk
[generic] 431 537 80.3% -lh5- 2631 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Noumea
[generic] 90 125 72.0% -lh5- a027 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Pago_Pago
[generic] 30 56 53.6% -lh5- a154 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Palau
[generic] 32 56 57.1% -lh5- b966 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Pitcairn
[generic] 30 57 52.6% -lh5- 8da9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Ponape
[generic] 31 56 55.4% -lh5- 6a65 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Port_Moresby
[generic] 535 673 79.5% -lh5- a343 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Rarotonga
[generic] 45 69 65.2% -lh5- e35c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Saipan
[generic] 49 74 66.2% -lh5- 27b8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Tahiti
[generic] 31 57 54.4% -lh5- b941 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Tarawa
[generic] 46 69 66.7% -lh5- 3eb2 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Tongatapu
[generic] 29 57 50.9% -lh5- 1fc0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Truk
[generic] 31 57 54.4% -lh5- f0e4 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Wake
[generic] 31 56 55.4% -lh5- a0b1 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Wallis
[generic] 46 70 65.7% -lh5- 6f6a Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/Pacific/Yap
[generic] 32 56 57.1% -lh5- 19e9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/AST4
[generic] 1095 1428 76.7% -lh5- d7fa Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/AST4ADT
[generic] 31 56 55.4% -lh5- 7883 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/CST6
[generic] 1091 1428 76.4% -lh5- bade Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/CST6CDT
[generic] 31 56 55.4% -lh5- 81ee Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/EST5
[generic] 1095 1428 76.7% -lh5- 9b66 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/EST5EDT
[generic] 30 56 53.6% -lh5- 4557 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/HST10
[generic] 31 56 55.4% -lh5- b736 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/MST7
[generic] 1094 1428 76.6% -lh5- d8d0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/MST7MDT
[generic] 31 56 55.4% -lh5- a558 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/PST8
[generic] 1098 1428 76.9% -lh5- f03c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/PST8PDT
[generic] 31 56 55.4% -lh5- cd3d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/YST9
[generic] 1095 1428 76.7% -lh5- 10b9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/SystemV/YST9YDT
[generic] 523 679 77.0% -lh5- 2e9c Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/WET
[generic] 7432 15311 48.5% -lh5- 89ef Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/etc/zoneinfo/zone.tab
[generic] 704 1688 41.7% -lh5- 41ea Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/gg_init
[generic] 264 352 75.0% -lh5- f491 Jan 7 1980 GG-Lite-1.0-bin-m68k/GG/GG_Shell
[generic] 716 968 74.0% -lh5- 5e09 Jan 5 1980 GG-Lite-1.0-bin-m68k/GG/GG_Shell.info
[generic] 1154 3200 36.1% -lh5- 247b Jan 6 1980 GG-Lite-1.0-bin-m68k/GG/home/geek/.gdbinit
[generic] 0 0 ****** -lh0- 0000 Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/home/geek/.keepme
[generic] 104 111 93.7% -lh5- dd88 Jan 5 1980 GG-Lite-1.0-bin-m68k/GG/home/geek/hello.c
[generic] 1897 4393 43.2% -lh5- 311e Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/include/ansidecl.h
[generic] 475 1486 32.0% -lh5- b8c7 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/assert.h
[generic] 24598 86552 28.4% -lh5- bb63 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/include/bfd.h
[generic] 5568 18551 30.0% -lh5- c1c6 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/include/bfdlink.h
[generic] 873 3182 27.4% -lh5- c39a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/algo.h
[generic] 660 2086 31.6% -lh5- 2a07 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/algobase.h
[generic] 473 1368 34.6% -lh5- 5f10 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/algorithm
[generic] 579 1310 44.2% -lh5- 1a0c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/alloc.h
[generic] 7718 33755 22.9% -lh5- 4cc6 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/bitset
[generic] 1052 2296 45.8% -lh5- 1276 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/builtinbuf.h
[generic] 533 1467 36.3% -lh5- ca26 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/bvector.h
[generic] 124 152 81.6% -lh5- 9ed2 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cassert
[generic] 126 157 80.3% -lh5- 698a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cctype
[generic] 124 155 80.0% -lh5- 2c7b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cerrno
[generic] 121 149 81.2% -lh5- 6205 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cfloat
[generic] 124 152 81.6% -lh5- 4d33 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/ciso646
[generic] 122 152 80.3% -lh5- b6fb Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/climits
[generic] 124 160 77.5% -lh5- 9e1f Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/clocale
[generic] 519 1860 27.9% -lh5- 2186 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cmath
[generic] 215 376 57.2% -lh5- d592 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/complex
[generic] 129 141 91.5% -lh5- 49cf Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/complex.h
[generic] 126 161 78.3% -lh5- 5e7c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/csetjmp
[generic] 125 161 77.6% -lh5- 0740 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/csignal
[generic] 124 152 81.6% -lh5- 050a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cstdarg
[generic] 122 152 80.3% -lh5- fbde Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cstddef
[generic] 124 155 80.0% -lh5- 9f97 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cstdio
[generic] 262 443 59.1% -lh5- da38 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cstdlib
[generic] 592 1812 32.7% -lh5- af5a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cstring
[generic] 116 144 80.6% -lh5- 827a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/ctime
[generic] 126 157 80.3% -lh5- 6324 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cwchar
[generic] 132 165 80.0% -lh5- d27a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/cwctype
[generic] 1014 2331 43.5% -lh5- 1227 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/defalloc.h
[generic] 464 1350 34.4% -lh5- f708 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/deque
[generic] 485 1373 35.3% -lh5- b687 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/deque.h
[generic] 83 90 92.2% -lh5- e4c0 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/dummy.h
[generic] 2662 6882 38.7% -lh5- d5a0 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/editbuf.h
[generic] 1122 2223 50.5% -lh5- c96e Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/floatio.h
[generic] 124 153 81.0% -lh5- 515f Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/fstream
[generic] 1210 3523 34.3% -lh5- 5615 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/fstream.h
[generic] 863 3327 25.9% -lh5- d351 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/function.h
[generic] 413 762 54.2% -lh5- c4fe Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/functional
[generic] 572 1559 36.7% -lh5- 0ddf Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/hashtable.h
[generic] 463 1330 34.8% -lh5- 1f1d Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/hash_map
[generic] 523 1516 34.5% -lh5- 7890 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/hash_map.h
[generic] 462 1330 34.7% -lh5- b216 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/hash_set
[generic] 495 1474 33.6% -lh5- 1ab9 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/hash_set.h
[generic] 491 1427 34.4% -lh5- 1115 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/heap.h
[generic] 1280 2925 43.8% -lh5- 25f5 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/indstream.h
[generic] 851 2833 30.0% -lh5- 082c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iolibio.h
[generic] 123 153 80.4% -lh5- b619 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iomanip
[generic] 1520 5709 26.6% -lh5- 4742 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iomanip.h
[generic] 154 279 55.2% -lh5- 5795 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iosfwd
[generic] 1422 3446 41.3% -lh5- a6d8 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iostdio.h
[generic] 125 156 80.1% -lh5- 83c3 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iostream
[generic] 2604 9675 26.9% -lh5- d630 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iostream.h
[generic] 615 1165 52.8% -lh5- a320 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iostreamP.h
[generic] 605 1142 53.0% -lh5- 5450 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/istream.h
[generic] 518 1479 35.0% -lh5- d5ee Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iterator
[generic] 818 2792 29.3% -lh5- 4f90 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/iterator.h
[generic] 3764 10849 34.7% -lh5- ac21 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/libio.h
[generic] 6906 25594 27.0% -lh5- 42e0 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/libioP.h
[generic] 465 1351 34.4% -lh5- 428f Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/list
[generic] 486 1373 35.4% -lh5- 69cb Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/list.h
[generic] 465 1329 35.0% -lh5- a38a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/map
[generic] 477 1345 35.5% -lh5- ab9a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/map.h
[generic] 1072 2869 37.4% -lh5- 50a3 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/memory
[generic] 487 1370 35.5% -lh5- 2c0b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/multimap.h
[generic] 486 1370 35.5% -lh5- 3b62 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/multiset.h
[generic] 478 1398 34.2% -lh5- e725 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/numeric
[generic] 605 1142 53.0% -lh5- 5450 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/ostream.h
[generic] 528 1518 34.8% -lh5- ac20 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/pair.h
[generic] 2239 5430 41.2% -lh5- 2630 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/parsestream.h
[generic] 1084 2291 47.3% -lh5- 307e Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/pfstream.h
[generic] 1304 3201 40.7% -lh5- 89fb Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/PlotFile.h
[generic] 923 1787 51.7% -lh5- 749f Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/procbuf.h
[generic] 4306 15858 27.2% -lh5- 4e16 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/pthread_alloc
[generic] 459 866 53.0% -lh5- a962 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/pthread_alloc.h
[generic] 490 1475 33.2% -lh5- 29c6 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/queue
[generic] 448 924 48.5% -lh5- 34e0 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/rope
[generic] 466 909 51.3% -lh5- e5e3 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/rope.h
[generic] 11823 47485 24.9% -lh5- 039d Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/ropeimpl.h
[generic] 466 1329 35.1% -lh5- 5331 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/set
[generic] 477 1345 35.5% -lh5- 24f2 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/set.h
[generic] 953 1909 49.9% -lh5- fe03 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/SFile.h
[generic] 420 807 52.0% -lh5- 9209 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/slist
[generic] 443 830 53.4% -lh5- fec8 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/slist.h
[generic] 2070 7419 27.9% -lh5- 5a52 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/sstream
[generic] 471 1378 34.2% -lh5- dbb7 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stack
[generic] 508 1466 34.7% -lh5- 5474 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stack.h
[generic] 2680 13525 19.8% -lh5- 4195 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/bastring.cc
[generic] 4347 22099 19.7% -lh5- a4eb Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/bastring.h
[generic] 2249 7053 31.9% -lh5- c46b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/complext.cc
[generic] 2008 11535 17.4% -lh5- 8631 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/complext.h
[generic] 1163 3650 31.9% -lh5- 9c05 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/dcomplex.h
[generic] 1128 3510 32.1% -lh5- 7d1c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/fcomplex.h
[generic] 1300 3331 39.0% -lh5- b9f4 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/gslice.h
[generic] 1582 5611 28.2% -lh5- 136a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/gslice_array.h
[generic] 1567 5446 28.8% -lh5- 3494 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/indirect_array.h
[generic] 1175 3876 30.3% -lh5- 3a62 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/ldcomplex.h
[generic] 1571 5264 29.8% -lh5- fd34 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/mask_array.h
[generic] 1047 2232 46.9% -lh5- 214f Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/slice.h
[generic] 1593 5364 29.7% -lh5- f1a1 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/slice_array.h
[generic] 4375 24025 18.2% -lh5- 73ec Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/std_valarray.h
[generic] 1457 5162 28.2% -lh5- 3573 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/straits.h
[generic] 2431 11293 21.5% -lh5- 5222 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/valarray_array.h
[generic] 1274 3867 32.9% -lh5- b5be Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/valarray_array.tcc
[generic] 5127 41152 12.5% -lh5- bc93 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/std/valarray_meta.h
[generic] 1069 2899 36.9% -lh5- f52b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stdexcept
[generic] 1107 2602 42.5% -lh5- e783 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stdiostream.h
[generic] 159 305 52.1% -lh5- 8491 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl.h
[generic] 11816 92381 12.8% -lh5- f5ee Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_algo.h
[generic] 3242 17657 18.4% -lh5- 18c8 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_algobase.h
[generic] 8829 33834 26.1% -lh5- 9672 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_alloc.h
[generic] 4980 26043 19.1% -lh5- 17ea Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_bvector.h
[generic] 3107 11894 26.1% -lh5- ec19 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_config.h
[generic] 928 2704 34.3% -lh5- 3d9c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_construct.h
[generic] 9762 56273 17.3% -lh5- 42ad Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_deque.h
[generic] 3952 22197 17.8% -lh5- 9e4b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_function.h
[generic] 5894 32407 18.2% -lh5- 970a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_hashtable.h
[generic] 802 2818 28.5% -lh5- 4260 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_hash_fun.h
[generic] 2243 16001 14.0% -lh5- f502 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_hash_map.h
[generic] 2142 15388 13.9% -lh5- 89fc Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_hash_set.h
[generic] 1553 9055 17.2% -lh5- 31c6 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_heap.h
[generic] 4324 28835 15.0% -lh5- a7dc Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_iterator.h
[generic] 5008 24850 20.2% -lh5- 9d36 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_list.h
[generic] 2115 8722 24.2% -lh5- 7384 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_map.h
[generic] 1983 8707 22.8% -lh5- 5832 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_multimap.h
[generic] 1784 7875 22.7% -lh5- 1f38 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_multiset.h
[generic] 1534 7291 21.0% -lh5- 0495 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_numeric.h
[generic] 826 2340 35.3% -lh5- 9f3b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_pair.h
[generic] 1414 6144 23.0% -lh5- 6d0e Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_queue.h
[generic] 870 2595 33.5% -lh5- 557d Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_raw_storage_iter.h
[generic] 613 1828 33.5% -lh5- 83b7 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_relops.h
[generic] 19982 94363 21.2% -lh5- 5723 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_rope.h
[generic] 1828 7709 23.7% -lh5- e106 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_set.h
[generic] 5497 28634 19.2% -lh5- 6895 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_slist.h
[generic] 1001 3343 29.9% -lh5- 6191 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_stack.h
[generic] 1560 4676 33.4% -lh5- 72d7 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_tempbuf.h
[generic] 7981 43561 18.3% -lh5- d2c4 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_tree.h
[generic] 1818 9344 19.5% -lh5- 1e22 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_uninitialized.h
[generic] 4660 27313 17.1% -lh5- 263c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stl_vector.h
[generic] 920 2033 45.3% -lh5- 095d Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/stream.h
[generic] 5596 17055 32.8% -lh5- 26a6 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/streambuf.h
[generic] 1173 2375 49.4% -lh5- 1ab6 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/strfile.h
[generic] 156 238 65.5% -lh5- 1595 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/string
[generic] 125 159 78.6% -lh5- 2de8 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/strstream
[generic] 1491 4328 34.5% -lh5- 1e6b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/strstream.h
[generic] 651 1898 34.3% -lh5- 08a8 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/tempbuf.h
[generic] 499 1423 35.1% -lh5- 5219 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/tree.h
[generic] 2053 12934 15.9% -lh5- e82e Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/type_traits.h
[generic] 452 1301 34.7% -lh5- 464b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/utility
[generic] 106 131 80.9% -lh5- 9f34 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/valarray
[generic] 468 1379 33.9% -lh5- 09ac Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/vector
[generic] 487 1378 35.3% -lh5- 6a0c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/g++-3/vector.h
[generic] 5650 19750 28.6% -lh5- bfd5 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/include/obstack.h
[generic] 5535 21756 25.4% -lh5- 3218 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/include/pth.h
[generic] 4879 20526 23.8% -lh5- be23 Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/include/pthread.h
[generic] 822 2650 31.0% -lh5- 941a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/include/_G_config.h
[generic] 1328 2923 45.4% -lh5- 7f7b Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/bcrt0.o
[generic] 1306 2990 43.7% -lh5- 3625 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/crt0.o
[generic] 736 1352 54.4% -lh5- f019 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/chillrt0.o
[generic] 371 808 45.9% -lh5- bbd8 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/exception
[generic] 0 0 ****** -lh0- 0000 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/fixed
[generic] 797 3360 23.7% -lh5- f674 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/float.h
[generic] 2004 5614 35.7% -lh5- f1aa Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/g2c.h
[generic] 159 275 57.8% -lh5- 0111 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/iso646.h
[generic] 1020 3312 30.8% -lh5- 8b9f Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/limits.h
[generic] 485 1207 40.2% -lh5- cedd Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/new
[generic] 113 161 70.2% -lh5- 06f0 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/new.h
[generic] 1207 3372 35.8% -lh5- 680a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/encoding.h
[generic] 2422 6381 38.0% -lh5- 6d6a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/hash.h
[generic] 793 1477 53.7% -lh5- f5a8 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/NXConstStr.h
[generic] 5839 20304 28.8% -lh5- 0221 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/objc-api.h
[generic] 1409 3471 40.6% -lh5- 3034 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/objc-list.h
[generic] 1956 5258 37.2% -lh5- 3a83 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/objc.h
[generic] 1471 3501 42.0% -lh5- 529b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/Object.h
[generic] 909 1870 48.6% -lh5- 1129 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/Protocol.h
[generic] 1968 6045 32.6% -lh5- 1513 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/sarray.h
[generic] 1741 5422 32.1% -lh5- 439c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/thr.h
[generic] 1588 4235 37.5% -lh5- be2f Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/objc/typedstream.h
[generic] 114 137 83.2% -lh5- 72fa Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/proto.h
[generic] 279 495 56.4% -lh5- 6e32 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/README
[generic] 2006 6215 32.3% -lh5- 53cf Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/stdarg.h
[generic] 286 502 57.0% -lh5- 6f6d Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/stdbool.h
[generic] 2829 9882 28.6% -lh5- cd2d Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/stddef.h
[generic] 204 330 61.8% -lh5- 4f1e Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/syslimits.h
[generic] 455 1049 43.4% -lh5- fa62 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/typeinfo
[generic] 1247 3377 36.9% -lh5- 8758 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-alpha.h
[generic] 1110 3289 33.7% -lh5- 340a Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-arc.h
[generic] 456 970 47.0% -lh5- 2bf3 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-c4x.h
[generic] 815 2036 40.0% -lh5- a8ae Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-clipper.h
[generic] 655 1591 41.2% -lh5- a9ef Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-h8300.h
[generic] 2026 6652 30.5% -lh5- 7c25 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-i860.h
[generic] 1045 2465 42.4% -lh5- 857b Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-i960.h
[generic] 883 2409 36.7% -lh5- ccbb Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-m32r.h
[generic] 1088 2845 38.2% -lh5- fccb Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-m88k.h
[generic] 2079 10279 20.2% -lh5- 499e Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-mips.h
[generic] 529 1299 40.7% -lh5- 4a67 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-mn10200.h
[generic] 497 1240 40.1% -lh5- 0f5e Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-mn10300.h
[generic] 690 1656 41.7% -lh5- 7cb3 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-pa.h
[generic] 2359 8159 28.9% -lh5- ee27 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-ppc.h
[generic] 1737 4057 42.8% -lh5- 9da9 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-pyr.h
[generic] 2023 6756 29.9% -lh5- e17d Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-sh.h
[generic] 1720 5151 33.4% -lh5- ba4c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-sparc.h
[generic] 720 1777 40.5% -lh5- 02d6 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-spur.h
[generic] 477 1174 40.6% -lh5- 5d66 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/va-v850.h
[generic] 2070 6416 32.3% -lh5- ddfb Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/include/varargs.h
[generic] 66368 358766 18.5% -lh5- 285c Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libb/libgcc.a
[generic] 63711 350888 18.2% -lh5- 49f6 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libb/libm020/libgcc.a
[generic] 63792 351760 18.1% -lh5- cfe2 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libb32/libm020/libgcc.a
[generic] 22139 60384 36.7% -lh5- 7e76 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libchill.a
[generic] 52881 166764 31.7% -lh5- c2a9 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libg2c.a
[generic] 66320 359926 18.4% -lh5- 74de Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libgcc.a
[generic] 63673 352090 18.1% -lh5- 12c5 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libm020/libgcc.a
[generic] 32439 86354 37.6% -lh5- 3baa Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/libobjc.a
[generic] 1025 3033 33.8% -lh5- c2af Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/specs
[generic] 15161 88205 17.2% -lh5- 4235 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/gcc-lib/m68k-amigaos/2.95.3/SYSCALLS.c.X
[generic] 2589 5500 47.1% -lh5- d5dc Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/gcrt0.o
[generic] 1347 3019 44.6% -lh5- aacb Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/lcrt0.o
[generic] 282 669 42.2% -lh5- 90cd Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga.x
[generic] 284 660 43.0% -lh5- 808f Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga.xbn
[generic] 282 669 42.2% -lh5- 90cd Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga.xn
[generic] 132 251 52.6% -lh5- cad8 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga.xr
[generic] 142 268 53.0% -lh5- 156b Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga.xu
[generic] 288 616 46.8% -lh5- b2dc Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga_bss.x
[generic] 287 607 47.3% -lh5- 7546 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga_bss.xbn
[generic] 288 616 46.8% -lh5- b2dc Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga_bss.xn
[generic] 112 165 67.9% -lh5- 3e18 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga_bss.xr
[generic] 122 182 67.0% -lh5- 63c1 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/ldscripts/amiga_bss.xu
[generic] 67012 297694 22.5% -lh5- 8ea0 May 10 1995 GG-Lite-1.0-bin-m68k/GG/lib/libamiga.a
[generic] 36535 85926 42.5% -lh5- 2260 Nov 28 1996 GG-Lite-1.0-bin-m68k/GG/lib/libAPur-gcc.a
[generic] 66673 296032 22.5% -lh5- 408b May 11 1995 GG-Lite-1.0-bin-m68k/GG/lib/libb/libamiga.a
[generic] 90443 253412 35.7% -lh5- 3591 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libb/libc.a
[generic] 12165 40232 30.2% -lh5- 78ad May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm.a
[generic] 12165 40232 30.2% -lh5- 78ad May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm.a
[generic] 12165 40232 30.2% -lh5- 78ad May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libm.a
[generic] 505 802 63.0% -lh5- b602 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/detach.o
[generic] 7135 20564 34.7% -lh5- db37 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libm.a
[generic] 26111 77438 33.7% -lh5- 3802 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libnix.a
[generic] 718 1888 38.0% -lh5- c3ad Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libnix13.a
[generic] 980 1952 50.2% -lh5- ed9a Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libnixmain.a
[generic] 603 1274 47.3% -lh5- b1af Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libnix_main.a
[generic] 22991 62834 36.6% -lh5- 68fa Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libsocket.a
[generic] 1963 5814 33.8% -lh5- b479 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libstack.a
[generic] 3425 20332 16.8% -lh5- d158 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/libstubs.a
[generic] 456 684 66.7% -lh5- d896 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libm881/libnix/swapstack.o
[generic] 505 802 63.0% -lh5- b602 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/detach.o
[generic] 7791 22824 34.1% -lh5- e25c Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libm.a
[generic] 26226 77786 33.7% -lh5- 3602 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libnix.a
[generic] 721 1888 38.2% -lh5- 5ab8 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libnix13.a
[generic] 982 1952 50.3% -lh5- fd23 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libnixmain.a
[generic] 603 1274 47.3% -lh5- 2eb8 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libnix_main.a
[generic] 22991 62830 36.6% -lh5- f96b Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libsocket.a
[generic] 1959 5814 33.7% -lh5- eb3b Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libstack.a
[generic] 3408 20282 16.8% -lh5- e2a2 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/libstubs.a
[generic] 456 684 66.7% -lh5- d896 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libm020/libnix/swapstack.o
[generic] 503 802 62.7% -lh5- d2ed Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/detach.o
[generic] 7873 23306 33.8% -lh5- a121 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libm.a
[generic] 26371 79326 33.2% -lh5- 4f30 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libnix.a
[generic] 733 1912 38.3% -lh5- 46fb Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libnix13.a
[generic] 988 1964 50.3% -lh5- d7a2 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libnixmain.a
[generic] 605 1274 47.5% -lh5- a4cb Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libnix_main.a
[generic] 23298 64396 36.2% -lh5- 2292 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libsocket.a
[generic] 1956 5822 33.6% -lh5- a1d4 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libstack.a
[generic] 3319 20042 16.6% -lh5- 0888 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/libstubs.a
[generic] 456 692 65.9% -lh5- 7776 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libb/libnix/swapstack.o
[generic] 90643 257416 35.2% -lh5- 4cec Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libb32/libm020/libc.a
[generic] 12147 40144 30.3% -lh5- 86c6 May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libb32/libm020/libm.a
[generic] 12147 40144 30.3% -lh5- 86c6 May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libb32/libm020/libm881/libm.a
[generic] 93702 209328 44.8% -lh5- 866b Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/libbfd.a
[generic] 89958 256956 35.0% -lh5- dfa0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libc.a
[generic] 92164 299656 30.8% -lh5- a300 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libc_p.a
[generic] 26461 57300 46.2% -lh5- 0684 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/libiberty.a
[generic] 12167 39792 30.6% -lh5- f794 May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libm.a
[generic] 12167 39792 30.6% -lh5- f794 May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm.a
[generic] 12167 39792 30.6% -lh5- f794 May 21 1998 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libm.a
[generic] 514 826 62.2% -lh5- 4d7f Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/detach.o
[generic] 7291 21516 33.9% -lh5- 4d0f Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libm.a
[generic] 26131 79086 33.0% -lh5- f7b1 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libnix.a
[generic] 714 1888 37.8% -lh5- 21aa Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libnix13.a
[generic] 992 2100 47.2% -lh5- 1538 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libnixmain.a
[generic] 592 1314 45.1% -lh5- 8f08 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libnix_main.a
[generic] 23079 64090 36.0% -lh5- d28d Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libsocket.a
[generic] 1961 5882 33.3% -lh5- 65b2 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libstack.a
[generic] 3433 20372 16.9% -lh5- 061e Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/libstubs.a
[generic] 467 708 66.0% -lh5- 80be Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libm881/libnix/swapstack.o
[generic] 514 826 62.2% -lh5- 4d7f Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/detach.o
[generic] 7938 23644 33.6% -lh5- b0c5 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libm.a
[generic] 26261 79434 33.1% -lh5- bbc4 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libnix.a
[generic] 713 1888 37.8% -lh5- e984 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libnix13.a
[generic] 992 2100 47.2% -lh5- 1f16 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libnixmain.a
[generic] 594 1314 45.2% -lh5- 0e76 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libnix_main.a
[generic] 23083 64086 36.0% -lh5- cd52 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libsocket.a
[generic] 1955 5882 33.2% -lh5- e233 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libstack.a
[generic] 3414 20318 16.8% -lh5- e8e8 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/libstubs.a
[generic] 467 708 66.0% -lh5- 80be Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libm020/libnix/swapstack.o
[generic] 514 826 62.2% -lh5- 065e Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/detach.o
[generic] 671 1252 53.6% -lh5- 7e32 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/devinit.o
[generic] 608 1100 55.3% -lh5- 55bf Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libinit.o
[generic] 799 1492 53.6% -lh5- 6dca Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libinitr.o
[generic] 8002 24030 33.3% -lh5- 7f62 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libm.a
[generic] 26411 81066 32.6% -lh5- dfe8 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libnix.a
[generic] 729 1912 38.1% -lh5- 71dc Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libnix13.a
[generic] 1002 2112 47.4% -lh5- 4b79 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libnixmain.a
[generic] 593 1314 45.1% -lh5- e1d4 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libnix_main.a
[generic] 23483 65740 35.7% -lh5- aee9 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libsocket.a
[generic] 1958 5890 33.2% -lh5- 4642 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libstack.a
[generic] 3308 20090 16.5% -lh5- 6611 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/libstubs.a
[generic] 757 1317 57.5% -lh5- b409 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/nbcrt0.o
[generic] 673 1181 57.0% -lh5- 5041 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/ncrt0.o
[generic] 922 1591 58.0% -lh5- 67bb Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/nrcrt0.o
[generic] 472 720 65.6% -lh5- a314 Sep 9 2004 GG-Lite-1.0-bin-m68k/GG/lib/libnix/swapstack.o
[generic] 27540 79708 34.6% -lh5- 0060 Apr 14 1997 GG-Lite-1.0-bin-m68k/GG/lib/libopcodes.a
[generic] 32460 79172 41.0% -lh5- 81b8 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libpth.a
[generic] 429 739 58.1% -lh5- 1de0 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libpth.la
[generic] 37954 97222 39.0% -lh5- 0d5d Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libpthread.a
[generic] 432 751 57.5% -lh5- 8cf9 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/libpthread.la
[generic] 432421 1482878 29.2% -lh5- c053 Jul 22 2002 GG-Lite-1.0-bin-m68k/GG/lib/libstdc++.a
[generic] 2589 5500 47.1% -lh5- d5dc Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/mcrt0.o
[generic] 1374 3046 45.1% -lh5- 8a38 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/rcrt0.o
[generic] 1401 3146 44.5% -lh5- cec6 Jan 3 1980 GG-Lite-1.0-bin-m68k/GG/lib/scrt0.o
[generic] 704 1665 42.3% -lh5- 4a18 Jan 22 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/amitcp/bignames.h
[generic] 1592 3790 42.0% -lh5- e669 Sep 12 1995 GG-Lite-1.0-bin-m68k/GG/netinclude/amitcp/socketbasetags.h
[generic] 429 861 49.8% -lh5- bef7 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/amitcp/types.h
[generic] 841 2010 41.8% -lh5- d9b1 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/arpa/ftp.h
[generic] 320 545 58.7% -lh5- 6238 Mar 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/arpa/inet.h
[generic] 2533 6868 36.9% -lh5- aa89 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/arpa/nameser.h
[generic] 3028 8403 36.0% -lh5- eff6 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/arpa/telnet.h
[generic] 659 1328 49.6% -lh5- c0a4 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/arpa/tftp.h
[generic] 394 804 49.0% -lh5- 023f Mar 26 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/bsdsocket.h
[generic] 546 1175 46.5% -lh5- 05c3 Oct 14 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/charread.h
[generic] 626 1349 46.4% -lh5- ff22 Feb 25 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/clib/ifconfig_protos.h
[generic] 1747 5136 34.0% -lh5- 55b4 Feb 16 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/clib/netlib_protos.h
[generic] 702 1440 48.8% -lh5- c01b Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/clib/serscript_protos.h
[generic] 538 1297 41.5% -lh5- a381 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/clib/socket_inlines.h
[generic] 1106 3368 32.8% -lh5- db59 Mar 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/clib/socket_protos.h
[generic] 829 2140 38.7% -lh5- 852f Dec 17 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/clib/usergroup_protos.h
[generic] 918 2244 40.9% -lh5- d9c0 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/devices/netinfo.h
[generic] 2956 9642 30.7% -lh5- f1bf Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/devices/sana2.h
[generic] 2578 8275 31.2% -lh5- e203 Jul 24 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/devices/sana2.i
[generic] 720 1527 47.2% -lh5- 6e7d Jul 24 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/devices/sana2specialstats.h
[generic] 723 1523 47.5% -lh5- 19a4 Jul 24 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/devices/sana2specialstats.i
[generic] 266 427 62.3% -lh5- b095 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/errno.h
[generic] 728 1645 44.3% -lh5- 3dee Mar 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/fcntl.h
[generic] 336 585 57.4% -lh5- 30ba Feb 25 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/fd/ifconfig_lib.fd
[generic] 300 481 62.4% -lh5- 644c Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/fd/serscript_lib.fd
[generic] 973 2384 40.8% -lh5- 0399 Jan 22 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/fd/socket_lib.fd
[generic] 618 1425 43.4% -lh5- fcd2 Dec 17 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/fd/usergroup_lib.fd
[generic] 279 477 58.5% -lh5- e5b7 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/getopt.h
[generic] 410 787 52.1% -lh5- 9de1 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/grp.h
[generic] 755 1519 49.7% -lh5- 7541 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/inetd.h
[generic] 1650 7159 23.0% -lh5- 55de Jul 29 1980 GG-Lite-1.0-bin-m68k/GG/netinclude/inline/socket.h
[generic] 933 3558 26.2% -lh5- 185e Feb 16 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/inline/socket_context.h
[generic] 1454 12677 11.5% -lh5- 1540 Feb 26 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/inline/usergroup.h
[generic] 835 3066 27.2% -lh5- d138 Feb 16 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/inline/usergroup_context.h
[generic] 375 697 53.8% -lh5- 8aaa Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/ios1.h
[generic] 2635 7298 36.1% -lh5- 2f2f Feb 25 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/libraries/ifconfig.h
[generic] 1036 2296 45.1% -lh5- 9d97 Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/libraries/serscript.h
[generic] 854 1859 45.9% -lh5- 5ff0 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/libraries/usergroup.h
[generic] 581 1225 47.4% -lh5- 544f Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/lineread.h
[generic] 1248 2989 41.8% -lh5- c137 Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/net/if.h
[generic] 1960 4376 44.8% -lh5- f021 Dec 4 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/net/if_arp.h
[generic] 1025 1976 51.9% -lh5- 3c86 Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/net/if_dl.h
[generic] 1094 2603 42.0% -lh5- 87b2 Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/net/if_types.h
[generic] 2031 4995 40.7% -lh5- f1ba Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/net/route.h
[generic] 329 687 47.9% -lh5- 4fcb Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/net/sana2errno.h
[generic] 364 819 44.4% -lh5- b93e Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/net/sana2tags.h
[generic] 1018 2208 46.1% -lh5- 338d Mar 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/netdb.h
[generic] 1682 4051 41.5% -lh5- d3fb Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/netinet/in.h
[generic] 463 858 54.0% -lh5- e2d8 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/netinet/in_systm.h
[generic] 1656 4102 40.4% -lh5- 8eef Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/netinet/ip.h
[generic] 1429 3748 38.1% -lh5- 586d Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/netinet/ip_icmp.h
[generic] 1306 3192 40.9% -lh5- d7b7 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/netinet/ip_var.h
[generic] 778 1571 49.5% -lh5- d209 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/netinet/tcp.h
[generic] 310 525 59.0% -lh5- b9ba Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/netinet/udp.h
[generic] 411 769 53.4% -lh5- 1718 Jan 21 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/pkts.h
[generic] 299 683 43.8% -lh5- 5036 Feb 25 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/pragmas/ifconfig_pragmas.h
[generic] 249 436 57.1% -lh5- cb53 Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/pragmas/serscript_pragmas.h
[generic] 1190 6026 19.7% -lh5- 9b29 Mar 2 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/pragmas/socket_pragmas.h
[generic] 629 2391 26.3% -lh5- 2426 Dec 17 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/pragmas/usergroup_pragmas.h
[generic] 355 638 55.6% -lh5- ddc7 Feb 26 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/proto/ifconfig.h
[generic] 358 648 55.2% -lh5- 4552 Feb 26 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/proto/serscript.h
[generic] 246 493 49.9% -lh5- 1aa3 Jul 29 1980 GG-Lite-1.0-bin-m68k/GG/netinclude/proto/socket.h
[generic] 357 648 55.1% -lh5- 053b Mar 2 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/proto/usergroup.h
[generic] 1139 2596 43.9% -lh5- 1492 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/protocols/dumprestore.h
[generic] 1153 2414 47.8% -lh5- 3f5d Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/protocols/routed.h
[generic] 553 1065 51.9% -lh5- 8f8d Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/protocols/rwhod.h
[generic] 1367 3267 41.8% -lh5- fa1b Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/protocols/talkd.h
[generic] 1012 2369 42.7% -lh5- 5b5e Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/protocols/timed.h
[generic] 448 922 48.6% -lh5- 647e Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/pwd.h
[generic] 1603 3945 40.6% -lh5- 9551 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/auth.h
[generic] 782 1470 53.2% -lh5- 1b18 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/auth_unix.h
[generic] 2797 7767 36.0% -lh5- bb27 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/clnt.h
[generic] 382 914 41.8% -lh5- 5c33 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/gst.h
[generic] 852 2209 38.6% -lh5- c0eb Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/pmap_clnt.h
[generic] 1027 2415 42.5% -lh5- 1e23 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/pmap_prot.h
[generic] 472 885 53.3% -lh5- 4e1f Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/pmap_rmt.h
[generic] 981 2003 49.0% -lh5- 82d7 Oct 4 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/rpc.h
[generic] 1283 3211 40.0% -lh5- 4438 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/rpc_msg.h
[generic] 3042 8208 37.1% -lh5- 0bf7 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/svc.h
[generic] 355 602 59.0% -lh5- ad21 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/svc_auth.h
[generic] 768 1694 45.3% -lh5- 0496 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/types.h
[generic] 3517 10602 33.2% -lh5- cc45 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpc/xdr.h
[generic] 689 1554 44.3% -lh5- d565 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/bootparam_prot.x
[generic] 877 2217 39.6% -lh5- 8fd1 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/klm_prot.x
[generic] 761 2225 34.2% -lh5- e18a Mar 7 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/Makefile.org
[generic] 1273 3096 41.1% -lh5- e387 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/mount.x
[generic] 2107 6415 32.8% -lh5- 15e1 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/nfs_prot.x
[generic] 1245 3476 35.8% -lh5- a09d Mar 7 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/nlm_prot.x
[generic] 2013 5846 34.4% -lh5- 2967 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/rex.x
[generic] 388 882 44.0% -lh5- 924a Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/rnusers.x
[generic] 693 1569 44.2% -lh5- 1a8b Mar 7 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/rquota.x
[generic] 798 2219 36.0% -lh5- f1aa Mar 7 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/rstat.c
[generic] 768 2425 31.7% -lh5- 3c61 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/rstat.x
[generic] 2034 7527 27.0% -lh5- ee2d Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/rstat_proc.c
[generic] 791 2277 34.7% -lh5- de59 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/sm_inter.x
[generic] 508 969 52.4% -lh5- 2f72 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/spray.x
[generic] 1736 4861 35.7% -lh5- 96bc Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/yp.x
[generic] 376 716 52.5% -lh5- b4f8 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/rpcsvc/yppasswd.x
[generic] 846 1547 54.7% -lh5- d948 Mar 26 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/Smake.template
[generic] 222 339 65.5% -lh5- ea87 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/stat.h
[generic] 1753 4841 36.2% -lh5- f70c Mar 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/stdio.h
[generic] 962 2157 44.6% -lh5- 42c1 Sep 8 1995 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/cdefs.h
[generic] 1849 4822 38.3% -lh5- 8697 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/errno.h
[generic] 247 388 63.7% -lh5- aeba Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/file.h
[generic] 1566 4715 33.2% -lh5- 3554 Jan 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/ioctl.h
[generic] 1011 2242 45.1% -lh5- c746 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/param.h
[generic] 2893 7577 38.2% -lh5- 6ed8 Mar 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/socket.h
[generic] 1213 3251 37.3% -lh5- 8d6d Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/stat.h
[generic] 1894 4736 40.0% -lh5- 1130 Mar 27 1996 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/syslog.h
[generic] 1227 2885 42.5% -lh5- 4431 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/time.h
[generic] 746 1577 47.3% -lh5- 6a83 Oct 6 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/sys/types.h
[generic] 206 303 68.0% -lh5- 0242 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/syslog.h
[generic] 745 1931 38.6% -lh5- 01ab Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/unistd.h
[generic] 301 492 61.2% -lh5- b047 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/utime.h
[generic] 455 1032 44.1% -lh5- a536 Oct 3 1994 GG-Lite-1.0-bin-m68k/GG/netinclude/utmp.h
[generic] 1261 3307 38.1% -lh5- efba Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/classes/arexx.h
[generic] 2020 6813 29.6% -lh5- d20e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/classes/requester.h
[generic] 3215 10718 30.0% -lh5- 0e00 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/classes/window.h
[generic] 1686 4768 35.4% -lh5- 0fce Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/alib_protos.h
[generic] 426 890 47.9% -lh5- 4659 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/alib_stdio_protos.h
[generic] 768 2332 32.9% -lh5- f3a1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/amigaguide_protos.h
[generic] 1079 4860 22.2% -lh5- 2d31 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/aml_protos.h
[generic] 298 533 55.9% -lh5- 8166 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/arexx_protos.h
[generic] 516 1168 44.2% -lh5- 460d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/asl_protos.h
[generic] 305 527 57.9% -lh5- 2203 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/battclock_protos.h
[generic] 347 626 55.4% -lh5- 99c7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/battmem_protos.h
[generic] 299 533 56.1% -lh5- 7231 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/bevel_protos.h
[generic] 297 538 55.2% -lh5- 4324 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/bitmap_protos.h
[generic] 411 1022 40.2% -lh5- b6f5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/bullet_protos.h
[generic] 298 538 55.4% -lh5- f544 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/button_protos.h
[generic] 593 1483 40.0% -lh5- 1cba Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/cardres_protos.h
[generic] 303 548 55.3% -lh5- af77 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/checkbox_protos.h
[generic] 396 938 42.2% -lh5- 8209 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/chooser_protos.h
[generic] 379 830 45.7% -lh5- e96e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/cia_protos.h
[generic] 400 950 42.1% -lh5- 196c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/clicktab_protos.h
[generic] 397 737 53.9% -lh5- fbcb Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/colorwheel_protos.h
[generic] 871 2215 39.3% -lh5- dace Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/commodities_protos.h
[generic] 450 830 54.2% -lh5- 784a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/console_protos.h
[generic] 661 2368 27.9% -lh5- 5f58 Jul 15 1998 GG-Lite-1.0-bin-m68k/GG/os-include/clib/cybergraphics_protos.h
[generic] 922 3201 28.8% -lh5- f6c9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/datatypes_protos.h
[generic] 373 704 53.0% -lh5- 546a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/datebrowser_protos.h
[generic] 455 1219 37.3% -lh5- 0536 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/ddebug_protos.h
[generic] 478 1298 36.8% -lh5- 9708 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/debug_protos.h
[generic] 567 1212 46.8% -lh5- fcc3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/diskfont_protos.h
[generic] 366 677 54.1% -lh5- 81ae Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/disk_protos.h
[generic] 2920 10647 27.4% -lh5- 42df Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/dos_protos.h
[generic] 301 548 54.9% -lh5- 5e2c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/drawlist_protos.h
[generic] 2387 9600 24.9% -lh5- 0af4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/exec_protos.h
[generic] 742 2066 35.9% -lh5- 1239 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/expansion_protos.h
[generic] 306 553 55.3% -lh5- 32b9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/fuelgauge_protos.h
[generic] 899 2995 30.0% -lh5- 75c1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/gadtools_protos.h
[generic] 302 543 55.6% -lh5- cea1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/getfile_protos.h
[generic] 301 543 55.4% -lh5- ba53 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/getfont_protos.h
[generic] 313 573 54.6% -lh5- c723 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/getscreenmode_protos.h
[generic] 298 533 55.9% -lh5- 8677 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/glyph_protos.h
[generic] 3009 12943 23.2% -lh5- 61e4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/graphics_protos.h
[generic] 765 3166 24.2% -lh5- c12b May 23 1999 GG-Lite-1.0-bin-m68k/GG/os-include/clib/guigfx_protos.h
[generic] 856 2875 29.8% -lh5- fa8a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/icon_protos.h
[generic] 1047 3717 28.2% -lh5- 4bf6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/iffparse_protos.h
[generic] 319 500 63.8% -lh5- e4ab Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/input_protos.h
[generic] 295 543 54.3% -lh5- 25be Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/integer_protos.h
[generic] 2806 11393 24.6% -lh5- 5487 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/intuition_protos.h
[generic] 442 860 51.4% -lh5- d37b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/keymap_protos.h
[generic] 297 533 55.7% -lh5- ee97 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/label_protos.h
[generic] 812 3009 27.0% -lh5- 2ce3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/layers_protos.h
[generic] 528 1414 37.3% -lh5- bf66 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/layout_protos.h
[generic] 582 1966 29.6% -lh5- 934e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/listbrowser_protos.h
[generic] 778 2485 31.3% -lh5- 0e4c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/locale_protos.h
[generic] 750 1761 42.6% -lh5- 7d24 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/lowlevel_protos.h
[generic] 225 342 65.8% -lh5- d372 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/macros.h
[generic] 405 910 44.5% -lh5- 6f23 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/mathffp_protos.h
[generic] 442 1010 43.8% -lh5- 5b52 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/mathieeedoubbas_protos.h
[generic] 392 1067 36.7% -lh5- cbeb Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/mathieeedoubtrans_protos.h
[generic] 390 935 41.7% -lh5- 4152 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/mathieeesingbas_protos.h
[generic] 379 1034 36.7% -lh5- 30a2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/mathieeesingtrans_protos.h
[generic] 408 992 41.1% -lh5- 31b5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/mathtrans_protos.h
[generic] 317 516 61.4% -lh5- 66fc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/misc_protos.h
[generic] 500 1156 43.3% -lh5- a3da Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/nonvolatile_protos.h
[generic] 309 502 61.6% -lh5- 1cc0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/page_protos.h
[generic] 299 543 55.1% -lh5- 0e99 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/palette_protos.h
[generic] 298 538 55.4% -lh5- bda3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/penmap_protos.h
[generic] 400 950 42.1% -lh5- 027e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/popcycle_protos.h
[generic] 308 527 58.4% -lh5- df31 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/potgo_protos.h
[generic] 417 1016 41.0% -lh5- ce21 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/radiobutton_protos.h
[generic] 344 591 58.2% -lh5- 5e1e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/ramdrive_protos.h
[generic] 710 2303 30.8% -lh5- 2ba4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/reaction_lib_protos.h
[generic] 601 1441 41.7% -lh5- 85f7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/realtime_protos.h
[generic] 1094 5272 20.8% -lh5- 85f3 Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/clib/render_protos.h
[generic] 305 553 55.2% -lh5- 362c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/requester_protos.h
[generic] 542 1439 37.7% -lh5- 9a72 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/resource_protos.h
[generic] 524 1158 45.3% -lh5- 37f8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/rexxsyslib_protos.h
[generic] 303 548 55.3% -lh5- d874 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/scroller_protos.h
[generic] 299 538 55.6% -lh5- 828c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/slider_protos.h
[generic] 299 533 56.1% -lh5- e0a4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/space_protos.h
[generic] 413 999 41.3% -lh5- b7ee Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/speedbar_protos.h
[generic] 298 538 55.4% -lh5- c6eb Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/string_protos.h
[generic] 303 558 54.3% -lh5- a8f1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/texteditor_protos.h
[generic] 353 710 49.7% -lh5- d541 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/timer_protos.h
[generic] 322 538 59.9% -lh5- abca Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/translator_protos.h
[generic] 1255 3946 31.8% -lh5- 8447 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/utility_protos.h
[generic] 459 875 52.5% -lh5- 19d2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/virtual_protos.h
[generic] 790 2778 28.4% -lh5- fa9c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/wb_protos.h
[generic] 298 538 55.4% -lh5- f895 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/clib/window_protos.h
[generic] 1965 6470 30.4% -lh5- a10d Jul 15 1998 GG-Lite-1.0-bin-m68k/GG/os-include/cybergraphx/cybergraphics.h
[generic] 2696 8228 32.8% -lh5- 0c12 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/datatypes/animationclass.h
[generic] 2188 6768 32.3% -lh5- 3aef Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/datatypes/datatypes.h
[generic] 3467 11479 30.2% -lh5- 973e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/datatypes/datatypesclass.h
[generic] 2606 8438 30.9% -lh5- 4e5c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/datatypes/pictureclass.h
[generic] 1523 4292 35.5% -lh5- af67 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/datatypes/soundclass.h
[generic] 911 2472 36.9% -lh5- 1ca5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/datatypes/textclass.h
[generic] 539 1213 44.4% -lh5- 7773 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/audio.h
[generic] 429 701 61.2% -lh5- 7bb3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/bootblock.h
[generic] 3819 11587 33.0% -lh5- eaa3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/cd.h
[generic] 872 1990 43.8% -lh5- 6aa5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/clipboard.h
[generic] 816 2186 37.3% -lh5- f8f1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/console.h
[generic] 1140 2804 40.7% -lh5- 49eb Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/conunit.h
[generic] 597 1335 44.7% -lh5- f07e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/gameport.h
[generic] 3356 10048 33.4% -lh5- 3662 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/hardblocks.h
[generic] 309 626 49.4% -lh5- dc15 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/input.h
[generic] 3197 9541 33.5% -lh5- 538b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/inputevent.h
[generic] 293 538 54.5% -lh5- 622c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/keyboard.h
[generic] 724 1695 42.7% -lh5- cb46 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/keymap.h
[generic] 1875 4894 38.3% -lh5- 9ce8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/narrator.h
[generic] 1379 3556 38.8% -lh5- b599 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/parallel.h
[generic] 4433 15546 28.5% -lh5- f21a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/printer.h
[generic] 3918 12405 31.6% -lh5- c989 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/prtbase.h
[generic] 977 3543 27.6% -lh5- a0fa Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/prtgfx.h
[generic] 2099 5178 40.5% -lh5- 65b2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/scsidisk.h
[generic] 2489 7229 34.4% -lh5- 1690 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/serial.h
[generic] 466 886 52.6% -lh5- 27a7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/timer.h
[generic] 2918 7951 36.7% -lh5- 9333 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/devices/trackdisk.h
[generic] 1324 3396 39.0% -lh5- 4ae4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/diskfont/diskfont.h
[generic] 4547 14615 31.1% -lh5- cf5a Dec 28 2001 GG-Lite-1.0-bin-m68k/GG/os-include/diskfont/diskfonttag.h
[generic] 822 1916 42.9% -lh5- 81de Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/diskfont/glyph.h
[generic] 515 1151 44.7% -lh5- 75c1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/diskfont/oterrors.h
[generic] 673 1386 48.6% -lh5- 2e99 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/datetime.h
[generic] 4089 10865 37.6% -lh5- 6e75 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/dos.h
[generic] 2053 4887 42.0% -lh5- fe2b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/dosasl.h
[generic] 6092 16939 36.0% -lh5- 798b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/dosextens.h
[generic] 1204 3086 39.0% -lh5- ad64 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/doshunks.h
[generic] 1793 5146 34.8% -lh5- be8c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/dostags.h
[generic] 1088 2135 51.0% -lh5- 427b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/exall.h
[generic] 2173 5425 40.1% -lh5- 2277 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/filehandler.h
[generic] 995 2334 42.6% -lh5- d842 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/notify.h
[generic] 1663 4391 37.9% -lh5- c447 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/rdargs.h
[generic] 375 686 54.7% -lh5- 2a22 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/record.h
[generic] 443 829 53.4% -lh5- 867b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/stdio.h
[generic] 882 1728 51.0% -lh5- 659e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/dos/var.h
[generic] 3490 10856 32.1% -lh5- 0186 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/alerts.h
[generic] 541 1026 52.7% -lh5- 3ecc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/avl.h
[generic] 442 911 48.5% -lh5- 073e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/devices.h
[generic] 444 760 58.4% -lh5- 6ff5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/errors.h
[generic] 293 685 42.8% -lh5- b1d7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/exec.h
[generic] 2770 7175 38.6% -lh5- a307 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/execbase.h
[generic] 389 796 48.9% -lh5- 0746 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/initializers.h
[generic] 503 964 52.2% -lh5- a9c0 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/interrupts.h
[generic] 650 1575 41.3% -lh5- 87e4 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/io.h
[generic] 933 2155 43.3% -lh5- f924 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/libraries.h
[generic] 702 1387 50.6% -lh5- 81e8 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/lists.h
[generic] 1385 3396 40.8% -lh5- 6509 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/memory.h
[generic] 909 1743 52.2% -lh5- 7b41 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/nodes.h
[generic] 599 1366 43.9% -lh5- 988a Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/ports.h
[generic] 659 1244 53.0% -lh5- 9de5 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/resident.h
[generic] 613 1414 43.4% -lh5- 968a Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/semaphores.h
[generic] 1104 2914 37.9% -lh5- be8e Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/tasks.h
[generic] 1383 3610 38.3% -lh5- ebaa Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/exec/types.h
[generic] 386 1096 35.2% -lh5- e86e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/amigaguide_lib.fd
[generic] 571 2155 26.5% -lh5- 6320 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/aml_lib.fd
[generic] 62 62 100.0% -lh0- 7d56 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/arexx_lib.fd
[generic] 234 458 51.1% -lh5- 0490 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/asl_lib.fd
[generic] 104 162 64.2% -lh5- a5b8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/battclock_lib.fd
[generic] 114 182 62.6% -lh5- 08c2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/battmem_lib.fd
[generic] 62 62 100.0% -lh0- 1e0d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/bevel_lib.fd
[generic] 64 64 100.0% -lh0- 3c08 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/bitmap_lib.fd
[generic] 134 244 54.9% -lh5- ac2a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/bullet_lib.fd
[generic] 64 64 100.0% -lh0- 6f41 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/button_lib.fd
[generic] 280 550 50.9% -lh5- dfdc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/cardres_lib.fd
[generic] 68 68 100.0% -lh0- 836a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/checkbox_lib.fd
[generic] 120 198 60.6% -lh5- 3a57 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/chooser_lib.fd
[generic] 103 183 56.3% -lh5- 2fa7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/cia_lib.fd
[generic] 122 204 59.8% -lh5- e889 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/clicktab_lib.fd
[generic] 143 190 75.3% -lh5- d489 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/colorwheel_lib.fd
[generic] 545 1291 42.2% -lh5- 239f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/commodities_lib.fd
[generic] 185 287 64.5% -lh5- d75d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/console_lib.fd
[generic] 630 1796 35.1% -lh5- e838 Jul 15 1998 GG-Lite-1.0-bin-m68k/GG/os-include/FD/cybergraphics_lib.fd
[generic] 452 922 49.0% -lh5- 9da1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/datatypes_lib.fd
[generic] 131 174 75.3% -lh5- eb7c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/datebrowser_lib.fd
[generic] 254 461 55.1% -lh5- e6a3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/diskfont_lib.fd
[generic] 123 198 62.1% -lh5- 4295 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/disk_lib.fd
[generic] 2089 5765 36.2% -lh5- 6532 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/dos_lib.fd
[generic] 68 68 100.0% -lh0- 11c2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/drawlist_lib.fd
[generic] 103 112 92.0% -lh5- 6a1e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/dtclass_lib.fd
[generic] 1918 6361 30.2% -lh5- f36f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/exec_lib.fd
[generic] 416 1102 37.7% -lh5- 21d0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/expansion_lib.fd
[generic] 70 70 100.0% -lh0- c837 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/fuelgauge_lib.fd
[generic] 474 1102 43.0% -lh5- b008 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/gadtools_lib.fd
[generic] 66 66 100.0% -lh0- 67b3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/getfile_lib.fd
[generic] 66 66 100.0% -lh0- 8106 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/getfont_lib.fd
[generic] 77 78 98.7% -lh5- 38d4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/getscreenmode_lib.fd
[generic] 62 62 100.0% -lh0- e21f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/glyph_lib.fd
[generic] 2197 6435 34.1% -lh5- d8a0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/graphics_lib.fd
[generic] 483 1245 38.8% -lh5- 5b07 Dec 31 1997 GG-Lite-1.0-bin-m68k/GG/os-include/FD/guigfx_lib.fd
[generic] 476 1002 47.5% -lh5- 1a6e Aug 4 1999 GG-Lite-1.0-bin-m68k/GG/os-include/FD/hdwrench.fd
[generic] 473 1171 40.4% -lh5- ec56 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/icon_lib.fd
[generic] 711 1901 37.4% -lh5- b3b5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/iffparse_lib.fd
[generic] 104 111 93.7% -lh5- 9a3e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/input_lib.fd
[generic] 66 66 100.0% -lh0- 6c46 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/integer_lib.fd
[generic] 2126 6221 34.2% -lh5- b648 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/intuition_lib.fd
[generic] 172 254 67.7% -lh5- 0012 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/keymap_lib.fd
[generic] 62 62 100.0% -lh0- 2ba8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/label_lib.fd
[generic] 461 1285 35.9% -lh5- b2ab Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/layers_lib.fd
[generic] 223 432 51.6% -lh5- 0fbc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/layout_lib.fd
[generic] 261 667 39.1% -lh5- d2d6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/listbrowser_lib.fd
[generic] 421 1254 33.6% -lh5- 2869 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/locale_lib.fd
[generic] 426 957 44.5% -lh5- 2129 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/lowlevel_lib.fd
[generic] 178 375 47.5% -lh5- c217 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/mathffp_lib.fd
[generic] 216 477 45.3% -lh5- bc9d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/mathieeedoubbas_lib.fd
[generic] 173 477 36.3% -lh5- 5618 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/mathieeedoubtrans_lib.fd
[generic] 160 382 41.9% -lh5- ccf3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/mathieeesingbas_lib.fd
[generic] 161 427 37.7% -lh5- 9db0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/mathieeesingtrans_lib.fd
[generic] 188 406 46.3% -lh5- fca5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/mathtrans_lib.fd
[generic] 89 110 80.9% -lh5- 6429 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/misc_lib.fd
[generic] 215 423 50.8% -lh5- 5243 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/nonvolatile_lib.fd
[generic] 66 66 100.0% -lh0- fa9b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/palette_lib.fd
[generic] 64 64 100.0% -lh0- df8e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/penmap_lib.fd
[generic] 124 204 60.8% -lh5- abe8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/popcycle_lib.fd
[generic] 94 116 81.0% -lh5- 89c6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/potgo_lib.fd
[generic] 138 233 59.2% -lh5- 777c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/radiobutton_lib.fd
[generic] 122 179 68.2% -lh5- 50d3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/ramdrive_lib.fd
[generic] 251 462 54.3% -lh5- 51c5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/realtime_lib.fd
[generic] 885 2996 29.5% -lh5- 653a Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/FD/render_lib.fd
[generic] 70 70 100.0% -lh0- f109 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/requester_lib.fd
[generic] 187 375 49.9% -lh5- de2c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/resource_lib.fd
[generic] 274 564 48.6% -lh5- 5c9c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/rexxsyslib_lib.fd
[generic] 68 68 100.0% -lh0- ea3e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/scroller_lib.fd
[generic] 64 64 100.0% -lh0- d943 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/slider_lib.fd
[generic] 62 62 100.0% -lh0- ae95 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/space_lib.fd
[generic] 135 226 59.7% -lh5- c327 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/speedbar_lib.fd
[generic] 64 64 100.0% -lh0- c18c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/string_lib.fd
[generic] 71 71 100.0% -lh0- 7321 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/texteditor_lib.fd
[generic] 103 160 64.4% -lh5- 84c3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/timer_lib.fd
[generic] 101 120 84.2% -lh5- 50e4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/translator_lib.fd
[generic] 891 2267 39.3% -lh5- 5cd7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/utility_lib.fd
[generic] 159 210 75.7% -lh5- 2bf4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/virtual_lib.fd
[generic] 386 960 40.2% -lh5- c8a3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/wb_lib.fd
[generic] 64 64 100.0% -lh0- c006 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/FD/window_lib.fd
[generic] 1697 4724 35.9% -lh5- fc0a Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/button.h
[generic] 559 1394 40.1% -lh5- db2a Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/checkbox.h
[generic] 1421 3780 37.6% -lh5- 1e9d Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/chooser.h
[generic] 888 2479 35.8% -lh5- b810 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/clicktab.h
[generic] 645 1988 32.4% -lh5- e25a Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/colorwheel.h
[generic] 1318 3499 37.7% -lh5- c292 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/datebrowser.h
[generic] 824 2443 33.7% -lh5- 0799 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/fuelgauge.h
[generic] 1787 5488 32.6% -lh5- 9eb4 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/getfile.h
[generic] 1179 4083 28.9% -lh5- 60c8 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/getfont.h
[generic] 1342 5453 24.6% -lh5- 9fde Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/getscreenmode.h
[generic] 418 1008 41.5% -lh5- 4f81 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/gradientslider.h
[generic] 598 1495 40.0% -lh5- d689 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/integer.h
[generic] 4216 13605 31.0% -lh5- 3725 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/layout.h
[generic] 4256 15056 28.3% -lh5- b6e8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/listbrowser.h
[generic] 226 424 53.3% -lh5- 7da4 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/page.h
[generic] 518 1328 39.0% -lh5- 8fcb Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/palette.h
[generic] 604 1637 36.9% -lh5- fa1c Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/radiobutton.h
[generic] 646 1776 36.4% -lh5- 0a58 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/scroller.h
[generic] 695 2100 33.1% -lh5- 909d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/slider.h
[generic] 694 1901 36.5% -lh5- fe63 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/space.h
[generic] 1275 4008 31.8% -lh5- 9b62 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/speedbar.h
[generic] 925 2104 44.0% -lh5- c6a4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/string.h
[generic] 526 1358 38.7% -lh5- 1581 Dec 21 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/tapedeck.h
[generic] 1808 7754 23.3% -lh5- 9c91 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/texteditor.h
[generic] 507 1750 29.0% -lh5- 4d7c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/gadgets/virtual.h
[generic] 1105 2594 42.6% -lh5- a20a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/clip.h
[generic] 408 678 60.2% -lh5- 5314 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/coerce.h
[generic] 615 1205 51.0% -lh5- 5f03 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/collide.h
[generic] 1246 3112 40.0% -lh5- c3b2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/copper.h
[generic] 563 1131 49.8% -lh5- 6c32 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/display.h
[generic] 2195 6044 36.3% -lh5- a2af Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/displayinfo.h
[generic] 3302 9874 33.4% -lh5- cb8b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/gels.h
[generic] 786 1581 49.7% -lh5- 778a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/gfx.h
[generic] 2124 5047 42.1% -lh5- 0e0a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/gfxbase.h
[generic] 1212 4075 29.7% -lh5- cbf6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/gfxmacros.h
[generic] 381 670 56.9% -lh5- 33e4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/gfxnodes.h
[generic] 319 495 64.4% -lh5- 48c0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/graphint.h
[generic] 673 1631 41.3% -lh5- 5644 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/layers.h
[generic] 3345 13759 24.3% -lh5- fdf4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/modeid.h
[generic] 1419 4585 30.9% -lh5- 4b0c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/monitor.h
[generic] 1648 3954 41.7% -lh5- b196 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/rastport.h
[generic] 280 525 53.3% -lh5- b872 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/regions.h
[generic] 318 749 42.5% -lh5- a960 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/rpattr.h
[generic] 456 1009 45.2% -lh5- a720 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/scale.h
[generic] 605 1260 48.0% -lh5- c45c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/sprite.h
[generic] 2444 6795 36.0% -lh5- b779 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/text.h
[generic] 1482 4540 32.6% -lh5- c43e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/videocontrol.h
[generic] 3091 8132 38.0% -lh5- 8490 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/graphics/view.h
[generic] 1062 3368 31.5% -lh5- 7eec Apr 26 2003 GG-Lite-1.0-bin-m68k/GG/os-include/guigfx/guigfx.h
[generic] 693 2012 34.4% -lh5- caa9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/hardware/adkbits.h
[generic] 934 2354 39.7% -lh5- 921f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/hardware/blit.h
[generic] 1556 5671 27.4% -lh5- 8bca Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/hardware/cia.h
[generic] 1501 4576 32.8% -lh5- 3082 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/hardware/custom.h
[generic] 481 1215 39.6% -lh5- 444f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/hardware/dmabits.h
[generic] 709 1782 39.8% -lh5- e31d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/hardware/intbits.h
[generic] 1532 4236 36.2% -lh5- 287f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/images/bevel.h
[generic] 646 2236 28.9% -lh5- 16b8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/images/bitmap.h
[generic] 650 1747 37.2% -lh5- d345 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/images/drawlist.h
[generic] 573 1487 38.5% -lh5- af93 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/images/glyph.h
[generic] 732 1992 36.7% -lh5- 67f9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/images/label.h
[generic] 979 2490 39.3% -lh5- c3dd Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/images/penmap.h
[generic] 263 590 44.6% -lh5- e690 Jul 12 1996 GG-Lite-1.0-bin-m68k/GG/os-include/inline/alib.h
[generic] 969 4508 21.5% -lh5- e93b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/amigaguide.h
[generic] 1822 12382 14.7% -lh5- 5969 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/aml.h
[generic] 213 496 42.9% -lh5- 6cc0 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/arexx.h
[generic] 509 1722 29.6% -lh5- 1456 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/asl.h
[generic] 248 628 39.5% -lh5- 467a Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/battclock.h
[generic] 298 847 35.2% -lh5- b84a Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/battmem.h
[generic] 213 496 42.9% -lh5- 1287 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/bevel.h
[generic] 214 507 42.2% -lh5- dea1 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/bitmap.h
[generic] 436 1596 27.3% -lh5- 0a35 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/bullet.h
[generic] 214 507 42.2% -lh5- 1aff Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/button.h
[generic] 690 2679 25.8% -lh5- a128 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/cardres.h
[generic] 220 529 41.6% -lh5- 5249 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/checkbox.h
[generic] 417 1543 27.0% -lh5- 5e2c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/chooser.h
[generic] 322 943 34.1% -lh5- f197 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/cia.h
[generic] 420 1572 26.7% -lh5- 8d05 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/clicktab.h
[generic] 291 754 38.6% -lh5- 7d34 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/colorwheel.h
[generic] 962 3898 24.7% -lh5- 88ed Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/commodities.h
[generic] 363 903 40.2% -lh5- ba34 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/console.h
[generic] 1321 6309 20.9% -lh5- b9cf Feb 25 2010 GG-Lite-1.0-bin-m68k/GG/os-include/inline/cybergraphics.h
[generic] 1162 5326 21.8% -lh5- 2d37 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/datatypes.h
[generic] 340 962 35.3% -lh5- 85a1 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/datebrowser.h
[generic] 317 921 34.4% -lh5- b05f Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/disk.h
[generic] 578 1681 34.4% -lh5- ca9c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/diskfont.h
[generic] 4569 22504 20.3% -lh5- e24e Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/dos.h
[generic] 548 1866 29.4% -lh5- fd43 Mar 22 1998 GG-Lite-1.0-bin-m68k/GG/os-include/inline/dospath.h
[generic] 219 529 41.4% -lh5- 8f51 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/drawlist.h
[generic] 3248 16623 19.5% -lh5- 844d Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/exec.h
[generic] 866 3573 24.2% -lh5- b764 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/expansion.h
[generic] 219 540 40.6% -lh5- a9f6 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/fuelgauge.h
[generic] 1111 5046 22.0% -lh5- bf72 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/gadtools.h
[generic] 215 518 41.5% -lh5- e391 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/getfile.h
[generic] 214 518 41.3% -lh5- 5e2e Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/getfont.h
[generic] 227 584 38.9% -lh5- 4cf9 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/getscreenmode.h
[generic] 215 496 43.3% -lh5- e7e4 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/glyph.h
[generic] 5283 27443 19.3% -lh5- 98e7 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/graphics.h
[generic] 1439 8103 17.8% -lh5- 1914 Feb 25 2010 GG-Lite-1.0-bin-m68k/GG/os-include/inline/guigfx.h
[generic] 1130 5037 22.4% -lh5- 3f9b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/icon.h
[generic] 1258 6781 18.6% -lh5- 7174 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/iffparse.h
[generic] 200 407 49.1% -lh5- 4097 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/input.h
[generic] 214 518 41.3% -lh5- 904b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/integer.h
[generic] 4275 22318 19.2% -lh5- 25ac Sep 28 2008 GG-Lite-1.0-bin-m68k/GG/os-include/inline/intuition.h
[generic] 382 1071 35.7% -lh5- e930 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/keymap.h
[generic] 212 496 42.7% -lh5- 4b2d Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/label.h
[generic] 1091 5671 19.2% -lh5- f967 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/layers.h
[generic] 638 2217 28.8% -lh5- 38a2 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/layout.h
[generic] 729 3937 18.5% -lh5- 6641 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/listbrowser.h
[generic] 995 4590 21.7% -lh5- 75ec Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/locale.h
[generic] 796 2819 28.2% -lh5- 01f6 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/lowlevel.h
[generic] 2256 37832 6.0% -lh5- 1b22 Mar 27 2004 GG-Lite-1.0-bin-m68k/GG/os-include/inline/macros.h
[generic] 586 4924 11.9% -lh5- 3cff Oct 19 2008 GG-Lite-1.0-bin-m68k/GG/os-include/inline/mathffp.h
[generic] 641 5160 12.4% -lh5- 1eb6 Oct 19 2008 GG-Lite-1.0-bin-m68k/GG/os-include/inline/mathieeedoubbas.h
[generic] 628 6624 9.5% -lh5- 676a Oct 19 2008 GG-Lite-1.0-bin-m68k/GG/os-include/inline/mathieeedoubtrans.h
[generic] 617 5066 12.2% -lh5- 7d28 Oct 19 2008 GG-Lite-1.0-bin-m68k/GG/os-include/inline/mathieeesingbas.h
[generic] 587 6548 9.0% -lh5- d026 Oct 19 2008 GG-Lite-1.0-bin-m68k/GG/os-include/inline/mathieeesingtrans.h
[generic] 570 6468 8.8% -lh5- f565 Oct 19 2008 GG-Lite-1.0-bin-m68k/GG/os-include/inline/mathtrans.h
[generic] 256 572 44.8% -lh5- d4de Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/misc.h
[generic] 491 1742 28.2% -lh5- c2f0 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/nonvolatile.h
[generic] 214 518 41.3% -lh5- 325b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/palette.h
[generic] 214 507 42.2% -lh5- 6e32 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/penmap.h
[generic] 421 1572 26.8% -lh5- a8c7 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/popcycle.h
[generic] 269 633 42.5% -lh5- 271a Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/potgo.h
[generic] 442 1708 25.9% -lh5- d5ce Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/radiobutton.h
[generic] 231 522 44.3% -lh5- e743 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/ramdrive.h
[generic] 656 2395 27.4% -lh5- 1c2c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/realtime.h
[generic] 2371 15672 15.1% -lh5- d47c Feb 25 2010 GG-Lite-1.0-bin-m68k/GG/os-include/inline/render.h
[generic] 218 540 40.4% -lh5- b70c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/requester.h
[generic] 638 2294 27.8% -lh5- ce8d Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/resource.h
[generic] 536 1848 29.0% -lh5- 72ce Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/rexxsyslib.h
[generic] 369 1242 29.7% -lh5- cc6c Feb 25 2010 GG-Lite-1.0-bin-m68k/GG/os-include/inline/screennotify.h
[generic] 217 529 41.0% -lh5- 7f56 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/scroller.h
[generic] 213 507 42.0% -lh5- c154 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/slider.h
[generic] 212 496 42.7% -lh5- f973 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/space.h
[generic] 441 1659 26.6% -lh5- 8a97 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/speedbar.h
[generic] 213 507 42.0% -lh5- be4a Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/string.h
[generic] 931 3438 27.1% -lh5- 7df3 Sep 22 1997 GG-Lite-1.0-bin-m68k/GG/os-include/inline/strsup.h
[generic] 848 2489 34.1% -lh5- 5c5f Mar 27 2004 GG-Lite-1.0-bin-m68k/GG/os-include/inline/stubs.h
[generic] 222 550 40.4% -lh5- 6bf8 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/texteditor.h
[generic] 316 959 33.0% -lh5- f55c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/timer.h
[generic] 267 595 44.9% -lh5- 38f0 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/translator.h
[generic] 1442 6460 22.3% -lh5- 380d Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/utility.h
[generic] 446 1173 38.0% -lh5- 4afc Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/virtual.h
[generic] 1006 4777 21.1% -lh5- cd91 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/wb.h
[generic] 215 507 42.4% -lh5- fbec Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/inline/window.h
[generic] 1038 2107 49.3% -lh5- b610 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/cghooks.h
[generic] 1260 3627 34.7% -lh5- eca9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/classes.h
[generic] 1719 3909 44.0% -lh5- 7d74 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/classusr.h
[generic] 5332 18004 29.6% -lh5- 696d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/gadgetclass.h
[generic] 795 1675 47.5% -lh5- 9592 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/icclass.h
[generic] 3393 9447 35.9% -lh5- dcdb Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/imageclass.h
[generic] 21968 67272 32.7% -lh5- c1f4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/intuition.h
[generic] 1060 2426 43.7% -lh5- e734 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/intuitionbase.h
[generic] 2671 8055 33.2% -lh5- 8569 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/iobsolete.h
[generic] 1804 5124 35.2% -lh5- 01eb Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/pointerclass.h
[generic] 3887 10495 37.0% -lh5- ba9a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/preferences.h
[generic] 8261 23081 35.8% -lh5- 7e9e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/screens.h
[generic] 2995 7276 41.2% -lh5- ebe4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/intuition/sghooks.h
[generic] 2664 7611 35.0% -lh5- 1480 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/amigaguide.h
[generic] 2473 9599 25.8% -lh5- a7e2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/aml.h
[generic] 5510 22853 24.1% -lh5- e23e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/asl.h
[generic] 2385 6748 35.3% -lh5- ec3a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/commodities.h
[generic] 3901 10065 38.8% -lh5- 97fe Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/configregs.h
[generic] 1030 2225 46.3% -lh5- 6ba8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/configvars.h
[generic] 187 309 60.5% -lh5- c2d1 Feb 23 2010 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/cybergraphics.h
[generic] 213 333 64.0% -lh5- b5b6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/diskfont.h
[generic] 230 381 60.4% -lh5- 0ad9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/diskfonttag.h
[generic] 202 294 68.7% -lh5- c9af Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/dos.h
[generic] 229 354 64.7% -lh5- e011 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/dosextens.h
[generic] 265 421 62.9% -lh5- 7059 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/expansion.h
[generic] 1141 2680 42.6% -lh5- 4f83 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/expansionbase.h
[generic] 227 362 62.7% -lh5- 14d8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/filehandler.h
[generic] 5772 17139 33.7% -lh5- bdac Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/gadtools.h
[generic] 4258 11371 37.4% -lh5- 50bd May 7 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/hdwrench.h
[generic] 1801 4149 43.4% -lh5- 68ee Aug 11 1999 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/HDW_CallBackMsgs.h
[generic] 2753 7981 34.5% -lh5- f6fd Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/iffparse.h
[generic] 2733 9209 29.7% -lh5- e2a7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/locale.h
[generic] 2166 7906 27.4% -lh5- 467a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/lowlevel.h
[generic] 510 1105 46.2% -lh5- 0ed3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/mathffp.h
[generic] 695 1794 38.7% -lh5- eee7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/mathieeedp.h
[generic] 688 1770 38.9% -lh5- 1495 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/mathieeesp.h
[generic] 592 1147 51.6% -lh5- 97b0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/mathlibrary.h
[generic] 674 1513 44.5% -lh5- faa7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/mathresource.h
[generic] 569 1567 36.3% -lh5- be27 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/nonvolatile.h
[generic] 2434 7500 32.5% -lh5- 08ad Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/realtime.h
[generic] 440 781 56.3% -lh5- 5177 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/resource.h
[generic] 327 515 63.5% -lh5- dd28 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/libraries/translator.h
[generic] 582 2131 27.3% -lh5- 29ae Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/LVO/Render_lib.i
[generic] 228 363 62.8% -lh5- 0278 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/amigaguide_lib.h
[generic] 216 321 67.3% -lh5- 5657 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/aml_lib.h
[generic] 220 333 66.1% -lh5- f58f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/arexx_lib.h
[generic] 216 321 67.3% -lh5- 8d43 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/asl_lib.h
[generic] 228 357 63.9% -lh5- 6e8e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/battclock_lib.h
[generic] 225 345 65.2% -lh5- ebd5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/battmem_lib.h
[generic] 220 333 66.1% -lh5- 0d18 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/bevel_lib.h
[generic] 222 339 65.5% -lh5- 9694 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/bitmap_lib.h
[generic] 223 339 65.8% -lh5- 5325 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/bullet_lib.h
[generic] 224 339 66.1% -lh5- 2a0a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/button_lib.h
[generic] 223 345 64.6% -lh5- f8ff Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/cardres_lib.h
[generic] 229 351 65.2% -lh5- 90a1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/checkbox_lib.h
[generic] 225 345 65.2% -lh5- 2f48 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/chooser_lib.h
[generic] 216 321 67.3% -lh5- a41e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/cia_lib.h
[generic] 227 351 64.7% -lh5- ef44 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/clicktab_lib.h
[generic] 229 363 63.1% -lh5- 8a74 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/colorwheel_lib.h
[generic] 232 369 62.9% -lh5- aad6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/commodities_lib.h
[generic] 225 345 65.2% -lh5- 9c5e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/console_lib.h
[generic] 229 357 64.1% -lh5- e06f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/datatypes_lib.h
[generic] 232 369 62.9% -lh5- 8622 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/datebrowser_lib.h
[generic] 228 351 65.0% -lh5- 5cce Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/diskfont_lib.h
[generic] 219 327 67.0% -lh5- 262e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/disk_lib.h
[generic] 217 321 67.6% -lh5- 22ce Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/dos_lib.h
[generic] 227 351 64.7% -lh5- 6b63 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/drawlist_lib.h
[generic] 224 335 66.9% -lh5- fae6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/exec_lib.h
[generic] 229 357 64.1% -lh5- b51d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/expansion_lib.h
[generic] 227 357 63.6% -lh5- 0054 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/fuelgauge_lib.h
[generic] 227 351 64.7% -lh5- 1618 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/gadtools_lib.h
[generic] 224 345 64.9% -lh5- 1d62 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/getfile_lib.h
[generic] 226 345 65.5% -lh5- 54a6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/getfont_lib.h
[generic] 234 381 61.4% -lh5- 7a65 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/getscreenmode_lib.h
[generic] 221 333 66.4% -lh5- cbbd Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/glyph_lib.h
[generic] 226 351 64.4% -lh5- 8c65 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/graphics_lib.h
[generic] 219 327 67.0% -lh5- fa75 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/icon_lib.h
[generic] 226 351 64.4% -lh5- 81c2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/iffparse_lib.h
[generic] 221 333 66.4% -lh5- 5df0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/input_lib.h
[generic] 224 345 64.9% -lh5- 3d81 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/integer_lib.h
[generic] 228 357 63.9% -lh5- ae7d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/intuition_lib.h
[generic] 225 339 66.4% -lh5- 9098 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/keymap_lib.h
[generic] 220 333 66.1% -lh5- 93fd Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/label_lib.h
[generic] 222 339 65.5% -lh5- c80c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/layers_lib.h
[generic] 223 339 65.8% -lh5- 688e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/layout_lib.h
[generic] 233 369 63.1% -lh5- c7ee Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/listbrowser_lib.h
[generic] 221 339 65.2% -lh5- 20cf Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/locale_lib.h
[generic] 227 351 64.7% -lh5- 1e34 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/lowlevel_lib.h
[generic] 224 345 64.9% -lh5- a99e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/mathffp_lib.h
[generic] 239 393 60.8% -lh5- c481 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/mathieeedoubbas_lib.h
[generic] 243 405 60.0% -lh5- 4c71 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/mathieeedoubtrans_lib.h
[generic] 239 393 60.8% -lh5- b294 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/mathieeesingbas_lib.h
[generic] 242 405 59.8% -lh5- a20c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/mathieeesingtrans_lib.h
[generic] 227 357 63.6% -lh5- 7f11 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/mathtrans_lib.h
[generic] 218 327 66.7% -lh5- 1279 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/misc_lib.h
[generic] 233 369 63.1% -lh5- d237 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/nonvolatile_lib.h
[generic] 224 345 64.9% -lh5- ecac Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/palette_lib.h
[generic] 222 339 65.5% -lh5- 6422 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/penmap_lib.h
[generic] 227 351 64.7% -lh5- ba77 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/popcycle_lib.h
[generic] 221 333 66.4% -lh5- f274 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/potgo_lib.h
[generic] 233 369 63.1% -lh5- 740d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/radiobutton_lib.h
[generic] 226 351 64.4% -lh5- e3af Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/ramdrive_lib.h
[generic] 226 351 64.4% -lh5- 1b2a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/realtime_lib.h
[generic] 229 357 64.1% -lh5- 4220 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/requester_lib.h
[generic] 226 351 64.4% -lh5- 1605 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/resource_lib.h
[generic] 231 363 63.6% -lh5- accb Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/rexxsyslib_lib.h
[generic] 226 351 64.4% -lh5- 8dc4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/scroller_lib.h
[generic] 221 339 65.2% -lh5- 3c79 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/slider_lib.h
[generic] 221 333 66.4% -lh5- 26d8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/space_lib.h
[generic] 226 351 64.4% -lh5- 56f2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/speedbar_lib.h
[generic] 222 339 65.5% -lh5- f43f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/string_lib.h
[generic] 231 363 63.6% -lh5- 7434 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/texteditor_lib.h
[generic] 220 333 66.1% -lh5- 282f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/timer_lib.h
[generic] 229 363 63.1% -lh5- 3a16 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/translator_lib.h
[generic] 226 345 65.5% -lh5- e960 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/utility_lib.h
[generic] 223 346 64.5% -lh5- 437c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/virtual_lib.h
[generic] 216 315 68.6% -lh5- 4815 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/wb_lib.h
[generic] 224 339 66.1% -lh5- 6dd4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragma/window_lib.h
[generic] 728 4677 15.6% -lh5- c48b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/amigaguide_pragmas.h
[generic] 1130 11921 9.5% -lh5- 008f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/aml_pragmas.h
[generic] 380 955 39.8% -lh5- 2f37 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/arexx_pragmas.h
[generic] 568 2208 25.7% -lh5- e030 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/asl_pragmas.h
[generic] 416 1218 34.2% -lh5- 6588 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/battclock_pragmas.h
[generic] 434 1324 32.8% -lh5- e0dc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/battmem_pragmas.h
[generic] 378 955 39.6% -lh5- 1f52 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/bevel_pragmas.h
[generic] 379 964 39.3% -lh5- 5373 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/bitmap_pragmas.h
[generic] 476 1936 24.6% -lh5- f0fc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/bullet_pragmas.h
[generic] 379 964 39.3% -lh5- fa19 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/button_pragmas.h
[generic] 594 2813 21.1% -lh5- 86da Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/cardres_pragmas.h
[generic] 388 982 39.5% -lh5- 6339 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/checkbox_pragmas.h
[generic] 483 2011 24.0% -lh5- 7b0a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/chooser_pragmas.h
[generic] 342 830 41.2% -lh5- a4f7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/cia_pragmas.h
[generic] 486 2034 23.9% -lh5- 6b0d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/clicktab_pragmas.h
[generic] 463 1193 38.8% -lh5- 358e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/colorwheel_pragmas.h
[generic] 815 3968 20.5% -lh5- d0e2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/commodities_pragmas.h
[generic] 453 1148 39.5% -lh5- cd99 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/console_pragmas.h
[generic] 593 1939 30.6% -lh5- 3c3b Jul 15 1998 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/cybergraphics_pragmas.h
[generic] 847 5054 16.8% -lh5- b8e7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/datatypes_pragmas.h
[generic] 449 1369 32.8% -lh5- 1d56 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/datebrowser_pragmas.h
[generic] 555 2029 27.4% -lh5- 329b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/diskfont_pragmas.h
[generic] 451 1503 30.0% -lh5- 804c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/disk_pragmas.h
[generic] 2397 20726 11.6% -lh5- b1e2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/dos_pragmas.h
[generic] 387 982 39.4% -lh5- 195e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/drawlist_pragmas.h
[generic] 2080 15592 13.3% -lh5- 3867 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/exec_pragmas.h
[generic] 2123 16616 12.8% -lh5- 73b5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/exec_sysbase_pragmas.h
[generic] 676 3560 19.0% -lh5- 643b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/expansion_pragmas.h
[generic] 391 991 39.5% -lh5- 65b8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/fuelgauge_pragmas.h
[generic] 814 4812 16.9% -lh5- 4477 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/gadtools_pragmas.h
[generic] 383 973 39.4% -lh5- c950 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/getfile_pragmas.h
[generic] 385 973 39.6% -lh5- 45e4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/getfont_pragmas.h
[generic] 396 1027 38.6% -lh5- b5bd Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/getscreenmode_pragmas.h
[generic] 378 955 39.6% -lh5- 9ea1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/glyph_pragmas.h
[generic] 2351 20543 11.4% -lh5- 9a06 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/graphics_pragmas.h
[generic] 543 2427 22.4% -lh5- f952 Jul 26 1998 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/guigfx_pragmas.h
[generic] 338 1179 28.7% -lh5- 9e02 Aug 5 1999 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/hdwrench_pragmas.h
[generic] 770 4635 16.6% -lh5- 02f5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/icon_pragmas.h
[generic] 1011 5880 17.2% -lh5- f702 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/iffparse_pragmas.h
[generic] 421 1008 41.8% -lh5- 7290 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/input_pragmas.h
[generic] 379 973 39.0% -lh5- fb9e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/integer_pragmas.h
[generic] 2354 18268 12.9% -lh5- f0c3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/intuition_pragmas.h
[generic] 474 1358 34.9% -lh5- e008 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/keymap_pragmas.h
[generic] 378 955 39.6% -lh5- b835 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/label_pragmas.h
[generic] 774 4601 16.8% -lh5- d80b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/layers_pragmas.h
[generic] 528 1984 26.6% -lh5- f89a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/layout_pragmas.h
[generic] 662 4103 16.1% -lh5- 8d67 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/listbrowser_pragmas.h
[generic] 674 3737 18.0% -lh5- 00d9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/locale_pragmas.h
[generic] 709 3178 22.3% -lh5- c2be Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/lowlevel_pragmas.h
[generic] 513 2155 23.8% -lh5- 474c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/mathffp_pragmas.h
[generic] 533 2391 22.3% -lh5- a73f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/mathieeedoubbas_pragmas.h
[generic] 530 2986 17.7% -lh5- 60bc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/mathieeedoubtrans_pragmas.h
[generic] 495 2338 21.2% -lh5- c34f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/mathieeesingbas_pragmas.h
[generic] 528 2986 17.7% -lh5- a9bc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/mathieeesingtrans_pragmas.h
[generic] 547 2779 19.7% -lh5- 2871 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/mathtrans_pragmas.h
[generic] 400 1065 37.6% -lh5- d4c8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/misc_pragmas.h
[generic] 520 1690 30.8% -lh5- e9a3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/nonvolatile_pragmas.h
[generic] 382 973 39.3% -lh5- 8e63 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/palette_pragmas.h
[generic] 381 964 39.5% -lh5- dc68 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/penmap_pragmas.h
[generic] 487 2034 23.9% -lh5- d433 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/popcycle_pragmas.h
[generic] 412 1173 35.1% -lh5- b70c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/potgo_pragmas.h
[generic] 494 2105 23.5% -lh5- 61a2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/radiobutton_pragmas.h
[generic] 444 1193 37.2% -lh5- 035f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/ramdrive_pragmas.h
[generic] 605 2662 22.7% -lh5- 502e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/realtime_pragmas.h
[generic] 894 4401 20.3% -lh5- 78c4 Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/render_pragmas.h
[generic] 387 991 39.1% -lh5- 8ae9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/requester_pragmas.h
[generic] 516 2181 23.7% -lh5- ca2f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/resource_pragmas.h
[generic] 560 2175 25.7% -lh5- d0cd Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/rexxsyslib_pragmas.h
[generic] 384 982 39.1% -lh5- fd87 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/scroller_pragmas.h
[generic] 379 964 39.3% -lh5- af8d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/slider_pragmas.h
[generic] 374 955 39.2% -lh5- 5ad9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/space_pragmas.h
[generic] 490 2057 23.8% -lh5- b419 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/speedbar_pragmas.h
[generic] 379 964 39.3% -lh5- 0d06 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/string_pragmas.h
[generic] 393 999 39.3% -lh5- 6a5c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/texteditor_pragmas.h
[generic] 432 1383 31.2% -lh5- f7c2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/timer_pragmas.h
[generic] 388 995 39.0% -lh5- 3be4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/translator_pragmas.h
[generic] 1158 6250 18.5% -lh5- 31b5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/utility_pragmas.h
[generic] 435 1226 35.5% -lh5- ac82 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/virtual_pragmas.h
[generic] 723 4417 16.4% -lh5- 761b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/wb_pragmas.h
[generic] 378 964 39.2% -lh5- d068 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/pragmas/window_pragmas.h
[generic] 497 1091 45.6% -lh5- 3031 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/asl.h
[generic] 474 1101 43.1% -lh5- f97a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/font.h
[generic] 646 1521 42.5% -lh5- fa83 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/icontrol.h
[generic] 418 927 45.1% -lh5- 1e13 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/input.h
[generic] 706 2182 32.4% -lh5- d4ca Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/locale.h
[generic] 538 1237 43.5% -lh5- 508f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/overscan.h
[generic] 435 965 45.1% -lh5- 17dc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/palette.h
[generic] 555 1500 37.0% -lh5- 4a8c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/pointer.h
[generic] 397 888 44.7% -lh5- 9184 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/prefhdr.h
[generic] 966 2557 37.8% -lh5- c776 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/printergfx.h
[generic] 1198 3521 34.0% -lh5- d51e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/printerps.h
[generic] 1103 3174 34.8% -lh5- 705e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/printertxt.h
[generic] 494 1045 47.3% -lh5- b536 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/reaction.h
[generic] 419 950 44.1% -lh5- af9d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/screenmode.h
[generic] 631 1583 39.9% -lh5- 00c8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/serial.h
[generic] 567 1334 42.5% -lh5- 1f7f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/sound.h
[generic] 831 2350 35.4% -lh5- ba03 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/wbpattern.h
[generic] 603 1279 47.1% -lh5- cea2 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/prefs/workbench.h
[generic] 109 164 66.5% -lh5- 7781 Aug 31 1996 GG-Lite-1.0-bin-m68k/GG/os-include/proto/alib.h
[generic] 305 1230 24.8% -lh5- 6ec2 Aug 31 1996 GG-Lite-1.0-bin-m68k/GG/os-include/proto/all.h
[generic] 229 433 52.9% -lh5- ebe3 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/amigaguide.h
[generic] 213 377 56.5% -lh5- bbaa Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/aml.h
[generic] 217 393 55.2% -lh5- 2324 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/arexx.h
[generic] 212 377 56.2% -lh5- 2ad9 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/asl.h
[generic] 225 425 52.9% -lh5- 31a3 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/battclock.h
[generic] 222 409 54.3% -lh5- 3844 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/battmem.h
[generic] 216 393 55.0% -lh5- 4f97 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/bevel.h
[generic] 221 401 55.1% -lh5- 3baf Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/bitmap.h
[generic] 217 401 54.1% -lh5- 9e43 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/bullet.h
[generic] 218 401 54.4% -lh5- 79e5 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/button.h
[generic] 220 410 53.7% -lh5- 079e Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/cardres.h
[generic] 224 417 53.7% -lh5- 2dba Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/checkbox.h
[generic] 219 409 53.5% -lh5- 2817 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/chooser.h
[generic] 174 315 55.2% -lh5- aa52 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/cia.h
[generic] 222 417 53.2% -lh5- 3a57 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/clicktab.h
[generic] 227 433 52.4% -lh5- 5130 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/colorwheel.h
[generic] 224 432 51.9% -lh5- cc1b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/commodities.h
[generic] 217 410 52.9% -lh5- 8e56 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/console.h
[generic] 232 452 51.3% -lh5- 8db9 Feb 23 2010 GG-Lite-1.0-bin-m68k/GG/os-include/proto/cybergraphics.h
[generic] 220 425 51.8% -lh5- bce8 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/datatypes.h
[generic] 229 441 51.9% -lh5- 8773 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/datebrowser.h
[generic] 217 390 55.6% -lh5- 2d49 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/disk.h
[generic] 223 417 53.5% -lh5- d4cc Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/diskfont.h
[generic] 214 380 56.3% -lh5- d85e Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/dos.h
[generic] 225 417 54.0% -lh5- c7ca Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/drawlist.h
[generic] 209 385 54.3% -lh5- fe61 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/exec.h
[generic] 221 431 51.3% -lh5- 24a9 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/expansion.h
[generic] 226 425 53.2% -lh5- f69e Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/fuelgauge.h
[generic] 223 417 53.5% -lh5- cd35 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/gadtools.h
[generic] 221 409 54.0% -lh5- 4d76 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/getfile.h
[generic] 222 409 54.3% -lh5- ace3 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/getfont.h
[generic] 234 457 51.2% -lh5- 8259 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/getscreenmode.h
[generic] 216 393 55.0% -lh5- af71 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/glyph.h
[generic] 219 412 53.2% -lh5- fb26 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/graphics.h
[generic] 220 401 54.9% -lh5- 7120 Feb 23 2010 GG-Lite-1.0-bin-m68k/GG/os-include/proto/guigfx.h
[generic] 214 385 55.6% -lh5- b989 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/icon.h
[generic] 222 417 53.2% -lh5- cd18 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/iffparse.h
[generic] 216 392 55.1% -lh5- f25c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/input.h
[generic] 218 409 53.3% -lh5- 67fe Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/integer.h
[generic] 220 431 51.0% -lh5- 50b2 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/intuition.h
[generic] 220 401 54.9% -lh5- 9635 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/keymap.h
[generic] 216 393 55.0% -lh5- 58ec Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/label.h
[generic] 217 401 54.1% -lh5- f4f4 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/layers.h
[generic] 217 401 54.1% -lh5- cdba Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/layout.h
[generic] 229 441 51.9% -lh5- 34c0 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/listbrowser.h
[generic] 215 404 53.2% -lh5- 4c9b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/locale.h
[generic] 224 417 53.7% -lh5- 9d48 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/lowlevel.h
[generic] 221 406 54.4% -lh5- e185 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/mathffp.h
[generic] 239 478 50.0% -lh5- e639 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/mathieeedoubbas.h
[generic] 244 494 49.4% -lh5- af73 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/mathieeedoubtrans.h
[generic] 238 478 49.8% -lh5- 2522 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/mathieeesingbas.h
[generic] 243 494 49.2% -lh5- 3cc7 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/mathieeesingtrans.h
[generic] 225 425 52.9% -lh5- 01c9 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/mathtrans.h
[generic] 215 385 55.8% -lh5- 5d32 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/misc.h
[generic] 225 432 52.1% -lh5- a946 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/nonvolatile.h
[generic] 219 409 53.5% -lh5- b516 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/palette.h
[generic] 220 401 54.9% -lh5- 2b10 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/penmap.h
[generic] 222 417 53.2% -lh5- b3eb Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/popcycle.h
[generic] 217 393 55.2% -lh5- 5826 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/potgo.h
[generic] 229 441 51.9% -lh5- c80a Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/radiobutton.h
[generic] 221 418 52.9% -lh5- ef3e Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/ramdrive.h
[generic] 221 422 52.4% -lh5- eadd Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/realtime.h
[generic] 217 401 54.1% -lh5- be9a Feb 23 2010 GG-Lite-1.0-bin-m68k/GG/os-include/proto/render.h
[generic] 223 425 52.5% -lh5- f93c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/requester.h
[generic] 221 417 53.0% -lh5- aadb Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/resource.h
[generic] 225 429 52.4% -lh5- c72c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/rexxsyslib.h
[generic] 221 417 53.0% -lh5- ebe2 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/scroller.h
[generic] 218 401 54.4% -lh5- 5fdd Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/slider.h
[generic] 216 393 55.0% -lh5- 7ff4 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/space.h
[generic] 223 417 53.5% -lh5- dc12 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/speedbar.h
[generic] 217 401 54.1% -lh5- 8a6b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/string.h
[generic] 227 432 52.5% -lh5- a3d9 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/texteditor.h
[generic] 216 392 55.1% -lh5- 124a Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/timer.h
[generic] 224 433 51.7% -lh5- 5b46 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/translator.h
[generic] 216 413 52.3% -lh5- 369b Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/utility.h
[generic] 220 409 53.8% -lh5- e171 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/virtual.h
[generic] 215 376 57.2% -lh5- 1c0c Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/wb.h
[generic] 220 401 54.9% -lh5- c2c7 Apr 10 2005 GG-Lite-1.0-bin-m68k/GG/os-include/proto/window.h
[generic] 937 3277 28.6% -lh5- 23b7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/reaction/reaction.h
[generic] 710 1569 45.3% -lh5- 4608 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/reaction/reaction_class.h
[generic] 2746 11286 24.3% -lh5- a67a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/reaction/reaction_macros.h
[generic] 844 1830 46.1% -lh5- 1f07 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/reaction/reaction_prefs.h
[generic] 2749 10245 26.8% -lh5- 7dc3 Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/render/render.h
[generic] 2639 9361 28.2% -lh5- d684 Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/render/render.i
[generic] 1280 3617 35.4% -lh5- bff2 Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/render/renderhooks.h
[generic] 1276 3626 35.2% -lh5- 49da Mar 4 2003 GG-Lite-1.0-bin-m68k/GG/os-include/render/renderhooks.i
[generic] 210 315 66.7% -lh5- 3e3f Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/battclock.h
[generic] 205 301 68.1% -lh5- 28fc Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/battmem.h
[generic] 756 1544 49.0% -lh5- 3b78 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/battmembitsamiga.h
[generic] 253 394 64.2% -lh5- b46d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/battmembitsamix.h
[generic] 904 2082 43.4% -lh5- 97e7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/battmembitsshared.h
[generic] 1668 4488 37.2% -lh5- f074 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/card.h
[generic] 205 302 67.9% -lh5- 9f05 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/cia.h
[generic] 205 295 69.5% -lh5- 1dd5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/ciabase.h
[generic] 964 3067 31.4% -lh5- 3357 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/disk.h
[generic] 778 1798 43.3% -lh5- af24 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/filesysres.h
[generic] 674 1513 44.5% -lh5- faa7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/mathresource.h
[generic] 654 1267 51.6% -lh5- 934e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/misc.h
[generic] 197 282 69.9% -lh5- a280 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/resources/potgo.h
[generic] 1197 4099 29.2% -lh5- a59a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/rexx/errors.h
[generic] 1143 2581 44.3% -lh5- 9750 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/rexx/rexxio.h
[generic] 1498 4479 33.4% -lh5- 56e7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/rexx/rxslib.h
[generic] 3188 9489 33.6% -lh5- fa03 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/rexx/storage.h
[generic] 620 2119 29.3% -lh5- 8aea Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/amigaguide_lib.sfd
[generic] 1018 5221 19.5% -lh5- 3c95 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/aml_lib.sfd
[generic] 179 255 70.2% -lh5- e061 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/arexx_lib.sfd
[generic] 351 828 42.4% -lh5- 8757 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/asl_lib.sfd
[generic] 200 286 69.9% -lh5- 54a4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/battclock_lib.sfd
[generic] 243 401 60.6% -lh5- c24d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/battmem_lib.sfd
[generic] 177 255 69.4% -lh5- da2b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/bevel_lib.sfd
[generic] 182 259 70.3% -lh5- b89b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/bitmap_lib.sfd
[generic] 298 828 36.0% -lh5- 5d10 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/bullet_lib.sfd
[generic] 181 259 69.9% -lh5- e649 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/button_lib.sfd
[generic] 492 1234 39.9% -lh5- c4a0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/card_lib.sfd
[generic] 186 267 69.7% -lh5- bafa Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/checkbox_lib.sfd
[generic] 292 720 40.6% -lh5- 45b3 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/chooser_lib.sfd
[generic] 225 503 44.7% -lh5- b2be Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/cia_lib.sfd
[generic] 296 731 40.5% -lh5- 1997 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/clicktab_lib.sfd
[generic] 240 415 57.8% -lh5- 2d32 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/colorwheel_lib.sfd
[generic] 639 1738 36.8% -lh5- 883c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/commodities_lib.sfd
[generic] 278 495 56.2% -lh5- 2631 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/console_lib.sfd
[generic] 754 2945 25.6% -lh5- 6681 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/datatypes_lib.sfd
[generic] 264 435 60.7% -lh5- 7cf8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/datebrowser_lib.sfd
[generic] 408 814 50.1% -lh5- d33c Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/diskfont_lib.sfd
[generic] 236 426 55.4% -lh5- 4a06 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/disk_lib.sfd
[generic] 2568 10593 24.2% -lh5- 99aa Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/dos_lib.sfd
[generic] 187 267 70.0% -lh5- 8f03 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/drawlist_lib.sfd
[generic] 197 297 66.3% -lh5- 440d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/dtclass_lib.sfd
[generic] 1946 7652 25.4% -lh5- b476 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/exec_lib.sfd
[generic] 595 1685 35.3% -lh5- 6c33 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/expansion_lib.sfd
[generic] 187 271 69.0% -lh5- c2e6 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/fuelgauge_lib.sfd
[generic] 743 2790 26.6% -lh5- e6be Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/gadtools_lib.sfd
[generic] 182 263 69.2% -lh5- 615d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/getfile_lib.sfd
[generic] 184 263 70.0% -lh5- 7a19 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/getfont_lib.sfd
[generic] 198 287 69.0% -lh5- adff Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/getscreenmode_lib.sfd
[generic] 179 255 70.2% -lh5- c538 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/glyph_lib.sfd
[generic] 3074 13595 22.6% -lh5- c1e4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/graphics_lib.sfd
[generic] 768 2821 27.2% -lh5- 7b29 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/icon_lib.sfd
[generic] 822 3374 24.4% -lh5- 7819 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/iffparse_lib.sfd
[generic] 176 223 78.9% -lh5- f69b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/input_lib.sfd
[generic] 182 263 69.2% -lh5- b773 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/integer_lib.sfd
[generic] 2519 11146 22.6% -lh5- 71f0 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/intuition_lib.sfd
[generic] 310 578 53.6% -lh5- 1452 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/keymap_lib.sfd
[generic] 176 255 69.0% -lh5- 0281 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/label_lib.sfd
[generic] 709 2905 24.4% -lh5- 8654 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/layers_lib.sfd
[generic] 442 1214 36.4% -lh5- db83 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/layout_lib.sfd
[generic] 479 1790 26.8% -lh5- e418 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/listbrowser_lib.sfd
[generic] 638 2293 27.8% -lh5- caf7 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/locale_lib.sfd
[generic] 544 1262 43.1% -lh5- 8254 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/lowlevel_lib.sfd
[generic] 276 673 41.0% -lh5- c4b8 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/mathffp_lib.sfd
[generic] 324 821 39.5% -lh5- 131b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/mathieeedoubbas_lib.sfd
[generic] 309 921 33.6% -lh5- 81ab Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/mathieeedoubtrans_lib.sfd
[generic] 293 738 39.7% -lh5- f02a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/mathieeesingbas_lib.sfd
[generic] 283 837 33.8% -lh5- d99e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/mathieeesingtrans_lib.sfd
[generic] 275 758 36.3% -lh5- 2bb9 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/mathtrans_lib.sfd
[generic] 215 294 73.1% -lh5- 5d55 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/misc_lib.sfd
[generic] 371 857 43.3% -lh5- ad14 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/nonvolatile_lib.sfd
[generic] 182 263 69.2% -lh5- d317 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/palette_lib.sfd
[generic] 180 259 69.5% -lh5- 9b72 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/penmap_lib.sfd
[generic] 297 731 40.6% -lh5- 7bd1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/popcycle_lib.sfd
[generic] 210 305 68.9% -lh5- b56a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/potgo_lib.sfd
[generic] 318 800 39.8% -lh5- 176e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/radiobutton_lib.sfd
[generic] 195 275 70.9% -lh5- 8202 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/ramdrive_lib.sfd
[generic] 451 1174 38.4% -lh5- 8a5b Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/realtime_lib.sfd
[generic] 187 271 69.0% -lh5- 8849 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/requester_lib.sfd
[generic] 422 1155 36.5% -lh5- 0d10 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/resource_lib.sfd
[generic] 409 878 46.6% -lh5- d60d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/rexxsyslib_lib.sfd
[generic] 183 267 68.5% -lh5- 8901 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/scroller_lib.sfd
[generic] 178 259 68.7% -lh5- c3a5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/slider_lib.sfd
[generic] 178 255 69.8% -lh5- 0edd Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/space_lib.sfd
[generic] 317 786 40.3% -lh5- b01e Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/speedbar_lib.sfd
[generic] 180 259 69.5% -lh5- f7bf Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/string_lib.sfd
[generic] 192 274 70.1% -lh5- 6b14 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/texteditor_lib.sfd
[generic] 241 501 48.1% -lh5- 3a48 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/timer_lib.sfd
[generic] 224 314 71.3% -lh5- 2c79 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/translator_lib.sfd
[generic] 954 3194 29.9% -lh5- a169 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/utility_lib.sfd
[generic] 378 671 56.3% -lh5- 2254 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/virtual_lib.sfd
[generic] 669 2664 25.1% -lh5- 08a5 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/wb_lib.sfd
[generic] 181 259 69.9% -lh5- 7293 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/SFD/window_lib.sfd
[generic] 288 692 41.6% -lh5- aa1d Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/utility/date.h
[generic] 1127 2630 42.9% -lh5- afc4 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/utility/hooks.h
[generic] 471 1112 42.4% -lh5- 5867 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/utility/name.h
[generic] 2043 6553 31.2% -lh5- 2d41 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/utility/pack.h
[generic] 962 2309 41.7% -lh5- 3c79 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/utility/tagitem.h
[generic] 297 761 39.0% -lh5- 2d6a Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/utility/utility.h
[generic] 3175 11585 27.4% -lh5- 1a62 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/workbench/icon.h
[generic] 482 925 52.1% -lh5- dec1 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/workbench/startup.h
[generic] 6505 23907 27.2% -lh5- 4078 Dec 17 2001 GG-Lite-1.0-bin-m68k/GG/os-include/workbench/workbench.h
[generic] 343 682 50.3% -lh5- 33db Dec 28 2008 GG-Lite-1.0-bin-m68k/GG/share/terminfo/a/amiga
[generic] 406 1139 35.6% -lh5- c747 Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/share/terminfo/a/amiga-f
[generic] 0 0 ****** -lh0- 0000 Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/tmp/.keepme
[generic] 0 0 ****** -lh0- 0000 Jan 4 1980 GG-Lite-1.0-bin-m68k/GG/usr/.keepme
[generic] 1768 3004 58.9% -lh5- 8c5a Jan 3 1980 GG-Lite-1.0-bin-m68k/L/ixpipe-handler
[generic] 37288 64088 58.2% -lh5- 90b8 Sep 12 2005 GG-Lite-1.0-bin-m68k/L/KingCON-handler
[generic] 1289 2192 58.8% -lh5- 1d93 Nov 1 2009 GG-Lite-1.0-bin-m68k/Libs/68020.library
[generic] 1301 2208 58.9% -lh5- 32df Nov 1 2009 GG-Lite-1.0-bin-m68k/Libs/68030.library
[generic] 23556 43764 53.8% -lh5- cd2d Nov 1 2009 GG-Lite-1.0-bin-m68k/Libs/68040.library
[generic] 30388 64820 46.9% -lh5- b145 Nov 1 2009 GG-Lite-1.0-bin-m68k/Libs/68060.library
[generic] 609 864 70.5% -lh5- 99d4 Nov 1 2009 GG-Lite-1.0-bin-m68k/Libs/680x0.library
[generic] 10085 17304 58.3% -lh5- 6671 Sep 14 2009 GG-Lite-1.0-bin-m68k/Libs/disassembler.library
[generic] 22932 42040 54.5% -lh5- 3a5e Apr 26 2003 GG-Lite-1.0-bin-m68k/Libs/guigfx.library
[generic] 96533 170028 56.8% -lh5- a1a4 Jan 3 1980 GG-Lite-1.0-bin-m68k/Libs/ixemul.library
[generic] 7759 15588 49.8% -lh5- 4a29 Jan 3 1980 GG-Lite-1.0-bin-m68k/Libs/ixnet.library
[generic] 16619 31144 53.4% -lh5- 8d0b Jan 29 2002 GG-Lite-1.0-bin-m68k/Libs/memory.library
[generic] 28281 56720 49.9% -lh5- df50 Oct 4 2009 GG-Lite-1.0-bin-m68k/Libs/mmu.library
[generic] 1140 1836 62.1% -lh5- 0530 Mar 9 2001 GG-Lite-1.0-bin-m68k/Libs/mmu/P5Init
[generic] 14796 29848 49.6% -lh5- e8fc Mar 30 2003 GG-Lite-1.0-bin-m68k/Libs/render.library
[generic] 7009 18007 38.9% -lh5- fa00 Jan 4 1980 GG-Lite-1.0-bin-m68k/LICENSE
[generic] 3022 4918 61.4% -lh5- 8ed7 Aug 22 2001 GG-Lite-1.0-bin-m68k/MuTools/Doc/Dependencies
[generic] 65184 198032 32.9% -lh5- 6d89 Jan 29 2002 GG-Lite-1.0-bin-m68k/MuTools/Doc/MMU.guide
[generic] 4830 12053 40.1% -lh5- 976f Jan 29 2002 GG-Lite-1.0-bin-m68k/MuTools/Doc/MuFastRom.guide
[generic] 29116 96435 30.2% -lh5- 2ca1 Jan 29 2002 GG-Lite-1.0-bin-m68k/MuTools/Doc/MuForce.guide
[generic] 44175 142575 31.0% -lh5- 5215 Jan 29 2002 GG-Lite-1.0-bin-m68k/MuTools/Doc/MuGuardianAngel.guide
[generic] 6862 19029 36.1% -lh5- ec97 Jan 29 2002 GG-Lite-1.0-bin-m68k/MuTools/Doc/MuScan.guide
[generic] 7359 20453 36.0% -lh5- eb04 Jan 29 2002 GG-Lite-1.0-bin-m68k/MuTools/Doc/MuSetCacheMode.guide
[generic] 31090 81177 38.3% -lh5- b0f7 Nov 1 2009 GG-Lite-1.0-bin-m68k/MuTools/Doc/ReadMe
[generic] 2981 7326 40.7% -lh5- 053c Dec 17 2000 GG-Lite-1.0-bin-m68k/MuTools/Doc/Readme.First!
[generic] 2032 3220 63.1% -lh5- 56a1 Aug 4 2001 GG-Lite-1.0-bin-m68k/MuTools/MuFastRom
[generic] 474 1110 42.7% -lh5- 8729 Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuFastRom.info
[generic] 7234 15000 48.2% -lh5- 1bea Jun 10 2001 GG-Lite-1.0-bin-m68k/MuTools/MuForce
[generic] 944 1507 62.6% -lh5- 9768 Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuForce.info
[generic] 0 0 ****** -lh0- 0000 Oct 7 2000 GG-Lite-1.0-bin-m68k/MuTools/MuForce_Off
[generic] 926 1511 61.3% -lh5- b32d Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuForce_Off.info
[generic] 0 0 ****** -lh0- 0000 Oct 7 2000 GG-Lite-1.0-bin-m68k/MuTools/MuForce_Window
[generic] 923 1493 61.8% -lh5- 7f2b Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuForce_Window.info
[generic] 15228 31500 48.3% -lh5- abf3 Oct 4 2009 GG-Lite-1.0-bin-m68k/MuTools/MuGuardianAngel
[generic] 936 1592 58.8% -lh5- 7247 Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuGuardianAngel.info
[generic] 0 0 ****** -lh0- 0000 Oct 7 2000 GG-Lite-1.0-bin-m68k/MuTools/MuGuardianAngel_Off
[generic] 928 1601 58.0% -lh5- 41fb Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuGuardianAngel_Off.info
[generic] 1518 2584 58.7% -lh5- 6a63 Feb 3 2001 GG-Lite-1.0-bin-m68k/MuTools/MuScan
[generic] 532 1062 50.1% -lh5- 4ded Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuScan.info
[generic] 2281 3804 60.0% -lh5- 8330 Feb 3 2001 GG-Lite-1.0-bin-m68k/MuTools/MuSetCacheMode
[generic] 623 1335 46.7% -lh5- b259 Jan 4 1980 GG-Lite-1.0-bin-m68k/MuTools/MuSetCacheMode.info
[generic] 3 3 100.0% -lh0- 8bb6 Jan 6 1998 GG-Lite-1.0-bin-m68k/Prefs/Env-Archive/guigfx/AUTODITHERTHRESHOLD
[generic] 1 1 100.0% -lh0- 1400 Jun 29 1998 GG-Lite-1.0-bin-m68k/Prefs/Env-Archive/guigfx/USESCALEPIXELARRAY
[generic] 1 1 100.0% -lh0- 1400 Jan 6 1998 GG-Lite-1.0-bin-m68k/Prefs/Env-Archive/guigfx/USEWPA8
[generic] 4196 10300 40.7% -lh5- 9f71 Jan 7 1980 GG-Lite-1.0-bin-m68k/README.bin
[generic] 141 184 76.6% -lh5- c741 Jan 7 1980 GG-Lite-1.0-bin-m68k/README.quick
---------- ----------- ------- ------- ------ ---------- ------------ ----------
Total 2054 files 11605483 28812368 40.3% Aug 23 21:37
|
|
|
|
Aminet © 1992-2024 Urban
Müller and
the Aminet team.
Aminet contact address: <aminetaminet net> |