peter 3c54458903 * regenerated il y a 25 ans
..
intl d353155496 * moved out of packages/ back to topdir il y a 26 ans
Makefile 3c54458903 * regenerated il y a 25 ans
Makefile.fpc d65ec7ac1c * default.fpcdir is back il y a 25 ans
README 9ac949e425 + Added ssockets examples il y a 26 ans
asiotest.pp 650fbb86aa + removed logs il y a 25 ans
b64dec.pp 650fbb86aa + removed logs il y a 25 ans
b64enc.pp 650fbb86aa + removed logs il y a 25 ans
b64test.pp 650fbb86aa + removed logs il y a 25 ans
b64test2.pp 650fbb86aa + removed logs il y a 25 ans
cachetest.pp 650fbb86aa + removed logs il y a 25 ans
cfgtest.pp 650fbb86aa + removed logs il y a 25 ans
doecho.pp 650fbb86aa + removed logs il y a 25 ans
dparser.pp 650fbb86aa + removed logs il y a 25 ans
dsockcli.pp 650fbb86aa + removed logs il y a 25 ans
dsocksvr.pp 650fbb86aa + removed logs il y a 25 ans
fpdoc.dtd d353155496 * moved out of packages/ back to topdir il y a 26 ans
fstream.pp 650fbb86aa + removed logs il y a 25 ans
htdump.pp 650fbb86aa + removed logs il y a 25 ans
isockcli.pp 650fbb86aa + removed logs il y a 25 ans
isocksvr.pp 650fbb86aa + removed logs il y a 25 ans
istream.pp 650fbb86aa + removed logs il y a 25 ans
kword.xml d353155496 * moved out of packages/ back to topdir il y a 26 ans
list.pp 650fbb86aa + removed logs il y a 25 ans
mstream.pp 650fbb86aa + removed logs il y a 25 ans
overview.rtf e7aca136a1 + Initial import il y a 25 ans
parser.dat d353155496 * moved out of packages/ back to topdir il y a 26 ans
restest.pp 650fbb86aa + removed logs il y a 25 ans
showver.pp 650fbb86aa + removed logs il y a 25 ans
showver.rc 8803dc455b + Typos fixed il y a 26 ans
showver.res 8803dc455b + Typos fixed il y a 26 ans
simple.xml d353155496 * moved out of packages/ back to topdir il y a 26 ans
sockcli.pp 650fbb86aa + removed logs il y a 25 ans
socksvr.pp 650fbb86aa + removed logs il y a 25 ans
stringl.pp 650fbb86aa + removed logs il y a 25 ans
testcgi.pp 650fbb86aa + removed logs il y a 25 ans
testproc.pp 650fbb86aa + removed logs il y a 25 ans
testrtf.pp 650fbb86aa + removed logs il y a 25 ans
testser.pp 650fbb86aa + removed logs il y a 25 ans
testz.pp 650fbb86aa + removed logs il y a 25 ans
testz2.pp 650fbb86aa + removed logs il y a 25 ans
threads.pp 650fbb86aa + removed logs il y a 25 ans
tidea.pp 650fbb86aa + removed logs il y a 25 ans
xmldump.pp 650fbb86aa + removed logs il y a 25 ans

README

This directory contains test programs for different elements/classes in
the FCL.

If you add a test give in this file a short description of what
class/function it tests, and your initials..

Names
-----
MVC : Michael Van Canneyt
SG : Sebastian Guenther
MH : Michael Hess


File Tests what ?
---- ------------

list.pp TList object from unit 'classes'. (MVC)
mstream.pp TMemorySteam object from unit 'classes' (MVC)
fstream.pp TFileStream object from unit 'classes' (MVC)
dparser.pp TParser object from unit 'classes' (MVC)
stringl.pp TStringList object from unit classes' (MVC)
thread.pp TTHread object from unit classes (PFV)
testz.pp T(De)Compressionstream objects from Zstream (MVC)
testz2.pp TGZFilestream object from Zstream (MVC)
testrtf.pp TRTFParser object from rtfpars (MVC)
cfgtest.pp Example for using XML read/write as cfg file (SG)
xmldump.pp xml dump program (SG)
htdump.pp htdump dumps XL IDL definition as ObjectPascal classes (MVC)
testcgi.pp test program for ezcgi class (MH)
tidea.pp test program for IDEA encryption/decryption streams (MVC)
b64test.pp test program for base64 encoding streams (SG)
b64test2.pp test program for base64 encoding streams (SG)
b64enc.pp base64-encodes StdIn to StdOut (SG)
b64dec.pp base64-decodes StdIn to StdOut (SG)
restest.pp test program for resourcestrings with GNU gettext. (MVC)
(see also intl subdirectory)
istream.pp testprogram for input/output streams.
testproc.pp testprogram for TProcess object. Needs doecho to be compiled
also.
socksvr.pp Unix socket server application. Tests TUnixServer in ssockets.
isocksvr.pp Inet socket server application. Tests TInetServer in ssockets.
dsocksvr.pp Unix socket server application. Tests ssockets.
sockcli.pp Unix socket client application. Tests TUnixStream in ssockets.
isockcli.pp Inet socket server application. Tests TInetStream in ssockets.
dsockcli.pp Dual socket server application. Tests ssockets.