AminetAminet
Search:
84451 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/libs/parserutils.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:utility library for parser building
Author:NetSurf Developers
Uploader:chris unsatisfactorysoftware co uk (Chris Young)
Type:util/libs
Version:1.5 (0.1.1)
Requires:util/libs/iconv_os4.lha
Architecture:ppc-amigaos >= 4.0.0
URL:http://www.netsurf-browser.org/projects/libparserutils/
Date:2012-04-07
Download:http://aminet.net/util/libs/parserutils.lha - View contents
Readme:http://aminet.net/util/libs/parserutils.readme
Downloads:723

v1.4 built without iconv.library requriement is in "old - no iconv"

LibParserUtils -- a utility library for parser building
=======================================================

Overview
--------

  LibParserUtils provides various pieces of functionality that are useful
  when writing parsers. These are:

  + A number of character set convertors
  + Mapping of character set names to/from MIB enum values
  + UTF-8 and UTF-16 (host endian) support functions
  + Various simple data structures (resizeable buffer, stack, vector)
  + A UTF-8 input stream

Requirements
------------

  LibParserUtils requires the following tools:

    + A C99 capable C compiler
    + GNU make or compatible
    + Perl (for the testcases)
    + Pkg-config (for the testcases)
    + doxygen (for the API documentation)

  For enhanced charset support, LibParserUtils requires an iconv() 
  implementation. If you don't have an implementation of iconv(),
  this requirement may be disabled: see the "Disabling iconv() 
  support" section, below.

Compilation
-----------

  The exact type of build may be configured by passing parameters to make.
  Common usage is described below.

  For a static library:

  		$ make

  For a shared library:

		$ make COMPONENT_TYPE=lib-shared

  For a static library with debug enabled:

		$ make BUILD=debug

  To cross-compile a static library:

		$ make TARGET=<target-platform>

Verification
------------

  The library's functionality may be verified, thus:
  
  		$ make test

  If you wish to see test coverage statistics, run:

		$ make coverage

  Then open build/coverage/index.html in a web browser.

  In both cases, ensure that the same parameters to make are passed as when 
  building the library.

(Un)installation
----------------

  To install the library:

		$ make install

  Ensure that the same parameters to make are passed as when building the
  library.

  To specify the installation prefix:

		$ make install PREFIX=/path/to/prefix

  To specify a staging directory for packaging:

		$ make install DESTDIR=/path/to/directory

  Items will be installed to $(DESTDIR)$(PREFIX)/

  To uninstall:

		$ make uninstall

API documentation
-----------------

  Use doxygen to auto-generate API documentation, thus:

  		$ make docs

  Then open build/docs/html/index.html in a web browser.

  The test driver code in test/ may also provide some useful pointers.

Disabling iconv() support
-------------------------

  Without iconv() support enabled, libparserutils only supports the 
  following character sets:

    + UTF-16 (platform-native endian)
    + UTF-8
    + ISO-8859-n
    + Windows-125n
    + US-ASCII

  To disable iconv() support in libparserutils, do the following:

  		$ echo "CFLAGS += -DWITHOUT_ICONV_FILTER" \
				>Makefile.config.override

  Then build libparserutils as normal.



Contents of util/libs/parserutils.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[unknown]                 9573   11420  83.8% -lh6- 3806 Apr  7 11:01 parserutils.info
[unknown]                  231     424  54.5% -lh6- 1f81 Apr  7 11:01 parserutils/Install-OS4
[unknown]                 4841    5580  86.8% -lh6- 0532 Apr  7 11:01 parserutils/Install-OS4.info
[unknown]                37039  119736  30.9% -lh6- e2fe Mar 26 20:34 parserutils/libs/parserutils.library
[unknown]                  597    1545  38.6% -lh6- ec16 Nov 21  2010 parserutils/local/common/include/interfaces/iconv.h
[unknown]                 1546    7941  19.5% -lh6- 00a3 Nov 21  2010 parserutils/local/common/include/interfaces/parserutils.h
[unknown]                 1273    3845  33.1% -lh6- 3e99 Dec  5  2010 parserutils/local/common/include/parserutils/charset/codec.h
[unknown]                  402     859  46.8% -lh6- 257d Dec  5  2010 parserutils/local/common/include/parserutils/charset/mibenum.h
[unknown]                  438    1239  35.4% -lh6- 3864 Dec  5  2010 parserutils/local/common/include/parserutils/charset/utf16.h
[unknown]                  438    1226  35.7% -lh6- b67b Dec  5  2010 parserutils/local/common/include/parserutils/charset/utf8.h
[unknown]                  439     954  46.0% -lh6- 6fc5 Dec  5  2010 parserutils/local/common/include/parserutils/errors.h
[unknown]                  315     572  55.1% -lh6- be1f Dec  5  2010 parserutils/local/common/include/parserutils/functypes.h
[unknown]                 1796    5317  33.8% -lh6- 3bbf Dec  5  2010 parserutils/local/common/include/parserutils/input/inputstream.h
[unknown]                  245     458  53.5% -lh6- fe32 Dec  5  2010 parserutils/local/common/include/parserutils/parserutils.h
[unknown]                  240     391  61.4% -lh6- 1ba7 Dec  5  2010 parserutils/local/common/include/parserutils/types.h
[unknown]                  433    1278  33.9% -lh6- 5a1f Dec  5  2010 parserutils/local/common/include/parserutils/utils/buffer.h
[unknown]                  388     977  39.7% -lh6- bd88 Dec  5  2010 parserutils/local/common/include/parserutils/utils/stack.h
[unknown]                  441    1268  34.8% -lh6- c4e5 Dec  5  2010 parserutils/local/common/include/parserutils/utils/vector.h
[unknown]                  472    1438  32.8% -lh6- d074 Nov 21  2010 parserutils/local/common/include/proto/iconv.h
[unknown]                  480    1544  31.1% -lh6- 463e Nov 21  2010 parserutils/local/common/include/proto/parserutils.h
[unknown]                  626    1063  58.9% -lh6- 3cd0 Aug 12  2008 parserutils/local/Documentation/parserutils/copying
[unknown]                   74      84  88.1% -lh6- 5225 Sep  7  2008 parserutils/local/Documentation/parserutils/docs/Todo
[unknown]                 1191    2775  42.9% -lh6- 5dfe Mar 26 20:33 parserutils/local/Documentation/parserutils/readme
[unknown]                 2081   10754  19.4% -lh6- bdca Jan 26  2011 parserutils/local/newlib/lib/libparserutils.a
[unknown]                36877  119400  30.9% -lh6- 18a7 Sep  6  2011 parserutils/old - no iconv/parserutils.library
[unknown]                 1398    3184  43.9% -lh6- 709e Apr  7 11:02 parserutils/parserutils.readme
[unknown]                 5638    6238  90.4% -lh6- 50a4 Apr  7 11:01 parserutils/parserutils.readme.info
[unknown]                  597    1545  38.6% -lh6- ec16 Nov 21  2010 parserutils/source/amiga_lib/include/interfaces/iconv.h
[unknown]                 1546    7941  19.5% -lh6- 00a3 Nov 21  2010 parserutils/source/amiga_lib/include/interfaces/parserutils.h
[unknown]                  472    1438  32.8% -lh6- d074 Nov 21  2010 parserutils/source/amiga_lib/include/proto/iconv.h
[unknown]                  480    1544  31.1% -lh6- 463e Nov 21  2010 parserutils/source/amiga_lib/include/proto/parserutils.h
[unknown]                 2577    7515  34.3% -lh6- f6c8 Mar  6  2011 parserutils/source/amiga_lib/init.c
[unknown]                 2174   11018  19.7% -lh6- 4318 Jan 26  2011 parserutils/source/amiga_lib/libparserutils.a.debug
[unknown]                  776    1548  50.1% -lh6- 4464 Jul 19  2011 parserutils/source/amiga_lib/Makefile.lib
[unknown]                  125     226  55.3% -lh6- 570b Mar 26 20:34 parserutils/source/amiga_lib/parserutils.library_rev.h
[unknown]                  141     272  51.8% -lh6- c81f Mar 26 20:34 parserutils/source/amiga_lib/parserutils.library_rev.i
[unknown]                    2       2 100.0% -lh0- 5797 Mar 26 20:34 parserutils/source/amiga_lib/parserutils.library_rev.rev
[unknown]                  141     285  49.5% -lh6- 5e67 Mar 26 20:34 parserutils/source/amiga_lib/parserutils.library_rev.s
[unknown]                  340     918  37.0% -lh6- 4f87 Nov 21  2010 parserutils/source/amiga_lib/stubs/auto.c
[unknown]                 1584   10646  14.9% -lh6- 7d5d Nov 21  2010 parserutils/source/amiga_lib/stubs/funcs.c
[unknown]                  677    2554  26.5% -lh6- 4fa8 Nov 21  2010 parserutils/source/amiga_lib/vectors.c
[unknown]                 5038   12726  39.6% -lh6- 20e5 Dec  5  2010 parserutils/source/build/Aliases
[unknown]                 1276    3109  41.0% -lh6- 5adb Dec  5  2010 parserutils/source/build/make-aliases.pl
[unknown]                  515    1238  41.6% -lh6- 6468 Jul 19  2011 parserutils/source/build/makefiles/Makefile.clang
[unknown]                  937    2424  38.7% -lh6- 4525 Jul 19  2011 parserutils/source/build/makefiles/Makefile.gcc
[unknown]                  506    1155  43.8% -lh6- a505 Jul 19  2011 parserutils/source/build/makefiles/Makefile.norcroft
[unknown]                  526    2229  23.6% -lh6- 715a Dec  5  2010 parserutils/source/build/makefiles/Makefile.pkgconfig
[unknown]                 1349    3855  35.0% -lh6- cd18 Apr  6  2009 parserutils/source/build/makefiles/Makefile.subdir
[unknown]                 3959   13477  29.4% -lh6- 3c3d Mar 26 20:33 parserutils/source/build/makefiles/Makefile.tools
[unknown]                 4313   17619  24.5% -lh6- 107e Jul 19  2011 parserutils/source/build/makefiles/Makefile.top
[unknown]                 2169    5609  38.7% -lh6- 30fa Dec  5  2010 parserutils/source/build/testtools/testrunner.pl
[unknown]                  626    1063  58.9% -lh6- 3cd0 Aug 12  2008 parserutils/source/copying
[unknown]                   74      84  88.1% -lh6- 5225 Sep  7  2008 parserutils/source/docs/Todo
[unknown]                 1273    3845  33.1% -lh6- 3e99 Dec  5  2010 parserutils/source/include/parserutils/charset/codec.h
[unknown]                  402     859  46.8% -lh6- 257d Dec  5  2010 parserutils/source/include/parserutils/charset/mibenum.h
[unknown]                  438    1239  35.4% -lh6- 3864 Dec  5  2010 parserutils/source/include/parserutils/charset/utf16.h
[unknown]                  438    1226  35.7% -lh6- b67b Dec  5  2010 parserutils/source/include/parserutils/charset/utf8.h
[unknown]                  439     954  46.0% -lh6- 6fc5 Dec  5  2010 parserutils/source/include/parserutils/errors.h
[unknown]                  315     572  55.1% -lh6- be1f Dec  5  2010 parserutils/source/include/parserutils/functypes.h
[unknown]                 1796    5317  33.8% -lh6- 3bbf Dec  5  2010 parserutils/source/include/parserutils/input/inputstream.h
[unknown]                  245     458  53.5% -lh6- fe32 Dec  5  2010 parserutils/source/include/parserutils/parserutils.h
[unknown]                  240     391  61.4% -lh6- 1ba7 Dec  5  2010 parserutils/source/include/parserutils/types.h
[unknown]                  433    1278  33.9% -lh6- 5a1f Dec  5  2010 parserutils/source/include/parserutils/utils/buffer.h
[unknown]                  388     977  39.7% -lh6- bd88 Dec  5  2010 parserutils/source/include/parserutils/utils/stack.h
[unknown]                  441    1268  34.8% -lh6- c4e5 Dec  5  2010 parserutils/source/include/parserutils/utils/vector.h
[unknown]                  680    1605  42.4% -lh6- fce0 Mar 26 20:33 parserutils/source/Makefile
[unknown]                  156     198  78.8% -lh6- 7e86 Jul 19  2011 parserutils/source/Makefile.config
[unknown]                   64      64 100.0% -lh0- 8953 Jul 19  2011 parserutils/source/Makefile.config.override
[unknown]                 1191    2775  42.9% -lh6- 5dfe Mar 26 20:33 parserutils/source/readme
[unknown]                 1163    3872  30.0% -lh6- 509e Jan 26  2011 parserutils/source/src/charset/aliases.c
[unknown]                  365     726  50.3% -lh6- 8f2a Jan 26  2011 parserutils/source/src/charset/aliases.h
[unknown]                 8612   52752  16.3% -lh6- e752 Dec  5  2010 parserutils/source/src/charset/aliases.inc
[unknown]                 1443    5657  25.5% -lh6- d0f8 Jan 26  2011 parserutils/source/src/charset/codec.c
[unknown]                 2612   12803  20.4% -lh6- 9f79 Sep  7  2008 parserutils/source/src/charset/codecs/8859_tables.h
[unknown]                 3925   17323  22.7% -lh6- eb99 Jul 26  2009 parserutils/source/src/charset/codecs/codec_8859.c
[unknown]                 3534   15717  22.5% -lh6- 7249 Jul 26  2009 parserutils/source/src/charset/codecs/codec_ascii.c
[unknown]                 3864   17060  22.6% -lh6- 2bd0 Jul 26  2009 parserutils/source/src/charset/codecs/codec_ext8.c
[unknown]                  565    1504  37.6% -lh6- 8cd4 Nov  9  2008 parserutils/source/src/charset/codecs/codec_impl.h
[unknown]                 3747   16045  23.4% -lh6- e1a2 Jul 26  2009 parserutils/source/src/charset/codecs/codec_utf16.c
[unknown]                 3781   16078  23.5% -lh6- 4dcd Jul 26  2009 parserutils/source/src/charset/codecs/codec_utf8.c
[unknown]                 2123   10274  20.7% -lh6- 01b8 Sep  7  2008 parserutils/source/src/charset/codecs/ext8_tables.h
[unknown]                  109     136  80.1% -lh6- ec7f Mar 24  2009 parserutils/source/src/charset/codecs/Makefile
[unknown]                   80      81  98.8% -lh6- 59e5 Mar 24  2009 parserutils/source/src/charset/encodings/Makefile
[unknown]                 1544    6268  24.6% -lh6- 53a8 Aug 12  2008 parserutils/source/src/charset/encodings/utf16.c
[unknown]                 1193    5248  22.7% -lh6- 56ca Aug 12  2008 parserutils/source/src/charset/encodings/utf8.c
[unknown]                 2147    8913  24.1% -lh6- c02a Dec  1  2008 parserutils/source/src/charset/encodings/utf8impl.h
[unknown]                  207     346  59.8% -lh6- 7ad4 Jan 26  2011 parserutils/source/src/charset/Makefile
[unknown]                 2506   10048  24.9% -lh6- b5c4 Jul 19  2011 parserutils/source/src/input/filter.c
[unknown]                  584    1559  37.5% -lh6- 5808 Jan 26  2011 parserutils/source/src/input/filter.h
[unknown]                 4283   18010  23.8% -lh6- 5160 Mar 26 20:32 parserutils/source/src/input/inputstream.c
[unknown]                   87      89  97.8% -lh6- 6bb8 Mar 24  2009 parserutils/source/src/input/Makefile
[unknown]                   41      41 100.0% -lh0- 7065 Dec  5  2010 parserutils/source/src/Makefile
[unknown]                 1212    4790  25.3% -lh6- 06ec Dec  1  2008 parserutils/source/src/utils/buffer.c
[unknown]                  393     844  46.6% -lh6- ceb5 Jul 26  2009 parserutils/source/src/utils/endian.h
[unknown]                  691    2147  32.2% -lh6- 6d8a Jan  6  2009 parserutils/source/src/utils/errors.c
[unknown]                   93     101  92.1% -lh6- 1730 Apr 15  2009 parserutils/source/src/utils/Makefile
[unknown]                 1383    4692  29.5% -lh6- 2524 Dec  1  2008 parserutils/source/src/utils/stack.c
[unknown]                  368     697  52.8% -lh6- 4800 Dec  6  2008 parserutils/source/src/utils/utils.h
[unknown]                 1640    6301  26.0% -lh6- c3f2 Feb 15  2009 parserutils/source/src/utils/vector.c
[unknown]                12875   32249  39.9% -lh6- ba02 Aug 14  2008 parserutils/source/test/aliases
[unknown]                  377    1338  28.2% -lh6- c21d Jan 26  2011 parserutils/source/test/aliases.c
[unknown]                  122     402  30.3% -lh6- 5257 Jan  6  2009 parserutils/source/test/aliases.d
[unknown]                13090   33689  38.9% -lh6- 2fb3 Aug 14  2008 parserutils/source/test/charset
[unknown]                  111     317  35.0% -lh6- a9e9 Jan  6  2009 parserutils/source/test/charset.d
[unknown]                 1849    6113  30.2% -lh6- 724a Dec  5  2010 parserutils/source/test/cscodec-8859.c
[unknown]                  136     437  31.1% -lh6- 06fa Jan  6  2009 parserutils/source/test/cscodec-8859.d
[unknown]                 1848    6113  30.2% -lh6- 904f Dec  5  2010 parserutils/source/test/cscodec-ext8.c
[unknown]                  135     437  30.9% -lh6- fbd4 Jan  6  2009 parserutils/source/test/cscodec-ext8.d
[unknown]                31093   91877  33.8% -lh6- 93da Aug 14  2008 parserutils/source/test/cscodec-utf16
[unknown]                 2343    7957  29.4% -lh6- 7b07 Dec  5  2010 parserutils/source/test/cscodec-utf16.c
[unknown]                  135     440  30.7% -lh6- b184 Jan  6  2009 parserutils/source/test/cscodec-utf16.d
[unknown]                30179   88706  34.0% -lh6- 8070 Aug 14  2008 parserutils/source/test/cscodec-utf8
[unknown]                 1736    5751  30.2% -lh6- 68cc Dec  5  2010 parserutils/source/test/cscodec-utf8.c
[unknown]                  134     437  30.7% -lh6- 521f Jan  6  2009 parserutils/source/test/cscodec-utf8.d
[unknown]                  736    2346  31.4% -lh6- 056f Sep  7  2008 parserutils/source/test/data/cscodec-8859/1.dat
[unknown]                  793    2347  33.8% -lh6- 9785 Sep  7  2008 parserutils/source/test/data/cscodec-8859/10.dat
[unknown]                  760    2267  33.5% -lh6- b46b Sep  7  2008 parserutils/source/test/data/cscodec-8859/11.dat
[unknown]                  798    2347  34.0% -lh6- 755b Sep  7  2008 parserutils/source/test/data/cscodec-8859/13.dat
[unknown]                  779    2347  33.2% -lh6- d903 Sep  7  2008 parserutils/source/test/data/cscodec-8859/14.dat
[unknown]                  752    2347  32.0% -lh6- 8a64 Sep  7  2008 parserutils/source/test/data/cscodec-8859/15.dat
[unknown]                  792    2347  33.7% -lh6- 90c3 Sep  7  2008 parserutils/source/test/data/cscodec-8859/16.dat
[unknown]                  803    2346  34.2% -lh6- c3a6 Sep  7  2008 parserutils/source/test/data/cscodec-8859/2.dat
[unknown]                  753    2266  33.2% -lh6- 1751 Sep  7  2008 parserutils/source/test/data/cscodec-8859/3.dat
[unknown]                  800    2346  34.1% -lh6- c9d1 Sep  7  2008 parserutils/source/test/data/cscodec-8859/4.dat
[unknown]                  789    2346  33.6% -lh6- bbb9 Sep  7  2008 parserutils/source/test/data/cscodec-8859/5.dat
[unknown]                  622    1896  32.8% -lh6- dc47 Sep  7  2008 parserutils/source/test/data/cscodec-8859/6.dat
[unknown]                  778    2316  33.6% -lh6- 2b00 Sep  7  2008 parserutils/source/test/data/cscodec-8859/7.dat
[unknown]                  629    1986  31.7% -lh6- a566 Sep  7  2008 parserutils/source/test/data/cscodec-8859/8.dat
[unknown]                  747    2346  31.8% -lh6- 6b00 Sep  7  2008 parserutils/source/test/data/cscodec-8859/9.dat
[unknown]                  135     358  37.7% -lh6- 26fb Sep  7  2008 parserutils/source/test/data/cscodec-8859/index
[unknown]                  910    2618  34.8% -lh6- 10d2 Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1250.dat
[unknown]                  930    2658  35.0% -lh6- 5dfb Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1251.dat
[unknown]                  857    2618  32.7% -lh6- baab Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1252.dat
[unknown]                  839    2498  33.6% -lh6- b413 Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1253.dat
[unknown]                  856    2598  32.9% -lh6- bbbd Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1254.dat
[unknown]                  816    2438  33.5% -lh6- 4c3a Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1255.dat
[unknown]                  926    2668  34.7% -lh6- d0e8 Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1256.dat
[unknown]                  884    2548  34.7% -lh6- 903a Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1257.dat
[unknown]                  864    2578  33.5% -lh6- 50d4 Sep  7  2008 parserutils/source/test/data/cscodec-ext8/cp1258.dat
[unknown]                  118     286  41.3% -lh6- 0f37 Sep  7  2008 parserutils/source/test/data/cscodec-ext8/index
[unknown]                  104     127  81.9% -lh6- 9cdc Aug 12  2008 parserutils/source/test/data/cscodec-utf16/index
[unknown]                  239     574  41.6% -lh6- 1f7e Aug 12  2008 parserutils/source/test/data/cscodec-utf16/simple.dat
[unknown]                  132     174  75.9% -lh6- db66 Aug 12  2008 parserutils/source/test/data/cscodec-utf8/index
[unknown]                  141    1109  12.7% -lh6- a6e2 Aug 12  2008 parserutils/source/test/data/cscodec-utf8/simple.dat
[unknown]                 5081   41013  12.4% -lh6- 8f74 Aug 12  2008 parserutils/source/test/data/cscodec-utf8/UTF-8-test.txt
[unknown]                  100     114  87.7% -lh6- 6084 Aug 12  2008 parserutils/source/test/data/input/index
[unknown]                 4456   20334  21.9% -lh6- 4e02 Aug 12  2008 parserutils/source/test/data/input/UTF-8-test.txt
[unknown]                15296   38929  39.3% -lh6- e363 Aug 14  2008 parserutils/source/test/dict
[unknown]                  109     366  29.8% -lh6- 3ad7 Jan  6  2009 parserutils/source/test/dict.d
[unknown]                31587   97554  32.4% -lh6- bbfc Aug 14  2008 parserutils/source/test/filter
[unknown]                 1136    9346  12.2% -lh6- 794e Jan 26  2011 parserutils/source/test/filter.c
[unknown]                  120     410  29.3% -lh6- 427c Jan  6  2009 parserutils/source/test/filter.d
[unknown]                  110     366  30.1% -lh6- d08c Jan  6  2009 parserutils/source/test/hash.d
[unknown]                  195     386  50.5% -lh6- def2 Dec  5  2010 parserutils/source/test/index
[unknown]                34852  106237  32.8% -lh6- 6ffc Aug 14  2008 parserutils/source/test/inputstream
[unknown]                  750    1967  38.1% -lh6- 53a0 Dec  5  2010 parserutils/source/test/inputstream.c
[unknown]                  143     657  21.8% -lh6- 3757 Jan 17  2009 parserutils/source/test/inputstream.d
[unknown]                   74     127  58.3% -lh6- 5ec8 Aug 14  2008 parserutils/source/test/log
[unknown]                  143     250  57.2% -lh6- ef77 Dec  5  2010 parserutils/source/test/Makefile
[unknown]                13490   35803  37.7% -lh6- 9257 Aug 14  2008 parserutils/source/test/parserutils
[unknown]                  107     388  27.6% -lh6- a2c9 Jan  6  2009 parserutils/source/test/parserutils.d
[unknown]                12275   30492  40.3% -lh6- 9eeb Aug 14  2008 parserutils/source/test/rbtree
[unknown]                  111     311  35.7% -lh6- 9f1b Jan  6  2009 parserutils/source/test/rbtree.d
[unknown]                  894    2387  37.5% -lh6- dcb2 Aug 12  2008 parserutils/source/test/readme
[unknown]                26050   76550  34.0% -lh6- b95e Aug 14  2008 parserutils/source/test/regression/cscodec-segv
[unknown]                  135     452  29.9% -lh6- 914b Jan  6  2009 parserutils/source/test/regression/cscodec-segv.d
[unknown]                  412     940  43.8% -lh6- 4c43 Jul 19  2011 parserutils/source/test/regression/filter-badenc-segv.c
[unknown]                  137     465  29.5% -lh6- 7a98 Jan  6  2009 parserutils/source/test/regression/filter-badenc-segv.d
[unknown]                28619   85621  33.4% -lh6- 5b21 Aug 14  2008 parserutils/source/test/regression/filter-segv
[unknown]                  271     489  55.4% -lh6- 9403 Jan 26  2011 parserutils/source/test/regression/filter-segv.c
[unknown]                  132     444  29.7% -lh6- d9a7 Jan  6  2009 parserutils/source/test/regression/filter-segv.d
[unknown]                  134     202  66.3% -lh6- e6ad Dec  5  2010 parserutils/source/test/regression/index
[unknown]                  140     202  69.3% -lh6- 19d9 Dec  5  2010 parserutils/source/test/regression/Makefile
[unknown]                34557  105242  32.8% -lh6- 9a9e Aug 14  2008 parserutils/source/test/regression/stream-nomem
[unknown]                  828    2186  37.9% -lh6- 834b Dec  5  2010 parserutils/source/test/regression/stream-nomem.c
[unknown]                  154     697  22.1% -lh6- 1ae2 Jan 17  2009 parserutils/source/test/regression/stream-nomem.d
[unknown]                 1236    3540  34.9% -lh6- 5401 Aug 14  2008 parserutils/source/test/testrunner.pl
[unknown]                  987    2445  40.4% -lh6- 8059 Sep  7  2008 parserutils/source/test/testutils.h
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       178 files  536732 1689919  31.8%            Apr  7 20:47

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>