Short: Replacement Lib. Manager for Aztec C

Introduction
~~~~~~~~~~~~
    RConfig is a 2.0 utility for >>> Manx Aztec C 5.2a <<< users for
    configuring a replacement linker library (rlib.lib).  This library
    is simply linked with your code, before c.lib, cl.lib, c16.lib, or
    cl16.lib.

    The replacement functions available are:

        stkchk()    -     An improved low stack condition test, which
                          takes into account the size of a procedure's
                          local stack frame; optional dynamic stack code

        main()      -     Choose from 3 variations of the startup code:
                          normal, detaching, residentable

        setjmp()    -     Adds support for free()'ing DynaStack extension
                          stack blocks and alloca()'d blocks

    In addition, an alloca() function is provided.  This doesn't replace
    any similarly named function in clib, but I much prefer it over the
    GNU alloca.c code.

    Lastly, you can choose additional compiler options in generating the
    library, size of the data model (large or small), integer size (32 vs
    16 bits), and various parameters for stkchk().


Contacting the Author
~~~~~~~~~~~~~~~~~~~~~
    Send questions, bug reports, suggestions, donations, etc to:

    Omni Communications Products        UUCP: apang@mindlink.bc.ca
    Attn: Anthon Pang                   BIX: apang
    P.O. BOX 35266
    Vancouver, BC  V6M 4G4
    Canada


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
    4821    1929 59.9% 12-Sep-92 22:31:14  RConfig_v1.1/docs/alloca.doc
    1888     880 53.3% 12-Sep-92 22:35:40  RConfig_v1.1/docs/resstart.doc
    5403    2380 55.9% 12-Sep-92 22:46:06  RConfig_v1.1/docs/stkchk.doc
     852     464 45.5% 12-Sep-92 20:52:52  RConfig_v1.1/include/alloca.h
    1115     498 55.3% 12-Sep-92 20:52:52  RConfig_v1.1/include/rsetjmp.h
   24060   10538 56.2% 20-Sep-92 13:12:36  RConfig_v1.1/rconfig
    7339    2835 61.3% 20-Sep-92 13:39:54  RConfig_v1.1/RConfig.doc
    2672    1047 60.8% 19-Sep-92 17:07:12  RConfig_v1.1/rlib/_exit.c
    5780    1934 66.5% 19-Sep-92 17:06:30  RConfig_v1.1/rlib/_main.c
    3534    1347 61.8% 13-Sep-92 00:55:44  RConfig_v1.1/rlib/crt0.a68
     170      93 45.2% 13-Sep-92 00:43:30  RConfig_v1.1/rlib/rlib.c
    3984    1448 63.6% 12-Sep-92 23:14:16  RConfig_v1.1/rlib/rlib_alloca.c
    4086    1190 70.8% 12-Sep-92 23:14:16  RConfig_v1.1/rlib/rlib_setjmp.c
    4877    1631 66.5% 12-Sep-92 23:14:16  RConfig_v1.1/rlib/rlib_stkchk.c
     741     379 48.8% 09-Sep-92 20:14:42  RConfig_v1.1/src/busyptrimg.c
   11661    3224 72.3% 20-Sep-92 13:06:16  RConfig_v1.1/src/genlib.c
     980     495 49.4% 09-Sep-92 20:15:04  RConfig_v1.1/src/gtbsup.c
     325     150 53.8% 13-Sep-92 14:47:06  RConfig_v1.1/src/Makefile
   13632    3114 77.1% 20-Sep-92 12:32:16  RConfig_v1.1/src/rc2.c
   12036    2069 82.8% 20-Sep-92 11:43:02  RConfig_v1.1/src/rc2.g
    4888     976 80.0% 20-Sep-92 11:23:46  RConfig_v1.1/src/rc2.h
    2516    1006 60.0% 19-Sep-92 23:18:06  RConfig_v1.1/src/rccopts.c
   10334    2627 74.5% 20-Sep-92 13:01:46  RConfig_v1.1/src/rconfig.c
     185     109 41.0% 20-Sep-92 13:22:44  RConfig_v1.1/src/rconfig_rev.h
    5111    1407 72.4% 09-Sep-92 20:13:46  RConfig_v1.1/src/stkchker.c
    8592    4748 44.7% 30-Aug-92 04:15:30  RConfig_v1.1/stkchker
     484     266 45.0% 20-Sep-92 00:25:48  RConfig_v1.1/tests/1/TEST
     751     468 37.6% 20-Sep-92 02:06:12  RConfig_v1.1/tests/1/test1.c
     564     294 47.8% 20-Sep-92 00:27:10  RConfig_v1.1/tests/2/TEST
     642     394 38.6% 20-Sep-92 02:05:54  RConfig_v1.1/tests/2/test2.c
     455     288 36.7% 20-Sep-92 01:57:52  RConfig_v1.1/tests/3a/TEST
     535     366 31.5% 20-Sep-92 02:05:28  RConfig_v1.1/tests/3a/test3a.c
     509     316 37.9% 20-Sep-92 02:06:44  RConfig_v1.1/tests/3b/TEST
     911     503 44.7% 20-Sep-92 02:04:28  RConfig_v1.1/tests/3b/test3b.c
     372     241 35.2% 20-Sep-92 02:13:52  RConfig_v1.1/tests/4a/TEST
     906     487 46.2% 20-Sep-92 02:10:00  RConfig_v1.1/tests/4a/test4a.c
     375     245 34.6% 20-Sep-92 02:13:34  RConfig_v1.1/tests/4b/TEST
     722     421 41.6% 12-Sep-92 22:54:32  RConfig_v1.1/tests/4b/test4b.c
     522     322 38.3% 20-Sep-92 02:19:04  RConfig_v1.1/tests/5/TEST
    1238     646 47.8% 20-Sep-92 02:22:18  RConfig_v1.1/tests/5/test5.c
     389     248 36.2% 20-Sep-92 02:24:26  RConfig_v1.1/tests/6/TEST
     953     508 46.6% 20-Sep-92 02:25:42  RConfig_v1.1/tests/6/test6.c
     560     339 39.4% 20-Sep-92 02:28:34  RConfig_v1.1/tests/7/TEST
    1474     704 52.2% 20-Sep-92 02:25:28  RConfig_v1.1/tests/7/test7.c
    1166     574 50.7% 20-Sep-92 02:32:08  RConfig_v1.1/tests/TESTS.README
     424     263 37.9% 20-Sep-92 13:28:50  RConfig_v1.1/ToDo
-------- ------- ----- --------- --------
  155534   56411 63.7% 22-Sep-92 01:20:58   46 files
