# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 23, 2026, 9:29:35 PM Fri, 14 May 2004 22:39:58 GMT desonia [692] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) Interim/pretest version. Fri, 14 May 2004 21:54:51 GMT gusciora [691] * trunk/psLib/src/dataManip/Makefile (modified) Reverting to previous version of Makefile (which worked correctly). Fri, 14 May 2004 21:15:14 GMT harman [690] * trunk/psLib/test/collections/tst_psVector_01.c (added) * trunk/psLib/test/collections/tst_psVector_02.c (added) * trunk/psLib/test/collections/tst_psVector_03.c (added) Changed names of array tests to vector tests Fri, 14 May 2004 21:05:52 GMT harman [689] * trunk/psLib/src/collections/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) Fixed memory corruption problem in psVectorRealloc Fri, 14 May 2004 21:04:23 GMT harman [688] * trunk/psLib/test/collections/Makefile (modified) * trunk/psLib/test/collections/tst_psArray_01.c (deleted) * trunk/psLib/test/collections/tst_psArray_02.c (deleted) * trunk/psLib/test/collections/tst_psArray_03.c (deleted) * trunk/psLib/test/collections/tst_psArray_04.c (deleted) * trunk/psLib/test/collections/tst_psArray_05.c (deleted) * trunk/psLib/test/collections/tst_psArray_06.c (deleted) * trunk/psLib/test/collections/tst_psSort_01.c (modified) * trunk/psLib/test/collections/tst_psSort_02.c (modified) * trunk/psLib/test/collections/tst_psSort_03.c (modified) * trunk/psLib/test/collections/tst_psSort_04.c (modified) Updated tests to reflect major changes to psVector Fri, 14 May 2004 03:25:22 GMT gusciora [683] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) Adding the upper/lower quartile code. Fri, 14 May 2004 02:44:09 GMT gusciora [682] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) Added Stdev calculation. Fri, 14 May 2004 01:12:59 GMT gusciora [679] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) bug-fixing and sync with the new psVector structs. Fri, 14 May 2004 01:12:32 GMT gusciora [678] * trunk/psLib/test/dataManip/Makefile (modified) * trunk/psLib/test/dataManip/tst_psStats00.c (modified) * trunk/psLib/test/dataManip/tst_psStats01.c (added) * trunk/psLib/test/dataManip/tst_psStats02.c (added) ... Fri, 14 May 2004 01:08:16 GMT desonia [677] * trunk/psLib (modified) * trunk/psLib/.cvsignore (added) initial version. Fri, 14 May 2004 01:04:34 GMT desonia [676] * trunk/psLib/src/collections (modified) * trunk/psLib/src/collections/.cvsignore (added) * trunk/psLib/src/dataManip (modified) * trunk/psLib/src/dataManip/.cvsignore (added) * trunk/psLib/src/sysUtils (modified) * trunk/psLib/src/sysUtils/.cvsignore (added) initial cvs ignore list, which contains the dependency files. Fri, 14 May 2004 00:59:11 GMT desonia [675] * trunk/psLib/src/collections/Makefile (modified) * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/sysUtils/Makefile (modified) added automagic determination of code dependencies. Thu, 13 May 2004 23:53:59 GMT gusciora [674] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) Brought psStats.c up-to-date with the new psVector. Thu, 13 May 2004 23:36:27 GMT desonia [672] * trunk/psLib/src/collections/psVector.c (modified) * trunk/psLib/src/collections/psVector.h (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/sys/psType.h (added) * trunk/psLib/src/sysUtils/psType.h (added) moved the type stuff from psVector to psType.h, enhanced the ... Thu, 13 May 2004 22:47:52 GMT desonia [670] * trunk/psLib/src/collections/psSort.c (modified) * trunk/psLib/src/collections/psVector.c (modified) * trunk/psLib/src/collections/psVector.h (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) Major refactoring of the Vector alloc/free functions. Thu, 13 May 2004 20:25:00 GMT harman [668] * trunk/psLib/src/collections/psSort.c (modified) * trunk/psLib/src/collections/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) Updated argument list for vector allocation Thu, 13 May 2004 20:18:01 GMT desonia [667] * trunk/psLib/psLib.kdevelop (modified) * trunk/psLib/psLib.kdevses (modified) made changes to project. Thu, 13 May 2004 20:15:52 GMT desonia [666] * trunk/psLib/src/dataManip/Makefile (modified) fixed include directory location problem. Thu, 13 May 2004 20:10:36 GMT desonia [665] * trunk/psLib/src/collections/Makefile (modified) include location was wrong. Thu, 13 May 2004 20:03:35 GMT desonia [664] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) Removed the switch statements. It compiles now but just contains ... Thu, 13 May 2004 19:54:26 GMT desonia [663] * trunk/psLib/src/collections/psVector.h (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) Added macros for psElemType to accomplish things like sizeof. Thu, 13 May 2004 19:43:49 GMT harman [662] * trunk/psLib/src/collections/psVector.h (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) Changed allocation argument list Thu, 13 May 2004 19:28:35 GMT desonia [661] * trunk/psLib/src/collections/psVector.h (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) changed the name of PS_TYPE* and updated the Vector struct. Thu, 13 May 2004 07:42:51 GMT gusciora [660] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/test/dataManip/tst_psStats00.c (modified) Added some tests and fixed some bugs in psArrayStats(). Thu, 13 May 2004 06:43:42 GMT gusciora [659] * trunk/psLib/src/Makefile (modified) * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/test/dataManip/tst_psStats00.c (modified) I removed the docs target from the install target, because it was ... Thu, 13 May 2004 06:19:31 GMT gusciora [658] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psStats.h (modified) * trunk/psLib/src/math/psStats.h (modified) Trying to get a global make to work. Thu, 13 May 2004 06:06:34 GMT gusciora [657] * trunk/psLib/src/Makefile (modified) * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/test/dataManip/Makefile (modified) I am trying to get our Makefiles to work correctly. In order to do ... Thu, 13 May 2004 02:18:50 GMT gusciora [656] * trunk/psLib/src/dataManip/Makefile (modified) ... Thu, 13 May 2004 02:08:31 GMT gusciora [655] * trunk/psLib/src/dataManip/Makefile (modified) ... Thu, 13 May 2004 02:02:24 GMT gusciora [654] * trunk/psLib/test/dataManip (added) * trunk/psLib/test/dataManip/Makefile (added) * trunk/psLib/test/dataManip/tst_psStats00.c (added) First version of tests for the stats. Thu, 13 May 2004 01:52:58 GMT gusciora [653] * trunk/psLib/src/psLib.h (modified) Added psStats.h Thu, 13 May 2004 01:05:35 GMT gusciora [652] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/dataManip/psStats.h (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psStats.h (modified) Added the median calculation functions. Wed, 12 May 2004 21:49:39 GMT gusciora [651] * trunk/psLib/src/Makefile (modified) *** empty log message *** Wed, 12 May 2004 20:00:17 GMT harman [650] * trunk/psLib/src/collections/psArray.c (deleted) * trunk/psLib/src/collections/psArray.h (deleted) * trunk/psLib/src/types/psArray.c (deleted) * trunk/psLib/src/types/psArray.h (deleted) Removed psArray files which have been replaced with psVector Wed, 12 May 2004 19:46:52 GMT harman [649] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) Initial cut at Eugene's psImage implementation Wed, 12 May 2004 19:05:02 GMT desonia [648] * trunk/psLib/src/Doxyfile (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/sysUtils/psMemory.c (modified) * trunk/psLib/src/sysUtils/psMemory.h (modified) Added buffer overflow detection and doxygen comments. Wed, 12 May 2004 19:04:26 GMT desonia [647] * trunk/psLib/test/sysUtils/tst_psMemory.c (modified) added buffer overflow detection to psMemory, and tests needed to be ... Wed, 12 May 2004 18:08:29 GMT harman [646] * trunk/psLib/src/psLib.h (modified) Extensive rework of psArray/psVector Wed, 12 May 2004 18:07:22 GMT harman [645] * trunk/psLib/src/collections/Makefile (modified) * trunk/psLib/src/collections/psSort.c (modified) * trunk/psLib/src/collections/psSort.h (modified) * trunk/psLib/src/collections/psVector.c (added) * trunk/psLib/src/collections/psVector.h (added) * trunk/psLib/src/mathtypes/psVector.c (added) * trunk/psLib/src/mathtypes/psVector.h (added) Extensive rework of psArray/psVector. Wed, 12 May 2004 01:14:30 GMT gusciora [644] * trunk/psLib/src/dataManip/psStats.h (modified) * trunk/psLib/src/math/psStats.h (modified) ... Wed, 12 May 2004 00:41:21 GMT gusciora [643] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) I put in my own code for the psVector functions, since this was not ... Wed, 12 May 2004 00:40:23 GMT gusciora [642] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/dataManip/psStats.h (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psStats.h (modified) I removed psImage.o temporarily (since it was not compiling). Wed, 12 May 2004 00:17:20 GMT gusciora [641] * trunk/psLib/src/Makefile (modified) I removed the collections stuff, temporarily (since they were failing ... Tue, 11 May 2004 20:52:33 GMT desonia [640] * trunk/psLib/test/sysUtils/tst_psMemory.c (modified) * trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr (modified) *** empty log message *** Tue, 11 May 2004 20:11:17 GMT desonia [639] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/sysUtils/psMemory.c (modified) * trunk/psLib/src/sysUtils/psMemory.h (modified) fixed memory corruption detection system. Tue, 11 May 2004 20:10:43 GMT desonia [638] * trunk/psLib/src/Makefile.Globals (modified) removed optimization in compilation so that debuggers act more ... Tue, 11 May 2004 03:14:49 GMT desonia [637] * trunk/psLib/test/psTest.h (modified) * trunk/psLib/test/sysUtils/Makefile (modified) * trunk/psLib/test/sysUtils/tst_psMemory.c (modified) * trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr (added) added code for various memory testpoints. Tue, 11 May 2004 01:57:54 GMT desonia [636] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sysUtils/psMemory.c (modified) p_realloc didn't track the last allocated buffer properly (if ... Mon, 10 May 2004 23:37:36 GMT desonia [635] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sysUtils/psString.c (modified) Changed NULL to '\0' for character assignment on line 90. Mon, 10 May 2004 22:37:04 GMT harman [634] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) Updated children member of psImage Mon, 10 May 2004 20:20:42 GMT harman [633] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) Added psAlloc alloc and free functions Mon, 10 May 2004 20:00:16 GMT desonia [632] * trunk/psLib/test/runTest (modified) Added '\' in front of '|' the regex found in errorStrSearch function. Mon, 10 May 2004 19:01:36 GMT evanalst [631] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sysUtils/psString.c (modified) Modified to ensure last byte of N-copy is a null character. Mon, 10 May 2004 19:00:49 GMT evanalst [630] * trunk/psLib/test/sysUtils/tst_psString.c (modified) * trunk/psLib/test/sysUtils/tst_psStringCopy.c (modified) Modified to verify last character in N-copy is Null character. Mon, 10 May 2004 18:22:22 GMT evanalst [629] * trunk/psLib/test/sysUtils/Makefile (modified) Update Makefile to include tst_psMemory.c name change. Sat, 08 May 2004 03:07:45 GMT evanalst [625] * trunk/psLib/test/sysUtils/tst_psString.c (modified) * trunk/psLib/test/sysUtils/tst_psStringCopy.c (modified) Updated to meet test point requirements. Sat, 08 May 2004 02:40:56 GMT evanalst [624] * trunk/psLib/test/sysUtils/tst_psError.c (modified) Added memory leak and corruption checks. Sat, 08 May 2004 01:19:28 GMT harman [620] * trunk/psLib/test/collections/tst_psArray_01.c (modified) * trunk/psLib/test/collections/tst_psArray_02.c (modified) * trunk/psLib/test/collections/tst_psArray_03.c (modified) * trunk/psLib/test/collections/tst_psArray_04.c (modified) * trunk/psLib/test/collections/tst_psArray_05.c (modified) * trunk/psLib/test/collections/tst_psArray_06.c (modified) * trunk/psLib/test/collections/tst_psBitSet_01.c (modified) * trunk/psLib/test/collections/tst_psBitSet_02.c (modified) * trunk/psLib/test/collections/tst_psBitSet_03.c (modified) * trunk/psLib/test/collections/tst_psBitSet_04.c (modified) * trunk/psLib/test/collections/tst_psBitSet_05.c (modified) * trunk/psLib/test/collections/tst_psBitSet_06.c (modified) * trunk/psLib/test/collections/tst_psSort_01.c (modified) * trunk/psLib/test/collections/tst_psSort_02.c (modified) * trunk/psLib/test/collections/tst_psSort_03.c (modified) * trunk/psLib/test/collections/tst_psSort_04.c (modified) Added call to psMemCheckCorruption Sat, 08 May 2004 00:17:45 GMT harman [616] * trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr (added) * trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr (added) * trunk/psLib/test/collections/verified/tst_psSort_03.stderr (added) * trunk/psLib/test/collections/verified/tst_psSort_04.stderr (added) Added files for negative test Sat, 08 May 2004 00:08:27 GMT harman [614] * trunk/psLib/src/collections/psBitSet.c (modified) * trunk/psLib/src/collections/psBitSet.h (modified) * trunk/psLib/src/types/psBitSet.c (modified) * trunk/psLib/src/types/psBitSet.h (modified) Added splint changes Fri, 07 May 2004 23:23:51 GMT desonia [612] * trunk/psLib/test/temp.c (deleted) *** empty log message *** Fri, 07 May 2004 22:13:17 GMT evanalst [608] * trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr (modified) Add additional test point for PS_STRING macro. Fri, 07 May 2004 22:10:50 GMT evanalst [607] * trunk/psLib/test/FullUnitTest (modified) * trunk/psLib/test/runTest (modified) Added more characters to filter out host name. Fri, 07 May 2004 22:06:17 GMT evanalst [605] * trunk/psLib/test/sysUtils/tst_psString.c (modified) * trunk/psLib/test/sysUtils/tst_psStringCopy.c (modified) Added memory leak checks. Fri, 07 May 2004 18:55:53 GMT evanalst [600] * trunk/psLib/src/collections/Makefile (modified) Change include directory flag to use variable $(includedir). Fri, 07 May 2004 02:56:52 GMT harman [599] * trunk/psLib/src/image/psImage.c (added) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (added) * trunk/psLib/src/mathtypes/psImage.h (modified) Added new psImage files Fri, 07 May 2004 00:02:48 GMT evanalst [598] * trunk/psLib/test/sysUtils/tst_psLogMsg02.c (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr (modified) Modified test to put test case with just host as the format to time ... Thu, 06 May 2004 23:32:19 GMT harman [597] * trunk/psLib/src/dataManip/psMatrix.h (added) * trunk/psLib/src/image (added) * trunk/psLib/src/image/psImage.h (added) * trunk/psLib/src/math/psMatrix.h (added) * trunk/psLib/src/mathtypes (added) * trunk/psLib/src/mathtypes/psImage.h (added) Added new matrix and image header files Thu, 06 May 2004 23:25:19 GMT evanalst [596] * trunk/psLib/src/Makefile (modified) * trunk/psLib/src/Makefile.Globals (modified) * trunk/psLib/src/collections/Makefile (modified) * trunk/psLib/src/sysUtils/Makefile (modified) Update to build both static and dynamic libraries. Thu, 06 May 2004 23:23:02 GMT evanalst [595] * trunk/psLib/test/collections/Makefile (modified) Updated to work with single library file libpslib. Thu, 06 May 2004 19:00:10 GMT evanalst [594] * trunk/psLib/src/sysUtils/Makefile (modified) Remove dynamic library creation from this level. Thu, 06 May 2004 18:59:41 GMT evanalst [593] * trunk/psLib/src/collections/Makefile (modified) Removed dynamic library creation from this level. Thu, 06 May 2004 18:54:36 GMT evanalst [592] * trunk/psLib/src/psLib.h (modified) Updated with include files for collections. Thu, 06 May 2004 18:51:48 GMT evanalst [591] * trunk/psLib/src/sysUtils/Makefile (modified) Modified makefile to only update the static library. Thu, 06 May 2004 18:50:37 GMT evanalst [590] * trunk/psLib/src/collections/Makefile (modified) Updated to add object to common libpslib.a archive. Thu, 06 May 2004 01:08:55 GMT evanalst [589] * trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace00.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace01.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace02.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace03.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace04.stdout (modified) Update verified files with change to runTest, FullUnitTest scripts Thu, 06 May 2004 00:57:33 GMT evanalst [588] * trunk/psLib/test/sysUtils/verified/tst_psHash00.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psHash01.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psHash02.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psHash03.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psHash04.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout (modified) Update verified files with change to runTest, FullUnitTest scripts Thu, 06 May 2004 00:49:03 GMT evanalst [587] * trunk/psLib/test/sysUtils/verified/atst_psAbort_01.stderr (modified) * trunk/psLib/test/sysUtils/verified/atst_psAbort_02.stderr (modified) * trunk/psLib/test/sysUtils/verified/atst_psAbort_03.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psError.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr (modified) Update the verified files with change to runTest, FullUnitTest scripts Thu, 06 May 2004 00:46:32 GMT evanalst [586] * trunk/psLib/test/psTest.c (modified) Changed call to psAbort to system abort. Test harness should not be ... Thu, 06 May 2004 00:45:10 GMT evanalst [585] * trunk/psLib/test/FullUnitTest (modified) * trunk/psLib/test/runTest (modified) Changed scripts to search STDOUT,STDERR capture files for error ... Thu, 06 May 2004 00:20:50 GMT harman [584] * trunk/psLib/test/sysUtils/Makefile (modified) * trunk/psLib/test/sysUtils/tst_psHash00.c (modified) * trunk/psLib/test/sysUtils/tst_psHash01.c (modified) * trunk/psLib/test/sysUtils/tst_psHash02.c (modified) * trunk/psLib/test/sysUtils/tst_psHash03.c (modified) * trunk/psLib/test/sysUtils/tst_psHash04.c (modified) * trunk/psLib/test/sysUtils/tst_psLogMsg00.c (modified) * trunk/psLib/test/sysUtils/tst_psLogMsg01.c (modified) * trunk/psLib/test/sysUtils/tst_psLogMsg02.c (modified) * trunk/psLib/test/sysUtils/tst_psLogMsg03.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace00.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace01.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace02.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace03.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace04.c (modified) Update makefile and *.c files with warnings that caused build to fail Wed, 05 May 2004 22:38:21 GMT harman [583] * trunk/psLib/test/collections/verified/tst_psArray_01.stdout (modified) * trunk/psLib/test/collections/verified/tst_psArray_02.stdout (modified) * trunk/psLib/test/collections/verified/tst_psArray_03.stdout (modified) * trunk/psLib/test/collections/verified/tst_psArray_04.stdout (modified) * trunk/psLib/test/collections/verified/tst_psArray_05.stdout (modified) * trunk/psLib/test/collections/verified/tst_psArray_06.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_02.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_03.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_04.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_05.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_06.stdout (modified) * trunk/psLib/test/collections/verified/tst_psSort_01.stdout (modified) * trunk/psLib/test/collections/verified/tst_psSort_02.stdout (modified) * trunk/psLib/test/collections/verified/tst_psSort_03.stdout (modified) * trunk/psLib/test/collections/verified/tst_psSort_04.stdout (modified) Updated files to have new banner Wed, 05 May 2004 22:35:02 GMT harman [582] * trunk/psLib/src/psLib.h (modified) Added new collections header files Wed, 05 May 2004 21:57:39 GMT harman [581] * trunk/psLib/src/collections/psArray.h (modified) * trunk/psLib/src/types/psArray.h (modified) Updated Doxygen comments Wed, 05 May 2004 21:19:55 GMT harman [580] * trunk/psLib/src/collections/psBitMask.c (deleted) * trunk/psLib/src/collections/psBitMask.h (deleted) Changed name of BitMask to BitSet Wed, 05 May 2004 20:46:25 GMT harman [579] * trunk/psLib/src/Makefile (modified) Added collections directory to Makefile Wed, 05 May 2004 20:43:57 GMT harman [578] * trunk/psLib/src/collections/psArray.c (modified) * trunk/psLib/src/collections/psArray.h (modified) * trunk/psLib/src/collections/psBitSet.c (modified) * trunk/psLib/src/collections/psBitSet.h (modified) * trunk/psLib/src/collections/psSort.c (modified) * trunk/psLib/src/collections/psSort.h (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psArray.h (modified) * trunk/psLib/src/types/psBitSet.c (modified) * trunk/psLib/src/types/psBitSet.h (modified) Updated per SDR documentation bug fixes Wed, 05 May 2004 20:42:11 GMT harman [577] * trunk/psLib/src/collections/Makefile (modified) Updated makefile Wed, 05 May 2004 20:39:58 GMT harman [576] * trunk/psLib/test/collections (added) * trunk/psLib/test/collections/Makefile (added) * trunk/psLib/test/collections/UnitTest (added) * trunk/psLib/test/collections/tst_psArray_01.c (added) * trunk/psLib/test/collections/tst_psArray_02.c (added) * trunk/psLib/test/collections/tst_psArray_03.c (added) * trunk/psLib/test/collections/tst_psArray_04.c (added) * trunk/psLib/test/collections/tst_psArray_05.c (added) * trunk/psLib/test/collections/tst_psArray_06.c (added) * trunk/psLib/test/collections/tst_psBitSet_01.c (added) * trunk/psLib/test/collections/tst_psBitSet_02.c (added) * trunk/psLib/test/collections/tst_psBitSet_03.c (added) * trunk/psLib/test/collections/tst_psBitSet_04.c (added) * trunk/psLib/test/collections/tst_psBitSet_05.c (added) * trunk/psLib/test/collections/tst_psBitSet_06.c (added) * trunk/psLib/test/collections/tst_psSort_01.c (added) * trunk/psLib/test/collections/tst_psSort_02.c (added) * trunk/psLib/test/collections/tst_psSort_03.c (added) * trunk/psLib/test/collections/tst_psSort_04.c (added) * trunk/psLib/test/collections/verified (added) * trunk/psLib/test/collections/verified/tst_psArray_01.stdout (added) * trunk/psLib/test/collections/verified/tst_psArray_02.stdout (added) * trunk/psLib/test/collections/verified/tst_psArray_03.stdout (added) * trunk/psLib/test/collections/verified/tst_psArray_04.stdout (added) * trunk/psLib/test/collections/verified/tst_psArray_05.stdout (added) * trunk/psLib/test/collections/verified/tst_psArray_06.stdout (added) * trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout (added) * trunk/psLib/test/collections/verified/tst_psBitSet_02.stdout (added) * trunk/psLib/test/collections/verified/tst_psBitSet_03.stdout (added) * trunk/psLib/test/collections/verified/tst_psBitSet_04.stdout (added) * trunk/psLib/test/collections/verified/tst_psBitSet_05.stdout (added) * trunk/psLib/test/collections/verified/tst_psBitSet_06.stdout (added) * trunk/psLib/test/collections/verified/tst_psSort_01.stdout (added) * trunk/psLib/test/collections/verified/tst_psSort_02.stdout (added) * trunk/psLib/test/collections/verified/tst_psSort_03.stdout (added) * trunk/psLib/test/collections/verified/tst_psSort_04.stdout (added) Added new collections unit tests Wed, 05 May 2004 20:36:10 GMT harman [575] * trunk/psLib/test/psTest.c (modified) Realigned text box for extra negative test banner length Sun, 02 May 2004 02:41:21 GMT gusciora [563] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psStats.c (added) * trunk/psLib/src/dataManip/psStats.h (added) * trunk/psLib/src/math (added) * trunk/psLib/src/math/psStats.c (added) * trunk/psLib/src/math/psStats.h (added) First version of the basic stats routines. Sat, 01 May 2004 23:17:51 GMT gusciora [562] * trunk/psLib/src/sysUtils/psHash.c (modified) * trunk/psLib/src/sysUtils/psHash.h (modified) Added prototypes for psHashKeyList(). Sat, 01 May 2004 23:17:31 GMT gusciora [561] * trunk/psLib/test/sysUtils/tst_psHash04.c (modified) Added call to psHashKeyList(). Sat, 01 May 2004 23:04:35 GMT gusciora [560] * trunk/psLib/src/sys/psLogMsg.c (modified) * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/sys/psTrace.h (modified) * trunk/psLib/src/sysUtils/psHash.c (modified) * trunk/psLib/src/sysUtils/psHash.h (modified) * trunk/psLib/src/sysUtils/psLogMsg.c (modified) * trunk/psLib/src/sysUtils/psTrace.c (modified) * trunk/psLib/src/sysUtils/psTrace.h (modified) * trunk/psLib/test/sysUtils/Makefile (modified) * trunk/psLib/test/sysUtils/tst_psHash00.c (added) * trunk/psLib/test/sysUtils/tst_psHash01.c (added) * trunk/psLib/test/sysUtils/tst_psHash02.c (added) * trunk/psLib/test/sysUtils/tst_psHash03.c (added) * trunk/psLib/test/sysUtils/tst_psHash04.c (added) * trunk/psLib/test/sysUtils/tst_psLogMsg00.c (added) * trunk/psLib/test/sysUtils/tst_psLogMsg01.c (added) * trunk/psLib/test/sysUtils/tst_psLogMsg02.c (added) * trunk/psLib/test/sysUtils/tst_psLogMsg03.c (added) * trunk/psLib/test/sysUtils/tst_psTrace00.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace01.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace02.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace03.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace04.c (added) * trunk/psLib/test/sysUtils/verified/tst_psHash00.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psHash00.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psHash01.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psHash01.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psHash02.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psHash02.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psHash03.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psHash03.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psHash04.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psHash04.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace00.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace00.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace01.stderr (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace01.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace02.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace03.stdout (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace04.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace04.stdout (added) This is a fairly large checkin. I had been sitting on a lot of test ... Sat, 01 May 2004 00:49:08 GMT gusciora [559] * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/sysUtils/psTrace.c (modified) I fixed a bunch of things. Sat, 01 May 2004 00:48:33 GMT gusciora [558] * trunk/psLib/test/sysUtils/tst_psTrace00.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace03.c (modified) * trunk/psLib/test/sysUtils/verified/tst_psTrace03.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace03.stdout (added) Added the test for PrintTraceLevels(). Fri, 30 Apr 2004 06:19:57 GMT gusciora [557] * trunk/psLib/test/sysUtils/Makefile (modified) * trunk/psLib/test/sysUtils/tst_psTrace03.c (added) ... Fri, 30 Apr 2004 06:18:28 GMT gusciora [556] * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/sys/psTrace.h (modified) * trunk/psLib/src/sysUtils/psTrace.c (modified) * trunk/psLib/src/sysUtils/psTrace.h (modified) This code is in a non-working state. Fri, 30 Apr 2004 04:58:13 GMT gusciora [555] * trunk/psLib/test/sysUtils/tst_psTrace00.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace01.c (modified) * trunk/psLib/test/sysUtils/tst_psTrace02.c (modified) ... Fri, 30 Apr 2004 04:58:03 GMT gusciora [554] * trunk/psLib/test/sysUtils/verified/tst_psTrace00.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace00.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace01.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace01.stdout (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace02.stderr (added) * trunk/psLib/test/sysUtils/verified/tst_psTrace02.stdout (added) *** empty log message ***