# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 21, 2026, 3:09:14 AM Fri, 07 Jul 2006 02:25:54 GMT jhoblitt [7832] * trunk/psLib/src/types/psMetadataConfig.c (modified) change/fix psMetadataConfigFormat()'s to properly declare MULTIs Thu, 06 Jul 2006 22:26:13 GMT drobbin [7831] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/test/sys/tst_psString.c (modified) * trunk/psLib/test/sys/verified/tst_psString.stderr (modified) Added test for psStringSubstitute. Ran test, fixed errors. Fxn now ... Thu, 06 Jul 2006 01:13:11 GMT Paul Price [7823] * trunk/psLib/src/fits/psFitsHeader.c (modified) Allowing the writing of a completely minimal header. Wed, 05 Jul 2006 22:34:38 GMT Paul Price [7816] * trunk/psLib/src/types/psArray.h (modified) Adding PS_ASSERT_ARRAY macros. Wed, 05 Jul 2006 20:37:53 GMT Paul Price [7813] * trunk/psLib/test/mathtypes (modified) * trunk/psLib/test/mathtypes/.cvsignore (modified) Adding tap version of test to .cvsignore. Wed, 05 Jul 2006 20:37:37 GMT Paul Price [7812] * trunk/psLib/test/tap (modified) * trunk/psLib/test/tap/.cvsignore (added) * trunk/psLib/test/tap/src (modified) * trunk/psLib/test/tap/src/.cvsignore (added) * trunk/psLib/test/tap/tests (modified) * trunk/psLib/test/tap/tests/.cvsignore (added) * trunk/psLib/test/tap/tests/diag (modified) * trunk/psLib/test/tap/tests/diag/.cvsignore (added) * trunk/psLib/test/tap/tests/fail (modified) * trunk/psLib/test/tap/tests/fail/.cvsignore (added) * trunk/psLib/test/tap/tests/ok (modified) * trunk/psLib/test/tap/tests/ok/.cvsignore (added) * trunk/psLib/test/tap/tests/ok/ok (modified) * trunk/psLib/test/tap/tests/ok/ok-hash (modified) * trunk/psLib/test/tap/tests/ok/ok-hash/.cvsignore (added) * trunk/psLib/test/tap/tests/ok/ok-numeric (modified) * trunk/psLib/test/tap/tests/ok/ok-numeric/.cvsignore (added) * trunk/psLib/test/tap/tests/ok/ok/.cvsignore (added) * trunk/psLib/test/tap/tests/pass (modified) * trunk/psLib/test/tap/tests/pass/.cvsignore (added) * trunk/psLib/test/tap/tests/plan (modified) * trunk/psLib/test/tap/tests/plan/.cvsignore (added) * trunk/psLib/test/tap/tests/plan/no-tests (modified) * trunk/psLib/test/tap/tests/plan/no-tests/.cvsignore (added) * trunk/psLib/test/tap/tests/plan/no_plan (modified) * trunk/psLib/test/tap/tests/plan/no_plan/.cvsignore (added) * trunk/psLib/test/tap/tests/plan/not-enough-tests (modified) * trunk/psLib/test/tap/tests/plan/not-enough-tests/.cvsignore (added) * trunk/psLib/test/tap/tests/plan/sane (modified) * trunk/psLib/test/tap/tests/plan/sane/.cvsignore (added) * trunk/psLib/test/tap/tests/plan/skip_all (modified) * trunk/psLib/test/tap/tests/plan/skip_all/.cvsignore (added) * trunk/psLib/test/tap/tests/plan/too-many-plans (modified) * trunk/psLib/test/tap/tests/plan/too-many-plans/.cvsignore (added) * trunk/psLib/test/tap/tests/plan/too-many-tests (modified) * trunk/psLib/test/tap/tests/plan/too-many-tests/.cvsignore (added) * trunk/psLib/test/tap/tests/skip (modified) * trunk/psLib/test/tap/tests/skip/.cvsignore (added) * trunk/psLib/test/tap/tests/todo (modified) * trunk/psLib/test/tap/tests/todo/.cvsignore (added) Adding .cvsignore files for tap testing. Tue, 04 Jul 2006 02:43:38 GMT jhoblitt [7808] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) fix psVectorExtend() tests Tue, 04 Jul 2006 02:07:45 GMT jhoblitt [7806] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) don't set psVector->n for newly psVectorAlloc()'d vectors Tue, 04 Jul 2006 01:42:20 GMT jhoblitt [7805] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) skip tests on NULL pointers Tue, 04 Jul 2006 01:09:44 GMT jhoblitt [7804] * trunk/psLib/configure.ac (modified) change LT_VERSION to 0:13:0 Mon, 03 Jul 2006 22:58:15 GMT jhoblitt [7801] * trunk/psLib/configure.ac (modified) reapply 1.70 Mon, 03 Jul 2006 22:56:08 GMT jhoblitt [7800] * trunk/psLib/configure.ac (modified) * trunk/psModules/configure.ac (modified) version to 0.12.99 Mon, 03 Jul 2006 22:12:25 GMT jhoblitt [7796] * trunk/psLib/configure.ac (modified) use .0 instead of .00 in the version Mon, 03 Jul 2006 22:01:02 GMT jhoblitt [7795] * trunk/psLib/configure.ac (modified) rollback 1.70 prepare for 0.12.0 release Mon, 03 Jul 2006 21:49:14 GMT jhoblitt [7793] * trunk/psLib/test/jpeg/Makefile.am (modified) remove verified from EXTRA_DIST as `make dist` can't handle non- ... Sun, 02 Jul 2006 03:50:51 GMT jhoblitt [7790] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) add psVectorCopy() tests Sun, 02 Jul 2006 03:23:51 GMT jhoblitt [7789] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) add psVectorLength() tests Sun, 02 Jul 2006 02:54:20 GMT jhoblitt [7788] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) add psVectorCountPixelMask() tests Sat, 01 Jul 2006 22:53:04 GMT jhoblitt [7787] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) add psVectorGet() & psVectorSet() tests Sat, 01 Jul 2006 22:10:49 GMT jhoblitt [7786] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) add psVectorCreate() tests Sat, 01 Jul 2006 21:48:01 GMT jhoblitt [7785] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) add psVectorInit() tests Sat, 01 Jul 2006 04:39:49 GMT jhoblitt [7779] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) add psVectorExtend() tests Sat, 01 Jul 2006 03:51:56 GMT magnier [7778] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) more updates to tap_psVector.c Sat, 01 Jul 2006 02:58:23 GMT jhoblitt [7777] * trunk/psLib/test/mathtypes/tap_psVector.c (added) fwv Sat, 01 Jul 2006 02:57:35 GMT jhoblitt [7775] * trunk/psLib/test/tap (added) * trunk/psLib/test/tap/INSTALL (copied) * trunk/psLib/test/tap/LICENSE (copied) * trunk/psLib/test/tap/Makefile.am (copied) * trunk/psLib/test/tap/README (copied) * trunk/psLib/test/tap/bootstrap.sh (copied) * trunk/psLib/test/tap/compile (copied) * trunk/psLib/test/tap/configure.in (copied) * trunk/psLib/test/tap/src (added) * trunk/psLib/test/tap/src/Makefile.am (copied) * trunk/psLib/test/tap/src/tap.3 (copied) * trunk/psLib/test/tap/src/tap.c (copied) * trunk/psLib/test/tap/src/tap.h (copied) * trunk/psLib/test/tap/tests (added) * trunk/psLib/test/tap/tests/Makefile.am (copied) * trunk/psLib/test/tap/tests/README (copied) * trunk/psLib/test/tap/tests/diag (added) * trunk/psLib/test/tap/tests/diag/Makefile.am (copied) * trunk/psLib/test/tap/tests/diag/test.c (copied) * trunk/psLib/test/tap/tests/diag/test.pl (copied) * trunk/psLib/test/tap/tests/diag/test.t (copied) * trunk/psLib/test/tap/tests/fail (added) * trunk/psLib/test/tap/tests/fail/Makefile.am (copied) * trunk/psLib/test/tap/tests/fail/test.c (copied) * trunk/psLib/test/tap/tests/fail/test.pl (copied) * trunk/psLib/test/tap/tests/fail/test.t (copied) * trunk/psLib/test/tap/tests/ok (added) * trunk/psLib/test/tap/tests/ok/Makefile.am (copied) * trunk/psLib/test/tap/tests/ok/ok (added) * trunk/psLib/test/tap/tests/ok/ok-hash (added) * trunk/psLib/test/tap/tests/ok/ok-hash/Makefile.am (copied) * trunk/psLib/test/tap/tests/ok/ok-hash/test.c (copied) * trunk/psLib/test/tap/tests/ok/ok-hash/test.pl (copied) * trunk/psLib/test/tap/tests/ok/ok-hash/test.t (copied) * trunk/psLib/test/tap/tests/ok/ok-numeric (added) * trunk/psLib/test/tap/tests/ok/ok-numeric/Makefile.am (copied) * trunk/psLib/test/tap/tests/ok/ok-numeric/test.c (copied) * trunk/psLib/test/tap/tests/ok/ok-numeric/test.pl (copied) * trunk/psLib/test/tap/tests/ok/ok-numeric/test.t (copied) * trunk/psLib/test/tap/tests/ok/ok/Makefile.am (copied) * trunk/psLib/test/tap/tests/ok/ok/test.c (copied) * trunk/psLib/test/tap/tests/ok/ok/test.pl (copied) * trunk/psLib/test/tap/tests/ok/ok/test.t (copied) * trunk/psLib/test/tap/tests/pass (added) * trunk/psLib/test/tap/tests/pass/Makefile.am (copied) * trunk/psLib/test/tap/tests/pass/test.c (copied) * trunk/psLib/test/tap/tests/pass/test.pl (copied) * trunk/psLib/test/tap/tests/pass/test.t (copied) * trunk/psLib/test/tap/tests/plan (added) * trunk/psLib/test/tap/tests/plan/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/no-tests (added) * trunk/psLib/test/tap/tests/plan/no-tests/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/no-tests/test.c (copied) * trunk/psLib/test/tap/tests/plan/no-tests/test.pl (copied) * trunk/psLib/test/tap/tests/plan/no-tests/test.t (copied) * trunk/psLib/test/tap/tests/plan/no_plan (added) * trunk/psLib/test/tap/tests/plan/no_plan/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/no_plan/test.c (copied) * trunk/psLib/test/tap/tests/plan/no_plan/test.pl (copied) * trunk/psLib/test/tap/tests/plan/no_plan/test.t (copied) * trunk/psLib/test/tap/tests/plan/not-enough-tests (added) * trunk/psLib/test/tap/tests/plan/not-enough-tests/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/not-enough-tests/test.c (copied) * trunk/psLib/test/tap/tests/plan/not-enough-tests/test.pl (copied) * trunk/psLib/test/tap/tests/plan/not-enough-tests/test.t (copied) * trunk/psLib/test/tap/tests/plan/sane (added) * trunk/psLib/test/tap/tests/plan/sane/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/sane/test.c (copied) * trunk/psLib/test/tap/tests/plan/sane/test.pl (copied) * trunk/psLib/test/tap/tests/plan/sane/test.t (copied) * trunk/psLib/test/tap/tests/plan/skip_all (added) * trunk/psLib/test/tap/tests/plan/skip_all/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/skip_all/plan (copied) * trunk/psLib/test/tap/tests/plan/skip_all/plan.c (copied) * trunk/psLib/test/tap/tests/plan/skip_all/test.c (copied) * trunk/psLib/test/tap/tests/plan/skip_all/test.pl (copied) * trunk/psLib/test/tap/tests/plan/skip_all/test.t (copied) * trunk/psLib/test/tap/tests/plan/too-many-plans (added) * trunk/psLib/test/tap/tests/plan/too-many-plans/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/too-many-plans/test.c (copied) * trunk/psLib/test/tap/tests/plan/too-many-plans/test.pl (copied) * trunk/psLib/test/tap/tests/plan/too-many-plans/test.t (copied) * trunk/psLib/test/tap/tests/plan/too-many-tests (added) * trunk/psLib/test/tap/tests/plan/too-many-tests/Makefile.am (copied) * trunk/psLib/test/tap/tests/plan/too-many-tests/test.c (copied) * trunk/psLib/test/tap/tests/plan/too-many-tests/test.pl (copied) * trunk/psLib/test/tap/tests/plan/too-many-tests/test.t (copied) * trunk/psLib/test/tap/tests/skip (added) * trunk/psLib/test/tap/tests/skip/Makefile.am (copied) * trunk/psLib/test/tap/tests/skip/test.c (copied) * trunk/psLib/test/tap/tests/skip/test.pl (copied) * trunk/psLib/test/tap/tests/skip/test.t (copied) * trunk/psLib/test/tap/tests/todo (added) * trunk/psLib/test/tap/tests/todo/Makefile.am (copied) * trunk/psLib/test/tap/tests/todo/test.c (copied) * trunk/psLib/test/tap/tests/todo/test.pl (copied) * trunk/psLib/test/tap/tests/todo/test.t (copied) This commit was generated by cvs2svn to compensate for changes in ... Sat, 01 Jul 2006 02:51:40 GMT jhoblitt [7773] * trunk/psLib/autogen.sh (modified) * trunk/psLib/configure.ac (modified) * trunk/psLib/test/Makefile.am (modified) * trunk/psLib/test/mathtypes/Makefile.am (modified) add tap_psVector libtap test driver example Fri, 30 Jun 2006 23:50:56 GMT jhoblitt [7768] * trunk/psLib/src/db/psDB.c (modified) fix MySQL time support (no searching support yet) Fri, 30 Jun 2006 02:44:42 GMT Paul Price [7767] * trunk/psLib/src/pslib_strict.h (modified) Adding psAssert.h Fri, 30 Jun 2006 02:20:43 GMT Paul Price [7766] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/astro/psCoord.h (modified) * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/src/astro/psSphereOps.c (modified) * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/imageops/psImageBackground.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImageMaskOps.c (modified) * trunk/psLib/src/imageops/psImagePixelManip.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageUnbin.c (modified) * trunk/psLib/src/jpeg/psImageJpeg.c (modified) * trunk/psLib/src/math/psBinaryOp.c (modified) * trunk/psLib/src/math/psConstants.h (modified) * trunk/psLib/src/math/psEllipse.c (modified) * trunk/psLib/src/math/psMathUtils.c (modified) * trunk/psLib/src/math/psMatrix.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizeLMM.h (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/psPolynomial.h (modified) * trunk/psLib/src/math/psPolynomialUtils.c (modified) * trunk/psLib/src/math/psRandom.c (modified) * trunk/psLib/src/math/psSparse.c (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psSpline.h (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psUnaryOp.c (modified) * trunk/psLib/src/math/psVectorSmooth.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/sys/Makefile.am (modified) * trunk/psLib/src/sys/psAssert.h (added) * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/types/psHash.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psMetadata.c (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/xml/psXML.c (modified) Moved PS_ASSERT functions into appropriate places. Created ... Fri, 30 Jun 2006 01:57:46 GMT Paul Price [7765] * trunk/psLib/src/math/psConstants.h (modified) Removed macros to create static variables. Removed PS_IMAGE_SET ... Fri, 30 Jun 2006 01:56:22 GMT Paul Price [7764] * trunk/psLib/src/math/psMinimizePowell.c (modified) Removing static variables. See bug 768. Fri, 30 Jun 2006 01:06:29 GMT Paul Price [7763] * trunk/psLib/src/math/psConstants.h (modified) Removing PS_VECTOR_SET_TYPE macros --- use psVectorInit instead. Fri, 30 Jun 2006 01:05:58 GMT Paul Price [7762] * trunk/psLib/src/math/psConstants.h (modified) Removing macros that copy vectors to static vectors. Fri, 30 Jun 2006 01:03:53 GMT Paul Price [7761] * trunk/psLib/src/math/psConstants.h (modified) Removing conversion macros --- use psVectorCopy for this. Thu, 29 Jun 2006 20:37:51 GMT magnier [7753] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) fixed memory leak in psVectorFitPolynomial1D Wed, 28 Jun 2006 20:50:51 GMT magnier [7736] * trunk/psLib/src/jpeg/psImageJpeg.c (modified) fixed overflow bug in psImageJpeg Wed, 28 Jun 2006 01:56:58 GMT Paul Price [7713] * trunk/psLib/src/fits/psFitsHeader.c (modified) Adding special handling for COMMENT and HISTORY keywords. Tue, 27 Jun 2006 20:33:22 GMT drobbin [7707] * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/test/astro/tst_psTime_01.c (modified) * trunk/psLib/test/astro/tst_psTime_03.c (modified) * trunk/psLib/test/astro/verified/tst_psTime_01.stderr (modified) Edited doxygen in psString.h. Updated tests (for removal of ... Tue, 27 Jun 2006 04:13:07 GMT jhoblitt [7703] * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/astro/psTime.h (modified) add psTimeStrptime() Tue, 27 Jun 2006 03:48:35 GMT jhoblitt [7701] * trunk/psLib/src/astro/psTime.c (modified) remove commented code Tue, 27 Jun 2006 03:45:25 GMT jhoblitt [7700] * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/astro/psTime.h (modified) add psTimeToTM() rename p_psTimeFromTM() -> psTimeFromTM() minor ... Tue, 27 Jun 2006 03:42:01 GMT jhoblitt [7699] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) add psMetadataLookupTime() Tue, 27 Jun 2006 02:51:57 GMT magnier [7697] * trunk/psLib/src/jpeg/psImageJpeg.c (modified) fixed error in psImageJpegColormapAlloc: vector length not set Sat, 24 Jun 2006 00:22:54 GMT Paul Price [7663] * trunk/psLib/src/mathtypes/psImage.c (modified) Cleaning up psImageInit (no variable should ever be named "TTT"!). ... Sat, 24 Jun 2006 00:18:48 GMT jhoblitt [7661] * trunk/psLib/src/db/psDB.c (modified) change psDBCleanup() to quietly handle NULLs Fri, 23 Jun 2006 22:53:56 GMT jhoblitt [7660] * trunk/psLib/src/db/psDB.c (modified) fix accidental free'ing of a lookuptable Fri, 23 Jun 2006 21:17:52 GMT drobbin [7656] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psImage.stderr (modified) removed psAbort call in ImageInit. Fri, 23 Jun 2006 21:12:54 GMT jhoblitt [7655] * trunk/psLib/src/db/psDB.c (modified) remove an unneeded assertion from psDBGenerateSelectRowSQL() Fri, 23 Jun 2006 21:11:17 GMT jhoblitt [7654] * trunk/psLib/src/db/psDB.c (modified) more misc cleanups: assertions & variable declarations Fri, 23 Jun 2006 20:29:39 GMT rhl [7653] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) Make PS_FILE_LINE actually work Fri, 23 Jun 2006 03:49:16 GMT jhoblitt [7652] * trunk/psLib/src/db/psDB.c (modified) misc cleanups: assertions, memory leaks, etc. (unfinished) Fri, 23 Jun 2006 02:57:04 GMT jhoblitt [7651] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) change psDBInsertRows() to use p_psDBRunQueryPrepared() change ... Fri, 23 Jun 2006 01:59:15 GMT Paul Price [7646] * trunk/psLib/src/sys/psConfigure.c (modified) * trunk/psLib/src/sys/psConfigure.h (modified) Adding memory checking at exit when environment variable ... Fri, 23 Jun 2006 01:51:48 GMT jhoblitt [7644] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) - rework the way MYSQL_BIND arrays are handled so that they are ... Thu, 22 Jun 2006 00:36:22 GMT Paul Price [7626] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh: patch to make psdb thread safe. Wed, 21 Jun 2006 22:46:02 GMT magnier [7619] * trunk/psLib/src/mathtypes/psImage.c (modified) fixed error in constraints for psImage Wed, 21 Jun 2006 21:40:12 GMT Paul Price [7617] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) Applying patch from Josh. Renaming psMemThreadSafety to ... Wed, 21 Jun 2006 21:03:49 GMT drobbin [7612] * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) Edited psImageFitPoly and EvalPoly. Scaling factors were using ... Wed, 21 Jun 2006 17:46:06 GMT rhl [7608] * trunk/psLib/src/astro/psTime.c (modified) 1/ The p_psMemAllocatePersistent() block didn't cover enough of the ... Wed, 21 Jun 2006 17:39:09 GMT rhl [7607] * trunk/psLib/configure.ac (modified) Another change in the long quest to fix building without libjpeg ... Wed, 21 Jun 2006 03:18:46 GMT Paul Price [7603] * trunk/psLib/src/pslib_strict.h (modified) Adding psLine.h to pslib.h Tue, 20 Jun 2006 00:23:54 GMT drobbin [7596] * trunk/psLib/test/imageops/tst_psImageStats.c (modified) Edited test for psImageFitPoly after row, col updates in ... Sat, 17 Jun 2006 02:09:54 GMT Paul Price [7594] * trunk/psLib/src/sys/psLogMsg.c (modified) psMessageDestination protocols should be case-insensitive. Sat, 17 Jun 2006 01:19:39 GMT drobbin [7588] * trunk/psLib/src/sys/psLogMsg.c (modified) edited psLogMsgV to accept arguments ("",PS_LOG_ABORT,"",argPtr). ... Fri, 16 Jun 2006 23:01:10 GMT drobbin [7587] * trunk/psLib/src/sys/psLogMsg.c (modified) * trunk/psLib/src/sys/psLogMsg.h (modified) * trunk/psLib/test/sys/tst_psLogMsg.c (modified) * trunk/psLib/test/sys/verified/tst_psLogMsg.stderr (modified) * trunk/psLib/test/sys/verified/tst_psLogMsg.stdout (modified) Edited psMessageDestination to correctly set logFD. Updated tests - ... Thu, 15 Jun 2006 02:29:12 GMT drobbin [7579] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/test/mathtypes/tst_psImage.c (modified) removed 'const' from ImageSet/VectorSet and worked on indice problem ... Thu, 15 Jun 2006 00:22:54 GMT Paul Price [7571] * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/sys/psTrace.h (modified) Cleaning up psTrace: getting rid of old code. Thu, 15 Jun 2006 00:21:57 GMT Paul Price [7570] * trunk/psLib/src/sys/psTrace.c (modified) Cleaning up. Thu, 15 Jun 2006 00:17:32 GMT Paul Price [7569] * trunk/psLib/src/sys/psLogMsg.c (modified) Abstracting stdout, stderr file descriptors, just in case. Thu, 15 Jun 2006 00:14:49 GMT Paul Price [7568] * trunk/psLib/src/sys/psLogMsg.c (modified) Overhauled in preparation for the use of sockets, etc, for log ... Wed, 14 Jun 2006 22:09:33 GMT Paul Price [7564] * trunk/psLib/src/sys/psErrorCodes.c.in (modified) * trunk/psLib/src/sys/psErrorCodes.h.in (modified) Changing psS32 to int to correspond to SDRS. Wed, 14 Jun 2006 22:05:34 GMT Paul Price [7563] * trunk/psLib/src/math/psRegion.c (modified) * trunk/psLib/src/math/psRegion.h (modified) Removing const from psRegionIsNaN: it's passed by value, so doesn't ... Wed, 14 Jun 2006 01:29:16 GMT Paul Price [7553] * trunk/psLib/src/mathtypes/psImage.h (modified) Removing extraneous #if-ed out code. Wed, 14 Jun 2006 01:24:34 GMT Paul Price [7552] * trunk/psLib/src/astro/psEarthOrientation.h (modified) Removing extraneous comma. Wed, 14 Jun 2006 00:04:43 GMT Paul Price [7551] * trunk/psLib/src/math/psSparse.h (modified) Removing inline from header file. Wed, 14 Jun 2006 00:02:47 GMT Paul Price [7550] * trunk/psLib/src/math/psSparse.c (modified) * trunk/psLib/src/math/psSparse.h (modified) Changing long to int to match SDRS. Wed, 14 Jun 2006 00:01:38 GMT Paul Price [7549] * trunk/psLib/src/math/psRegion.h (modified) Removing "inline" in the header file. Tue, 13 Jun 2006 23:59:41 GMT Paul Price [7548] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) Adding const to psMetadataPrint Tue, 13 Jun 2006 23:56:11 GMT Paul Price [7547] * trunk/psLib/src/astro/psTime.c (modified) Removing stats from psLookupTableInterpolateAll Tue, 13 Jun 2006 23:55:34 GMT Paul Price [7546] * trunk/psLib/test/types/tst_psLookupTable_01.c (modified) Removing stats for psLookupTableInterpolateAll. Tue, 13 Jun 2006 23:54:57 GMT Paul Price [7545] * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psLookupTable.h (modified) Removing stats for psLookupTableInterpolateAll Tue, 13 Jun 2006 22:30:20 GMT Paul Price [7541] * trunk/psLib/src/math/psPolynomialUtils.c (modified) * trunk/psLib/src/math/psPolynomialUtils.h (modified) Changing type of x,y to int instead of long. Tue, 13 Jun 2006 22:28:02 GMT Paul Price [7540] * 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.h (modified) Adding const for headers when writing, to match SDRS. Tue, 13 Jun 2006 22:05:23 GMT Paul Price [7538] * trunk/psLib/src/fits/psFitsTable.c (modified) Adding "const" to synch with SDRS. Removing extraneous old code that ... Tue, 13 Jun 2006 20:02:05 GMT Paul Price [7535] * trunk/psLib/src/imageops/psImageStats.c (modified) x refers to the column, y refers to the row (bug 765). Tue, 13 Jun 2006 20:01:27 GMT Paul Price [7534] * trunk/psLib/src/mathtypes/psImage.h (modified) Removing const from psImageSet. Tue, 13 Jun 2006 19:53:54 GMT Paul Price [7533] * trunk/psLib/src/mathtypes/psImage.c (modified) Fixing psImageGet, psImageSet: x,y were around the wrong way (!), ... Mon, 12 Jun 2006 20:44:04 GMT magnier [7524] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImageStructManip.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) replaced dangerous code with P_PSIMAGE_SET_NUMCOLS, etc Mon, 12 Jun 2006 20:42:38 GMT magnier [7523] * trunk/psLib/src/mathtypes/psImage.h (modified) removed psRegion definition (was ifdef-ed out and moved to psRegion.h ... Sat, 10 Jun 2006 04:06:26 GMT Paul Price [7498] * trunk/psLib/src/types/psMetadata.c (modified) S64 and U64 are printed with %jd and %ju --- the 'j' is architecture ... Sat, 10 Jun 2006 04:04:18 GMT Paul Price [7497] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh to fix logic error. Sat, 10 Jun 2006 04:01:43 GMT magnier [7496] * trunk/psLib/src/math/psRegion.c (modified) two changes to the behavior of psRegionFromString: 1) [0:0,0:0] ... Sat, 10 Jun 2006 03:36:13 GMT Paul Price [7490] * trunk/psLib/src/types/psMetadata.c (modified) S64 and U64 should be printed with %lld and %llu. Sat, 10 Jun 2006 02:28:17 GMT drobbin [7472] * 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/psMetadataConfig.c (modified) * trunk/psLib/test/types/tst_psMetadata_01.c (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) Added support for psU64 and psS64 in datatype, metadata, ... Sat, 10 Jun 2006 01:27:52 GMT magnier [7468] * trunk/psLib/src/types/psMetadataConfig.c (modified) added support in ConfigParse for U8,U16,U32,S8,S16; replaced ... Sat, 10 Jun 2006 01:26:25 GMT magnier [7467] * trunk/psLib/src/math/psPolynomialUtils.c (modified) fixed limits on assert Sat, 10 Jun 2006 00:07:10 GMT Paul Price [7465] * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/fits/psFitsTable.h (modified) Changing pmFitsReadTable definition to use const. Fri, 09 Jun 2006 23:27:10 GMT rhl [7464] * trunk/psLib/configure.ac (modified) Fix error messages about C preprocessor failing Fri, 09 Jun 2006 21:35:31 GMT rhl [7452] * trunk/psLib/configure.ac (modified) jpeg AGAIN. Grrr. Put jpeg arguments into PSLIB_* Fri, 09 Jun 2006 02:35:17 GMT drobbin [7451] * trunk/psLib/src/types/psMetadataConfig.c (modified) Added type support in MetadataConfigFormat. added types in psVector ...