# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 19, 2026, 10:38:47 PM Mon, 05 Nov 2007 23:56:33 GMT Paul Price [15456] * trunk/psLib/src/imageops/psImageStructManip.c (modified) * trunk/psLib/src/imageops/psImageStructManip.h (modified) Adding additional information for tracking memory leaks. Mon, 05 Nov 2007 23:42:46 GMT Paul Price [15454] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psArray.h (modified) Propagating allocation information, so leaks can be tracked down easier. Fri, 02 Nov 2007 03:23:46 GMT Paul Price [15437] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Plugging memory leak. Tue, 30 Oct 2007 01:31:28 GMT Paul Price [15419] * trunk/psLib/src/sys/psAssert.h (modified) Adding PS_ASSERT_PTR_NULL Mon, 29 Oct 2007 21:36:02 GMT Paul Price [15411] * trunk/psLib/src/types/psMetadataConfig.c (modified) Replacing mmap with psSlurp. The proper behaviour of mmap when the ... Mon, 29 Oct 2007 21:30:03 GMT Paul Price [15410] * trunk/psLib/src/sys/psSlurp.h (modified) Needs to know about psString. Mon, 29 Oct 2007 20:36:28 GMT Paul Price [15407] * trunk/psLib/src/math/psStats.c (modified) Free what we've allocated in the event of an error. Mon, 29 Oct 2007 20:35:31 GMT Paul Price [15406] * trunk/psLib/src/mathtypes/psVector.c (modified) Only free the vector if we allocated it. Fri, 26 Oct 2007 02:40:24 GMT Paul Price [15384] * trunk/psLib/src/sys/psLogMsg.c (modified) psMessageDestination should not set anything for the log message, ... Thu, 25 Oct 2007 20:35:50 GMT gusciora [15377] * trunk/psLib/src/imageops/psImageBinning.c (modified) * trunk/psLib/src/imageops/psImageBinning.h (modified) Added a psMemCheckBinning() function. Wed, 24 Oct 2007 19:08:24 GMT Paul Price [15370] * trunk/psLib/src/math/psStats.c (modified) Cleaned up code. Some required code was hidden in !PS_NO_TRACE ... Fri, 19 Oct 2007 23:52:39 GMT Paul Price [15335] * trunk/psLib/src/fits/Makefile.am (modified) * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFits.h (modified) * trunk/psLib/src/fits/psFitsFloat.c (added) * trunk/psLib/src/fits/psFitsFloat.h (added) * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsImage.h (modified) Adding psFitsFloat.[ch] for quantising (and unquantising) floating- ... Wed, 17 Oct 2007 02:20:24 GMT Paul Price [15324] * trunk/psLib/src/math/psRandom.c (modified) Printing hex value of seed. Wed, 17 Oct 2007 01:49:12 GMT Paul Price [15321] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) Expanding psImageConvolveMaskDirect and psImageConvolveMaskFFT to ... Tue, 16 Oct 2007 23:31:03 GMT Paul Price [15320] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding psImageConvolveMaskFFT to use FFT convolution to convolve mask ... Wed, 10 Oct 2007 00:56:31 GMT jhoblitt [15269] * trunk/psLib/src/db/psDB.c (modified) add whitespace to a trace Tue, 09 Oct 2007 20:05:32 GMT Paul Price [15261] * trunk/psLib/src/math/psRandom.h (modified) Adding assertion. Tue, 09 Oct 2007 19:27:04 GMT eugene [15254] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/imageops/psImagePixelInterpolate.c (modified) * trunk/psLib/src/math/psMinimizePolyFit.c (modified) * trunk/psLib/src/math/psPolynomialMetadata.c (modified) * trunk/psLib/src/math/psPolynomialUtils.c (modified) * trunk/psModules/src/astrom/pmAstrometryDistortion.c (modified) * trunk/psModules/src/astrom/pmAstrometryUtils.c (modified) * trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) * trunk/psModules/src/detrend/pmShutterCorrection.c (modified) * trunk/psModules/src/objects/pmPSF_IO.c (modified) * trunk/psModules/src/objects/pmPSFtry.c (modified) * trunk/psModules/src/objects/pmTrend2D.c (modified) changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish ... Tue, 09 Oct 2007 19:24:46 GMT eugene [15253] * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psPolynomial.h (modified) changed mask to coeffMask, define PS_POLY_MASK_FIT,SET Tue, 09 Oct 2007 03:00:05 GMT Paul Price [15249] * trunk/psLib/src/fits/psFits.h (modified) Adding assertion on whether the FITS file is writable. Tue, 09 Oct 2007 02:56:23 GMT Paul Price [15248] * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/fits/psFitsTable.h (modified) Adding function to return the number of rows in a FITS table. Also ... Fri, 05 Oct 2007 02:40:02 GMT Paul Price [15226] * trunk/psLib/src/types/psMetadataItemCompare.c (modified) Handle NULL strings. Thu, 04 Oct 2007 01:16:33 GMT Paul Price [15191] * trunk/psLib/src/fits/psFitsHeader.c (modified) Translate the compressed image FITS headers to the proper header ... Wed, 03 Oct 2007 21:27:21 GMT Paul Price [15179] * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFits.h (modified) * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) Merging branch with FITS compression development. Sat, 29 Sep 2007 23:58:55 GMT eugene [15126] * trunk/psLib/src/math/psStats.c (modified) for Robust Stats: - measure +/- 0.5, 1.0, 2.0 sigma fractions to ... Sat, 29 Sep 2007 22:18:09 GMT eugene [15115] * trunk/psLib/src/types/psArray.c (modified) fixed edge case error Fri, 28 Sep 2007 21:03:24 GMT eugene [15076] * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psArray.h (modified) added psArraySortIndex Fri, 28 Sep 2007 21:02:23 GMT eugene [15075] * trunk/psLib/src/math/psCompare.h (modified) rename psCompareFcn to psCompareFunc Fri, 28 Sep 2007 20:59:48 GMT eugene [15070] * trunk/psLib/src/mathtypes/psVector.c (modified) comment Fri, 28 Sep 2007 20:59:37 GMT eugene [15069] * trunk/psLib/src/mathtypes/psVector.h (modified) space Fri, 28 Sep 2007 00:37:27 GMT eugene [15050] * trunk/psLib/src/astro/psCoord.c (modified) drop useless psMemCheckType, change PS_ASSERT_PTR to ... Fri, 28 Sep 2007 00:36:51 GMT eugene [15049] * trunk/psLib/src/math/psPolynomialUtils.c (modified) add comment Fri, 28 Sep 2007 00:36:30 GMT eugene [15048] * trunk/psLib/src/math/psStats.c (modified) limit histogram to 10k bins Fri, 28 Sep 2007 00:36:08 GMT eugene [15047] * trunk/psLib/src/sys/psAssert.h (modified) * trunk/psLib/src/sys/psMemory.h (modified) temporarily disable PS_ASSERT_PTR, renamed to PS_ASSERT_PTR_HEAVY Fri, 28 Sep 2007 00:35:20 GMT eugene [15046] * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizeLMM.h (modified) cleanups; Alpha, Beta now only include unmasked parameters Fri, 28 Sep 2007 00:34:11 GMT eugene [15045] * trunk/psLib/src/math/psHistogram.c (modified) use full histogram range to calculate binSize Thu, 27 Sep 2007 04:27:03 GMT eugene [15041] * trunk/psLib/src/imageops/psImageMap.h (modified) * trunk/psLib/src/imageops/psImageMapFit.c (modified) added case of 1xN or Nx1 maps Mon, 24 Sep 2007 21:29:10 GMT eugene [15001] * trunk/psLib/src/imageops/psImageMapFit.c (modified) add asserts for finite input values Mon, 24 Sep 2007 02:59:46 GMT eugene [14988] * trunk/psLib/src/imageops/psImageBinning.c (modified) * trunk/psLib/src/imageops/psImageBinning.h (modified) * trunk/psLib/src/imageops/psImageMap.c (modified) * trunk/psLib/src/imageops/psImageMap.h (modified) added APIs to define psImageMap without psImage pointer Sat, 22 Sep 2007 03:05:50 GMT Paul Price [14983] * trunk/psLib/src/imageops/psImageBinning.c (modified) * trunk/psLib/src/imageops/psImageMap.c (modified) * trunk/psLib/src/imageops/psImageMapFit.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) Including psMemory.h where required. Sat, 22 Sep 2007 03:01:08 GMT Paul Price [14982] * trunk/psLib/src/sys/psAssert.h (modified) * trunk/psLib/src/sys/psMemory.h (modified) Memory assertion should be in the memory code, so that I can include ... Fri, 21 Sep 2007 02:45:33 GMT eugene [14960] * trunk/psLib/src/imageops/psImageMapFit.c (modified) init the mask vector if alloced here Thu, 20 Sep 2007 23:59:03 GMT eugene [14931] * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psStats.h (modified) added psStatsInit, FITTED_MEAN_V4, fixed out-of-range error in ... Thu, 20 Sep 2007 23:58:02 GMT eugene [14930] * trunk/psLib/src/math/psHistogram.c (modified) fixed extrapolation error in histograms with large dynamic range Thu, 20 Sep 2007 23:57:31 GMT eugene [14929] * trunk/psLib/src/imageops/Makefile.am (modified) * trunk/psLib/src/pslib_strict.h (modified) adding psImageMap, psImagePixelInterpolate functions Thu, 20 Sep 2007 23:57:15 GMT eugene [14928] * trunk/psLib/src/math/psPolynomialUtils.c (modified) added comment Thu, 20 Sep 2007 23:56:57 GMT eugene [14927] * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psArray.h (modified) adding psArrayRemoveDataNoFree Thu, 20 Sep 2007 23:56:10 GMT eugene [14926] * trunk/psLib/test/imageops (modified) * trunk/psLib/test/imageops/.cvsignore (modified) * trunk/psLib/test/imageops/Makefile.am (modified) * trunk/psLib/test/imageops/tap_psImageMap.c (added) * trunk/psLib/test/imageops/tap_psImageMapFit.c (added) * trunk/psLib/test/imageops/tap_psImageMapFit2.c (added) * trunk/psLib/test/imageops/tap_psImageStructManip.c (modified) adding new tests for new functions Thu, 20 Sep 2007 23:55:52 GMT eugene [14925] * trunk/psLib/src/imageops/psImageUnbin.c (modified) * trunk/psLib/src/imageops/psImageUnbin.h (modified) adding psImageInterpolatePixelBilinear Thu, 20 Sep 2007 23:54:25 GMT eugene [14924] * trunk/psLib/src/imageops/psImageMap.c (added) * trunk/psLib/src/imageops/psImageMap.h (added) * trunk/psLib/src/imageops/psImageMapFit.c (added) * trunk/psLib/src/imageops/psImagePixelInterpolate.c (added) * trunk/psLib/src/imageops/psImagePixelInterpolate.h (added) adding psImageMap functions, psImagePixelInterpolate functions Thu, 20 Sep 2007 23:53:48 GMT eugene [14923] * trunk/psLib/src/imageops/psImageBinning.c (modified) * trunk/psLib/src/imageops/psImageBinning.h (modified) adding utility functions for coordinate system conversions Thu, 20 Sep 2007 23:52:52 GMT eugene [14922] * trunk/psLib/src/imageops/psImageBackground.c (modified) * trunk/psLib/src/imageops/psImageBackground.h (modified) adding ability to return the subsample used for the stats Thu, 20 Sep 2007 23:48:47 GMT eugene [14921] * trunk/psLib/src/imageops/psImageStructManip.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) updates to child handling Tue, 18 Sep 2007 22:06:44 GMT jhoblitt [14885] * trunk/psLib/test/types/tap_psMetadataConfigRead.c (modified) test cleanup Tue, 18 Sep 2007 03:01:17 GMT jhoblitt [14878] * trunk/psLib/src/fits/psFits.c (modified) change psFitsOptionsAlloc() to make a copy of it's tilesize arg Tue, 18 Sep 2007 02:56:36 GMT jhoblitt [14877] * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFits.h (modified) add psFitsOptionsAlloc() add psFitsSetOptions() Tue, 18 Sep 2007 02:33:48 GMT jhoblitt [14876] * trunk/psLib/src/fits/psFits.c (modified) psFitsSetCompression() error handling cleanups Mon, 17 Sep 2007 23:01:00 GMT jhoblitt [14872] * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFits.h (modified) check psFitsSetCompression() to accept a psVector in place of an dim ... Mon, 17 Sep 2007 22:48:36 GMT jhoblitt [14871] * trunk/psLib/src/fits/psFits.c (modified) change psFitsSetCompression() to report the cfitsio error stack Mon, 17 Sep 2007 21:35:35 GMT jhoblitt [14868] * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFits.h (modified) add psFitsSetCompression() Mon, 17 Sep 2007 20:49:51 GMT Paul Price [14866] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) * trunk/psLib/test/imageops/convolutionBench.c (modified) Adding mask to psImageConvolveFFT, so that masked pixels may be set ... Thu, 13 Sep 2007 02:43:55 GMT Paul Price [14826] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Need to normalise the variance kernel so that the sum is unity --- ... Wed, 05 Sep 2007 23:52:11 GMT Paul Price [14762] * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding assertion on kernel sizes. Wed, 05 Sep 2007 23:20:04 GMT jhoblitt [14761] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) update copyright notice Tue, 04 Sep 2007 23:29:43 GMT Paul Price [14736] * trunk/psLib/src/imageops/psImageConvolve.h (modified) Fixing assertion. Thu, 30 Aug 2007 20:33:58 GMT Paul Price [14707] * trunk/psLib/src/imageops/psImageConvolve.h (modified) More cut/paste errors. Thu, 30 Aug 2007 20:32:45 GMT Paul Price [14706] * trunk/psLib/src/imageops/psImageConvolve.h (modified) Cut/paste error. Thu, 30 Aug 2007 20:32:17 GMT Paul Price [14705] * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding assertion for kernels. Thu, 30 Aug 2007 20:15:23 GMT Paul Price [14704] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Was doing direct convolution using x+u instead of x-u --- no ... Thu, 30 Aug 2007 20:08:39 GMT Paul Price [14703] * trunk/psLib/test/imageops/tap_psImageConvolve2.c (modified) Adding asymmetry to kernel to catch the x - u or x + u problem in ... Wed, 29 Aug 2007 00:27:13 GMT jhoblitt [14686] * trunk/psLib/src/types/psMetadataConfig.c (modified) correctly pase "foo STR NULL" Wed, 29 Aug 2007 00:23:49 GMT jhoblitt [14685] * trunk/psLib/src/db/psDB.c (modified) additional tracing for prepared queries Tue, 28 Aug 2007 02:55:51 GMT jhoblitt [14682] * trunk/psLib/src/sys/psAssert.h (modified) * trunk/psLib/src/sys/psString.c (modified) fix PS_ASSERT_PTR() to be called on ptr not &ptr Mon, 27 Aug 2007 23:24:21 GMT jhoblitt [14679] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) psString(Pre|Ap)pend() - change API to work on psStrings instead ... Mon, 27 Aug 2007 23:19:55 GMT jhoblitt [14678] * trunk/psLib/test/types/tap_psMetadata_polynomials.c (modified) silence compiler warnings about empty format strings Mon, 27 Aug 2007 23:16:17 GMT jhoblitt [14677] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) make P_PS_MEMMAGIC private Mon, 27 Aug 2007 23:14:35 GMT jhoblitt [14676] * trunk/psLib/src/sys/psAssert.h (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) add psMemIsAlloced() Mon, 27 Aug 2007 21:44:29 GMT jhoblitt [14674] * trunk/psLib/src/sys/Makefile.am (modified) add missing tab Thu, 23 Aug 2007 21:52:29 GMT Paul Price [14638] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Kernel range is inclusive. Thu, 16 Aug 2007 02:51:09 GMT Paul Price [14523] * trunk/psLib/src/imageops/psImageStructManip.c (modified) Fixing range for error messages. Wed, 15 Aug 2007 20:23:34 GMT magnier [14506] * trunk/psLib/src/sys/psError.c (modified) added a return after the psErrorPrintStack message Tue, 14 Aug 2007 02:06:32 GMT Paul Price [14478] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding psKernelAllocFromImage to generate a kernel from some input image. Fri, 10 Aug 2007 20:20:38 GMT jhoblitt [14464] * trunk/psLib/src/sys/psError.c (modified) fix a possible deadlock in psErrorStackGetNoAlloc() Fri, 10 Aug 2007 02:23:42 GMT Paul Price [14460] * trunk/psLib/src/fits/psFitsHeader.c (modified) Adding code to restore HIERARCH key names to their proper name, but ... Thu, 09 Aug 2007 03:30:47 GMT jhoblitt [14454] * trunk/psLib/src/sys/psType.h (modified) typo Thu, 09 Aug 2007 03:30:16 GMT jhoblitt [14453] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psBitSet.c (modified) add PS_ATTR_PURE call attribute Thu, 09 Aug 2007 01:40:08 GMT jhoblitt [14452] * trunk/psLib/src/astro/psCoord.h (modified) * trunk/psLib/src/astro/psEarthOrientation.h (modified) * trunk/psLib/src/astro/psSphereOps.h (modified) * trunk/psLib/src/astro/psTime.h (modified) * trunk/psLib/src/db/psDB.h (modified) * trunk/psLib/src/imageops/psImageBinning.h (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) * trunk/psLib/src/imageops/psImageInterpolate.h (modified) * trunk/psLib/src/jpeg/psImageJpeg.h (modified) * trunk/psLib/src/math/psClip.h (modified) * trunk/psLib/src/math/psHistogram.h (modified) * trunk/psLib/src/math/psMinimizeLMM.h (modified) * trunk/psLib/src/math/psPolynomial.h (modified) * trunk/psLib/src/math/psPolynomialMetadata.h (modified) * trunk/psLib/src/math/psRandom.h (modified) * trunk/psLib/src/math/psSparse.h (modified) * trunk/psLib/src/math/psSpline.h (modified) * trunk/psLib/src/math/psStats.h (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) * trunk/psLib/src/mathtypes/psScalar.h (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/sys/psAbort.h (modified) * trunk/psLib/src/sys/psError.h (modified) * trunk/psLib/src/sys/psLine.h (modified) * trunk/psLib/src/sys/psLogMsg.h (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/sys/psTrace.h (modified) * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psArray.h (modified) * trunk/psLib/src/types/psBitSet.h (modified) * trunk/psLib/src/types/psHash.h (modified) * trunk/psLib/src/types/psList.h (modified) * trunk/psLib/src/types/psLookupTable.h (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/src/types/psPixels.h (modified) gcc attribute cleanup Wed, 08 Aug 2007 21:31:42 GMT Paul Price [14440] * trunk/psLib/src/math/psStats.c (modified) Was running mean when I meant stdev. Wed, 08 Aug 2007 19:38:17 GMT Paul Price [14429] * trunk/psLib/src/math/psStats.h (modified) Adding higher-order statistics, and rearranging the statistics order. Wed, 08 Aug 2007 19:34:58 GMT Paul Price [14428] * trunk/psLib/src/math/psStats.c (modified) Adding higher-order moments (skewness and kurtosis). Tue, 07 Aug 2007 00:51:23 GMT jhoblitt [14418] * trunk/psLib/configure.ac (modified) fix a misnamed var in the fftw3 probe that prevented LIBS from ... Tue, 07 Aug 2007 00:16:21 GMT Paul Price [14417] * trunk/psLib/src/fits/psFitsHeader.c (modified) Avoiding use of psMetadataAdd(), to avoid endian bugs. Tue, 07 Aug 2007 00:11:52 GMT Paul Price [14416] * trunk/psLib/src/db/psDB.c (modified) Ensuring bools are being added correctly. Tue, 07 Aug 2007 00:03:00 GMT Paul Price [14415] * trunk/psLib/src/math/psPolynomialMetadata.h (modified) Adding gcc attributes. Mon, 06 Aug 2007 23:54:24 GMT Paul Price [14414] * trunk/psLib/src/types/psMetadataConfig.c (modified) Fixing endian bug in psMetadataConfigParse: Function ... Mon, 06 Aug 2007 21:18:04 GMT jhoblitt [14413] * trunk/psLib/configure.ac (modified) add in some potentially missing double quotes around variable assignments Fri, 20 Jul 2007 20:12:44 GMT magnier [14332] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) * trunk/psLib/test/imageops/convolutionBench.c (modified) * trunk/psLib/test/imageops/tap_psImageConvolve2.c (modified) * trunk/psModules/src/detrend/pmShifts.c (modified) adding output target to psImageConvolveDirect API Fri, 20 Jul 2007 00:22:24 GMT magnier [14320] * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizeLMM.h (modified) dLinear, the linearized change in the chisq, was being calculated ... Tue, 17 Jul 2007 20:32:02 GMT Paul Price [14267] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) Adding function to sort vectors in-place. Fri, 13 Jul 2007 00:06:13 GMT jhoblitt [14172] * trunk/psLib/configure.ac (modified) * trunk/psModules/configure.ac (modified) require ac 2.61