Selaa lähdekoodia

* some small fixes to pooledmm related files

git-svn-id: trunk@4804 -
Vincent Snijders 19 vuotta sitten
vanhempi
commit
9bf55e1111
3 muutettua tiedostoa jossa 7 lisäystä ja 5 poistoa
  1. 1 1
      fcl/inc/pooledmm.pp
  2. 5 3
      fcl/tests/README
  3. 1 1
      fcl/tests/poolmm1.pp

+ 1 - 1
fcl/inc/pooledmm.pp

@@ -15,7 +15,7 @@
   Author: Mattias Gaertner
 
   Abstract:
-    Defines TLCLMemManager, which is the base class for various
+    Defines TPooledMemManager, which is the base class for various
     memory managers in the lcl and its interfaces.
     An own memory manager is somewhat faster and makes debugging and
     profiling easier.

+ 5 - 3
fcl/tests/README

@@ -9,6 +9,8 @@ Names
 MVC : Michael Van Canneyt
 SG  : Sebastian Guenther
 MH  : Michael Hess
+MG  : Mattias Gaertner
+VS  : Vincet  Snijders
 
 
 File         Tests what ?
@@ -26,7 +28,7 @@ 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)
-testez.pp   test program for ezcgi class (MH)
+testez.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)
@@ -66,5 +68,5 @@ testdebug    Client part of dbugintf debugging info test (MVC)
 testbf.pp    Test for BlowFish encryption (MVC)
 testbfs.pp   Test for BlowFish encryption/descryption stream (MVC)
 testzip.pp   Test for TZipper class (MVC)
-poolmm1.pp   Test for pooledmm (free) (VS)
-poolmm2.pp   Test for pooledmm (nonfree) (MG)
+poolmm1.pp   Test for pooledmm (free) (MG)
+poolmm2.pp   Test for pooledmm (nonfree) (VS)

+ 1 - 1
fcl/tests/poolmm1.pp

@@ -11,7 +11,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
- Poolmm1;
+program Poolmm1;
 
 {$mode objfpc}{$H+}