# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 19, 2026, 11:57:13 PM Tue, 12 Sep 2006 03:16:51 GMT jhoblitt [8792] * trunk/psLib/src/sys/psError.c (modified) * trunk/psLib/src/sys/psError.h (modified) change lockErrorStack mutex to be static add ... Tue, 12 Sep 2006 02:32:18 GMT jhoblitt [8791] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) * trunk/psLib/test/sys/tap_psStringSubstitute.c (modified) fix test count Tue, 12 Sep 2006 02:25:43 GMT jhoblitt [8790] * trunk/psLib/test/mathtypes/tap_psVector.c (modified) fix tests 31-33 that broke when an unchecked in change to psError ... Mon, 11 Sep 2006 23:39:28 GMT jhoblitt [8789] * trunk/psLib/configure.ac (modified) add AC_FUNC_FSEEKO Sun, 10 Sep 2006 08:53:07 GMT drobbin [8786] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/execute_tap (modified) * trunk/psLib/test/types/tap_psListIterator.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) * trunk/psLib/test/types/tap_psMetadata_polynomials.c (modified) ted several files. Added error handling and removed unreachable ... Fri, 08 Sep 2006 03:46:24 GMT jhoblitt [8779] * trunk/psLib/src/types/psMetadataConfig.c (modified) change formatMetadataItem() formatting: add a space between the ... Fri, 08 Sep 2006 03:42:24 GMT jhoblitt [8778] * trunk/psLib/src/types/psMetadataConfig.c (modified) change formatMetadataItem() formating: make the "value" output ... Fri, 08 Sep 2006 02:59:29 GMT jhoblitt [8777] * trunk/psLib/src/types/psMetadataConfig.c (modified) check mmap()s return value Fri, 08 Sep 2006 02:33:23 GMT jhoblitt [8776] * trunk/icd-demo/src/icd-demo.c (modified) * trunk/ppImage/src/ppTest.c (modified) * trunk/ppNorm/src/ppNormCalc.c (modified) * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/src/astro/psTime.c (modified) * trunk/psModules/src/config/pmConfig.c (modified) * trunk/psModules/src/objects/pmPSF_IO.c (modified) * trunk/psdemo/src/psdemoArgs.c (modified) * trunk/psphot/src/psphotModelTest.c (modified) rename psMetadataConfigParse() -> psMetadataConfigRead() Fri, 08 Sep 2006 02:15:39 GMT jhoblitt [8775] * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/tap_psMetadataConfigParse.c (deleted) * trunk/psLib/test/types/tap_psMetadataConfigRead.c (added) rename tap_psMetadataConfigParse.c -> tap_psMetadataConfigRead.c Fri, 08 Sep 2006 02:13:20 GMT jhoblitt [8774] * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/src/types/psMetadataConfig.h (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/tap_psMetadataConfigParse.c (modified) * trunk/psLib/test/types/tap_psMetadataConfigParse_time.c (added) change parseLine() & parseMetadataItem() to not accept a filename ... Fri, 08 Sep 2006 00:58:35 GMT jhoblitt [8773] * trunk/psLib/src/astro/psTime.c (modified) fix psTimeFromISO() to correct set the time type Fri, 08 Sep 2006 00:30:03 GMT jhoblitt [8772] * trunk/psLib/src/astro/psTime.c (modified) fix psTimeStrptime() - a hard coded format was being used instead of ... Thu, 07 Sep 2006 22:02:47 GMT jhoblitt [8771] * trunk/psLib/src/types/psMetadataConfig.c (modified) remove manual settings of psArray->n = 0 Thu, 07 Sep 2006 21:47:31 GMT jhoblitt [8768] * trunk/psLib/src/types/psMetadataConfig.c (modified) change parseTime() to parse ISO8601 string as is specified in the ... Thu, 07 Sep 2006 21:24:47 GMT jhoblitt [8767] * trunk/psLib/src/types/psMetadataConfig.c (modified) add missing include for strings.h in parseBool(); use ... Thu, 07 Sep 2006 21:13:58 GMT jhoblitt [8766] * trunk/psLib/src/types/psMetadataConfig.c (modified) remove FITS related macro & define Thu, 07 Sep 2006 01:43:36 GMT jhoblitt [8760] * trunk/psLib/src/db/psDB.c (modified) map MYSQL_TYPE_STRING -> VARCHAR instead of CHAR Thu, 07 Sep 2006 01:23:03 GMT jhoblitt [8759] * trunk/psLib/src/db/psDB.c (modified) change psDBMySQLToPType() to return 0 instead of -1 to return an ... Thu, 07 Sep 2006 01:00:46 GMT jhoblitt [8758] * trunk/psLib/src/db/psDB.c (modified) always check the return of psDBMySQLToPType() for errors Thu, 07 Sep 2006 00:42:39 GMT jhoblitt [8757] * trunk/psLib/test/pstap (modified) * trunk/psLib/test/pstap/.cvsignore (added) * trunk/psLib/test/pstap/src (modified) * trunk/psLib/test/pstap/src/.cvsignore (added) fwv Thu, 07 Sep 2006 00:40:21 GMT jhoblitt [8756] * trunk/psLib/src/db/psDB.c (modified) update from the pre MySQL 4.1 FIELD_* field type enum name to the new ... Wed, 06 Sep 2006 19:49:38 GMT drobbin [8747] * trunk/psLib/test/types/Makefile.am (modified) Updated makefile to allow me to use "make tests" - extremely ... Sat, 02 Sep 2006 00:41:47 GMT jhoblitt [8731] * trunk/psLib/configure.ac (modified) * trunk/psLib/src/pstap.h (deleted) * trunk/psLib/test/Makefile.am (modified) * trunk/psLib/test/mathtypes/Makefile.am (modified) * trunk/psLib/test/mathtypes/tap_psVector.c (modified) * trunk/psLib/test/pstap (added) * trunk/psLib/test/pstap/Makefile.am (added) * trunk/psLib/test/pstap/src (added) * trunk/psLib/test/pstap/src/Makefile.am (added) * trunk/psLib/test/pstap/src/pstap.c (added) * trunk/psLib/test/pstap/src/pstap.h (added) * trunk/psLib/test/sys/Makefile.am (modified) * trunk/psLib/test/sys/tap_psStringSubstitute.c (modified) * trunk/psLib/test/tap/src/Makefile.am (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/tap_psArray_all.c (modified) * trunk/psLib/test/types/tap_psListIterator.c (modified) * trunk/psLib/test/types/tap_psMetadataConfigParse.c (modified) * trunk/psLib/test/types/tap_psMetadataItemCompare.c (modified) * trunk/psLib/test/types/tap_psMetadataItemParse.c (modified) * trunk/psLib/test/types/tap_psMetadataIterator.c (modified) * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) * trunk/psLib/test/types/tap_psMetadata_manip.c (modified) * trunk/psLib/test/types/tap_psMetadata_polynomials.c (modified) * trunk/psLib/test/types/tap_psMetadata_printing.c (modified) add libpstap under test/pstap mv src/pstap.h -> ... Thu, 31 Aug 2006 04:04:21 GMT jhoblitt [8719] * trunk/psLib/test/Makefile.am (modified) * trunk/psLib/test/test.pl (added) * trunk/psLib/test/types/tap_psArray_all.c (modified) * trunk/psLib/test/types/tap_psListIterator.c (modified) * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) * trunk/psLib/test/types/tap_psMetadata_manip.c (modified) * trunk/psLib/test/types/tap_psMetadata_polynomials.c (modified) * trunk/psLib/test/types/tap_psMetadata_printing.c (modified) add test.pl as a top level script (temporary hack) remove \n from ... Thu, 31 Aug 2006 02:54:35 GMT jhoblitt [8718] * 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/jpeg/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/types/Makefile.am (modified) * trunk/psLib/test/xml/Makefile.am (modified) disable all non-tap tests and stop distributing "verified" directories Thu, 31 Aug 2006 02:16:23 GMT jhoblitt [8717] * trunk/psLib/test/astronomy/.cvsignore (deleted) removed Wed, 30 Aug 2006 23:50:47 GMT jhoblitt [8712] * 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/jpeg/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) move $SRCINC to always be left of $PSLIB_CFLAGS Wed, 30 Aug 2006 05:10:56 GMT jhoblitt [8706] * trunk/psLib/test/sys/tap_psStringSubstitute.c (modified) remove commented out free on line 30 Wed, 30 Aug 2006 04:40:56 GMT jhoblitt [8705] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) add psMemGetLastId() Wed, 30 Aug 2006 00:54:51 GMT drobbin [8694] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/types/execute_tap (modified) * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) edited psMetadataCopy for errorhandling of out param. Edited tests ... Tue, 29 Aug 2006 22:45:03 GMT drobbin [8678] * trunk/psLib/test/types/tap_psMetadataItemCompare.c (modified) changed test result for comparison of F64 value 1 to Bool value true ... Tue, 29 Aug 2006 22:40:56 GMT drobbin [8677] * trunk/psLib/test/types/tap_psMetadataItemCompare.c (modified) nothing done but formatting. Tue, 29 Aug 2006 20:23:54 GMT drobbin [8668] * trunk/psLib/src/sys/psLogMsg.c (modified) * trunk/psLib/src/types/psHash.c (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) * trunk/psLib/test/types/tap_psMetadata_polynomials.c (modified) debugged and updated wrt recent major patch applied by JH. LogMsg ... Sat, 26 Aug 2006 05:01:49 GMT jhoblitt [8629] * trunk/psLib/src/math/psRandom.c (modified) * trunk/psLib/src/sys/psMemory.c (modified) amd64 string formatting fixes Sat, 26 Aug 2006 04:34:28 GMT jhoblitt [8627] * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/math/psBinaryOp.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/psMinimizePolyFit.c (modified) * trunk/psLib/src/math/psPolynomialUtils.c (modified) * trunk/psLib/src/math/psSparse.c (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psUnaryOp.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/sys/psAbort.h (modified) * trunk/psLib/src/sys/psAssert.h (modified) * trunk/psLib/src/sys/psConfigure.c (modified) * trunk/psLib/src/sys/psError.h (modified) * trunk/psLib/src/sys/psLogMsg.h (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psTrace.h (modified) * trunk/psLib/src/types/psArguments.c (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psBitSet.c (modified) * trunk/psLib/src/types/psHash.c (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/src/types/psMetadataItemCompare.c (modified) * trunk/psLib/src/xml/psXML.c (modified) add gcc format attributes to: psAbort() psErrorStackPrint() ... Sat, 26 Aug 2006 03:15:15 GMT jhoblitt [8625] * trunk/psLib/src/types/psMetadata.h (modified) add "string" type to psMetadataItem.data.str Sat, 26 Aug 2006 03:11:59 GMT Paul Price [8623] * trunk/psLib/src/fits/psFitsTable.c (modified) Require 'z' modifier for size_t argument. Sat, 26 Aug 2006 00:32:39 GMT jhoblitt [8610] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) add gcc format attributes to psStringAppend(), psStringPrepend(), ... Fri, 25 Aug 2006 22:42:37 GMT jhoblitt [8607] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) add psStringPrependV() change psStringPrepend() to use ... Fri, 25 Aug 2006 22:10:35 GMT Paul Price [8605] * trunk/psLib/src/types/psMetadata.c (modified) Removing unnecessary vsnprintf for metadata item name. Fri, 25 Aug 2006 22:06:08 GMT Paul Price [8604] * trunk/psLib/src/sys/psLogMsg.c (modified) Using psStringAppendV instead of fixed length array. Fri, 25 Aug 2006 22:04:03 GMT Paul Price [8603] * trunk/psLib/src/sys/psError.c (modified) Putting va_list code together. Fri, 25 Aug 2006 22:02:40 GMT jhoblitt [8602] * trunk/psLib/src/db/psDB.c (modified) bug #809 - use psStringAppendV() instead of calling vsnprintf() ... Fri, 25 Aug 2006 22:01:29 GMT Paul Price [8601] * trunk/psLib/src/sys/psTrace.c (modified) Forgot to free. Fri, 25 Aug 2006 22:00:54 GMT Paul Price [8600] * trunk/psLib/src/sys/psTrace.c (modified) Discovered real cause of SEGVs on AMD64: see bug 809. Restoring use ... Fri, 25 Aug 2006 21:50:07 GMT jhoblitt [8598] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) add psStringAppendV() change psStringAppend() to be a wrapper around ... Fri, 25 Aug 2006 21:42:29 GMT drobbin [8597] * trunk/psLib/test/types/tap_psArray_all.c (modified) Finished all psArray testing. 100% code coverage!!! Fri, 25 Aug 2006 20:04:16 GMT rhl [8595] * trunk/psLib/src/astro/psTime.h (modified) fails to define gmtime_r on os/x 10.4.6 due to an apparent ... Fri, 25 Aug 2006 05:26:19 GMT drobbin [8591] * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/tap_psArray_all.c (added) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) * trunk/psLib/test/types/tap_psMetadata_polynomials.c (added) added checks to psArray Alloc fxns for negative nalloc inputs. Added ... Fri, 25 Aug 2006 00:03:35 GMT Paul Price [8577] * trunk/psLib/src/sys/psTrace.c (modified) Removing more variable length arrays. Thu, 24 Aug 2006 23:52:14 GMT Paul Price [8576] * trunk/psLib/src/sys/psError.c (modified) Cleaning up some things. Thu, 24 Aug 2006 23:52:00 GMT Paul Price [8575] * trunk/psLib/src/sys/psTrace.c (modified) Linux-64 doesn't seem to like variable length arrays. Reverting to ... Thu, 24 Aug 2006 03:17:03 GMT drobbin [8545] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) * trunk/psLib/test/types/tap_psMetadata_manip.c (modified) * trunk/psLib/test/types/tap_psMetadata_printing.c (modified) Edited many functions and files to complete code-coverage for ... Thu, 24 Aug 2006 02:17:17 GMT Paul Price [8540] * trunk/psLib/src/sys/psMemory.c (modified) Need to print %zd for size_t arguments. Wed, 23 Aug 2006 23:23:13 GMT jhoblitt [8526] * trunk/psLib/src/db/psDB.c (modified) fix a buffer overflow in psDBIntToString() by correctly calculating ... Wed, 23 Aug 2006 22:53:09 GMT Paul Price [8525] * trunk/psLib/src/sys/psMemory.c (modified) See bugs 801, 803. The recycling mechanism assumed that the spectrum ... Wed, 23 Aug 2006 01:56:15 GMT jhoblitt [8483] * trunk/psLib/src/types/psLookupTable.c (modified) add ARRAY_STRIDE #define to control how many new elements ... Tue, 22 Aug 2006 23:52:40 GMT jhoblitt [8477] * trunk/psLib/src/sys/psTrace.c (modified) take \0 char into account when using vsnprintf to calculate line length Tue, 22 Aug 2006 23:45:34 GMT jhoblitt [8476] * trunk/psLib/src/sys/psTrace.c (modified) allow any length psTrace strings by calculating the formatted strings ... Tue, 22 Aug 2006 21:53:49 GMT jhoblitt [8473] * trunk/psLib/src/sys/psTrace.c (modified) call gethostname with MAX_HOSTNAME_LENGTH instead of a constant Tue, 22 Aug 2006 21:36:33 GMT Paul Price [8472] * trunk/psLib/src/sys/psTrace.c (modified) Enforcing maximum line length for trace. Tue, 22 Aug 2006 15:02:08 GMT rhl [8468] * trunk/psLib/src/math/psStats.h (modified) Remove "inline" as it's causing problems with undefined symbols on my ... Tue, 22 Aug 2006 15:01:12 GMT rhl [8467] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) Fix some psError new-error booleans Tue, 22 Aug 2006 15:00:13 GMT rhl [8466] * trunk/psLib/src/fits/psFitsHeader.c (modified) Remove check for impossible condition Tue, 22 Aug 2006 02:41:22 GMT jhoblitt [8461] * trunk/psLib/src/db/psDB.c (modified) don't compare varchar fields with LIKE unless "LIKE" is in the ... Mon, 21 Aug 2006 22:11:39 GMT Paul Price [8441] * trunk/psLib/src/sys/psTrace.c (modified) Making fix using variable length arrays to concatenate strings ... Mon, 21 Aug 2006 21:50:09 GMT Paul Price [8440] * trunk/psLib/src/sys/psMemory.c (modified) No realloc if the requested size is equal to the current size. Mon, 21 Aug 2006 21:23:13 GMT rhl [8439] * trunk/psLib/src/sys/psMemory.h (modified) Added psMemStats() to report state of memory system Mon, 21 Aug 2006 21:22:56 GMT rhl [8438] * trunk/psLib/src/sys/psMemory.c (modified) 1/ Don't let psRealloc realloc blocks that psAlloc knows to be ... Sat, 19 Aug 2006 02:35:05 GMT drobbin [8425] * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (modified) * trunk/psLib/test/types/tap_psMetadata_manip.c (modified) * trunk/psLib/test/types/tap_psMetadata_printing.c (modified) Updated tests. Manip still under construction. Fri, 18 Aug 2006 02:24:13 GMT Paul Price [8416] * trunk/psLib/src/sys/psTrace.c (modified) Adding assertions. Fri, 18 Aug 2006 01:59:13 GMT Paul Price [8415] * trunk/psLib/src/sys/psString.c (modified) No need to do psStringAlloc on empty string --- we can allocate the ... Fri, 18 Aug 2006 00:21:59 GMT drobbin [8414] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/execute_tap (added) * trunk/psLib/test/types/tap_psMetadataItemParse.c (modified) * trunk/psLib/test/types/tap_psMetadata_creating.c (added) * trunk/psLib/test/types/tap_psMetadata_manip.c (added) * trunk/psLib/test/types/tap_psMetadata_printing.c (modified) Edited format of ItemParse and printing tests. Updated accordingly. ... Thu, 17 Aug 2006 23:05:23 GMT Paul Price [8413] * trunk/psLib/src/sys/psTrace.c (modified) We want to avoid using the psString functions, or any function that ... Thu, 17 Aug 2006 22:15:18 GMT Paul Price [8412] * 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/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsImage.h (modified) * trunk/psLib/src/imageops/Makefile.am (modified) * trunk/psLib/src/jpeg/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) Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., ... Thu, 17 Aug 2006 15:39:24 GMT rhl [8410] * trunk/psLib/src/types/psMetadataConfig.c (modified) Close the config file, otherwise we eventually run out of file ... Thu, 17 Aug 2006 15:38:49 GMT rhl [8409] * trunk/psLib/src/sys/psAssert.h (modified) Include assert.h, as the name implies Thu, 17 Aug 2006 15:38:08 GMT rhl [8408] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) If nData == 0 then Sums is null, and Sums[] is a SEGV Thu, 17 Aug 2006 01:39:03 GMT Paul Price [8404] * trunk/psLib/src/sys/psTrace.h (modified) Return value was causing "statement with no effect" warning. Thu, 17 Aug 2006 01:38:01 GMT Paul Price [8403] * trunk/psLib/src/sys/psTrace.h (modified) Forgot to include arguments. Thu, 17 Aug 2006 01:36:35 GMT Paul Price [8402] * trunk/psLib/src/sys/psTrace.h (modified) Adding psTraceSetFormat for when PS_NO_TRACE is set. Wed, 16 Aug 2006 20:36:04 GMT Paul Price [8387] * trunk/psLib/src/mathtypes/psVector.h (modified) Putting brackets around macro parameters. Wed, 16 Aug 2006 04:59:05 GMT drobbin [8384] * trunk/psLib/test/types/tap_psMetadata_copying.c (modified) made some finishing touches to transfer test Wed, 16 Aug 2006 03:29:25 GMT drobbin [8375] * trunk/psLib/test/types/tap_psMetadata_copying.c (added) Adding tap tests for MetadataCopy, MetadataItemCopy, and ... Wed, 16 Aug 2006 03:28:13 GMT drobbin [8374] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/pstap.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/types/Makefile.am (modified) removed error check for NULL vector in MetaItemCopy Tue, 15 Aug 2006 03:23:40 GMT jhoblitt [8340] * trunk/psLib/src/db/psDB.c (modified) add a trace to p_psDBFetchResult() Tue, 15 Aug 2006 02:28:13 GMT jhoblitt [8336] * trunk/psLib/src/db/psDB.h (modified) minor doxygen cleanup Tue, 15 Aug 2006 02:26:50 GMT jhoblitt [8335] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) add tableName param to psDBGenerateConditionalSQL() add tableName ... Mon, 14 Aug 2006 21:21:19 GMT drobbin [8314] * trunk/psLib/test/types/tap_psMetadata_printing.c (modified) Edited printing test w.r.t code coverage. Updated test to execute ... Mon, 14 Aug 2006 20:06:30 GMT drobbin [8313] * trunk/psLib/test/types/tap_psMetadata_printing.c (added) added/updated tap tests for MetaPrint and MetaItemPrint Mon, 14 Aug 2006 20:05:05 GMT drobbin [8312] * trunk/psLib/src/math/psRegion.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/src/types/psMetadataConfig.h (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/tap_psMetadataItemCompare.c (modified) * trunk/psLib/test/types/tap_psMetadataItemParse.c (modified) Updated doxygen in region. Updated printing in metadata. Updated ... Sat, 12 Aug 2006 03:33:15 GMT jhoblitt [8305] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) add psDBGenerateWhereConditionSQL() Sat, 12 Aug 2006 02:53:36 GMT jhoblitt [8298] * trunk/psLib/src/types/psMetadataConfig.c (modified) fix BOOL output formatting Thu, 10 Aug 2006 21:47:06 GMT jhoblitt [8271] * trunk/psLib/src/sys/psTrace.h (modified) always define a prototype for psTraceSetFormat() -- not just for doxygen Thu, 10 Aug 2006 21:36:54 GMT jhoblitt [8270] * trunk/psLib/src/db/psDB.c (modified) additional psDB traces Thu, 10 Aug 2006 21:26:18 GMT drobbin [8269] * trunk/psLib/test/types/tap_psMetadataItemCompare.c (modified) * trunk/psLib/test/types/tap_psMetadataItemParse.c (modified) Added test points to complete code coverage for these two functions. ... Thu, 10 Aug 2006 02:22:51 GMT drobbin [8258] * trunk/psLib/test/types/tap_psMetadataItemParse.c (added) Created tests for psMetadataItemParse in tap. Some errors remain. Thu, 10 Aug 2006 02:22:15 GMT drobbin [8257] * trunk/psLib/src/types/psMetadataItemParse.c (modified) * trunk/psLib/test/types/Makefile.am (modified) edited psMetadataItemParse and tap test. Wed, 09 Aug 2006 04:30:00 GMT jhoblitt [8251] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) make psDBGenerateWhereSQL() public add psTrace() calls to the query ...