# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 19, 2026, 3:38:18 PM Sat, 03 Mar 2007 01:25:22 GMT gusciora [12196] * trunk/psLib/test/mathtypes/tap_psImage.c (modified) Corrected the test for U* image initialization. Sat, 03 Mar 2007 01:23:32 GMT gusciora [12195] * trunk/psLib/test/imageops/tap_psImageConvolve.c (modified) Commented out ImageConvolve section because of SDRS changes. Sat, 03 Mar 2007 01:12:19 GMT gusciora [12194] * trunk/psLib/test/astro/tap_psSphereOps_all.c (modified) Modified formatting for warning messages. Sat, 03 Mar 2007 01:09:24 GMT gusciora [12193] * trunk/psLib/test/astro/tap_psEarthOrientation_motion.c (modified) Corrected location of the pslib.config file in the test file. Fri, 02 Mar 2007 22:19:21 GMT Paul Price [12187] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding psImageConvolveMask Fri, 02 Mar 2007 21:48:12 GMT Paul Price [12186] * trunk/psLib/src/imageops/psImageConvolve.c (modified) The usual way is much faster (factor of 3) for filled kernels. Might ... Fri, 02 Mar 2007 21:22:22 GMT Paul Price [12185] * trunk/psLib/test/imageops/Makefile.am (modified) Adding convolution benchmark utility Fri, 02 Mar 2007 21:15:48 GMT Paul Price [12183] * trunk/psLib/src/imageops/Makefile.am (modified) Whoops, wrong place. Fri, 02 Mar 2007 21:15:19 GMT Paul Price [12181] * trunk/psLib/src/imageops/Makefile.am (modified) Adding convolution benchmarking program. Fri, 02 Mar 2007 21:09:57 GMT Paul Price [12180] * trunk/psLib/test/imageops/convolutionBench.c (modified) Fixing, following API change. Fri, 02 Mar 2007 21:05:52 GMT Paul Price [12179] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) * trunk/psLib/test/imageops/tap_psImageConvolve2.c (modified) Removing optional output image from psImageConvolve APIs due to ... Fri, 02 Mar 2007 02:34:45 GMT jhoblitt [12171] * trunk/psLib/src/types/psArray.c (modified) fix arrayAlloc()'s usage of psAlloc() so that is properly passing ... Fri, 02 Mar 2007 02:30:21 GMT jhoblitt [12170] * trunk/psLib/src/db/psDB.c (modified) fix a segfault in p_psDBFetchResult() when no rows are returned/ yet ... Thu, 01 Mar 2007 23:38:30 GMT gusciora [12156] * trunk/psLib/test/fft/Makefile.am (modified) * trunk/psLib/test/fft/tap_psImageFFT.c (modified) * trunk/psLib/test/fft/tap_psVectorFFT.c (modified) Removed diag() macros. Thu, 01 Mar 2007 23:36:18 GMT gusciora [12155] * trunk/psLib/test/fft/Makefile.am (modified) * trunk/psLib/test/fft/tap_psImageFFT2.c (deleted) * trunk/psLib/test/fft/tap_psVectorFFT2.c (deleted) These were modified and then renamed to tap_psImageFFT.c and ... Thu, 01 Mar 2007 23:35:33 GMT gusciora [12154] * trunk/psLib/test/fft/tap_psImageFFT.c (modified) * trunk/psLib/test/fft/tap_psVectorFFT.c (modified) Formally tap_psImageFFT2.c tap_psVectorFFT2.c. Since much of the ... Thu, 01 Mar 2007 03:57:08 GMT jhoblitt [12128] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) change psDBLastInsertID() to return long long Tue, 27 Feb 2007 23:56:12 GMT gusciora [12094] * trunk/psLib/test/db/tap_psDB.c (modified) * trunk/psLib/test/imageops/Makefile.am (modified) * trunk/psLib/test/imageops/tap_psImageConvolve.c (modified) * trunk/psLib/test/imageops/tap_psImagePixelManip.c (modified) * trunk/psLib/test/imageops/tap_psImageShiftKernel.c (modified) * trunk/psLib/test/imageops/tap_psImageSmooth.c (modified) * trunk/psLib/test/math/Makefile.am (modified) * trunk/psLib/test/math/tap_psHist02.c (modified) * trunk/psLib/test/math/tap_psHist03.c (modified) * trunk/psLib/test/math/tap_psStats07.c (modified) * trunk/psLib/test/sys/tst_psError.c (modified) * trunk/psLib/test/types/tap_psArguments_all.c (modified) * trunk/psLib/test/types/tap_psBitSet_all.c (modified) * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) Made several changes to keep the tap tests up-to-date with recent src ... Tue, 27 Feb 2007 03:31:56 GMT jhoblitt [12072] * trunk/psLib/src/sys/psSlurp.c (modified) * trunk/psLib/src/sys/psSlurp.h (modified) add psSlurpFilename() Thu, 22 Feb 2007 22:37:59 GMT Paul Price [12001] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Fixing tsum. Thu, 22 Feb 2007 22:36:21 GMT Paul Price [12000] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Generated kernel should be relative to the LAST data point (for OTA ... Thu, 22 Feb 2007 22:12:36 GMT Paul Price [11999] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Fixing bug due to wrong sense of boolean. Thu, 22 Feb 2007 21:47:29 GMT Paul Price [11998] * trunk/psLib/src/fits/psFits.c (modified) Fixing error type. Wed, 21 Feb 2007 21:39:26 GMT Paul Price [11977] * trunk/psLib/src/fits/psFitsHeader.c (modified) psFitsReadHeaderSet was adding the headers so that the final result ... Thu, 15 Feb 2007 00:38:51 GMT magnier [11795] * trunk/psLib/src/imageops/psImageUnbin.c (modified) fixed counting to be consistent with dvoMakeCorrUnbin; this may break ... Tue, 13 Feb 2007 03:08:17 GMT Paul Price [11760] * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) Fixing compilation problems following change to histogram API. Tue, 13 Feb 2007 03:01:24 GMT Paul Price [11759] * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.h (modified) * trunk/psLib/src/math/psHistogram.c (modified) * trunk/psLib/src/math/psHistogram.h (modified) * trunk/psLib/src/types/psBitSet.c (modified) * trunk/psLib/src/types/psBitSet.h (modified) Fixing bug 843 by modifying functions that (unnecessarily) returned ... Tue, 13 Feb 2007 00:37:22 GMT Paul Price [11756] * trunk/psLib/src/math/psClip.c (modified) psClipIter returns immediately if no clipping is desired. Default is ... Tue, 13 Feb 2007 00:19:51 GMT Paul Price [11755] * trunk/psLib/src/math/psClip.c (modified) * trunk/psLib/src/math/psClip.h (modified) Can really only code a single rejection iteration in psClip, because ... Fri, 09 Feb 2007 20:40:22 GMT gusciora [11729] * trunk/psLib/test/imageops/tap_psImageMaskOps.c (added) * trunk/psLib/test/imageops/tap_psImageStats.c (added) First version. Fri, 09 Feb 2007 03:27:37 GMT Paul Price [11727] * trunk/psLib/test/imageops (modified) * trunk/psLib/test/imageops/.cvsignore (modified) * trunk/psLib/test/imageops/Makefile.am (modified) * trunk/psLib/test/imageops/convolutionBench.c (added) Adding convolution benchmarks program. Fri, 09 Feb 2007 01:26:31 GMT Paul Price [11725] * trunk/psLib/test/imageops/tap_psImageConvolve2.c (modified) Moving FFT test into tap_psImageFFT2 Fri, 09 Feb 2007 01:26:00 GMT Paul Price [11724] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) Renaming psMetadataItemTransfer to psMetadataItemSupplement Fri, 09 Feb 2007 00:45:51 GMT Paul Price [11719] * trunk/psLib/src/fft/psVectorFFT.c (modified) Fixing allocation problem. Fri, 09 Feb 2007 00:39:01 GMT Paul Price [11718] * trunk/psLib/test/fft (modified) * trunk/psLib/test/fft/.cvsignore (modified) * trunk/psLib/test/fft/Makefile.am (modified) * trunk/psLib/test/fft/tap_psVectorFFT2.c (added) Adding tests of vector FFT: going back and forth Fri, 09 Feb 2007 00:23:38 GMT Paul Price [11717] * trunk/psLib/test/fft/tap_psImageFFT2.c (added) Testing that forward and backward FFTs work. Fri, 09 Feb 2007 00:22:55 GMT Paul Price [11716] * trunk/psLib/src/fft/psImageFFT.c (modified) Row-by-row copy only necessary for children images. Thu, 08 Feb 2007 23:56:02 GMT Paul Price [11714] * trunk/psLib/src/fft/psImageFFT.c (modified) Fixing memory corruption issue due to confusing columns and rows in ... Thu, 08 Feb 2007 23:28:23 GMT Paul Price [11712] * trunk/psLib/src/sys/psConfigure.c (modified) Fixing apparent gcc 3.4.3 problem with preprocessor statements within ... Thu, 08 Feb 2007 22:27:30 GMT jhoblitt [11711] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) change selected psString*() functions into wrappers so ... Thu, 08 Feb 2007 21:57:02 GMT jhoblitt [11710] * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psLookupTable.h (modified) change psLookupTableAlloc() to pass in file/lineno/func whitespace fixes Thu, 08 Feb 2007 21:44:00 GMT jhoblitt [11709] * trunk/psLib/src/types/psHash.c (modified) * trunk/psLib/src/types/psHash.h (modified) change psHashAlloc() to pass in file/lineno/func whitespace fixes Thu, 08 Feb 2007 21:33:57 GMT jhoblitt [11708] * trunk/psLib/src/types/psBitSet.c (modified) * trunk/psLib/src/types/psBitSet.h (modified) change psBitSetAlloc() to pass in file/lineno/func whitespace fixes Thu, 08 Feb 2007 21:29:50 GMT jhoblitt [11707] * trunk/psLib/src/types/psPixels.c (modified) * trunk/psLib/src/types/psPixels.h (modified) change psPixel*Alloc() functions to pass in file/lineno/func ... Thu, 08 Feb 2007 21:17:02 GMT jhoblitt [11706] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) change psMetadata*Alloc() functions to pass in file/lineno, func ... Thu, 08 Feb 2007 04:35:35 GMT jhoblitt [11705] * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) change psListAlloc() & psListIteratorAlloc() into wrappers so ... Thu, 08 Feb 2007 04:23:57 GMT Paul Price [11704] * trunk/psLib/src/fft/psImageFFT.h (modified) * trunk/psLib/src/fft/psVectorFFT.c (modified) * trunk/psLib/src/fft/psVectorFFT.h (modified) * trunk/psLib/src/imageops/psImageConvolve.c (modified) Fixes so it compiles. psVector FFTs don't work yet --- need to fix ... Thu, 08 Feb 2007 04:17:58 GMT Paul Price [11703] * trunk/psLib/src/fft/psImageFFT.c (modified) * trunk/psLib/src/fft/psImageFFT.h (modified) * trunk/psLib/src/fft/psVectorFFT.c (modified) * trunk/psLib/src/fft/psVectorFFT.h (modified) * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) * trunk/psLib/test/imageops (modified) * trunk/psLib/test/imageops/.cvsignore (modified) * trunk/psLib/test/imageops/Makefile.am (modified) * trunk/psLib/test/imageops/tap_psImageConvolve2.c (added) Reworked image convolution (split direct and FFT methods into ... Thu, 08 Feb 2007 03:34:09 GMT jhoblitt [11701] * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psArray.h (modified) change psArrayAlloc(), psArrayAllocEmpty(), & psArrayRealloc() into ... Thu, 08 Feb 2007 03:26:15 GMT jhoblitt [11700] * trunk/psLib/src/mathtypes/psImage.h (modified) typo fix Thu, 08 Feb 2007 03:10:33 GMT jhoblitt [11699] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) change psImageAlloc() & psImageRecycle() into wrappers so ... Thu, 08 Feb 2007 02:59:36 GMT jhoblitt [11698] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) change psVectorRecycle(), psVectorCopy, & psVectorCreate() into ... Thu, 08 Feb 2007 02:42:46 GMT jhoblitt [11697] * trunk/psLib/src/mathtypes/psScalar.c (modified) * trunk/psLib/src/mathtypes/psScalar.h (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) update authors change psScalarAlloc() & psScalarCopy() into wrappers ... Thu, 08 Feb 2007 02:31:59 GMT jhoblitt [11696] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) change psVectorAllocEmpty() & psVectorAllocEmpty() into wrappers so ... Thu, 08 Feb 2007 01:59:47 GMT jhoblitt [11695] * trunk/psLib/src/sys/psSlurp.h (modified) author update Thu, 08 Feb 2007 01:59:28 GMT jhoblitt [11694] * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/sys/psConfigure.h (modified) * trunk/psLib/src/sys/psError.h (modified) * trunk/psLib/src/sys/psErrorCodes.h.in (modified) * trunk/psLib/src/sys/psLine.h (modified) * trunk/psLib/src/sys/psLogMsg.h (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/sys/psTrace.h (modified) * trunk/psLib/src/sys/psType.h (modified) ./sys header file cleanup: formatting/whitespace fixes add ... Thu, 08 Feb 2007 01:54:15 GMT jhoblitt [11693] * trunk/psLib/m4/ipp_stdopts.m4 (modified) fix broken macro Thu, 08 Feb 2007 01:37:33 GMT gusciora [11692] * trunk/psLib/test/fft/tap_psVectorFFT.c (modified) Correct the tests. Thu, 08 Feb 2007 01:26:47 GMT gusciora [11691] * trunk/psLib/test/imageops/Makefile.am (modified) Added tap_psImagePixelExtract.c Thu, 08 Feb 2007 01:26:20 GMT gusciora [11690] * trunk/psLib/test/imageops/tap_psImagePixelExtract.c (added) First version: tap_psImagePixelExtract.c. 4 failed subtests. Thu, 08 Feb 2007 01:22:08 GMT gusciora [11689] * trunk/psLib/test/astro/tap_psEarthOrientation_motion.c (modified) * trunk/psLib/test/imageops/tap_psImageSmooth.c (modified) No changes made. Thu, 08 Feb 2007 01:21:50 GMT gusciora [11688] * trunk/psLib/test/imageops/tap_psImageStructManip.c (modified) Fixed uninitialized variable errorFlag. Wed, 07 Feb 2007 23:52:54 GMT jhoblitt [11686] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psSparse.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/sys/psAbort.c (modified) * trunk/psLib/src/sys/psAbort.h (modified) * trunk/psLib/src/sys/psError.c (modified) * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/types/psArguments.c (modified) * trunk/psLib/src/types/psMetadataItemCompare.c (modified) * trunk/psLib/src/types/psMetadataItemParse.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) * trunk/psLib/test/math/tap_psPolyFit1D.c (modified) * trunk/psLib/test/math/tap_psPolyFit2D.c (modified) * trunk/psLib/test/math/tap_psPolyFit3D.c (modified) * trunk/psLib/test/math/tap_psPolyFit4D.c (modified) * trunk/psLib/test/math/tap_psStats07.c (modified) * trunk/psLib/test/math/tap_psStats09.c (modified) * trunk/psLib/test/math/tst_psFunc01.c (modified) * trunk/psLib/test/math/tst_psHist00.c (modified) * trunk/psLib/test/math/tst_psHist01.c (modified) * trunk/psLib/test/math/tst_psHist02.c (modified) * trunk/psLib/test/math/tst_psHist03.c (modified) * trunk/psLib/test/math/tst_psMathUtils.c (modified) * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) * trunk/psLib/test/math/tst_psMinimizePowell.c (modified) * trunk/psLib/test/math/tst_psPolyFit1D.c (modified) * trunk/psLib/test/math/tst_psPolyFit2D.c (modified) * trunk/psLib/test/math/tst_psPolyFit3D.c (modified) * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) * trunk/psLib/test/math/tst_psSpline1D.c (modified) * trunk/psLib/test/math/tst_psStats03.c (modified) * trunk/psLib/test/math/tst_psStats05.c (modified) * trunk/psLib/test/math/tst_psStats06.c (modified) * trunk/psLib/test/math/tst_psStats07.c (modified) * trunk/psLib/test/math/tst_psStats08.c (modified) * trunk/psLib/test/math/tst_psStats09.c (modified) * trunk/psLib/test/types/tst_psBitSet.c (modified) * trunk/psLib/test/types/tst_psHash00.c (modified) * trunk/psLib/test/types/tst_psHash01.c (modified) * trunk/psLib/test/types/tst_psHash02.c (modified) * trunk/psLib/test/types/tst_psHash03.c (modified) * trunk/psLib/test/types/tst_psHash04.c (modified) update psAbort() API: add noreturn attribute remove ... Wed, 07 Feb 2007 22:50:18 GMT gusciora [11685] * trunk/psLib/test/fft/tap_psImageFFT.c (modified) * trunk/psLib/test/imageops/tap_psImagePixelManip.c (modified) * trunk/psLib/test/math/tap_psMatrix07.c (modified) * trunk/psLib/test/math/tap_psStats07.c (modified) * trunk/psLib/test/math/tap_psStats09.c (modified) * trunk/psLib/test/sys/tap_psConfigure.c (modified) Fixed small compiler errors due to new compile flags. Wed, 07 Feb 2007 22:43:26 GMT gusciora [11684] * trunk/psLib/test/sys/tap_psLine.c (modified) include string.h Wed, 07 Feb 2007 22:34:43 GMT gusciora [11683] * trunk/psLib/test/sys/tap_psString.c (modified) Removed compile errors. Wed, 07 Feb 2007 22:31:21 GMT gusciora [11682] * trunk/psLib/test/imageops/Makefile.am (modified) Added ImageConvolve. Wed, 07 Feb 2007 22:30:14 GMT gusciora [11681] * trunk/psLib/test/imageops/tap_psImageConvolve.c (added) First version. 3 known failures. Wed, 07 Feb 2007 02:53:47 GMT Paul Price [11680] * trunk/psLib/src/mathtypes/psImage.h (modified) Fixing logical error. Wed, 07 Feb 2007 01:21:54 GMT jhoblitt [11675] * trunk/psLib/src/sys/psErrorCodes.c.in (modified) cast const struct memory to void * for psFree() Wed, 07 Feb 2007 01:15:50 GMT jhoblitt [11674] * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/src/math/psHistogram.c (modified) * trunk/psLib/src/math/psMinimizePolyFit.c (modified) * trunk/psLib/src/math/psPolynomialUtils.c (modified) * trunk/psLib/src/sys/psError.c (modified) * trunk/psLib/src/sys/psError.h (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) change psFree() macro to *NOT* cast all pointers to (void *) change ... Wed, 07 Feb 2007 00:40:04 GMT Paul Price [11673] * trunk/psLib/src/mathtypes/psImage.h (modified) Adding PS_ASSERT_IMAGE_TYPE_F32_OR_F64. Wed, 07 Feb 2007 00:36:02 GMT jhoblitt [11672] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) remove all use of psType.h types -- psMemory.h now has no ps*.h ... Tue, 06 Feb 2007 21:59:18 GMT jhoblitt [11670] * trunk/psLib/test/psTest.c (deleted) * trunk/psLib/test/psTest.h (deleted) remove psTest (unused, bit rotted) Tue, 06 Feb 2007 21:55:28 GMT jhoblitt [11669] * trunk/psLib/src/math/Makefile.am (modified) * trunk/psLib/src/math/psPolynomialMetadata.c (added) * trunk/psLib/src/math/psPolynomialMetadata.h (added) * trunk/psLib/src/pslib_strict.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) move psPolynomial*metdata() functions from psMetdata.* into ... Tue, 06 Feb 2007 21:36:09 GMT jhoblitt [11668] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/astro/psCoord.h (modified) * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/astro/psTime.h (modified) * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/fft/psImageFFT.c (modified) * trunk/psLib/src/fft/psVectorFFT.c (modified) * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizeLMM.h (modified) * trunk/psLib/src/math/psMinimizePowell.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/sys/psError.h (modified) * trunk/psLib/src/sys/psErrorCodes.c.in (modified) * trunk/psLib/src/sys/psErrorCodes.h.in (modified) * trunk/psLib/src/sys/psLogMsg.c (modified) * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psArray.h (modified) * trunk/psLib/src/types/psHash.c (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/src/types/psMetadataItemCompare.c (modified) * trunk/psLib/src/types/psMetadataItemParse.c (modified) * trunk/psLib/src/types/psMetadataItemParse.h (modified) use 'bool' instead of psBool where-ever possible Tue, 06 Feb 2007 20:47:15 GMT gusciora [11667] * trunk/psLib/test/types/tap_psMetadataConfigFormat.c (modified) Fixed memory leaks Tue, 06 Feb 2007 20:40:17 GMT gusciora [11666] * trunk/psLib/test/types/tap_psLookupTable_all.c (modified) Removed diag() and note() messages. Tue, 06 Feb 2007 20:31:57 GMT gusciora [11665] * trunk/psLib/test/sys/tap_psMemory.c (modified) Removed tests that cause an abort. Preserved ok() failure. Tue, 06 Feb 2007 04:11:54 GMT gusciora [11663] * trunk/psLib/test/astro/tap_psCoord01.c (modified) This compiles now, but still doesn't run correctly. Tue, 06 Feb 2007 04:09:55 GMT gusciora [11662] * trunk/psLib/test/sys/tap_psError.c (modified) Reordered tests, this should be okay. Tue, 06 Feb 2007 03:43:03 GMT gusciora [11661] * trunk/psLib/test/math/tap_psStats08.c (modified) Fixed test Tue, 06 Feb 2007 03:37:40 GMT gusciora [11660] * trunk/psLib/test/sys/tap_psString.c (modified) Fixed this... Tue, 06 Feb 2007 01:01:05 GMT gusciora [11657] * trunk/psLib/test/astro/tap_psCoord02.c (modified) Fixed erroneous NULL parameter test. Tue, 06 Feb 2007 00:50:03 GMT gusciora [11656] * trunk/psLib/test/math/tap_psPolyFit1D.c (modified) * trunk/psLib/test/math/tap_psPolyFit2D.c (modified) * trunk/psLib/test/math/tap_psPolyFit3D.c (modified) * trunk/psLib/test/math/tap_psPolyFit4D.c (modified) * trunk/psLib/test/math/tap_psStats00.c (modified) * trunk/psLib/test/math/tap_psStatsTiming.c (modified) Modified the plan_test() args for Stats. Modified the actual test ... Mon, 05 Feb 2007 21:03:23 GMT jhoblitt [11655] * trunk/psLib/m4/ipp_stdopts.m4 (modified) don't set PS_NO_TRACE is PSLIB_CFLAGS when --enable-optimize is set Mon, 05 Feb 2007 20:43:19 GMT jhoblitt [11654] * trunk/psLib/configure.ac (modified) * trunk/psModules/configure.ac (modified) bump .so version to 1.1.0 Sat, 03 Feb 2007 07:36:10 GMT jhoblitt [11641] * trunk/psLib/configure.ac (modified) * trunk/psModules/configure.ac (modified) version to 1.1.0 Sat, 03 Feb 2007 06:38:59 GMT jhoblitt [11627] * trunk/psLib/configure.ac (modified) * trunk/psModules/configure.ac (modified) version 1.0.0 Sat, 03 Feb 2007 06:19:36 GMT jhoblitt [11621] * trunk/psLib/configure.ac (modified) * trunk/psModules/configure.ac (modified) add IPP_STDCFLAGS Sat, 03 Feb 2007 06:19:11 GMT jhoblitt [11620] * trunk/psLib/m4/ipp_stdopts.m4 (modified) split IPP_STDCFLAGS out of IPP_STDOPTS Sat, 03 Feb 2007 06:05:23 GMT magnier [11619] * trunk/psLib/src/math/psClip.c (modified) bad init in psVectorSortIndex Sat, 03 Feb 2007 06:01:42 GMT magnier [11618] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/src/sys/psLine.c (modified) * trunk/psLib/src/sys/psLine.h (modified) * trunk/psLib/src/sys/psString.c (modified) fixed un-inits Sat, 03 Feb 2007 05:54:08 GMT jhoblitt [11617] * trunk/psLib/src/sys/psConfigure.c (modified) * trunk/psLib/src/sys/psError.c (modified) * trunk/psLib/src/sys/psLine.c (modified) * trunk/psLib/src/sys/psLogMsg.c (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psSlurp.c (modified) * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/sys/psType.c (modified) include psMemory.h last Sat, 03 Feb 2007 05:35:30 GMT jhoblitt [11616] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/math/psMD5.c (modified) * trunk/psLib/src/sys/psString.h (modified) don't include string.h in psString.h Sat, 03 Feb 2007 04:58:35 GMT jhoblitt [11614] * trunk/psLib/configure.ac (modified) set LT version to 1:0:0 Sat, 03 Feb 2007 03:30:34 GMT Paul Price [11609] * trunk/psLib/m4 (modified) * trunk/psLib/m4/.cvsignore (added) Adding automake temps to .cvsignore. Sat, 03 Feb 2007 03:22:37 GMT Paul Price [11606] * trunk/psLib/autogen.sh (modified) aclocal needs flags to find m4 macros. Thu, 01 Feb 2007 21:01:19 GMT jhoblitt [11547] * trunk/psLib/test/Makefile.am (modified) remove temp files Thu, 01 Feb 2007 04:13:05 GMT jhoblitt [11534] * trunk/psLib/m4/Makefile.am (modified) * trunk/psLib/m4/ipp_stdopts.m4 (modified) remove paths from EXTRA_DIST