home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / dev / c / vbcc.readme < prev   
Text File  |  1996-01-05  |  18KB  |  385 lines

  1. Short:    Beta version of a free ANSI C compiler
  2. Author:   volker@vb.franken.de (Volker Barthelmann)
  3. Uploader: volker@vb.franken.de (Volker Barthelmann)
  4. Type:     dev/c
  5.  
  6.  
  7. vbcc - portable ANSI C compiler (c) in 1995 by Volker Barthelmann
  8.  
  9.  
  10. INTRODUCTION
  11.  
  12.     vbcc shall be a free portable ANSI compliant C compiler.
  13.  
  14.     This is the version for 68k based Amiga systems (the only existing
  15.     version at the moment). This version is still beta, so You
  16.     should use it with care and send me bugreports, suggestions etc.
  17.     Also the manuals are rather poor and the installation is not very
  18.     easy (will hopefully change in the future).
  19.  
  20.     This archive contains the compiler, a frontend, startup codes,
  21.     a C library, an amiga.lib replacement and a utility to create
  22.     stubs for Amiga shared libraries (everything with source).
  23.  
  24.     However You have to get a preprocessor, an assembler and a linker
  25.     to use it (all can be found on aminet, see below). If You want to
  26.     compile Amiga specific programs or rebuild the libraries or the
  27.     frontend You need the C= includes which can be found on certain
  28.     CDs (that are mounted on certain ftp-Servers).
  29.  
  30.  
  31. SOME GOOD THINGS
  32.  
  33.     vbcc..
  34.  
  35.     - comes with source
  36.  
  37.     - is free
  38.  
  39.     - is portable (so if AT manage to port AmigaOS...)
  40.  
  41.     - should be (rather) ANSI compliant
  42.  
  43.     - can generate code that runs on a plain 68000 CPU
  44.  
  45.     - can generate code that uses instructions/addressing modes of
  46.       the 68020 and higher CPUs
  47.  
  48.     - can generate code that uses the 68881/2 FPUs directly
  49.  
  50.     - generates standard Amiga object files
  51.  
  52.     - does not need too much memory
  53.  
  54.  
  55. SOME BAD THINGS
  56.  
  57.     vbcc..
  58.  
  59.     - comes with source
  60.  
  61.     - is still beta and may still have serious bugs
  62.  
  63.     - is not yet completely ANSI compliant
  64.  
  65.     - does not yet have an own preprocessor (in the works)
  66.  
  67.     - is rather slow
  68.  
  69.     - does not yet have a real optimizer
  70.  
  71.     - has poor documentation
  72.  
  73.  
  74.  
  75. Volker Barthelmann                                      volker@vb.franken.de
  76. Kennedy-Ring 39
  77. 91301 Forchheim
  78. Germany
  79.  
  80.  
  81. ============================= Archive contents =============================
  82.  
  83. Original  Packed Ratio    Date     Time    Name
  84. -------- ------- ----- --------- --------  -------------
  85.    46666   11183 76.0% 18-Nov-95 05:19:14 +declaration.c
  86.    15707    6247 60.2% 23-Nov-95 22:40:10 +History
  87.     6469    2779 57.0% 23-Nov-95 22:54:54 +vbcc.doc
  88.     8781    2215 74.7% 23-Nov-95 12:52:42 +errors.h
  89.    31832    6973 78.0% 23-Nov-95 13:08:20 +ic.c
  90.    76513   17515 77.1% 23-Nov-95 18:01:50 +machine.c
  91.     3720    1026 72.4% 03-Oct-95 16:43:46 +machine.h
  92.    15140    7278 51.9% 26-Oct-95 20:36:52 +fd2lib
  93.   118900   58343 50.9% 23-Nov-95 18:06:38 +vbcc
  94.    10864    5943 45.2% 29-Oct-95 05:27:22 +vc
  95.     2980    1329 55.4% 23-Nov-95 15:58:00 +fd2lib.doc
  96.     1740     865 50.2% 30-Oct-95 00:22:38 +minstart.doc
  97.     9276    3691 60.2% 23-Nov-95 16:26:40 +vbccamiga68k.doc
  98.     5095    2070 59.3% 23-Nov-95 22:38:56 +vc.doc
  99.     7118    2760 61.2% 23-Nov-95 22:57:04 +vclib.doc
  100.     9667    2895 70.0% 16-Oct-95 23:12:56 +vc.c
  101.      234     156 33.3% 20-Oct-95 16:36:26 +assert.h
  102.      581     208 64.1% 16-Jul-95 15:52:00 +ctype.h
  103.     2285     708 69.0% 20-Oct-95 17:59:40 +errno.h
  104.     1018     306 69.9% 11-Sep-95 18:11:46 +float.h
  105.      817     273 66.5% 06-Sep-95 03:47:26 +limits.h
  106.      891     317 64.4% 20-Oct-95 19:23:14 +locale.h
  107.      729     255 65.0% 23-Sep-95 04:33:08 +math.h
  108.      127     101 20.4% 20-Oct-95 18:35:56 +setjmp.h
  109.      315     152 51.7% 20-Oct-95 19:08:16 +signal.h
  110.      245     154 37.1% 05-Sep-95 16:26:02 +stdarg.h
  111.      580     232 60.0% 16-Jul-95 15:52:48 +stddef.h
  112.     4059    1351 66.7% 20-Oct-95 20:31:44 +stdio.h
  113.     1354     504 62.7% 26-Oct-95 15:09:04 +stdlib.h
  114.      778     218 71.9% 16-Jul-95 15:53:32 +string.h
  115.      918     348 62.0% 10-Oct-95 04:07:52 +time.h
  116.   164512   30347 81.5% 26-Oct-95 22:15:36 +amiga.lib
  117.   162828   30276 81.4% 28-Oct-95 15:29:00 +amigas.lib
  118.    13348    4623 65.3% 10-Nov-95 21:40:16 +m881.lib
  119.    23472    6760 71.1% 13-Oct-95 18:02:10 +mieee.lib
  120.    33556   12664 62.2% 26-Oct-95 15:21:46 +vc.lib
  121.    33456   12615 62.2% 26-Oct-95 15:25:06 +vcs.lib
  122.      127     110 13.3% 28-Aug-95 15:49:50 +_chkabort.c
  123.      918     383 58.2% 20-Oct-95 23:32:50 +_errors.c
  124.      373     193 48.2% 11-Jul-95 16:06:02 +_ldivs.c
  125.      271     137 49.4% 11-Jul-95 16:03:12 +_ldivu.c
  126.     2117     509 75.9% 11-Sep-95 17:29:42 +_lmath.s
  127.      351     189 46.1% 18-Jul-95 15:20:52 +_lmods.c
  128.      250     133 46.8% 11-Jul-95 16:10:26 +_lmodu.c
  129.     2527     891 64.7% 26-Oct-95 15:17:20 +_main.c
  130.     2515     896 64.3% 27-Oct-95 00:49:10 +_prof.c
  131.     1682     679 59.6% 26-Oct-95 18:39:10 +ArgArray.c
  132.      184     116 36.9% 26-Oct-95 18:44:24 +BeginIO.s
  133.      155     129 16.7% 28-Oct-95 15:29:46 +bla
  134.      351     159 54.7% 26-Oct-95 18:49:08 +CallHook.s
  135.     1892     407 78.4% 26-Oct-95 18:56:58 +Cia.s
  136.      431     176 59.1% 26-Oct-95 19:00:00 +CoerceMethod.s
  137.     1045     360 65.5% 26-Oct-95 18:05:44 +CreateIO.c
  138.      982     443 54.8% 26-Oct-95 18:20:32 +CreatePort.c
  139.     1660     784 52.7% 26-Oct-95 18:27:04 +CreateTask.c
  140.     2996     661 77.9% 26-Oct-95 19:05:44 +Custom.s
  141.       39      39  0.0% 26-Oct-95 18:31:58 +DeleteTask.c
  142.      388     169 56.4% 26-Oct-95 19:56:28 +DoMethod.s
  143.      266      61 77.0% 20-Oct-95 16:22:56 +DoPktn.whatsthis
  144.      459     190 58.6% 26-Oct-95 19:56:04 +DoSuperMethod.s
  145.      125     111 11.2% 26-Oct-95 19:13:48 +FastRand.c
  146.      279     176 36.9% 26-Oct-95 19:15:32 +FreeIEvents.c
  147.      208     116 44.2% 26-Oct-95 19:55:40 +HookEntry.s
  148.      457     250 45.2% 26-Oct-95 19:18:00 +HotKey.c
  149.     1933     688 64.4% 20-Oct-95 16:22:56 +LibAllocPooled.c
  150.     1295     553 57.2% 26-Oct-95 19:33:38 +LibCreatePool.c
  151.     1031     437 57.6% 26-Oct-95 19:37:04 +LibFreePooled.c
  152.      652     335 48.6% 26-Oct-95 21:20:18 +MakeALIB.script
  153.      661     343 48.1% 28-Oct-95 14:57:20 +MakeASLIB.script
  154.      297     180 39.3% 26-Oct-95 18:22:14 +NewList.c
  155.      413     231 44.0% 26-Oct-95 19:24:50 +pool.h
  156.      316     186 41.1% 26-Oct-95 19:51:06 +RangeRand.c
  157.      417     194 53.4% 26-Oct-95 19:55:10 +SetSuperAttrs.s
  158.      254     193 24.0% 26-Oct-95 18:34:46 +sprintf.c
  159.     1160     503 56.6% 26-Oct-95 19:57:04 +TimeDelay.c
  160.      124     100 19.3% 26-Oct-95 19:57:56 +WaitBeam.c
  161.     1420     175 87.6% 18-Nov-95 19:02:34 +_ctype_.c
  162.       69      69  0.0% 12-Jul-95 16:46:14 +isalnum.c
  163.       69      69  0.0% 12-Jul-95 16:46:14 +isalpha.c
  164.       70      70  0.0% 12-Jul-95 16:46:14 +iscntrl.c
  165.       69      69  0.0% 12-Jul-95 16:46:14 +isdigit.c
  166.       70      70  0.0% 12-Jul-95 16:46:14 +isgraph.c
  167.       69      69  0.0% 12-Jul-95 16:46:14 +islower.c
  168.       71      71  0.0% 12-Jul-95 16:46:14 +isprint.c
  169.       70      70  0.0% 12-Jul-95 16:46:14 +ispunct.c
  170.       69      69  0.0% 12-Jul-95 16:46:14 +isspace.c
  171.       69      69  0.0% 12-Jul-95 16:46:14 +isupper.c
  172.       71      71  0.0% 12-Jul-95 16:46:14 +isxdigit.c
  173.       81      80  1.2% 12-Jul-95 16:46:14 +tolower.c
  174.       82      79  3.6% 12-Jul-95 16:46:14 +toupper.c
  175.       15      15  0.0% 20-Oct-95 20:23:22 +errno.c
  176.     6165    1763 71.4% 26-Oct-95 20:35:16 +fd2lib.c
  177.      294     126 57.1% 20-Oct-95 19:35:44 +localeconv.c
  178.       84      76  9.5% 20-Oct-95 19:24:48 +setlocale.c
  179.     3267     701 78.5% 26-Oct-95 20:53:58 +Make_vclib.script
  180.     3387     705 79.1% 29-Oct-95 14:48:30 +Make_vcslib.script
  181.       41      41  0.0% 15-Sep-95 19:14:16 +_main.c
  182.      267     149 44.1% 11-Sep-95 21:59:00 +atan2.c
  183.      101      88 12.8% 11-Sep-95 18:34:52 +atof.c
  184.       87      73 16.0% 13-Oct-95 16:06:38 +difftime.c
  185.      137     100 27.0% 11-Sep-95 22:01:04 +fmod.c
  186.      128      98 23.4% 11-Sep-95 18:36:36 +isinf.c
  187.      129      98 24.0% 11-Sep-95 18:36:34 +isnan.c
  188.     2288    1069 53.2% 10-Nov-95 21:40:12 +m881.dir
  189.      662     182 72.5% 13-Oct-95 15:39:28 +Make_m881.script
  190.     1560     268 82.8% 13-Oct-95 15:39:44 +Make_mieee.script
  191.       68      55 19.1% 11-Sep-95 22:08:28 +acos.s
  192.       68      58 14.7% 11-Sep-95 22:07:48 +asin.s
  193.       68      55 19.1% 11-Sep-95 22:09:06 +atan.s
  194.      166      97 41.5% 10-Nov-95 18:14:28 +ceil.s
  195.       66      56 15.1% 11-Sep-95 22:08:04 +cos.s
  196.       68      57 16.1% 11-Sep-95 22:08:18 +cosh.s
  197.       67      56 16.4% 11-Sep-95 22:10:12 +exp.s
  198.       68      57 16.1% 11-Sep-95 22:09:26 +fabs.s
  199.      191     111 41.8% 10-Nov-95 21:40:00 +floor.s
  200.       66      55 16.6% 11-Sep-95 22:09:46 +log.s
  201.       71      57 19.7% 11-Sep-95 22:09:58 +log10.s
  202.      106      73 31.1% 11-Sep-95 22:10:22 +pow.s
  203.       66      57 13.6% 11-Sep-95 22:07:12 +sin.s
  204.       68      56 17.6% 11-Sep-95 22:07:34 +sinh.s
  205.       68      54 20.5% 11-Sep-95 22:09:36 +sqrt.s
  206.       66      56 15.1% 11-Sep-95 22:08:44 +tan.s
  207.       68      58 14.7% 11-Sep-95 22:08:52 +tanh.s
  208.      227     139 38.7% 15-Sep-95 18:50:54 +acos.s
  209.      204     122 40.1% 17-Sep-95 17:39:22 +addd.s
  210.      181     112 38.1% 17-Sep-95 17:47:52 +addl.s
  211.      227     137 39.6% 15-Sep-95 18:51:16 +asin.s
  212.      226     136 39.8% 15-Sep-95 18:51:28 +atan.s
  213.      223     135 39.4% 15-Sep-95 18:52:38 +ceil.s
  214.      204     123 39.7% 17-Sep-95 17:39:50 +cmpd.s
  215.      181     113 37.5% 17-Sep-95 17:48:26 +cmpl.s
  216.      223     136 39.0% 15-Sep-95 18:51:52 +cos.s
  217.      225     136 39.5% 15-Sep-95 18:52:16 +cosh.s
  218.      172     115 33.1% 17-Sep-95 18:07:40 +d2s.s
  219.      204     123 39.7% 17-Sep-95 17:39:14 +divd.s
  220.      181     112 38.1% 17-Sep-95 17:47:38 +divl.s
  221.      223     136 39.0% 15-Sep-95 18:52:46 +exp.s
  222.      221     134 39.3% 15-Sep-95 18:52:56 +fabs.s
  223.      169     110 34.9% 17-Sep-95 17:42:28 +fixd.s
  224.      166     106 36.1% 17-Sep-95 17:49:50 +fixl.s
  225.      223     134 39.9% 15-Sep-95 18:53:04 +floor.s
  226.      194     119 38.6% 17-Sep-95 17:56:10 +fltsbd.s
  227.      194     120 38.1% 17-Sep-95 18:01:30 +fltsbl.s
  228.      237     135 43.0% 19-Sep-95 03:10:46 +fltsld.s
  229.      241     139 42.3% 19-Sep-95 03:09:58 +fltsll.s
  230.      182     116 36.2% 17-Sep-95 17:56:18 +fltswd.s
  231.      182     117 35.7% 25-Sep-95 05:31:18 +fltswl.s
  232.      185     117 36.7% 17-Sep-95 17:55:34 +fltubd.s
  233.      185     118 36.2% 17-Sep-95 18:02:20 +fltubl.s
  234.      185     117 36.7% 17-Sep-95 17:55:56 +fltuwd.s
  235.      185     118 36.2% 17-Sep-95 18:03:14 +fltuwl.s
  236.      223     136 39.0% 15-Sep-95 18:53:14 +log.s
  237.      228     138 39.4% 15-Sep-95 18:53:20 +log10.s
  238.      204     124 39.2% 17-Sep-95 17:39:06 +muld.s
  239.      181     113 37.5% 17-Sep-95 17:47:44 +mull.s
  240.      169     110 34.9% 17-Sep-95 17:39:42 +negd.s
  241.      166     106 36.1% 17-Sep-95 17:46:34 +negl.s
  242.      258     149 42.2% 16-Sep-95 03:41:06 +pow.s
  243.      169     110 34.9% 17-Sep-95 18:08:18 +s2d.s
  244.      224     136 39.2% 15-Sep-95 18:51:42 +sin.s
  245.      225     137 39.1% 15-Sep-95 18:52:08 +sinh.s
  246.      225     136 39.5% 15-Sep-95 18:53:48 +sqrt.s
  247.      204     123 39.7% 17-Sep-95 17:39:30 +subd.s
  248.      181     113 37.5% 17-Sep-95 17:48:04 +subl.s
  249.      223     136 39.0% 15-Sep-95 18:51:58 +tan.s
  250.      225     137 39.1% 15-Sep-95 18:52:24 +tanh.s
  251.      169     110 34.9% 17-Sep-95 17:41:58 +tstd.s
  252.      166     106 36.1% 26-Sep-95 02:36:00 +tstl.s
  253.     4840    2274 53.0% 13-Oct-95 18:02:10 +mieee.dir
  254.      185     131 29.1% 11-Sep-95 18:34:52 +strtod.c
  255.       46      46  0.0% 11-Sep-95 22:02:38 +vfprintf.c
  256.       44      44  0.0% 11-Sep-95 22:03:14 +vfscanf.c
  257.      867     448 48.3% 29-Oct-95 23:48:06 +minstart.s
  258.      347     170 51.0% 20-Oct-95 18:39:58 +setjmp.s
  259.       99      88 11.1% 20-Oct-95 19:10:22 +raise.c
  260.      153     122 20.2% 20-Oct-95 19:09:42 +signal.c
  261.      670     325 51.4% 28-Aug-95 15:51:44 +_fillbuf.c
  262.      466     258 44.6% 28-Aug-95 15:52:08 +_flushbuf.c
  263.      705     361 48.7% 28-Aug-95 15:51:12 +_putbuf.c
  264.       92      91  1.0% 20-Oct-95 20:13:46 +clearerr.c
  265.      582     274 52.9% 31-Aug-95 04:37:58 +fclose.c
  266.       83      83  0.0% 20-Oct-95 20:14:38 +feof.c
  267.       87      86  1.1% 20-Oct-95 20:15:30 +ferror.c
  268.      234     130 44.4% 10-Jul-95 17:02:54 +fflush.c
  269.      136     115 15.4% 10-Jul-95 16:42:42 +fgetc.c
  270.      155     114 26.4% 20-Oct-95 20:09:18 +fgetpos.c
  271.      243     167 31.2% 20-Jul-95 17:34:02 +fgets.c
  272.     1014     456 55.0% 19-Jul-95 17:25:08 +fopen.c
  273.      218     136 37.6% 11-Sep-95 21:03:06 +fprintf.c
  274.      145     122 15.8% 10-Jul-95 16:56:20 +fputc.c
  275.      214     161 24.7% 10-Jul-95 16:56:32 +fputs.c
  276.      727     332 54.3% 20-Jul-95 04:17:56 +fread.c
  277.      138     113 18.1% 20-Oct-95 19:45:36 +freopen.c
  278.      164     119 27.4% 11-Sep-95 21:22:32 +fscanf.c
  279.      359     206 42.6% 21-Jul-95 19:40:10 +fseek.c
  280.      116     104 10.3% 20-Oct-95 20:11:02 +fsetpos.c
  281.      214     144 32.7% 21-Jul-95 19:38:48 +ftell.c
  282.      886     378 57.3% 20-Jul-95 04:26:24 +fwrite.c
  283.       84      75 10.7% 20-Oct-95 20:32:34 +getchar.c
  284.      231     148 35.9% 10-Jul-95 16:56:44 +gets.c
  285.      417     200 52.0% 10-Jul-95 16:35:40 +inc.h
  286.     5061    1128 77.7% 29-Aug-95 03:20:14 +_printf.c
  287.       81      69 14.8% 14-Aug-95 18:48:50 +_sputc.c
  288.      221     141 36.1% 10-Jul-95 16:59:02 +fprintf.c
  289.      209     129 38.2% 20-Jul-95 15:34:08 +fscanf.c
  290.      237     141 40.5% 10-Jul-95 16:59:22 +printf.c
  291.      204     130 36.2% 20-Jul-95 15:33:52 +scanf.c
  292.      310     180 41.9% 14-Aug-95 18:48:26 +sprintf.c
  293.      314     196 37.5% 20-Jul-95 15:34:18 +sscanf.c
  294.      160     116 27.5% 10-Jul-95 17:00:02 +vfprintf.c
  295.     4215     955 77.3% 20-Jul-95 17:36:36 +vfscanf.c
  296.      196     125 36.2% 10-Jul-95 17:00:18 +vprintf.c
  297.      218     141 35.3% 10-Jul-95 17:09:36 +vsprintf.c
  298.      145     110 24.1% 20-Oct-95 20:26:20 +prerror.c
  299.      211     131 37.9% 11-Sep-95 21:52:30 +printf.c
  300.       88      77 12.5% 20-Oct-95 20:03:12 +putchar.c
  301.      242     149 38.4% 10-Jul-95 16:56:58 +puts.c
  302.       83      80  3.6% 10-Jul-95 16:57:08 +remove.c
  303.       97      80 17.5% 10-Jul-95 16:57:16 +rename.c
  304.      103      97  5.8% 20-Oct-95 20:06:30 +rewind.c
  305.      159     111 30.1% 11-Sep-95 21:22:46 +scanf.c
  306.      111     105  5.4% 20-Oct-95 20:39:08 +setbuf.c
  307.      320     196 38.7% 13-Sep-95 02:28:02 +setvbuf.c
  308.      400     232 42.0% 11-Sep-95 21:11:24 +sprintf.c
  309.      321     199 38.0% 11-Oct-95 15:59:48 +sscanf.c
  310.       96      91  5.2% 20-Oct-95 19:46:36 +tmpfile.c
  311.      426     215 49.5% 24-Oct-95 17:51:16 +tmpnam.c
  312.      477     261 45.2% 20-Jul-95 15:30:02 +ungetc.c
  313.    10710    3063 71.4% 11-Sep-95 20:59:46 +vfprintf.c
  314.     9684    2390 75.3% 11-Sep-95 21:19:08 +vfscanf.c
  315.      168     113 32.7% 11-Sep-95 21:52:06 +vprintf.c
  316.      123      95 22.7% 11-Sep-95 21:19:34 +vscanf.c
  317.      355     212 40.2% 11-Sep-95 21:07:24 +vsprintf.c
  318.      262     175 33.2% 11-Oct-95 15:59:48 +vsscanf.c
  319.      158     126 20.2% 26-Oct-95 14:49:10 +abort.c
  320.       61      61  0.0% 10-Oct-95 20:40:16 +abs.c
  321.      261     150 42.5% 26-Oct-95 15:03:14 +atexit.c
  322.      102      93  8.8% 20-Oct-95 23:54:54 +atoi.c
  323.      103      95  7.7% 20-Oct-95 17:05:22 +atol.c
  324.      551     269 51.1% 20-Oct-95 16:44:22 +bsearch.c
  325.      227     144 36.5% 18-Jul-95 20:03:40 +calloc.c
  326.      162     120 25.9% 20-Oct-95 16:50:50 +div.c
  327.      559     328 41.3% 26-Oct-95 14:51:48 +getenv.c
  328.       63      62  1.5% 10-Oct-95 20:41:20 +labs.c
  329.      167     122 26.9% 20-Oct-95 16:54:18 +ldiv.c
  330.     3115    1032 66.8% 08-Oct-95 04:21:08 +malloc.c
  331.     1745     819 53.0% 20-Oct-95 16:48:10 +qsort.c
  332.      149     123 17.4% 18-Jul-95 15:45:18 +rand.c
  333.      572     263 54.0% 20-Oct-95 16:44:00 +strtol.c
  334.     1018     476 53.2% 20-Oct-95 16:44:04 +strtoul.c
  335.      428     253 40.8% 18-Jul-95 15:59:00 +system.c
  336.      156     120 23.0% 11-Oct-95 14:34:16 +memchr.c
  337.      176     127 27.8% 11-Oct-95 14:36:32 +memcmp.c
  338.      207     153 26.0% 11-Oct-95 14:38:42 +memcpy.c
  339.      259     160 38.2% 11-Oct-95 14:41:36 +memmove.c
  340.      127     104 18.1% 11-Oct-95 14:43:08 +memset.c
  341.      174     110 36.7% 11-Oct-95 14:50:46 +strcat.c
  342.      127      99 22.0% 11-Oct-95 14:54:52 +strchr.c
  343.      185     130 29.7% 11-Oct-95 14:56:14 +strcmp.c
  344.      153     105 31.3% 11-Oct-95 14:57:14 +strcpy.c
  345.      141     109 22.6% 10-Jul-95 16:20:52 +strcspn.c
  346.      143     115 19.5% 20-Oct-95 23:35:58 +strerror.c
  347.      106      92 13.2% 10-Jul-95 16:21:00 +strlen.c
  348.      182     127 30.2% 11-Oct-95 15:09:00 +strncat.c
  349.      200     141 29.5% 10-Jul-95 16:21:16 +strncmp.c
  350.      145     113 22.0% 11-Oct-95 15:13:24 +strncpy.c
  351.      150     110 26.6% 11-Oct-95 15:16:08 +strpbrk.c
  352.      155     107 30.9% 11-Oct-95 15:17:40 +strrchr.c
  353.      139     108 22.3% 10-Jul-95 16:22:10 +strspn.c
  354.      241     150 37.7% 11-Oct-95 15:21:22 +strstr.c
  355.      250     150 40.0% 20-Oct-95 23:31:24 +strtok.c
  356.      105      87 17.1% 16-Jul-95 15:58:20 +__gmtoffset.c
  357.      205     136 33.6% 05-Sep-95 03:45:46 +asctime.c
  358.       60      60  0.0% 05-Sep-95 03:47:24 +clock.c
  359.     1862     748 59.8% 05-Sep-95 03:45:46 +gmtime.c
  360.      145     113 22.0% 05-Sep-95 03:45:46 +localtime.c
  361.      741     387 47.7% 05-Sep-95 03:45:46 +mktime.c
  362.     3367    1026 69.5% 05-Sep-95 04:06:54 +strftime.c
  363.      530     316 40.3% 16-Jul-95 15:57:24 +time.c
  364.     1090     385 64.6% 26-Oct-95 20:35:18 +vargs.h
  365.    10032    4303 57.1% 26-Oct-95 15:18:06 +vc.dir
  366.    10032    5263 47.5% 26-Oct-95 15:23:58 +vcs.dir
  367.    76513   17515 77.1% 23-Nov-95 18:01:50 +machine.c
  368.     3720    1026 72.4% 03-Oct-95 16:43:46 +machine.h
  369.      266     124 53.3% 16-Oct-95 23:15:18 +vc.config
  370.      272     123 54.7% 25-Oct-95 21:55:44 +vcblink.config
  371.    15869    4791 69.8% 23-Nov-95 13:46:42 +main.c
  372.     3985    1174 70.5% 03-Oct-95 18:32:34 +opt.c
  373.    22405    4439 80.1% 18-Nov-95 05:19:24 +parse_expr.c
  374.    23063    4056 82.4% 18-Nov-95 06:18:52 +statements.c
  375.    41507    9009 78.2% 18-Nov-95 06:08:14 +type_expr.c
  376.     1646     766 53.4% 23-Nov-95 13:39:16 +vars.c
  377.    11581    3573 69.1% 23-Nov-95 13:03:12 +vbc.h
  378.      240     165 31.2% 29-Oct-95 23:48:28 +minstart.o
  379.     1000     702 29.8% 20-Oct-95 15:41:28 +startup.o
  380.     4347    1852 57.3% 23-Nov-95 23:08:44  readme.vbcc
  381.      905     241 73.3% 23-Nov-95 23:24:26 +Makefile
  382.      905     241 73.3% 23-Nov-95 23:24:30 +Makefile
  383. -------- ------- ----- --------- --------
  384.  1179850  350646 70.2% 24-Nov-95 13:26:24   298 files
  385.