# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 21, 2026, 6:45:25 AM Fri, 05 May 2006 22:32:35 GMT Paul Price [7076] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Moving temporary variables into where they are defined, ala C99. Fri, 05 May 2006 02:48:35 GMT drobbin [7071] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/test/imageops/tst_psImageSmooth.c (modified) * trunk/psLib/test/imageops/tst_psImageStructManip.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_01.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr (modified) Fixed some tiny things and working on fixing psImageSmooth (not done). Fri, 05 May 2006 02:42:01 GMT Paul Price [7070] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) Applying patch from Josh Hoblitt: Patch to add transaction control to ... Thu, 04 May 2006 00:37:44 GMT drobbin [7057] * trunk/psLib/src/imageops/psImageStructManip.c (modified) fixed seg fault occuring from NULL input image in imageSubset. Moved ... Thu, 04 May 2006 00:09:11 GMT drobbin [7056] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) * trunk/psLib/test/imageops/verified/tst_psImageStats.stderr (modified) Fixed tests for psImageCountPixelMask. Wed, 03 May 2006 23:16:16 GMT drobbin [7055] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) Fixed memory leak and output errors associated with psImageSlice -> ... Wed, 03 May 2006 02:35:37 GMT Paul Price [7050] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) Adding patch from Josh, which adds psDBLastInsertId Wed, 03 May 2006 01:10:09 GMT drobbin [7047] * trunk/psLib/test/sys/verified/tst_psString.stderr (modified) * trunk/psLib/test/types/tst_psMetadata_07.c (modified) * trunk/psLib/test/types/verified/tst_psMetadata_07.stderr (modified) Fixed stderr differences. Wed, 03 May 2006 00:27:51 GMT drobbin [7046] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_02.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr (modified) Edited error message and updated indexSort test Tue, 02 May 2006 23:55:53 GMT Paul Price [7045] * trunk/psLib/test/sys/tst_psString.c (modified) Fixing psStringSplit following code update. Tue, 02 May 2006 23:02:29 GMT drobbin [7044] * trunk/psLib/src/mathtypes/psVector.c (modified) Edited psVectorCopy and psVectorSort. Added error handling for NULL ... Tue, 02 May 2006 22:35:52 GMT drobbin [7043] * trunk/psLib/test/mathtypes/tst_psVector.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_01.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_02.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVector.stderr (modified) * trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr (modified) Edited psVectorCopy and psVectorSort. Added error handling for NULL ... Tue, 02 May 2006 21:48:55 GMT Paul Price [7042] * trunk/psLib/src/mathtypes/psVector.c (modified) Fixing bug in psVectorSortIndex --- the switch was on the output type ... Tue, 02 May 2006 02:03:48 GMT Paul Price [7033] * trunk/psLib/src/types/psArguments.c (modified) Supporting NULL for PS_DATA_STRING metadata item. Tue, 02 May 2006 02:01:53 GMT Paul Price [7032] * trunk/psLib/src/types/psArguments.c (modified) Supporting NULL for PS_DATA_STRING metadata items when printing the ... Tue, 02 May 2006 01:48:56 GMT Paul Price [7031] * trunk/psLib/src/types/psMetadata.c (modified) Removing assertion on NULL string --- psMetadataAddStr needs to ... Mon, 01 May 2006 21:23:15 GMT Paul Price [7021] * trunk/psLib/src/types/psArguments.c (modified) Fixing bug in psArgumentHelp caused when default value (type S32) was ... Mon, 01 May 2006 00:57:07 GMT magnier [7015] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) fixed psStringSplit to use strpbrk, added boolean for significance of ... Sun, 30 Apr 2006 22:10:38 GMT magnier [7013] * trunk/psLib/src/types/psMetadataConfig.c (modified) added support for S8,S16,U8,U16,U32 Wed, 26 Apr 2006 02:19:23 GMT drobbin [6989] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/test/sys/tst_psString.c (modified) updated stringSplit NULL-handling (& tests) Wed, 26 Apr 2006 01:10:58 GMT drobbin [6988] * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) reset on server. Wed, 26 Apr 2006 01:09:13 GMT drobbin [6987] * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) edited failing test. Wed, 26 Apr 2006 00:46:58 GMT drobbin [6986] * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) reset stdout file. Tue, 25 Apr 2006 03:30:29 GMT Paul Price [6977] * trunk/psLib/src/mathtypes/psVector.c (modified) Added special case for psVectorCopy (copying to the same type: use ... Sun, 23 Apr 2006 01:08:34 GMT magnier [6962] * trunk/psLib/src/sys/psString.c (modified) changed psStringSplit to accept NULL input string Sat, 22 Apr 2006 20:52:30 GMT magnier [6959] * trunk/psLib/src/imageops/psImageStats.c (modified) loop was running <= upper limits, rather than < upper limits Sat, 22 Apr 2006 01:03:13 GMT Paul Price [6954] * trunk/psLib/configure.ac (modified) Removing AC_DISABLE_STATIC. Sat, 22 Apr 2006 00:47:06 GMT Paul Price [6953] * trunk/psLib/src/db/Makefile.am (modified) * trunk/psLib/src/db/psDB_dummy.h (added) * trunk/psLib/src/pslib_strict.h (modified) Adding psDB_dummy.h to replace psDB.h when mysql is not used. Sat, 22 Apr 2006 00:41:32 GMT Paul Price [6952] * trunk/psLib/configure.ac (modified) Better solution to fftw problem. Sat, 22 Apr 2006 00:27:38 GMT Paul Price [6951] * trunk/psLib/configure.ac (modified) Adding math library to LIBS so that we can get FFTW in the presence ... Fri, 21 Apr 2006 21:18:44 GMT magnier [6942] * trunk/psLib/src/math/psMinimizeLMM.c (modified) modification of singular matrix handling Fri, 21 Apr 2006 21:10:01 GMT magnier [6941] * trunk/psLib/src/imageops/psImageStructManip.c (modified) fixed some end-point errors with regions Fri, 21 Apr 2006 21:07:47 GMT magnier [6940] * trunk/psLib/src/imageops/psImageStats.c (modified) fixed end-post errors in psImageCountPixelMask Fri, 21 Apr 2006 20:59:51 GMT magnier [6939] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) restore the GaussJordan inversion Fri, 21 Apr 2006 20:47:39 GMT magnier [6938] * trunk/psLib/src/types/psMetadata.c (modified) replaced psRegion support Fri, 21 Apr 2006 20:45:56 GMT magnier [6937] * trunk/psLib/src/imageops/psImageConvolve.c (modified) replaced psImageSmooth with faster version Fri, 21 Apr 2006 20:41:10 GMT magnier [6936] * trunk/psLib/src/fits/psFitsImage.c (modified) fixed missing vector length assignments Fri, 21 Apr 2006 00:07:42 GMT magnier [6935] * trunk/psLib/src/math/psRegionForImage.c (modified) region selected by 0,0,0,0 was off by one on the upper limits (must ... Thu, 20 Apr 2006 03:32:14 GMT magnier [6920] * trunk/psLib/src/sys/psType.h (modified) replaced PS_DATA_REGION because we need to be able to dynamically ... Thu, 20 Apr 2006 02:22:28 GMT drobbin [6914] * trunk/psLib/src/db/psDB.c (modified) No changes made. Thu, 20 Apr 2006 01:46:00 GMT drobbin [6913] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) Edited psDataType-> removed PS_DATA_REGION since this type isn't ... Thu, 20 Apr 2006 01:13:11 GMT drobbin [6912] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/db/tst_psDB.c (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/imageops/tst_psImageGeomManip.c (modified) edited files to reflect changes & patches applied by IFA. Currently ... Wed, 19 Apr 2006 18:31:17 GMT magnier [6901] * trunk/psLib/src/math/psMinimizeLMM.c (modified) added NaN checks with psAbort Tue, 18 Apr 2006 22:12:28 GMT Paul Price [6886] * trunk/psLib/src/mathtypes/psVector.c (modified) Vector length problem with psVectorSortIndex. See bug 737. Tue, 18 Apr 2006 22:04:28 GMT Paul Price [6885] * trunk/psLib/src/math/psBinaryOp.c (modified) * trunk/psLib/src/math/psUnaryOp.c (modified) Fixing bug in number of elements in psBinaryOp and psUnaryOp: when ... Tue, 18 Apr 2006 19:01:21 GMT Paul Price [6884] * trunk/psLib/src/fits/psFitsHeader.c (modified) Forgot to add the header to the metadata after stripping trailing spaces. Tue, 18 Apr 2006 18:58:41 GMT Paul Price [6883] * trunk/psLib/src/fits/psFitsHeader.c (modified) Remove trailing spaces from string header values. Tue, 18 Apr 2006 01:21:53 GMT Paul Price [6878] * trunk/psLib/src/types/psMetadataConfig.c (modified) Increasing maximum length of line, to be compatible with GPC1 camera ... Mon, 17 Apr 2006 22:00:35 GMT magnier [6874] * trunk/psLib/src/astro/psCoord.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsImage.h (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.h (modified) * trunk/psLib/src/imageops/psImageStructManip.h (modified) * trunk/psLib/src/math/Makefile.am (modified) * trunk/psLib/src/math/psRegion.c (added) * trunk/psLib/src/math/psRegion.h (added) * trunk/psLib/src/math/psRegionForImage.c (added) * trunk/psLib/src/math/psRegionForImage.h (added) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) * trunk/psLib/src/psErrorText_en.dat (modified) * trunk/psLib/src/pslib_strict.h (modified) * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/src/types/psPixels.h (modified) * trunk/psModules/src/astrom/pmFPAConstruct.c (modified) * trunk/psModules/src/objects/psEllipse.c (deleted) * trunk/psModules/src/objects/psEllipse.h (deleted) * trunk/psModules/src/pslib/psMetadataItemParse.c (modified) variety of small changes related to inconsistencies between psModules ... Tue, 11 Apr 2006 23:57:52 GMT desonia [6831] * trunk/psLib/configure.ac (modified) added check for libxml2 version to be 2.6.0 or greater. Thu, 06 Apr 2006 22:55:18 GMT drobbin [6806] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) Made changes concerning subimage issue and testing of changes. Thu, 06 Apr 2006 04:12:27 GMT drobbin [6805] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImageGeomManip.c (modified) Made some changes for subimages issue and region issues. Wed, 05 Apr 2006 23:36:25 GMT desonia [6801] * trunk/psLib/test/types (modified) * trunk/psLib/test/types/.cvsignore (modified) *** empty log message *** Wed, 05 Apr 2006 23:34:55 GMT desonia [6800] * trunk/psLib/configure.ac (modified) changed version number to be post rel11. Wed, 05 Apr 2006 23:27:28 GMT desonia [6798] * trunk/psLib/src/Makefile.am (modified) added removal of temporary file, libpslib.la.temp, after it is no ... Wed, 05 Apr 2006 23:21:14 GMT desonia [6796] * trunk/psLib/Makefile.am (modified) * trunk/psLib/src/Makefile.am (modified) * trunk/psLib/test/db/Makefile.am (modified) * trunk/psLib/test/fits/Makefile.am (modified) * trunk/psLib/test/imageops/Makefile.am (modified) * trunk/psLib/test/math/Makefile.am (modified) * trunk/psLib/test/mathtypes/Makefile.am (modified) * trunk/psLib/test/sys/Makefile.am (modified) * trunk/psLib/test/xml/Makefile.am (modified) updated clean tag Wed, 05 Apr 2006 21:16:46 GMT desonia [6793] * trunk/psLib/Makefile.am (modified) * trunk/psLib/configure.ac (modified) * trunk/psLib/etc/pslib/Makefile.am (modified) * trunk/psLib/src/Makefile.am (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/data/mdcfgwrt.verified (added) * trunk/psLib/test/types/mdcfgwrt.verified (deleted) changed version and tweaks for distcheck. Wed, 05 Apr 2006 02:19:00 GMT gusciora [6788] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:46 GMT gusciora [6787] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:36 GMT gusciora [6786] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:27 GMT gusciora [6785] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:21 GMT gusciora [6784] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:13 GMT gusciora [6783] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:05 GMT gusciora [6782] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:17:56 GMT gusciora [6781] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:17:48 GMT gusciora [6780] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:17:37 GMT gusciora [6779] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 01:49:41 GMT drobbin [6778] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) Edited functions wrt subimage v parent image issue. Tue, 04 Apr 2006 22:48:36 GMT drobbin [6776] * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) *** empty log message *** Tue, 04 Apr 2006 22:04:46 GMT drobbin [6770] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr (modified) * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) Edited several functions concerning subimage v. parent issue. Tue, 04 Apr 2006 20:47:25 GMT gusciora [6768] * trunk/psLib/src/math/psSpline.c (modified) .... Tue, 04 Apr 2006 19:52:55 GMT desonia [6767] * 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/psFitsImage.h (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/fits/psFitsTable.h (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/fits/verified/tst_psFits.stderr (modified) * trunk/psLib/test/imageops/tst_psImageGeomManip.c (modified) * trunk/psLib/test/sys/tst_psMemory.c (modified) modified API to match current SDRS. Tue, 04 Apr 2006 19:52:29 GMT desonia [6766] * trunk/psLib/src/psErrorText_en.dat (modified) *** empty log message *** Sat, 01 Apr 2006 02:43:57 GMT drobbin [6750] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.h (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/types/psPixels.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) * trunk/psLib/test/imageops/verified/tst_psImageInterpolate.stderr (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) * trunk/psLib/test/imageops/verified/tst_psImageStats.stderr (modified) * trunk/psLib/test/types/tst_psPixels.c (modified) * trunk/psLib/test/types/verified/tst_psPixels.stderr (modified) Made several changes to image functions/tests w.r.t. subimage v. ... Fri, 17 Mar 2006 20:38:19 GMT drobbin [6631] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) Updated ImageRow, Col, Slice with respect to Sub-image v. parent- ... Tue, 14 Mar 2006 03:35:14 GMT drobbin [6579] * trunk/psLib/src/mathtypes/psImage.c (modified) Merged-in changes for psRegionForImage from eam_rel9_b1. (coord's ... Tue, 14 Mar 2006 03:25:48 GMT drobbin [6578] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/mathtypes/tst_psImage.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psImage.stderr (modified) Updated psImageGet in accordance with rules for dealing with sub- images. Tue, 14 Mar 2006 02:22:55 GMT drobbin [6574] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/mathtypes/tst_psImage.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psImage.stderr (modified) Changed psImageSet to coincide with new stipulations concerning sub- ... Wed, 08 Mar 2006 21:09:16 GMT drobbin [6548] * trunk/psLib/src/types/psMetadata.c (modified) Merged in changes to psMetadata (polynomial formatting) from ... Tue, 07 Mar 2006 04:20:10 GMT drobbin [6536] * trunk/psLib/src/astro/psTime.c (modified) changed getToken to see if it has gotten to NULL before incrementing ... Tue, 07 Mar 2006 03:03:33 GMT Paul Price [6535] * trunk/psLib/src/types/psMetadata.c (modified) Changing size of hash for psMetadata. Tue, 07 Mar 2006 01:53:24 GMT drobbin [6534] * trunk/psLib/src/astro/psSphereOps.c (modified) Edited psSphereOps to use dynamically allocated psSphereRot's everywhere. Tue, 07 Mar 2006 00:39:45 GMT desonia [6533] * trunk/psLib/configure.ac (modified) made prefix /usr/local instead of `pwd`. Mon, 06 Mar 2006 22:34:25 GMT drobbin [6528] * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/test/db/tst_psDB.c (modified) * trunk/psLib/test/types/tst_psArray.c (modified) Removed psMemIncrRefCounter from psArrayGet & associated psFree calls. Mon, 06 Mar 2006 20:57:42 GMT gusciora [6527] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) This merges in rel10_ifa. However, I changed the matrix solving ... Mon, 06 Mar 2006 20:40:50 GMT gusciora [6526] * trunk/psLib/src/math/psMinimizeLMM.c (modified) From rel10_ifa. Mon, 06 Mar 2006 20:32:36 GMT gusciora [6525] * trunk/psLib/src/math/psMinimizeLMM.c (modified) .... Mon, 06 Mar 2006 20:32:19 GMT gusciora [6524] * trunk/psLib/src/math/psMinimizeLMM.c (modified) Trying to merge rel10_ifa. Fri, 03 Mar 2006 22:09:31 GMT gusciora [6510] * trunk/psLib/src/math/psMinimizeLMM.c (modified) .... Fri, 03 Mar 2006 22:08:02 GMT gusciora [6509] * trunk/psLib/src/math/psMinimizeLMM.c (modified) From rel10_ifa Thu, 02 Mar 2006 23:04:22 GMT drobbin [6505] * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) Removed #include from psList files. Tue, 28 Feb 2006 20:03:22 GMT mberning [6504] * trunk/psLib/src/pslib_strict.h (modified) Updated pslib_strict.h to remove outdated Doxygen tags Tue, 28 Feb 2006 02:53:03 GMT drobbin [6500] * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psArray.h (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) * trunk/psLib/src/types/psPixels.c (modified) * trunk/psLib/src/types/psPixels.h (modified) * trunk/psLib/test/astro/tst_psCoord.c (modified) * trunk/psLib/test/mathtypes/tst_psVector.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVector.stderr (modified) * trunk/psLib/test/types/tst_psArray.c (modified) * trunk/psLib/test/types/tst_psList.c (modified) * trunk/psLib/test/types/tst_psPixels.c (modified) * trunk/psLib/test/types/verified/tst_psArray.stderr (modified) * trunk/psLib/test/types/verified/tst_psList.stderr (modified) * trunk/psLib/test/types/verified/tst_psPixels.stderr (modified) Add Length functions/tests. Modified psPixelsAlloc to set n=0. Fri, 24 Feb 2006 23:43:16 GMT drobbin [6484] * 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/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/math/psConstants.h (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizePolyFit.c (modified) * trunk/psLib/src/math/psMinimizePowell.c (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/test/db/verified/tst_psDB.stderr (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/imageops/tst_psImageConvolve.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (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_psPolynomialEval1D.c (modified) * trunk/psLib/test/math/tst_psPolynomialEval2D.c (modified) * trunk/psLib/test/math/tst_psPolynomialEval3D.c (modified) * trunk/psLib/test/math/tst_psPolynomialEval4D.c (modified) * trunk/psLib/test/math/tst_psRandom.c (modified) * trunk/psLib/test/math/tst_psSpline1D.c (modified) * trunk/psLib/test/math/tst_psStats07.c (modified) * trunk/psLib/test/math/tst_psStats09.c (modified) * trunk/psLib/test/mathtypes/tst_psVector.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_02.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVector.stderr (modified) * trunk/psLib/test/types/tst_psLookupTable_01.c (modified) * trunk/psLib/test/types/tst_psMetadataIO.c (modified) * trunk/psLib/test/types/verified/tst_psMetadataIO.stderr (modified) Changed psArray & psVector to zero 'n' upon allocation. Used to set ... Sat, 18 Feb 2006 00:56:44 GMT drobbin [6449] * trunk/psLib/src/math/psMinimizePowell.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) * trunk/psLib/test/math/tst_psMinimizePowell.c (modified) Finished updating files affected by changing psArrayAlloc to set ->n=0. Fri, 17 Feb 2006 03:24:47 GMT drobbin [6445] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/test/astro/tst_psCoord02.c (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/types/tst_psArray.c (modified) * trunk/psLib/test/types/verified/tst_psArray.stderr (modified) Changed psArrayAlloc to set ->n = 0. Updated corresponding functions ... Fri, 17 Feb 2006 00:56:48 GMT gusciora [6437] * trunk/psLib/src/math/psConstants.h (modified) * trunk/psLib/src/math/psMathUtils.h (modified) * trunk/psLib/src/math/psMinimizeLMM.h (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psStats.c (modified) *** empty log message *** Tue, 14 Feb 2006 00:09:27 GMT drobbin [6425] * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/src/astro/psEarthOrientation.h (modified) * trunk/psLib/src/astro/psSphereOps.h (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) Added psMemThreadSafety. Removed p_lock from psList. Added comments ... Fri, 10 Feb 2006 04:12:02 GMT gusciora [6420] * trunk/psLib/src/math/psMinimizePowell.c (modified) .... Fri, 10 Feb 2006 02:44:46 GMT drobbin [6419] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) Added psMemThreadSafety in psMemory and updated corresponding mutex's ...