# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 21, 2026, 12:17:19 AM 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 ... Fri, 09 Jun 2006 01:25:42 GMT drobbin [7448] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/test/types/tst_psArguments.c (modified) * trunk/psLib/test/types/tst_psMetadata_01.c (modified) * trunk/psLib/test/types/verified/tst_psArguments.stdout (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) Added psMetadataPrint to tst_01 (moved from 07) and expanded test. ... Thu, 08 Jun 2006 19:54:10 GMT Paul Price [7427] * trunk/psLib/src/astro/psTime.c (modified) Adding calls to p_psMemAllocatePersistent within p_psTimeInit, per ... Thu, 08 Jun 2006 13:52:10 GMT rhl [7425] * trunk/psLib/configure.ac (modified) Fixed --with-jpeg (no more refs to FFTW3\!) Thu, 08 Jun 2006 01:06:36 GMT drobbin [7418] * trunk/psLib/test/sys/tst_psString.c (modified) * trunk/psLib/test/sys/verified/tst_psString.stderr (modified) checked-in stderr for string test, removed one log msg. Wed, 07 Jun 2006 23:34:19 GMT rhl [7416] * trunk/psLib/src/jpeg/Makefile.am (modified) Need $(JPEG_CFLAGS) on systems where libjpeg's not found in the path Wed, 07 Jun 2006 23:33:38 GMT rhl [7415] * trunk/psLib/src/imageops/Makefile.am (modified) Need $(GSL_CFLAGS) on systems where gsl's not found in the path Wed, 07 Jun 2006 23:16:44 GMT rhl [7414] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) Support p_psMemAllocatePersistent (bug report 753) Wed, 07 Jun 2006 22:57:54 GMT Paul Price [7412] * trunk/psLib/configure.ac (modified) Fixing --with-float for FFTW to --enable-float, which is what builds ... Wed, 07 Jun 2006 21:53:56 GMT Paul Price [7405] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh to fix spelling. Wed, 07 Jun 2006 21:39:55 GMT Paul Price [7404] * trunk/psLib/configure.ac (modified) Correcting FFTW configure option. Wed, 07 Jun 2006 03:40:43 GMT Paul Price [7386] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) Applying patch from Josh to break up existing function. Wed, 07 Jun 2006 03:30:45 GMT Paul Price [7383] * trunk/psLib/src/db/psDB.c (modified) Patch from Josh to correctly handle the insertion of NULL strings. Wed, 07 Jun 2006 03:22:48 GMT Paul Price [7381] * trunk/psLib/src/imageops/psImageUnbin.c (added) * trunk/psLib/src/imageops/psImageUnbin.h (added) * trunk/psLib/test/jpeg (modified) * trunk/psLib/test/jpeg/.cvsignore (added) Adding files missed in previous commit to merge additional pslib ... Wed, 07 Jun 2006 03:22:07 GMT Paul Price [7380] * trunk/psLib/configure.ac (modified) * trunk/psLib/src/imageops/Makefile.am (modified) * trunk/psLib/src/imageops/psImageBackground.c (added) * trunk/psLib/src/imageops/psImageBackground.h (added) * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.h (modified) * trunk/psLib/src/imageops/psImagePixelManip.c (modified) * trunk/psLib/src/jpeg (added) * trunk/psLib/src/jpeg/.cvsignore (added) * trunk/psLib/src/jpeg/Makefile.am (added) * trunk/psLib/src/jpeg/psImageJpeg.c (added) * trunk/psLib/src/jpeg/psImageJpeg.h (added) * trunk/psLib/src/math/Makefile.am (modified) * trunk/psLib/src/math/psEllipse.c (added) * trunk/psLib/src/math/psEllipse.h (added) * trunk/psLib/src/math/psPolynomialUtils.c (added) * trunk/psLib/src/math/psPolynomialUtils.h (added) * trunk/psLib/src/math/psRegion.c (modified) * trunk/psLib/src/math/psRegion.h (modified) * trunk/psLib/src/math/psSparse.c (added) * trunk/psLib/src/math/psSparse.h (added) * trunk/psLib/src/math/psVectorSmooth.c (added) * trunk/psLib/src/math/psVectorSmooth.h (added) * trunk/psLib/src/pslib_strict.h (modified) * trunk/psLib/src/sys/Makefile.am (modified) * trunk/psLib/src/sys/psLine.c (added) * trunk/psLib/src/sys/psLine.h (added) * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/types/Makefile.am (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/src/types/psMetadataItemCompare.c (added) * trunk/psLib/src/types/psMetadataItemCompare.h (added) * trunk/psLib/src/types/psMetadataItemParse.c (added) * trunk/psLib/src/types/psMetadataItemParse.h (added) * trunk/psLib/test/jpeg (added) * trunk/psLib/test/jpeg/Makefile.am (added) * trunk/psLib/test/math/tst_psSparse.c (added) Merging the pslib "additional" functions from the modules into psLib ... Wed, 07 Jun 2006 01:39:17 GMT drobbin [7377] * trunk/psLib/test/types/tst_psMetadataIO.c (modified) * trunk/psLib/test/types/tst_psMetadata_01.c (modified) * trunk/psLib/test/types/verified/tst_psMetadataIO.stderr (modified) * trunk/psLib/test/types/verified/tst_psMetadataIO.stdout (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stderr (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) took psMetadataPrint test out of IO and put it into 01 Wed, 07 Jun 2006 01:22:12 GMT Paul Price [7375] * trunk/psLib/src/math/psConstants.h (modified) Adding additional assert macros. Tue, 06 Jun 2006 22:54:22 GMT drobbin [7368] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/test/types/tst_psMetadata_01.c (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stderr (modified) Added test for psMetadataItemCopy. Removed commented, obsolete code ... Mon, 05 Jun 2006 22:14:51 GMT drobbin [7348] * trunk/psLib/test/sys/verified/tst_psLogMsg.stderr (modified) It seems that everything is working fine. Stderr diff showed Hello ... Sat, 03 Jun 2006 03:55:12 GMT magnier [7325] * trunk/psLib/src/math/psMatrix.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) changing psError to psTrace in psMatrixGJSolve and psMinimizeLMM in ... Sat, 03 Jun 2006 02:03:43 GMT drobbin [7318] * trunk/psLib/test/types/verified/tst_psMetadataIO.stderr (modified) changes were made so that if nfail is NULL it prints out 'linePtr'. ... Fri, 02 Jun 2006 23:22:17 GMT drobbin [7305] * trunk/psLib/src/db/psDB.c (modified) added if statement to standardize error output between platforms. Fri, 02 Jun 2006 21:43:41 GMT drobbin [7301] * trunk/psLib/test/db/verified/tst_psDB.stderr (modified) checked in differing output on the server. May have to edit the ... Fri, 02 Jun 2006 21:33:34 GMT Paul Price [7300] * trunk/psLib/configure.ac (modified) * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/psErrorCodes_en.dat (modified) * trunk/psLib/src/sys/psError.c (modified) * trunk/psLib/src/sys/psError.h (modified) * trunk/psLib/src/sys/psLogMsg.c (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/types/psArguments.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) Applying patches from RHL. * Correctly detect cfitsio 3 (ffdkopn) * ... Fri, 02 Jun 2006 20:59:57 GMT Paul Price [7297] * trunk/psLib/src/fits/psFitsHeader.c (modified) SIMPLE may not be at the start of the header (for some reason), so ... Fri, 02 Jun 2006 20:38:54 GMT drobbin [7296] * trunk/psLib/test/types/verified/tst_psMetadata_01.stderr (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) checked in test output. Metadata_01 test is now currently empty. ... Fri, 02 Jun 2006 19:50:48 GMT Paul Price [7295] * trunk/psLib/src/fits/psFitsHeader.c (modified) If SIMPLE is F, then don't block keywords. Also caught a bug in the ... Fri, 02 Jun 2006 19:21:49 GMT Paul Price [7294] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh: adds 'or' conditional support to psDB where ... Fri, 02 Jun 2006 03:27:46 GMT Paul Price [7289] * trunk/psLib/src/fits/psFitsHeader.c (modified) Remove SIMPLE from the list of banned keywords, but ensure it's a ... Thu, 01 Jun 2006 23:02:59 GMT Paul Price [7277] * trunk/psLib/src/math/psConstants.h (modified) Removing psReadout assertions. Thu, 01 Jun 2006 21:59:05 GMT drobbin [7267] * trunk/psLib/test/types/tst_psMetadata_01.c (modified) Removed test calling psMetadataReadHeader which seems to no longer be ... Thu, 01 Jun 2006 21:56:59 GMT Paul Price [7266] * trunk/psLib/src/fits/psFitsHeader.c (modified) It appears that cfitsio doesn't really distinguish between short int ... Thu, 01 Jun 2006 01:00:03 GMT Paul Price [7255] * trunk/psLib/src/mathtypes/psVector.c (modified) Using memset on psVectorInit when the value is zero (then we can get ... Wed, 31 May 2006 20:56:37 GMT Paul Price [7251] * trunk/psLib/src/sys/psString.c (modified) Removing commented-out code (old version of psStringSplit). Wed, 31 May 2006 19:53:36 GMT Paul Price [7250] * trunk/psLib/src/sys/psError.c (modified) Applying patch from RHL to remove extraneous \n from end of psError ... Tue, 30 May 2006 22:44:37 GMT Paul Price [7246] * trunk/psLib/src/fits/psFitsHeader.c (modified) Fixing bug 760: cfitsio refuses to write out NaN and Inf (it ... Tue, 30 May 2006 22:18:39 GMT Paul Price [7245] * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/src/types/psMetadataConfig.h (modified) Removed psMetadataReadHeader --- this function is no longer in the ... Tue, 30 May 2006 22:11:51 GMT Paul Price [7244] * trunk/psLib/src/fits/psFitsHeader.c (modified) Fix for bug 759: Adding a filter to catch NaN, Inf and -Inf in FITS ... Sat, 27 May 2006 02:09:47 GMT Paul Price [7236] * trunk/psLib/src/fits/psFitsHeader.c (modified) Missed a curly. Sat, 27 May 2006 02:09:18 GMT Paul Price [7235] * trunk/psLib/src/fits/psFitsHeader.c (modified) psFitsWriteBlank will now preserve NAXISn, etc, having set NAXIS=0. Sat, 27 May 2006 02:01:23 GMT Paul Price [7234] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) Changing the order of arguments for psFitsWriteHeader and ... Sat, 27 May 2006 02:00:23 GMT Paul Price [7233] * trunk/psLib/test/fits/tst_psFits.c (modified) Changed order of arguments for psFitsWriteHeader. Sat, 27 May 2006 01:59:36 GMT Paul Price [7232] * 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) Changing the order of arguments for psFitsWriteHeader and ... Sat, 27 May 2006 01:53:03 GMT Paul Price [7231] * trunk/psLib/test/fits/tst_psFits.c (modified) Adding extname paramter to psFitsWriteTable. Sat, 27 May 2006 01:50:33 GMT Paul Price [7230] * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/fits/psFitsTable.h (modified) Moving psFitsWriteTable functionality into psFitsInsertTable (the two ... Sat, 27 May 2006 01:49:22 GMT Paul Price [7229] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) Changing p_psFitsWriteHeader to psFitsWriteHeader (no check on the ... Fri, 26 May 2006 03:30:02 GMT Paul Price [7228] * trunk/psLib/test/fits/tst_psFits.c (modified) Removing psBinaryOp with = operator (no longer supported) in favour ... Fri, 26 May 2006 03:24:49 GMT Paul Price [7227] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) psFitsWriteHeader checks that the HDU exists, and creates one if ... Fri, 26 May 2006 02:48:47 GMT Paul Price [7226] * trunk/psLib/src/fits/psFitsHeader.c (modified) Extending the block on writing certain FITS headers to tables; ... Fri, 26 May 2006 01:23:41 GMT drobbin [7225] * trunk/psLib/test/astro/tst_psCoord01.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) updated tests to remove failing outputs. Fri, 26 May 2006 00:48:20 GMT Paul Price [7224] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) Fixing problem that prevented us from writing a PHU consisting of a ... Thu, 25 May 2006 23:58:57 GMT drobbin [7223] * trunk/psLib/test/types/tst_psMetadataIO.c (modified) * trunk/psLib/test/types/verified/tst_psArguments.stdout (modified) * trunk/psLib/test/types/verified/tst_psMetadataIO.stderr (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) fixed some tests and reset verified output. Thu, 25 May 2006 23:53:07 GMT Paul Price [7222] * trunk/psLib/src/fits/psFits.c (modified) Getting rid of extraneous parenthesis that caused formatting problems. Thu, 25 May 2006 23:41:18 GMT Paul Price [7221] * trunk/psLib/src/fits/psFitsHeader.c (modified) Only particular FITS keywords may be duplicated in the metadata; ... Thu, 25 May 2006 21:19:45 GMT Paul Price [7211] * trunk/psLib/src/db/Makefile.am (modified) * trunk/psLib/src/db/psDB.h (modified) * trunk/psLib/src/db/psDB_dummy.h (deleted) * trunk/psLib/src/pslib_strict.h (modified) Removing psDB_dummy.h in favour of putting its function into psDB.h ... Thu, 25 May 2006 21:12:54 GMT Paul Price [7210] * trunk/psLib/Makefile.am (modified) * trunk/psLib/src/Makefile.am (modified) * trunk/psLib/src/astro/Makefile.am (modified) * trunk/psLib/src/db/Makefile.am (modified) * trunk/psLib/src/fft/Makefile.am (modified) * trunk/psLib/src/fits/Makefile.am (modified) * trunk/psLib/src/imageops/Makefile.am (modified) * trunk/psLib/src/math/Makefile.am (modified) * trunk/psLib/src/mathtypes/Makefile.am (modified) * trunk/psLib/src/sys/Makefile.am (modified) * trunk/psLib/src/types/Makefile.am (modified) * trunk/psLib/src/xml/Makefile.am (modified) * trunk/psLib/test/Makefile.am (modified) * trunk/psLib/test/astro/Makefile.am (modified) * trunk/psLib/test/db/Makefile.am (modified) * trunk/psLib/test/fft/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 (modified) * trunk/psLib/test/sys/.cvsignore (modified) * trunk/psLib/test/sys/Makefile.am (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/xml/Makefile.am (modified) Adding emacs temporary files to CLEANFILES Thu, 25 May 2006 21:08:48 GMT Paul Price [7209] * trunk/psLib/test/astronomy/builddir/tst_psMetadata_01.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_02.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_03.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_04.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_05.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_06.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psTime_01.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psTime_02.d (deleted) Removing old files, which shouldn't have been here in the first place. Thu, 25 May 2006 21:07:36 GMT Paul Price [7208] * trunk/psLib/test/astronomy/Makefile.am (deleted) * trunk/psLib/test/astronomy/data/psTime.config.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config1.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config2.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config3.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config4.template (deleted) * trunk/psLib/test/astronomy/data/test.ser7.dat (deleted) * trunk/psLib/test/astronomy/tst_psAstrometry.c (deleted) * trunk/psLib/test/astronomy/tst_psAstrometry01.c (deleted) * trunk/psLib/test/astronomy/verified/tst_psAstrometry.stderr (deleted) * trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stderr (deleted) * trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout (deleted) Removing old stuff --- it used psCell, so it's really really old. ... Thu, 25 May 2006 03:53:46 GMT Paul Price [7203] * trunk/psLib/src/types/psMetadata.c (modified) Generate a MULTI the first time a DUPLICATE_OK is supplied. Change ... Thu, 25 May 2006 03:51:51 GMT Paul Price [7202] * trunk/psLib/test/types/tst_psArguments.c (modified) Updated test following update of psArguments.c Thu, 25 May 2006 03:51:33 GMT Paul Price [7201] * trunk/psLib/src/types/psArguments.c (modified) MULTI is now used for multiple items with the same value (-arg 1 -arg ...