]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Replaced all occurances of malloc(), realloc(), and free() in the
[citadel.git] / citadel / ChangeLog
index 77a151672bd762eb7a67f0c45bc65e6bb476714b..1c018fab280a1847dc80fc914e71547041379e6d 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan  5 23:24:52 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Replaced all occurances of malloc(), realloc(), and free() in the
+         server and server-modules with mallok(), reallok(), and phree().
+         Wrote macros and a set of leak-tracking functions.
+
 Sun Jan  3 20:38:45 EST 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Documentation changes