peter 3b9c02929f * regenerated with latest fpcmake il y a 26 ans
..
intl d353155496 * moved out of packages/ back to topdir il y a 26 ans
Makefile 3b9c02929f * regenerated with latest fpcmake il y a 26 ans
Makefile.fpc 8d3f033046 + Added example for iostreams and tprocess il y a 26 ans
README 8d3f033046 + Added example for iostreams and tprocess il y a 26 ans
b64dec.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
b64enc.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
b64test.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
b64test2.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
cfgtest.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
doecho.pp 8d3f033046 + Added example for iostreams and tprocess il y a 26 ans
dparser.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
fpdoc.dtd d353155496 * moved out of packages/ back to topdir il y a 26 ans
fstream.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
htdump.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
istream.pp 8d3f033046 + Added example for iostreams and tprocess il y a 26 ans
kword.xml d353155496 * moved out of packages/ back to topdir il y a 26 ans
list.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
mstream.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
overview.rtf d353155496 * moved out of packages/ back to topdir il y a 26 ans
parser.dat d353155496 * moved out of packages/ back to topdir il y a 26 ans
restest.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
showver.pp 3e5162f23d + Added fileinfo object il y a 26 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
stringl.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
testcgi.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
testproc.pp 2c33709a7e + Strange Windows behaviour. Count=0 is now checked. il y a 26 ans
testrtf.pp eb31271e15 * updated copyright to 2000 il y a 26 ans
testser.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
testz.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
testz2.pp 5488c7d8ab * fixed EOL for non-linux il y a 26 ans
threads.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
tidea.pp d353155496 * moved out of packages/ back to topdir il y a 26 ans
xmldump.pp 0f11acb568 * The XML config object is now freed at the end of the program il y a 26 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.