2007-02-02 18:58  jhoblitt

	* configure.ac: set LT version to 1:0:0

2007-02-02 17:30  price

	* m4/.cvsignore: Adding automake temps to .cvsignore.

2007-02-02 17:22  price

	* autogen.sh: aclocal needs flags to find m4 macros.

2007-02-01 11:01  jhoblitt

	* test/Makefile.am: remove temp files

2007-01-31 18:13  jhoblitt

	* m4/: Makefile.am, ipp_stdopts.m4: remove paths from EXTRA_DIST

2007-01-31 17:30  jhoblitt

	* configure.ac: call IPP_STDOPTS only after all configure steps
	  have ran

2007-01-31 16:44  jhoblitt

	* src/sys/psTrace.c: always building psTrace functions, even if
	  tracing has been disabled

2007-01-31 16:32  jhoblitt

	* m4/ipp_stdopts.m4: add --disable-trace option

2007-01-31 15:14  jhoblitt

	* configure.ac: move setting of CFLAGS lang option values until
	  after all probes have run

2007-01-31 12:18  jhoblitt

	* Makefile.am, configure.ac, m4/Makefile.am, m4/ipp_stdopts.m4:
	  move --enable-[optimize|coverage|profile] off into there own m4
	  macro

2007-01-30 14:38  price

	* src/sys/: psTrace.c, psTrace.h: Adding psTraceLevels to return a
	  metadata with the trace levels.

2007-01-30 11:36  jhoblitt

	* test/imageops/Makefile.am: enabling building of:
	  tap_psImageShiftKernel     tap_psImageGeomManip
	  tap_psImageInterpolate     tap_psImagePixelManip
	  tap_psImageSmooth	tap_psImageStructManip

2007-01-30 11:32  jhoblitt

	* test/: fft/Makefile.am, fft/tap_psImageFFT.c,
	  fft/tap_psVectorFFT.c, fits/Makefile.am, fits/tap_psFits.c,
	  imageops/tap_psFits.c, imageops/tap_psImageFFT.c,
	  imageops/tap_psVectorFFT.c, imageops/tap_psXML.c,
	  xml/tap_psXML.c: mv tap_psFits, tap_psImageFFT, tap_psVectorFFT,
	  and tap_psXML from test/imageops into the proper directories

2007-01-30 10:31  gusciora

	* test/astro/tap_psTime_03.c: Adjusted plan_test() args

2007-01-30 10:26  gusciora

	* test/astro/Makefile.am: Removed Coord01 test because the
	  psProject spec changed.

2007-01-30 10:22  gusciora

	* test/astro/Makefile.am: Adding Makefile.am for latests tap files.

2007-01-29 19:16  jhoblitt

	* src/db/psDB.c: fix error handling in psDBAlloc()

2007-01-29 18:53  gusciora

	* test/math/tap_psStats_Sample_01.c: Corrected the plan_tests()
	  args.

2007-01-29 18:52  gusciora

	* test/math/: tap_psPolynomialEval2D.c, tap_psPolynomialEval3D.c:
	  Corrected the plan_tests() args.

2007-01-29 18:49  gusciora

	* test/math/: tap_psPolynomialEval1D.c, tap_psPolynomialEval2D.c,
	  tap_psPolynomialEval3D.c, tap_psPolynomialEval4D.c:
	  Corrected small problem with unallowed type allocation.

2007-01-29 18:41  gusciora

	* test/math/: tap_psStats01.c, tap_psStats02.c, tap_psStats03.c,
	  tap_psStats06.c, tap_psStats08.c: Corrected plan_tests()
	  arguments.

2007-01-29 18:28  jhoblitt

	* src/sys/psMemory.c: change psCheckMemLeaks() to exit immediately
	  if no memory has been allocated

2007-01-29 17:00  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: rename psMemCheckCorruption()
	  -> p_psMemCheckCorruption() & add a macro wrapper to pass in the
	  the 3-coords rename psMemCheckLeaks() -> p_psMemCheckLeaks() &
	  add a macro wrapper to pass in the the 3-coords change
	  p_psMemCheckLeaks() to invoke p_psMemCheckCorruption() before
	  crawling the block list in an attempt to prevent segfaults

2007-01-29 14:52  gusciora

	* test/mathtypes/tap_psImage.c: Removed about a million ok
	  messages.

2007-01-29 14:13  gusciora

	* test/imageops/: tap_psFits.c, tap_psImageFFT.c,
	  tap_psImageGeomManip.c, tap_psImageInterpolate.c,
	  tap_psImagePixelManip.c, tap_psImageStructManip.c,
	  tap_psVectorFFT.c, tap_psXML.c: First version of these tests.

	  tap_psFits, tap_psImageFFT, tap_psVectorFFT, and tap_psXML are in
	  the wrong directory.

2007-01-29 14:11  gusciora

	* test/math/: tap_psMatrixVectorArithmetic01.c, tap_psPolyFit1D.c,
	  tap_psPolynomialEval1D.c, tap_psPolynomialEval2D.c,
	  tap_psPolynomialEval3D.c, tap_psPolynomialEval4D.c: Improved skip
	  macro placement for the PolyEval files.

	  Fist version of tap_psMatrixVectorArithmetic01.c

2007-01-29 11:32  gusciora

	* test/math/tap_psPolynomialEval1D.c: Latest version.  Removed
	  VERBOSE macro.

2007-01-26 12:24  jhoblitt

	* src/: psErrorCodes_en.dat, db/psDB.c: remove ridiculous use of
	  error handling from p_psDBRunQuery() add mysqlTopsErr() function

2007-01-25 18:38  magnier

	* src/imageops/psImageUnbin.c: adjusted meaning of dx, dy

2007-01-24 12:14  jhoblitt

	* src/sys/Makefile.am, src/sys/psAssert.h, src/sys/psConfigure.c,
	  src/sys/psError.c, src/sys/psErrorCodes.c.in, src/sys/psMemory.c,
	  src/sys/psMemory.h, src/sys/psTrace.c, src/sys/psType.h,
	  test/math/tap_psPolyFit1D.c, test/math/tap_psPolyFit2D.c,
	  test/math/tap_psPolyFit3D.c, test/math/tap_psPolyFit4D.c,
	  test/math/tap_psStats07.c, test/math/tap_psStats09.c,
	  test/mathtypes/tap_psVectorSort_01.c,
	  test/mathtypes/tap_psVectorSort_02.c,
	  test/mathtypes/tap_psVectorSort_03.c,
	  test/mathtypes/tap_psVectorSort_04.c: merge jch-memory branch -
	  overhaul of memory subsystem

2007-01-24 10:04  magnier

	* src/sys/psMemory.h: minor comment

2007-01-23 15:24  jhoblitt

	* test/db/: Makefile.am, tap_psDB.c: stub out psDB tap tests

2007-01-23 12:47  magnier

	* src/: astro/psCoord.h, astro/psEarthOrientation.h,
	  astro/psSphereOps.h, astro/psTime.h, db/psDB.h, fft/psImageFFT.h,
	  fft/psVectorFFT.h, fits/psFits.h, fits/psFitsHeader.h,
	  fits/psFitsImage.h, fits/psFitsTable.h,
	  imageops/psImageBackground.h, imageops/psImageConvolve.h,
	  imageops/psImageGeomManip.h, imageops/psImageMaskOps.h,
	  imageops/psImagePixelExtract.h, imageops/psImagePixelManip.h,
	  imageops/psImageStats.h, imageops/psImageStructManip.h,
	  imageops/psImageUnbin.h, jpeg/psImageJpeg.h, math/psBinaryOp.h,
	  math/psClip.h, math/psCompare.h, math/psConstants.h,
	  math/psEllipse.h, math/psHistogram.h, math/psMD5.h,
	  math/psMathUtils.h, math/psMatrix.h, math/psMinimizeLMM.h,
	  math/psMinimizePolyFit.h, math/psMinimizePowell.h,
	  math/psPolynomial.h, math/psPolynomialUtils.h, math/psRandom.h,
	  math/psRegion.h, math/psRegionForImage.h, math/psSparse.h,
	  math/psSpline.h, math/psStats.h, math/psUnaryOp.h,
	  math/psVectorSmooth.h, mathtypes/psImage.h, mathtypes/psScalar.h,
	  mathtypes/psVector.h, sys/psAbort.h, sys/psAssert.h,
	  sys/psConfigure.h, sys/psError.h, sys/psErrorCodes.h.in,
	  sys/psExit.h, sys/psLine.h, sys/psLogMsg.h, sys/psMemory.h,
	  sys/psSlurp.h, sys/psString.h, sys/psTrace.h, sys/psType.h,
	  types/psArguments.h, types/psArray.h, types/psBitSet.h,
	  types/psHash.h, types/psList.h, types/psLookupTable.h,
	  types/psMetadata.h, types/psMetadataConfig.h,
	  types/psMetadataItemCompare.h, types/psMetadataItemParse.h,
	  types/psPixels.h, xml/psXML.h: major cleanup of the Doxygen
	  groups

2007-01-19 10:49  gusciora

	* test/imageops/tap_psImageSmooth.c: [no log message]

2007-01-19 10:42  gusciora

	* test/astro/: tap_psCoord.c, tap_psCoord01.c, tap_psCoord02.c,
	  tap_psTime_01.c, tap_psTime_02.c, tap_psTime_03.c,
	  tap_psTime_04.c: First version.

2007-01-18 18:33  magnier

	* src/imageops/psImageBackground.c: added trace option output of
	  stats vector

2007-01-18 18:32  magnier

	* src/math/: psStats.c, psStats.h: added FITTED_MEAN_V3: an
	  asymmetric (top-heavy) population; better names for this and V2
	  are warrented

2007-01-18 18:31  magnier

	* src/sys/: psSlurp.c, psSlurp.h: minor changes to includes

2007-01-18 18:30  magnier

	* src/imageops/: psImageConvolve.c, psImageConvolve.h: added
	  psImageSmoothMaskF32

2007-01-18 18:29  magnier

	* src/types/psMetadataConfig.c: using the actual page size to drive
	  the size request in an attempt to fix a bus error for empty
	  files; did not work, so added a skip for empty files

2007-01-12 11:58  price

	* src/types/psArray.h: Adding additional assertion macro.

2007-01-11 10:47  jhoblitt

	* src/sys/psMemory.c: disable userMemorySize < 1 corruption test

2007-01-10 14:47  jhoblitt

	* src/sys/psMemory.c: typo

2007-01-10 14:46  jhoblitt

	* src/sys/psMemory.c: add a memBlock->size test to isBadMemBlock()

2007-01-10 14:22  jhoblitt

	* src/sys/psMemory.c: comment on why psError.h is being included

2007-01-10 14:20  jhoblitt

	* src/sys/: Makefile.am, psMemory.c, psMemory.h, psType.c,
	  psType.h: move psMemCheckType() out of psMemory.c -> psType.c

2007-01-10 12:30  jhoblitt

	* src/sys/psMemory.c: free memBlock & memBlock->backtrace

2007-01-10 12:25  jhoblitt

	* configure.ac: use AC_CHECK_FUNCS() instead of
	  AC_CHECK_FUNCS_ONCE() for better backwards compat.

2007-01-09 12:42  jhoblitt

	* src/sys/psAssert.h: resort PS_ASSERT_PTR now that config.h is
	  consistently included

2007-01-09 12:38  jhoblitt

	* src/: astro/parse_gcov-out.c, astro/psCoord.c,
	  astro/psEarthOrientation.c, astro/psSphereOps.c, astro/psTime.c,
	  db/psDB.c, fft/psImageFFT.c, fft/psVectorFFT.c, fits/psFits.c,
	  fits/psFitsHeader.c, fits/psFitsImage.c, fits/psFitsTable.c,
	  imageops/psImageBackground.c, imageops/psImageConvolve.c,
	  imageops/psImageGeomManip.c, imageops/psImageMaskOps.c,
	  imageops/psImagePixelExtract.c, imageops/psImagePixelManip.c,
	  imageops/psImageStats.c, imageops/psImageStructManip.c,
	  imageops/psImageUnbin.c, jpeg/psImageJpeg.c, math/psBinaryOp.c,
	  math/psClip.c, math/psCompare.c, math/psEllipse.c,
	  math/psHistogram.c, math/psMD5.c, math/psMathUtils.c,
	  math/psMatrix.c, math/psMinimizeLMM.c, math/psMinimizePolyFit.c,
	  math/psMinimizePowell.c, math/psPolynomial.c,
	  math/psPolynomialUtils.c, math/psRandom.c, math/psRegion.c,
	  math/psRegionForImage.c, math/psSparse.c, math/psSpline.c,
	  math/psStats.c, math/psUnaryOp.c, math/psVectorSmooth.c,
	  mathtypes/psImage.c, mathtypes/psScalar.c, mathtypes/psVector.c,
	  sys/psAbort.c, sys/psAssert.h, sys/psConfigure.c, sys/psError.c,
	  sys/psLine.c, sys/psLogMsg.c, sys/psMemory.c, sys/psSlurp.c,
	  sys/psString.c, sys/psTrace.c, types/parse_gcov-out.c,
	  types/psArguments.c, types/psArray.c, types/psBitSet.c,
	  types/psHash.c, types/psList.c, types/psLookupTable.c,
	  types/psMetadata.c, types/psMetadataConfig.c,
	  types/psMetadataItemCompare.c, types/psMetadataItemParse.c,
	  types/psPixels.c: consistently include config.h

2007-01-09 12:23  jhoblitt

	* configure.ac, src/sys/psMemory.c, src/sys/psMemory.h: add memory
	  backtracing support

2007-01-08 18:24  jhoblitt

	* src/jpeg/psImageJpeg.c: include config.h & work around CPP
	  redefinition errors caused by libjpeg

2007-01-08 15:59  jhoblitt

	* src/db/psDB.c: add comment about S8 vs. bool in the database

2007-01-08 15:53  jhoblitt

	* src/db/psDB.c: include inttypes.h

2007-01-08 15:47  jhoblitt

	* src/db/psDB.c: add S8|16|64 & U8|16|64 support to
	  psDBGenerateConditionalSQL()

2007-01-08 15:43  jhoblitt

	* src/db/psDB.c: add S8|16 & U8|16 to psDBPackMySQLRow()

2007-01-08 15:38  jhoblitt

	* src/db/psDB.c: add U8|16 & S8|16 to psDBGenerateCreateTableSQL()

2007-01-08 15:37  price

	* src/sys/Makefile.am: Adding psExit.h

2007-01-08 15:36  price

	* src/sys/psExit.h: Adding UNKNOWN_ERROR.

2007-01-08 15:25  price

	* src/pslib_strict.h: Adding psExit.h

2007-01-08 15:25  price

	* src/sys/psExit.h: Adding psExit.h with exit codes.

2007-01-08 11:52  jhoblitt

	* src/db/psDB.c: add PS_DATA_U32 support to
	  psDBGenerateConditionalSQL()

2007-01-05 18:38  jhoblitt

	* src/db/psDB.c: add "NOT NULL" field attribute support to
	  psDBGenerateCreateTable() convert from strstr() -> strcasestr()
	  where appropriate

2007-01-05 18:23  jhoblitt

	* configure.ac: set _GNU_SOURCE for strcasestr() with glibc

2007-01-05 18:13  jhoblitt

	* configure.ac, src/sys/Makefile.am, src/sys/psString.h,
	  src/sys/strcasestr.c: add our own implementation of strcasestr()
	  that's only used when it doesn't exist in libc.

2007-01-05 18:08  price

	* src/types/psList.c: Removing unnecessary warning statement.

2007-01-05 14:48  gusciora

	* test/math/: tap_psFunc01.c, tap_psMathUtils.c,
	  tap_psMatrixVectorArithmetic02.c,
	  tap_psMatrixVectorArithmetic03.c,
	  tap_psMatrixVectorArithmetic04.c, tap_psMinimizeLMM.c,
	  tap_psMinimizePowell.c, tap_psRandom.c, tap_psSpline1D.c: First
	  version for these.

2007-01-05 12:30  jhoblitt

	* src/sys/psMemory.h: add blurb and checking memory overhead in gdb

2007-01-05 12:16  jhoblitt

	* src/sys/psMemory.h: add the gcc 'malloc' attribute to p_psAlloc()
	  & p_psRealloc()

2007-01-05 11:26  jhoblitt

	* src/sys/: psAssert.h, psMemory.c, psMemory.h: convert
	  P_PS_MEMMAGIC from a psPTR to a psU32 to save memory on 64bit
	  platforms

2007-01-05 11:21  jhoblitt

	* test/fits/tap_psFitsBlank_00.c: include unistd.h for unlink()
	  prototype

2007-01-05 10:15  magnier

	* test/fits/: .cvsignore, Makefile.am, tap_psFitsBlank_00.c: added
	  a poor test program to check the output order

2007-01-05 10:15  magnier

	* src/fits/psFitsHeader.c: fixed psFitsWriteBlank to move to the
	  last HDU and call fits_write_img

2007-01-04 18:36  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: share in the blame

2007-01-04 17:28  jhoblitt

	* src/sys/psErrorCodes.c.in: change p_psMemSetPersistent() ->
	  psMemSetPersistent()

2007-01-04 16:54  jhoblitt

	* src/sys/psMemory.c: remove error reporting (other than return
	  status) from psMemCheckType() remove PS_MEM_ERROR macro

2007-01-04 16:52  jhoblitt

	* src/sys/psMemory.c: factor out error checking in psMemCheckType()

2007-01-04 15:58  jhoblitt

	* src/sys/psMemory.c: rename badMemBlock() -> isBadMemBlock()

2007-01-04 15:58  jhoblitt

	* src/sys/psMemory.c: minor changes to badMemBlock()'s output

2007-01-04 15:56  jhoblitt

	* src/sys/psMemory.c: change badMemBlock() to call
	  psMemBlockPrint() directly change badMemBlock() to check for all
	  possible errors and not just stop after the first one is
	  encountered misc error format cleanups

2007-01-04 15:15  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: change badMemBlock() to accept
	  file, lineno, & func rename psMemGetRefCounter() ->
	  p_psMemGetRefCounter() rename psMemGetDeallocator() ->
	  p_psMemGetDeallocator() rename psMemSetDeallocator() ->
	  p_psMemSetDeallocator() add psMemGetRefCounter,
	  psMemGetDeallocator, & psMemSetDeallocator wrapper macros rename
	  some function params to be more consistent with each other remove
	  psMemProblemCallbackSet() prototype add file, lineno, & func to
	  most public functions remove redundant double free check from
	  p_psMemDecrRefCounter

2007-01-04 14:49  jhoblitt

	* src/sys/: psError.c, psTrace.c: change from using
	  p_psMemSetPersistent() -> psMemSetPersistent()

2007-01-04 13:50  jhoblitt

	* src/math/psMinimizePowell.c: remove static caching of a masks
	  from psMinimizePowell()

2007-01-04 12:34  jhoblitt

	* src/sys/psMemory.c, test/sys/tap_psMemory.c: add HANDLE_BAD_BLOCK
	  macro replace all use of PS_MEM_ABORT_CORRUPT macro with
	  HANDLE_BAD_BLOCK remove PS_MEM_ABORT_CORRUPT macro change
	  badMemBlock() to accept an output parameter

2007-01-04 11:55  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: add psMemBlockPrint()

2007-01-04 11:39  jhoblitt

	* src/sys/psConfigure.c: switch to new psMemCheckCorruption()
	  semantics

2007-01-04 11:39  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: change psMemCheckCorruption()
	  to accept an output param

2007-01-04 11:09  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: comment/doc updates add
	  PS_MEM_ABORT_CORRUPT macro to replace several calls to
	  memProblemCallBack() remove the funcname parameter from
	  badMemBlock() remove memIdMutex (use memBlockListMutex instead)
	  remove PS_MEM_DEBUG & deadBlockList (unused) improve naming
	  consistency of variables & function parameters remove
	  memProblemCallbackDefault() remove psMemProblemCallbackSet() add
	  mutex locking all over the place add func parameter to
	  p_psAlloc() add func parameter to p_psRealloc(0 reorganize
	  p_psAlloc(), p_psRealloc() remove p_psFree, superseded by
	  p_psMemDecrRefCounter() tidy up psMemCheckType() to reduce the
	  number of lines of code add tid (thread ID) & func (function
	  name) fields to psMemBlock change psFree macro to call
	  p_psMemDecrRefCounter()

2007-01-03 15:00  jhoblitt

	* src/types/psList.c: remove call to psMemSetRefCounter() in
	  listFree() -- after much debate it was decided that this was only
	  there to prevent a 'memory leak' in the scenario were the list
	  was free'd but the iterator was not.	This is user error and not
	  the responsibility of listFree() to resolve.

2007-01-03 12:25  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: remove
	  psMemBlock.refCounterMutex as it does not work around the need
	  for the end user to implement their own thread synchronization.
	  Removing this field saves 24 bytes on x86/Linux and 40 bytes
	  (!!!) on amd64/Linux PER mem block.

2007-01-03 12:07  jhoblitt

	* src/sys/psMemory.c: remove failure variable from
	  psMemCheckCorruption() (now unused) rename checkMemBlock() ->
	  badMemBlock() and change it's return type to bool so that it's
	  usuage is better self documenting

2007-01-03 12:04  jhoblitt

	* src/sys/psMemory.c: change psMemCheckCorruption() to hold the
	  memBlockList mutex the entire time it is invoked

2007-01-03 11:55  jhoblitt

	* src/sys/psMemory.c: add a comment about PS_MEM_ERROR

2007-01-03 11:53  jhoblitt

	* src/sys/psMemory.c: remove inclusion of psAssert.h and use of
	  ps_* assertions (they potentially allocate memory) remove
	  inclusion of psLogMsg.h (unused) rework PS_MEM_ABORT to call
	  psErrorStackPrint() add PS_MEM_ERROR replace all usage of
	  psError() with PS_MEM_ERROR

2007-01-03 11:45  jhoblitt

	* src/sys/psError.c: typo

2007-01-03 11:43  jhoblitt

	* src/sys/psError.c: add psErrorStackGetNoAlloc() change
	  psErrorStackPrint() to use psErrorStackGetNoAlloc() so that it's
	  safe to be called from inside of psMemory.c

2007-01-02 18:46  jhoblitt

	* src/sys/psMemory.c: add PS_MEM_ABORT macro replace all usage of
	  psAbort() with PS_MEM_ABORT

2007-01-02 18:30  jhoblitt

	* src/sys/psMemory.c: remove P_PS_LARGE_BLOCK_SIZE (unused)

2007-01-02 18:29  jhoblitt

	* src/sys/psMemory.c: add MUTEX_[LOCK|UNLOCK] macros replace most
	  uses of "if (safeThreads) {" with MUTEX_[LOCK|UNLOCK]

2007-01-02 17:36  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: completely remove memblock
	  recycling (PS_MEM_USE_RECYCLE)

2007-01-01 11:01  magnier

	* src/math/psMinimizePolyFit.c: fixed a surprising bug triggered
	  with non-square matrices

2006-12-28 18:38  magnier

	* src/astro/psCoord.c, src/math/psMinimizePolyFit.c,
	  src/math/psMinimizePolyFit.h, src/math/psPolynomial.c,
	  src/math/psPolynomial.h, src/math/psPolynomialUtils.c,
	  src/math/psPolynomialUtils.h, src/math/psStats.c,
	  test/math/.cvsignore, test/math/Makefile.am,
	  test/math/tap_psPolyFit1D.c, test/math/tap_psPolyFit2D.c,
	  test/math/tap_psPolyFit3D.c, test/math/tap_psPolyFit4D.c,
	  test/math/tap_psPolynomialEval2D.c,
	  test/math/tap_psPolynomialEval3D.c,
	  test/math/tap_psPolynomialEval4D.c,
	  test/math/tap_psPolynomialUtils_Derivatives.c,
	  test/math/tap_psStats00.c, test/math/tap_psStats01.c,
	  test/math/tap_psStats02.c, test/math/tap_psStats03.c,
	  test/math/tap_psStats06.c, test/math/tap_psStats07.c,
	  test/math/tap_psStats08.c, test/math/tap_psStats09.c: changed
	  return value for psVectorFit functions to bool; now using
	  stats->option to set FitClip

2006-12-26 10:33  gusciora

	* test/math/: tap_psStats00.c, tap_psStats01.c, tap_psStats02.c,
	  tap_psStats03.c, tap_psStats05.c, tap_psStats06.c,
	  tap_psStats07.c, tap_psStats08.c, tap_psStats09.c: First Version.

2006-12-22 11:19  magnier

	* src/astro/: psCoord.c, psCoord.h: added a bunch of needed
	  projection varients

2006-12-21 10:32  magnier

	* test/: pstap/src/pstap.h, types/tap_psArguments_all.c,
	  types/tap_psArray_all.c, types/tap_psBitSet_all.c,
	  types/tap_psHash_all.c, types/tap_psListIterator.c,
	  types/tap_psList_all.c, types/tap_psLookupTable_all.c,
	  types/tap_psMetadataConfigParse_time.c,
	  types/tap_psMetadataConfigRead.c,
	  types/tap_psMetadataConfig_input.c,
	  types/tap_psMetadataItemCompare.c,
	  types/tap_psMetadataItemParse.c, types/tap_psMetadataIterator.c,
	  types/tap_psMetadata_copying.c, types/tap_psMetadata_creating.c,
	  types/tap_psMetadata_manip.c, types/tap_psMetadata_polynomials.c,
	  types/tap_psMetadata_printing.c, types/tap_psPixels_all.c: better
	  definition for note

2006-12-21 10:07  magnier

	* test/types/: .cvsignore, tap_psMetadataConfigRead.c,
	  tap_psMetadata_printing.c: added unistd.h for unlink, updated
	  .cvsignore

2006-12-21 10:05  gusciora

	* test/math/: tap_psPolyFit1D.c, tap_psPolyFit2D.c,
	  tap_psPolyFit3D.c, tap_psPolyFit4D.c, tap_psPolynomial.c,
	  tap_psPolynomialEval2D.c, tap_psPolynomialEval3D.c,
	  tap_psPolynomialEval4D.c:
	  First libtap version for these.

2006-12-21 10:04  magnier

	* test/types/: tap_psArguments_all.c, tap_psArray_all.c,
	  tap_psBitSet_all.c, tap_psHash_all.c, tap_psListIterator.c,
	  tap_psList_all.c, tap_psLookupTable_all.c,
	  tap_psMetadataConfigParse_time.c, tap_psMetadataConfigRead.c,
	  tap_psMetadataConfig_input.c, tap_psMetadataItemCompare.c,
	  tap_psMetadataItemParse.c, tap_psMetadataIterator.c,
	  tap_psMetadata_copying.c, tap_psMetadata_creating.c,
	  tap_psMetadata_manip.c, tap_psMetadata_polynomials.c,
	  tap_psMetadata_printing.c, tap_psPixels_all.c: changed non-error
	  diags to notes

2006-12-21 10:04  magnier

	* test/pstap/src/pstap.h: added "note" macro to pstap.h

2006-12-20 10:02  gusciora

	* test/math/: tap_psMatrix01.c, tap_psMatrix02.c, tap_psMatrix03.c,
	  tap_psMatrix04.c, tap_psMatrix05.c, tap_psMatrix06.c,
	  tap_psMatrix07.c:
	  First version of these in libTap format.

2006-12-19 08:38  gusciora

	* test/math/: tap_psHist00.c, tap_psHist01.c, tap_psHist02.c,
	  tap_psHist03.c:
	  First tap version of the histogram stuff.

2006-12-18 09:20  des

	* test/sys/Makefile.am: Added entries to build tap_psConfigure.c,
	  tap_psError.c,  tap_psLine.c, tap_psMemory.c, tap_psString.c,
	  tap_psStringSubstitute.c, tap_psTrace.c

2006-12-18 09:18  des

	* test/sys/: tap_psConfigure.c, tap_psError.c, tap_psLine.c,
	  tap_psMemory.c, tap_psString.c, tap_psTrace.c: Add tap test files
	  for first time.

2006-12-18 09:12  des

	* test/mathtypes/Makefile.am: Add entries for building new tap
	  files tap_psImage.c, tap_psScalar.c, tap_psVectorSort_01.c,
	  tap_psVectorSort_02.c, tap_psVectorSort_03.c,
	  tap_psVectorSort_04.c

2006-12-18 09:10  des

	* test/mathtypes/: tap_psImage.c, tap_psScalar.c,
	  tap_psVectorSort_01.c, tap_psVectorSort_02.c,
	  tap_psVectorSort_03.c, tap_psVectorSort_04.c: Add tap test files
	  for first time.

2006-12-18 09:07  des

	* test/mathtypes/tap_psVector.c: Added tests to increase coverage.

2006-12-16 23:44  magnier

	* test/types/Makefile.am: simplified makefile rules

2006-12-16 23:43  magnier

	* src/math/psMinimizePolyFit.c: semicolon

2006-12-15 19:34  magnier

	* test/math/tap_psStatsTiming.c: further tests

2006-12-15 19:33  magnier

	* src/math/psStats.c: some notes

2006-12-15 16:09  jhoblitt

	* test/pstap/src/pstap.h: add +/- to the diag() output of *_tol
	  macros

2006-12-15 16:05  jhoblitt

	* test/pstap/src/pstap.h: fix usage of fabs() instead of fabsf()
	  and fabsl() instead of fabs() add got/expected diag() output to
	  ok_[float|double]_tol() macros

2006-12-14 14:41  gusciora

	* test/math/tap_psPolynomialEval1D.c: Fixed a couple of tests.

2006-12-14 13:03  magnier

	* src/db/psDB.c: enabled relative comparisons for double/float;
	  cleaned up error messages

2006-12-14 13:02  magnier

	* src/astro/psTime.c: two fixes: catch fractional seconds in
	  psTimeStrptime, allow YYYY-MM-DD with implied 00:00:00 in
	  psTimeFromISO

2006-12-14 12:36  gusciora

	* test/math/tap_psPolynomialEval1D.c: This is my first attempt at
	  converting an old test routine to the new TAP format.  Feel free
	  to send me comments.

2006-12-14 09:12  magnier

	* src/math/psStats.c: added missing result flags for robust stats

2006-12-14 09:11  magnier

	* src/math/psRegion.c: fixed inconsistency with string in vs out

2006-12-13 19:13  jhoblitt

	* src/db/psDB.c: convert most uses of PS_TYPE_* -> PS_DATA_* add
	  additinal tracing to p_psDBFetchResult() in p_psDBFetchResult()
	  fix NAN/NULL handling (for real this time) in p_psDBFetchResult()
	  fix PS_DATA_TIME falling through into default by accident in
	  p_psDBFetchResult() catch psMetadataAdd*() failures

2006-12-13 18:46  jhoblitt

	* src/types/psMetadata.c: change psMetadataAddItem() to report the
	  key name when failing on duplicate key names

2006-12-13 15:37  jhoblitt

	* src/db/psDB.c: simplify NAN/NULL handling in p_psDBFetchResult()

2006-12-13 15:37  jhoblitt

	* test/pstap/src/pstap.h: add diag output to ok_strn()

2006-12-13 15:36  jhoblitt

	* test/types/: Makefile.am, tap_psMetadataConfigFormat.c,
	  tap_psMetadataConfigPrint.c, tap_psMetadataConfig_output.c: split
	  tap_psMetadataConfig_output.c into tap_psMetadataConfigFormat.c &
	  tap_psMetadataConfigPrint.c

2006-12-13 13:48  jhoblitt

	* test/types/: Makefile.am, tap_psMetadataConfigWrite.c,
	  tap_psMetadataConfig_output.c: move psMetadataConfigWrite() tests
	  into their own file

2006-12-12 15:44  jhoblitt

	* src/types/psArguments.c: add u64 & s64 support to argumentRead()

2006-12-12 15:42  jhoblitt

	* src/db/: psDB.c, psDB.h: add psDBGenerateLimitSQL()

2006-12-10 07:29  magnier

	* src/astro/: psCoord.c, psCoord.h, psSphereOps.c: replaced
	  p_psProject, p_psDeproject with psProject, psDeproject

2006-12-10 07:28  magnier

	* src/math/psPolynomial.c: fixed polynomial2D copy

2006-12-10 07:28  magnier

	* src/math/psPolynomialUtils.c: fixed memory errors

2006-12-09 18:13  magnier

	* src/math/psPolynomial.c, src/math/psPolynomialUtils.c,
	  test/math/tap_psPolynomialUtils_Derivatives.c: added polynomial
	  copy, recycle, derivative functions, derivative tests

2006-12-09 04:19  magnier

	* src/math/: psPolynomial.c, psPolynomial.h, psPolynomialUtils.c,
	  psPolynomialUtils.h: adding psPolynomial2DRecycle,
	  psPolynomial2DCopy, psPolynomial2D_dX, psPolynomial2D_dY

2006-12-09 04:19  magnier

	* test/math/: .cvsignore, Makefile.am,
	  tap_psPolynomialUtils_Derivatives.c: adding polynomial
	  derivatives tests

2006-12-08 16:54  magnier

	* src/math/psPolynomialUtils.c: adding derivatives

2006-12-08 11:46  jhoblitt

	* etc/Makefile.am: stop trying to chmod things

2006-12-08 01:38  magnier

	* src/imageops/psImageBackground.c, src/math/psHistogram.c,
	  src/math/psHistogram.h, src/math/psStats.c, src/math/psStats.h,
	  test/math/tap_psStatsTiming.c, test/math/tap_psStatsTiming.txt,
	  test/math/tap_psStats_Sample_01.c: - moved psHistogram functions
	  to psHistogram.c,h   (pslib_strict.h, MAkefile.am, psMemory.c) -
	  changed psVectorStats return value to bool   (psImageGeomManip.c,
	  psImagePixelExtract.c, psImageStats.c, psMinPoly.c, - added
	  FITTED_MEAN,STDEV_V2 (quadratic fit to log-peak) - added
	  stats->results - set stats->results when stats are measured -
	  return stats calculated even if not requested - moved
	  vectorFittedStats call out of vectorRobustStats to psVectorStats
	  - internal calls to private stats function XXX now tests
	  stats->results   for the corresponding flag, NOT if value of
	  stats->XXX == NAN.  - dropped unused function NonEmpty (commented
	  out) - rolled up vectorSampleMedian with if tests in the loop -
	  rolled up vectorSampleStdev with if tests in the loop - call
	  psError on failure for any internal stats call   (the user should
	  call psErrorClear if they ignore errors from psVectorStats)

2006-12-08 01:37  magnier

	* src/math/psMathUtils.c: trivial

2006-12-08 01:37  magnier

	* src/: imageops/psImageGeomManip.c,
	  imageops/psImagePixelExtract.c, imageops/psImageStats.c,
	  imageops/psImageStats.h, math/psMinimizePolyFit.c: changed
	  psVectorStats return value to bool

2006-12-08 01:35  magnier

	* src/: pslib_strict.h, math/Makefile.am, sys/psMemory.c: moved
	  psHistogram functions to psHistogram.c,h

2006-12-07 12:06  jhoblitt

	* pslib.pc.in: don't force programs linking against psLib to also
	  link against all of psLib's dep libraries (experimental)

2006-12-05 17:01  jhoblitt

	* configure.ac, src/db/psDB.c, src/db/psDB.h,
	  src/sys/psConfigure.c: convert from OMIT_PSDB -> HAVE_PSDB

2006-12-05 10:05  price

	* src/math/psStats.c: Fixing memory leak when robust stats returns
	  early due to error.

2006-12-04 12:15  price

	* src/sys/psString.c, src/sys/psString.h,
	  test/sys/tap_psStringSubstitute.c: Changing API for
	  psStringSubstitute to something less prone to user mistake

2006-12-04 10:45  magnier

	* src/sys/psLogMsg.h: added additional log depth symbols

2006-12-01 13:12  magnier

	* src/imageops/: psImageBackground.c, psImageBackground.h: API
	  change: moved several arguments to a new psStats argument

2006-12-01 12:41  magnier

	* src/math/psStats.c, test/math/tap_psStats_Sample_01.c: fitted
	  Mean now respects the binsize option

2006-12-01 12:14  magnier

	* test/math/: .cvsignore, Makefile.am, tap_psStats_Sample_01.c:
	  added tests for specific failures of psStats fitted mean

2006-12-01 12:10  magnier

	* src/math/psEllipse.c: fixed sign errors : finally correct??

2006-12-01 11:48  price

	* src/math/: psMatrix.c, psMatrix.h: Adding SVD provided by Andy
	  Becker.

2006-12-01 10:10  jhoblitt

	* test/Makefile.am: remove left over test *.fits & *.md files

2006-12-01 09:25  rhl

	* src/psErrorCodes_en.dat: Added IEEE

2006-12-01 08:59  jhoblitt

	* src/math/psMD5.c: fix variable name typo and PS_ASSERT_* type
	  mismatch

2006-11-30 17:25  price

	* src/math/psMD5.c: Adding assertions.

2006-11-30 10:03  magnier

	* src/math/psMD5.c: changed string to unsigned char

2006-11-29 18:13  price

	* configure.ac, src/pslib_strict.h, src/math/Makefile.am,
	  src/math/psMD5.c, src/math/psMD5.h, test/math/.cvsignore,
	  test/math/Makefile.am, test/math/tap_psMD5.c: Adding MD5 hash
	  calculation

2006-11-29 17:24  jhoblitt

	* configure.ac: add openssl probe

2006-11-29 15:35  jhoblitt

	* configure.ac: add a check for endianness

2006-11-29 12:53  price

	* src/sys/psConfigure.c: Shortening string so it can fit in a FITS
	  header.

2006-11-29 12:41  price

	* src/types/psMetadata.h: Removing brackets around return value
	  allow us to leave the return value blank for void functions.

2006-11-29 11:33  price

	* src/sys/: psConfigure.c, psConfigure.h, psString.c, psString.h:
	  Adding function to return long version information, including CVS
	  tag name, whether psDB was included, and the date and time of
	  compilation.	Added function to strip CVS keywords from the
	  keyword/value string.

2006-11-29 10:24  price

	* src/sys/psConfigure.c: Two copies reduced to one.

2006-11-29 10:14  jhoblitt

	* configure.ac: fix jpeg conf to set jpeg-lib instead of fftw3-lib

2006-11-29 07:58  rhl

	* src/sys/psMemory.c: Added memAllocCallbackCheckCorruption which
	  can be registered as an memAllocCallback to periodically check
	  the heap

2006-11-29 07:57  rhl

	* src/sys/psAbort.c: People tend to call psAbort when errors have
	  been signalled with psError (e.g. the memory management code).
	  You don't want this to vanish, so print it here.  N.b.  In
	  general there may be old errors on the stack that haven't been
	  cleared so this is perhaps not an optimal solution.	But it's
	  better than losing real errors.

2006-11-29 07:55  rhl

	* src/math/psStats.c: 1/ vectorFittedStats and vectorRobustStats
	  don't own mask and shouldn't free it 2/ Made vectorRobustStats
	  propagate errors in vectorFittedStats 3/ psVectorStats doesn't
	  own stats and shouldn't free it.

2006-11-29 07:51  rhl

	* src/imageops/psImageBackground.c: 1/ Make psImageBackground
	  interpret nMax == 0 as "all pixels" 2/ Make psImageBackground
	  propagate errors in psVectorStats

2006-11-28 16:33  magnier

	* src/math/: psMinimizePowell.c, psMinimizePowell.h: constrain to
	  constraint

2006-11-28 16:33  magnier

	* src/math/: psEllipse.c, psEllipse.h: added axis-ratio limits to
	  psEllipse functions, fixed math for psEllipse functions

2006-11-28 16:25  magnier

	* src/math/psMinimizeLMM.c: changed psMinimizeLMM limits to a
	  function call (from static vectors); added psMinConstraintMode,
	  psMinimizeLMLimitFunc, converted psMinimizeLMChi2 to F32 only

2006-11-28 16:17  magnier

	* src/math/psMinimizeLMM.h: changed psMinimizeLMM limits to a
	  function call (from static vectors); added psMinConstraintMode,
	  psMinimizeLMLimitFunc

2006-11-28 16:14  magnier

	* src/math/: psMatrix.c, psMatrix.h: added F32 version of
	  psMatrixGJSolve

2006-11-28 14:49  price

	* src/math/psUnaryOp.c: Adding sqrt.  Explicitly casting values
	  within functions to avoid endian effects.

2006-11-28 14:33  price

	* src/mathtypes/psImage.c: psImageInit should error on NULL input.

2006-11-28 14:32  price

	* src/mathtypes/psImage.c: Adding assertion to psImageInit.

2006-11-28 13:58  price

	* src/types/psMetadataItemParse.c: psMetadataItemParseBool needed
	  an option for boolean input!

2006-11-28 12:41  jhoblitt

	* src/db/psDB.c: change psDBPackMySQLRow() to check the return of
	  psTimeToTM().

2006-11-28 12:18  jhoblitt

	* src/types/psMetadataConfig.c: change parseTime() to use
	  psTimeFromISO() instead of psTimeStrptime() directly

2006-11-26 12:17  magnier

	* test/types/.cvsignore: update .cvsignore

2006-11-26 11:56  magnier

	* test/: astro/.cvsignore, math/.cvsignore: added tap output
	  programs to .cvsignore

2006-11-26 11:53  magnier

	* src/math/psMinimizeLMM.c: fixed error in p_psMinLM_GuessAB:
	  failed to set masked parameters! removed unnecessary psVectorCopy
	  in psMinimizeLMM (had been causing a	 segfault because of an old
	  trace line) cleaned up trace lines added several asserts

2006-11-24 10:52  magnier

	* src/math/psMinimizeLMM.c: added some asserts, testing GaussNewton
	  values

2006-11-24 10:51  magnier

	* src/mathtypes/: psVector.c, psVector.h: added const to
	  p_psVectorGetElementF64 and psVectorPrint

2006-11-22 19:33  magnier

	* src/math/psStats.c: several important changes: - simplified code
	  for sampleMean and MinMax : a single copy with if statements
	     is only marginally slower than separate loops - added local
	  maskVal to two functions so external user can safely provide a 0
	  mask - moved fittedStats to independent function: called multiple
	  times if   sigma changes alot - gaussian now fits for var not
	  sigma (avoid +/- flips) - restrict to 2 sigma by default, but
	  user setable

	  - some significant re-work of the implementation of robustStats
	  - no more smoothing of the vector   - a bit clearer choice for
	  binsize

2006-11-22 19:27  magnier

	* test/math/tap_psSparse.c: added test for non-normal matrix
	  equation

2006-11-22 19:26  magnier

	* src/imageops/: psImageBackground.c, psImageBackground.h: added
	  psVectorStats for sky measurement, with multiple stats options;
	  old code selected with ROBUST_QUARTILE

2006-11-22 19:25  magnier

	* test/math/: Makefile.am, tap_psStatsTiming.c: added stats tests

2006-11-22 04:26  rhl

	* src/imageops/: psImageUnbin.c, psImageUnbin.h: Added
	  psImageUnbinPixel

2006-11-21 18:34  jhoblitt

	* src/db/psDB.c: compare NULL psTimes with "IS" instead of "="

2006-11-21 18:18  jhoblitt

	* src/db/psDB.c: handle NULL psTime objections when generation SQL
	  conditional stmts

2006-11-21 10:22  price

	* test/types/: .cvsignore, Makefile.am, tap_psHash_845.c: Adding
	  test for bug 845.

2006-11-21 09:23  magnier

	* src/astro/: psTime.c, psTime.h: cleaned up psTimer functions,
	  changed psTimerStop to return bool (changed SDRS as well)

2006-11-21 08:29  magnier

	* src/math/psSparse.c: divide initial guess by Qii (previously
	  assumed input matrix was normalized)

2006-11-20 10:57  price

	* src/db/psDB.c: Cause of problem in p0tool was found in psDB.
	  psDBMySQLToPType was looking for type "UNSIGNED BIGINT", while
	  it's stored under "BIGINT UNSIGNED" in the mysqlToSQLTable.  Also
	  note that since sqlType is a value stored in a hash, it shouldn't
	  be modified directly.  Added a fix to put "UNSIGNED" at the end
	  of the string instead of the start, and copy the string in the
	  process.

2006-11-20 07:50  rhl

	* src/types/psMetadataConfig.c: Posix requires sys/stat.h to use
	  fstat

2006-11-20 07:49  rhl

	* src/astro/psTime.h: p_psGetConfigFileName no longer exists

2006-11-19 19:22  magnier

	* share/Makefile.am: added missing backslash char; was dropping
	  certain files

2006-11-19 19:22  magnier

	* src/astro/psTime.c: timer should use tai, not utc; asserts should
	  use an explicit integer

2006-11-17 16:14  price

	* src/types/psArguments.c: psArgumentVerbosity was clobbering the
	  pre-set log level.

2006-11-17 13:02  magnier

	* src/math/psPolynomialUtils.c: comment change

2006-11-17 12:06  jhoblitt

	* src/db/: psDB.c, psDB.h: add psDBAffectedRows()

2006-11-16 08:09  magnier

	* src/math/: psSparse.c, psSparse.h: finished psSparseBorder, runs
	  tests ok

2006-11-16 08:09  magnier

	* test/math/.cvsignore: added tap_psSparse

2006-11-16 08:08  magnier

	* test/math/tap_psSparse.c: finished initial psSparse tests

2006-11-15 15:44  magnier

	* test/math/: Makefile.am, tap_psSparse.c: added tap tests for
	  psSparseBorder functions

2006-11-15 15:43  magnier

	* src/math/: psSparse.c, psSparse.h: added psSparseBorder for
	  special matrices

2006-11-15 14:38  jhoblitt

	* src/db/psDB.c: implement database store support for psU32 &
	  psU64s

2006-11-14 18:09  magnier

	* src/math/: psSparse.h, psSparse.c: more dev work on the
	  psSparseBorder concepts

2006-11-14 17:49  jhoblitt

	* src/db/psDB.c: change psDBPackMySQLRow() &
	  psDBGenerateCreateTableS() to support psS64s and convert
	  if/elseif's to switch statements

2006-11-14 16:47  price

	* src/math/psSparse.c: Fixing compilation errors.

2006-11-14 16:30  magnier

	* src/math/: psSparse.c, psSparse.h: adding psSparseBorder APIs
	  (ifdef-ed out)

2006-11-14 15:34  jhoblitt

	* src/db/: psDB.c, psDB.h: rename psDBInit() -> psDBAlloc() and set
	  psDBFree() as the deallocator func rename psDBCleanup() ->
	  psDBFree() and make it private add a macro/wrapper named
	  psDBInit() around psDBAlloc() add a macro/wrapper named
	  psDBCleanup() around psFree()

2006-11-14 15:33  price

	* src/astro/: psEarthOrientation.c, psTime.h: Function to get
	  config file name was not globally visible.

2006-11-14 15:28  jhoblitt

	* src/astro/Makefile.am: fix default etc dir

2006-11-14 15:27  price

	* src/astro/psTime.c: Changing p_psGetConfigFileName to
	  p_psTimeConfigFileName --- previous name did not follow the
	  rules.

2006-11-14 14:54  jhoblitt

	* src/db/psDB.c: add support for "unique" fields

2006-11-14 14:36  price

	* src/math/psStats.c: Fixing bug in psVectorHistogram when input is
	  not of type F32.

2006-11-14 14:26  des

	* src/astro/psTime.c: Changed "if (MJD == NAN"..." to "if
	  isnan(MJD)..." per Standard C.

2006-11-14 14:11  jhoblitt

	* etc/: Makefile.am, pslib.config.template: fix the install paths
	  so that "shared" install files are contained in their own
	  directory

2006-11-14 14:06  des

	* src/mathtypes/psVector.c: In function psVectorToString, appended
	  after line 548 the following line:
	  strncat(str,tempStr,maxLength); \ This line was missing from the
	  APPEND_ELEMENTS_CASE_COMPLEX macro and hence rendering complex
	  types was in error.

2006-11-14 13:12  drobbin

	* etc/Makefile.am, etc/pslib.config.template,
	  test/astro/data/psTime.config.template,
	  test/astro/data/test.psTime.config2.template,
	  test/astro/data/test.psTime.config3.template: Someone moved the
	  datadir from psLib/share/pslib to psLib/share so I've updated the
	  corresponding files appropriately.

2006-11-14 11:15  drobbin

	* src/astro/Makefile.am, src/astro/psEarthOrientation.c,
	  test/astro/tap_psEarthOrientation_corrections.c,
	  test/astro/tap_psEarthOrientation_motion.c: Implemented testing
	  for psEarthOrientation.  Done with motion, working on
	  corrections.	Edited data file dir in Makefile.am and changed a
	  couple of, if (MJD==NAN) to if (isnan(MJD))

2006-11-14 09:47  price

	* src/imageops/psImageBackground.c: Adding assertion on rng.

2006-11-14 09:37  price

	* src/types/psMetadataConfig.c: Excess psMetadataAddItem was
	  causing errors ("Duplicate metadata item name is not allowed.").

2006-11-10 12:07  drobbin

	* test/astro/: Makefile.am, execute_tap,
	  tap_psEarthOrientation_corrections.c,
	  tap_psEarthOrientation_motion.c: Added empty test templates for
	  psEarthOrientation.c and updated makefile

2006-11-09 14:38  drobbin

	* test/types/tap_psMetadataItemParse.c: Reformatted for consistency
	  between tests.

2006-11-09 14:31  price

	* src/sys/psString.h: string.h is required for strlen.

2006-11-09 14:16  jhoblitt

	* src/types/psMetadataConfig.c: in getMetadataType()	 remove
	  duplicate call to psMetadataAddItem() that was introduced when
	  the commented out error checking was reinstated     coding style
	  fixes

2006-11-09 14:07  jhoblitt

	* src/types/psMetadataConfig.c: when parsing a line don't terminate
	  the comment at a '~'

2006-11-09 13:57  drobbin

	* test/types/tap_psMetadataItemCompare.c: Reformatting done for
	  consistency between tests.

2006-11-09 13:40  jhoblitt

	* test/pstap/src/pstap.h: print got/expected on ok_str() failure

2006-11-09 13:37  drobbin

	* src/types/psMetadataConfig.c: Replaced all unreachable spots I
	  removed previously.

2006-11-09 13:27  drobbin

	* test/astro/: Makefile.am, execute_tap, tap_psSphereOps_all.c: Tap
	  test for psSphereOps.c.  execute_tap script added for
	  convenience.	Update Makefile accordingly

2006-11-09 13:26  drobbin

	* src/astro/: parse_gcov-out.c, profile_tap, psSphereOps.c: Added
	  files for profiling reporting in astro/.  Error checks for NAN
	  inputs in Alloc added to psSphereOps.c

2006-11-09 11:41  jhoblitt

	* src/types/psMetadataConfig.c: fix printing of empty METADATA
	  comments

2006-11-09 10:20  magnier

	* src/: imageops/psImageGeomManip.c, imageops/psImageGeomManip.h,
	  mathtypes/psImage.h: added test psImageShiftKernel and related
	  p_psImageShiftKernel_F32; added PS_INTERPOLATE_GAUSS

2006-11-09 10:18  magnier

	* test/imageops/: .cvsignore, Makefile.am,
	  tap_psImageShiftKernel.c: added tap_psImageShiftKernel.c to test
	  NxN kernel-shifting code

2006-11-08 18:51  jhoblitt

	* src/types/psMetadataConfig.c: remove name from p_psParseLevelInfo
	  add 'nested' metadata's to the return MD instead
	  parseMetadataItem() instead of parseMetadataEnd move metadata
	  comment formatting from the END tag to the METADATA tag fix
	  formatting of nested empty metadatas

2006-11-08 18:06  jhoblitt

	* src/types/psMetadataConfig.c: remove passing around of a metadata
	  nesting level param as this information is implicit in the size
	  of the array of scopes that's also being passed around

2006-11-08 17:50  jhoblitt

	* src/types/psMetadataConfig.c: delay parseLevelInfoArray alloc in
	  parseLine() until it's really needed

2006-11-08 17:22  jhoblitt

	* src/types/psMetadataConfig.c: check fclose()'s return status

2006-11-08 17:06  jhoblitt

	* src/types/psMetadataConfig.c: revamp parseVector()

2006-11-08 15:58  jhoblitt

	* src/types/psMetadataConfig.c: split parseGeneric(), parseType(),
	  & parseMetadataEnd() out of parseLine() fix line counting error
	  in psMetadataConfigParse()

2006-11-08 14:03  jhoblitt

	* src/types/psMetadataConfig.c: improved error checking, coding
	  style, & structure in parseLine() preparing to split parseLine()
	  into multiple functions

2006-11-08 11:52  jhoblitt

	* .cvsignore, ChangeLog: remove ChangeLog as it's empty

2006-11-08 10:19  price

	* test/types/tap_psMetadataConfig_input.c: Cleaning up ---
	  isolating tests from each other.

2006-11-08 10:04  price

	* src/math/: Makefile.am, psClip.c, psClip.h: Adding psClip

2006-11-07 18:48  drobbin

	* test/types/tap_psMetadataConfig_input.c: added outputs:
	  mdc-overwrite_true.txt and mdc-overwrite_false.txt in response to
	  bug 842.  These two outputs (lines 99 and 130) can be removed
	  when the bug is closed.

2006-11-07 14:01  drobbin

	* test/types/tap_psMetadata_printing.c: Updated testing to conform
	  to changes in psMetadataPrint return status.

2006-11-07 12:54  drobbin

	* test/types/tap_psMetadataConfig_format.c: Merged this test into
	  the output test

2006-11-07 12:53  drobbin

	* test/types/: metaconf.in, tap_psMetadataConfig_input.c: Updated
	  testing

2006-11-06 21:45  magnier

	* src/mathtypes/psImage.c, test/imageops/.cvsignore,
	  test/imageops/Makefile.am, test/imageops/tap_psImageShift.c,
	  test/mathtypes/.cvsignore,
	  test/mathtypes/tap_psImageInterpolate.c, test/pstap/src/pstap.h:
	  added tests for psImageShift and psImageInterpolate, fixed
	  low-level bugs in psImageInterpolate BILINEAR, added BICUBE;
	  added ok_float_tol and ok_double_tol to pstap.h

2006-11-06 19:09  drobbin

	* src/types/psMetadataConfig.c: Added type handling for S/U64

2006-11-06 18:35  jhoblitt

	* src/types/psMetadataConfig.c: improve error handling in
	  psMetadataConfigParse()

2006-11-06 18:21  jhoblitt

	* src/types/psMetadataConfig.c: fix error checking in
	  psMetadataConfigRead()

2006-11-06 12:31  drobbin

	* src/types/psMetadataConfig.c, test/pstap/src/pstap.h,
	  test/types/metaconf.in, test/types/tap_psArguments_all.c,
	  test/types/tap_psMetadataConfig_input.c,
	  test/types/tap_psMetadataConfig_output.c: Added comment parsing
	  for metadata in parseLine in psMetadataConfig.c.  Added ok_strn
	  to pstap.h.  Updated # of planned tests in psArguments.  Updated
	  testing for psMetadataConfig.

2006-11-05 16:02  magnier

	* src/imageops/psImageGeomManip.c: added BICUBE, fixed sign error
	  and 0.5 pixel error in psImageShift

2006-11-05 16:00  magnier

	* src/mathtypes/: psImage.c, psImage.h: added BICUBE interpolation,
	  removed scrap code in BILINEAR interpolation

2006-11-05 15:58  magnier

	* src/imageops/psImageGeomManip.c, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, test/mathtypes/Makefile.am,
	  test/mathtypes/tap_psImageInterpolate.c: added psImageInterpolate
	  tests so I could test fixes to this function

2006-11-03 18:42  drobbin

	* test/types/: Makefile.am, execute_tap, metaconf.in,
	  tap_psMetadataConfig_input.c, tap_psMetadataConfig_output.c:
	  Updated MetadataConfig tests and merged (removed)
	  tap_psMetadataConfig_format into tap_psMetadataConfig_output

2006-11-03 17:15  jhoblitt

	* src/types/psMetadataConfig.c: check munmap()'s return status

2006-11-03 14:20  drobbin

	* src/types/psMetadataConfig.c, test/types/metaconf.in,
	  test/types/tap_psMetadataConfig_input.c: Removed a couple
	  unreachable spots from psMetadataConfig in parseMetadataItem.
	  Added error check to parseVector for invalid values (was looping
	  indefinitely for ie, % or NAN).  Updated tests accordingly

2006-11-03 11:11  drobbin

	* test/types/tap_psArray_all.c: Added a test for psArrayAllocEmpty
	  (to complete psArray test-coverage)

2006-11-03 10:20  drobbin

	* src/types/psMetadataConfig.c, test/types/metaconf.in,
	  test/types/tap_psMetadataConfig_input.c,
	  test/types/tap_psMetadataConfig_output.c: Updated
	  psMetadataConfig- removed 1 or 2 unreachable spots.  Updated
	  testing

2006-11-01 18:51  drobbin

	* test/types/metaconf.in: input file for psMetadataConfigParse.

2006-11-01 17:17  jhoblitt

	* configure.ac: use MYSQL_LDFLAGS instead of MYSQL_LIBS

2006-11-01 11:56  jhoblitt

	* src/astro/psTime.c: rollback r1.100 pending discussion of
	  *Alloc() function behavior

2006-11-01 11:45  jhoblitt

	* src/astro/psTime.c: removed test in psTimeCopy checking for
	  psTimeAlloc() returning NULL.  psTimeAlloc() should never return
	  NULL.

2006-10-31 14:01  drobbin

	* test/types/tap_psMetadataConfig_format.c: Adding tap test for
	  psMetadataConfigFormat

2006-10-30 19:06  drobbin

	* src/astro/psTime.c, src/types/psMetadataConfig.c,
	  test/types/Makefile.am, test/types/execute_tap,
	  test/types/tap_psMetadataConfig_input.c,
	  test/types/tap_psMetadataConfig_output.c,
	  test/types/tap_psMetadata_copying.c: Added error check to
	  psTimeCopy for proper time-type.  only formatting in
	  MetadataConfig.  Updated all metadataConfig tests but still under
	  construction.  Added tests to Makefile and execute_tap

2006-10-30 18:45  jhoblitt

	* configure.ac: code tidying

2006-10-30 18:38  jhoblitt

	* configure.ac, test/.cvsignore, test/FullUnitTest.in,
	  test/runTest: remove FullUnitTest & runTest as they are now
	  unused

2006-10-30 18:36  jhoblitt

	* configure.ac, m4/ax_lib_mysql.m4: move mysql probling into it's
	  only .m4 file

2006-10-30 18:03  jhoblitt

	* Makefile.am, m4/ax_lib_mysql.m4: add ax_lib_mysql.m4

2006-10-30 17:42  jhoblitt

	* configure.ac: first pass attempt to made the library probes use
	  values from the environment  (instead of ignoring them) yet
	  prevent them from modifying them

2006-10-30 17:40  drobbin

	* src/types/psMetadataConfig.c: Removed comment output from
	  formatMetadataItem - MULTI.  Can't have a comment.

2006-10-30 14:08  drobbin

	* src/types/psMetadataConfig.c: Merged differences from recent
	  check-in.  Edited long-lines.  Updated Time outputting format to
	  match the input scheme.  (This way an output psTime can then be
	  correctly read in by psMetadataConfigParse).	Also removed a
	  couple unreachable spots in the internal parse fxns.

2006-10-29 17:02  magnier

	* src/math/psEllipse.c: fixed formulae of Shape to Axes

2006-10-28 17:41  magnier

	* src/math/psEllipse.c: fixed a typo

2006-10-28 10:12  magnier

	* src/math/psEllipse.c: fixed up the math on these; ADD text to
	  follow

2006-10-28 10:09  magnier

	* src/math/psPolynomialUtils.c: added error catch for failed stats

2006-10-26 16:26  jhoblitt

	* src/types/psMetadataConfig.c: handle "NULL" mdcf time values
	  (untested)

2006-10-26 15:15  jhoblitt

	* src/types/psMetadataConfig.c: fix NULL psTime format

2006-10-26 15:10  jhoblitt

	* src/types/psMetadataConfig.c: fix formatMetadataItem() to handle
	  printing of NULL psTimes

2006-10-26 15:09  jhoblitt

	* src/types/psMetadata.c: fix psMetadataItemCopy() to handle NULL
	  psTimes

2006-10-26 14:07  jhoblitt

	* src/db/psDB.c: implement comparison operation selection for S32 &
	  psTime types in psDBGenerateConditionalSQL()

2006-10-25 18:44  drobbin

	* src/types/psMetadataConfig.c,
	  test/types/tap_psMetadataConfig_input.c,
	  test/types/tap_psMetadataConfig_output.c: Update MetadataConfig
	  tests.  Removed unreachable spots from psMetadataConfigParse.

2006-10-25 17:47  jhoblitt

	* src/astro/psTime.c: change psTimeToISO() to not append a 'Z' to
	  the time string

2006-10-25 16:57  jhoblitt

	* src/db/psDB.c: convert large if/else in
	  psDBGenerateConditionalSQL() into a switch stmt

2006-10-25 14:38  drobbin

	* test/pstap/src/pstap.h: Fixed ok_double, ok_float, and added
	  ok_str

2006-10-24 19:25  drobbin

	* test/types/table3.dat: Added partially-constructed table for
	  psLookupTable tests.

2006-10-24 18:58  drobbin

	* src/types/psLookupTable.c, test/types/tap_psLookupTable_all.c:
	  Fixed LookupTable to error when a partially-constructed table row
	  is encountered.  Also fixed memory leak associated with this
	  case.

2006-10-24 14:59  drobbin

	* test/types/tap_psArray_all.c: Fixed segfault caused by change of
	  n-parameter in psArrayAlloc.

2006-10-24 14:18  drobbin

	* test/types/: tap_psMetadataConfig_input.c,
	  tap_psMetadataConfig_output.c: New tap tests for
	  psMetadataConfig.  Output is finished, input is not.

2006-10-24 14:16  drobbin

	* src/types/parse_gcov-out.c, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  test/types/Makefile.am, test/types/execute_tap,
	  test/types/tap_psMetadata_copying.c: Updated psMetadataCopy- an
	  error is now skipped and allows the rest of a metadata to be
	  copied.  Added tests for psMetadataConfig.  Added error check in
	  MetaConfigPrint for NULL file input.

2006-10-24 12:52  price

	* src/: astro/psCoord.c, db/psDB.c, fits/psFitsImage.c,
	  fits/psFitsTable.c, imageops/psImageBackground.c,
	  imageops/psImageConvolve.c, imageops/psImageGeomManip.c,
	  imageops/psImagePixelExtract.c, imageops/psImageStats.c,
	  jpeg/psImageJpeg.c, math/psMinimizeLMM.c,
	  math/psMinimizePolyFit.c, math/psMinimizePowell.c,
	  math/psPolynomial.c, math/psPolynomial.h, math/psSparse.c,
	  math/psSpline.c, math/psStats.c, mathtypes/psVector.c,
	  mathtypes/psVector.h, sys/psError.c, types/psArray.c,
	  types/psArray.h, types/psHash.c, types/psList.c,
	  types/psLookupTable.c, types/psMetadataConfig.c,
	  types/psMetadataConfig.h: Following today's meeting, we agreed
	  that psVectorAlloc (and therefore psArrayAlloc also) shall set
	  the number of elements in use to equal the number of elements
	  allocated.  We introduce new functions, psVectorAllocEmpty and
	  psArrayAllocEmpty, that allocate a vector and set the length to
	  zero.

2006-10-23 15:15  drobbin

	* src/types/psMetadata.c, src/types/psMetadataConfig.c,
	  src/types/psMetadataConfig.h,
	  test/types/tap_psMetadata_copying.c: Edited psMetadataCopy and
	  relevant tests.  Removed the psFree(out)'s as requested.  Minor
	  doxygen changes to the psMetadataConfig's.

2006-10-21 14:51  drobbin

	* src/types/: psLookupTable.c, psLookupTable.h: minor doxygen edit:
	  ingroup= types (was dataIO)

2006-10-21 14:49  drobbin

	* src/types/psLookupTable.c, src/types/psLookupTable.h,
	  test/types/table.dat, test/types/table2.dat,
	  test/types/tableF32.dat, test/types/tableF32_2.dat,
	  test/types/tableF32_err.dat, test/types/tableF64_err.dat,
	  test/types/tableS32_err.dat, test/types/tableS64_err.dat,
	  test/types/tap_psLookupTable_all.c: Finished testing of
	  psLookupTable.  100% coverage reported.  Added tables for tests.
	  Removed unnecessary table.  Removed unreachable spot from
	  psLookupTableInterpolate.  Minor formatting in psLookupTable.h.

2006-10-20 15:09  jhoblitt

	* src/db/psDB.c: fix psTime related memory leaks in
	  p_psDBRunQueryPrepared()

2006-10-20 14:33  jhoblitt

	* src/db/psDB.c: fix NULL time value pass throught in
	  p_psDBFetchResult()

2006-10-20 14:10  jhoblitt

	* src/db/psDB.c: plug memory leaks in p_psDBFetchResult() that
	  occur when returning an error condition

2006-10-19 16:36  drobbin

	* src/types/psLookupTable.c, test/types/tableF32.dat,
	  test/types/tap_psLookupTable_all.c: Removed unreachable spots in
	  psLookupTable.  Added tests to tap_psLookupTable.  Added input
	  file for that test.

2006-10-19 14:17  jhoblitt

	* src/: astro/psEarthOrientation.c, astro/psTime.c, astro/psTime.h,
	  types/psMetadata.c: rename p_psTimeCopy() -> psTimeCopy() as it
	  should be a public interface

2006-10-19 13:12  price

	* src/fits/psFitsHeader.c: Adding blank header keywords to list of
	  keywords to ignore.  Found multiple header entries in a megacam
	  file from Masiero with "	  =			  ".  These
	  needn't be included.

2006-10-18 16:57  magnier

	* src/math/psMinimizePolyFit.c: added some trace lines

2006-10-18 12:37  jhoblitt

	* configure.ac: lernt 2 spel

2006-10-18 12:33  jhoblitt

	* configure.ac: add a status message to ACX_PTHREAD to keep RHEL 4
	  happy

2006-10-18 10:16  rhl

	* src/types/psMetadata.c: Improve psMetadataPrint's error message

2006-10-18 08:37  magnier

	* src/math/psMinimizePolyFit.c: allowing for ROBUST stats in
	  clipping, better trace levels

2006-10-18 05:27  rhl

	* src/types/psMetadata.c: Clear error stack at start of
	  psMetadataPrint as we append; return false if problems

2006-10-18 05:26  rhl

	* src/sys/psError.c: Support passing NULL to psErrorStackPrint to
	  mean stdout (useful from gdb)

2006-10-16 16:35  drobbin

	* src/sys/psAssert.h, test/types/tap_psArray_all.c,
	  test/types/tap_psMetadata_polynomials.c: Added null check to
	  PS_ASSERT_PTR in psAssert.h edited formatting of output of
	  psArrayRemoveData tests Edited PolynomialXDto/fromMetadata to
	  reflect recent changes to mask handling and added 1D cases.

2006-10-16 15:34  price

	* src/math/psConstants.h: Moving NOT_U8 and NOT_U16 from psModules,
	  and renaming.

2006-10-16 13:34  drobbin

	* src/types/psMetadata.c: Re-added psFree(out) to psMetadataCopy.
	  These were recently removed but MUST be present to avoid memory
	  leaks!!! Please do not remove!

2006-10-16 13:32  drobbin

	* test/types/: tap_psArguments_all.c, tap_psArray_all.c,
	  tap_psMetadata_manip.c, tap_psMetadata_polynomials.c: Updated
	  tests to reflect changes made to source.  Log/TraceArguments
	  removed from psArguments.  ArrayRemove & ArrayRemoveByPos changed
	  to ArrayRemoveData & ArrayRemoveIndex.  MetadataLookupMD changed
	  to MetadataLookupMetadata and PolynomialXDto/fromMD changed to
	  PolynomialXDto/fromMetadata.

2006-10-13 17:50  price

	* src/: sys/psString.h, types/psMetadata.h: Adding assertions for
	  metadata and string.

2006-10-13 14:15  magnier

	* src/math/psMinimizeLMM.c: more psTrace cleanups, removed
	  redundant __func__ in trace messages

2006-10-13 14:12  price

	* src/mathtypes/psVector.c: Need psString.h for psStringAlloc.

2006-10-13 14:07  price

	* src/mathtypes/: psVector.c, psVector.h: Changing char* to
	  psString

2006-10-13 14:02  price

	* src/: math/psBinaryOp.c, math/psUnaryOp.c, sys/psType.h: Removing
	  extraneous type.

2006-10-13 13:54  price

	* src/mathtypes/: psVector.c, psVector.h: Adding const

2006-10-13 12:42  price

	* src/types/psMetadata.h: Adding const where required.

2006-10-13 12:41  price

	* src/db/psDB.c: Fixing variable name.

2006-10-13 12:36  price

	* src/types/psMetadata.h: MD --> Metadata

2006-10-13 12:29  price

	* src/sys/psTrace.h: Spelling out "void".

2006-10-13 12:27  price

	* src/math/psMatrix.h: Changing variable name to match SDRS.

2006-10-13 12:26  price

	* src/db/: psDB.c, psDB.h: Changing name of variable to match SDRS.

2006-10-13 12:24  price

	* src/types/: psArray.c, psArray.h, psMetadataConfig.c: Wrong name:
	  psArrayRemoveByIndex --> psArrayRemoveIndex

2006-10-13 12:04  price

	* src/: astro/psCoord.c, math/psMinimizeLMM.c,
	  math/psMinimizePolyFit.c, math/psMinimizePowell.c,
	  math/psPolynomial.c, math/psSpline.c, math/psStats.c,
	  sys/psTrace.c, sys/psTrace.h: Fixing psTraceGetLevel to use same
	  convention as for psTrace

2006-10-13 11:13  price

	* src/: astro/psCoord.c, astro/psSphereOps.c, db/psDB.c, db/psDB.h,
	  fits/psFits.c, fits/psFitsImage.c, imageops/psImageConvolve.c,
	  imageops/psImageStructManip.c, math/psMatrix.c, math/psMatrix.h,
	  math/psMinimizeLMM.c, math/psPolynomial.c, math/psRegion.c,
	  math/psSpline.c, math/psStats.c, mathtypes/psImage.c,
	  mathtypes/psScalar.c, mathtypes/psVector.c, sys/psAssert.h,
	  sys/psConfigure.c, sys/psConfigure.h, sys/psLine.c,
	  sys/psMemory.c, sys/psMemory.h, sys/psSlurp.c, sys/psSlurp.h,
	  sys/psString.c, types/psArguments.c, types/psArguments.h,
	  types/psArray.c, types/psArray.h, types/psBitSet.c,
	  types/psHash.c, types/psList.c, types/psLookupTable.c,
	  types/psMetadata.c, types/psMetadata.h, types/psMetadataConfig.c,
	  types/psPixels.c: Synchronising with SDRS, and cleaning up: *
	  Replaced is_psType() with PS_ASSERT_PTR() throughout psLib.  *
	  Changed "char *" to "psString" where appropriate in psDB and a
	  few	other places (to indicate pointers on the PS memory
	  system).  * Removed psLogArguments and psTraceArguments
	  (functionality in psArgumentVerbosity).  * Renamed
	  psMetadataLookupMD to psMetadataLookupMetadata (it was about
	  time...).    Similarly with the psPolynomial?D{From,To}MD
	  functions.  * Removed psMetadataRemove() since it is ambiguous
	  about what's removed --- use	 psMetadataRemove{Key,Index}.  *
	  psArrayRemoveByPos --> psArrayRemoveIndex * psArrayRemove -->
	  psArrayRemoveData

2006-10-13 09:06  magnier

	* test/types/tap_psMetadata_polynomials.c: added tests of output MD
	  by NAME not POSITION

2006-10-13 09:06  magnier

	* test/pstap/src/pstap.h: added ok_double and ok_float for
	  proximity tests

2006-10-13 09:06  magnier

	* src/types/: psMetadata.c, psMetadata.h: fixed polytomial to/from
	  MD to treat missing components as masked components added
	  NELEMENTS to output MD to validate the polynomial metadata added
	  1D to/from MD functions

2006-10-12 13:43  magnier

	* src/: types/psMetadata.c, types/psMetadata.h, xml/psXML.c:
	  psMetadata *md argument of psMetadataIteratorAlloc should be
	  const; removed garbage code used to handle non-const md

2006-10-12 11:31  price

	* src/sys/psString.c: Fix to psStringSubstitute to allow the
	  replace string to contain the key that is being replaced.

2006-10-09 12:11  jhoblitt

	* src/db/: psDB.c, psDB.h: make psDBIntToString() public

2006-10-09 11:27  jhoblitt

	* src/db/: psDB.c, psDB.h: add port argument to psDBInit()

2006-10-07 13:36  jhoblitt

	* src/db/psDB.c: fix for (null) item names in generated SQL

2006-10-06 19:19  jhoblitt

	* src/db/psDB.c: foo

2006-10-06 19:12  jhoblitt

	* src/db/psDB.c: fix conditonal SQL generation for floating point
	  types

2006-10-06 17:55  magnier

	* src/types/psMetadata.c: do not free the supplied output on error

2006-10-05 12:32  price

	* src/types/psArray.h: Adding PS_ASSERT_ARRAYS_SIZE_EQUAL.

2006-10-03 17:16  jhoblitt

	* src/db/psDB.c: test that strstr == NULL stead of !strstr()

2006-10-03 17:11  jhoblitt

	* src/db/psDB.c: in psDBGenerateCreateTableSQL() fix "Primary Keys"
	  being duplicated a regular "keys"

2006-10-03 13:01  magnier

	* configure.ac: fixed typo on doxygen test

2006-10-03 12:57  magnier

	* Makefile.am, configure.ac: fixed automake rules for
	  --enable-doxygen, but doxygen missing

2006-10-03 12:31  desonia

	* test/: pstap/src/Makefile.am, tap/src/Makefile.am: Changed the
	  makefile to always make the tap library.

2006-10-02 20:52  drobbin

	* test/types/tap_psLookupTable_all.c: Start of tap test for
	  LookupTable - just so things don't "break" :)

2006-10-02 20:51  drobbin

	* src/types/psList.c, src/types/psLookupTable.c,
	  test/types/Makefile.am, test/types/execute_tap,
	  test/types/tap_psArray_all.c, test/types/tap_psBitSet_all.c,
	  test/types/tap_psList_all.c: Made several changes.  Finished
	  bitSet testing, list testing.  Minor changes to psList.c.  Added
	  lookupTable test to Makefile.  minor changes to LookupTable.c

2006-10-01 20:05  drobbin

	* src/types/: psList.c, psList.h: Minor debugging changes.

2006-09-30 20:00  drobbin

	* configure.ac: Fixed the --enable-coverage option.

2006-09-30 18:21  drobbin

	* src/types/: parse_gcov-out.c, profile_tap: added a script for
	  automation of code-profiling (saves me time at least!) and a
	  short code segment to parse the outputs and compile a short
	  report.

2006-09-30 14:45  drobbin

	* src/types/: psHash.c, psHash.h: Fixed psHash's.

2006-09-30 14:40  drobbin

	* src/types/psBitSet.c, src/types/psBitSet.h,
	  test/types/Makefile.am, test/types/execute_tap,
	  test/types/tap_psBitSet_all.c, test/types/tap_psHash_all.c,
	  test/types/tap_psList_all.c: Fixed BitSet test and corresponding
	  small fixes to src/psBitSet's.  Updated Makefile in test/types
	  and execute tap.  Added <string.h> to tap tests missing it.

2006-09-29 16:29  magnier

	* src/fits/: psFitsHeader.c, psFitsHeader.h: adding EXTNAME option
	  to psFitsWriteBlank

2006-09-29 14:49  jhoblitt

	* configure.ac: add -g to CFLAGS when --enable-optimize set is per
	  RHL's request

2006-09-29 13:02  jhoblitt

	* share/Makefile.am: add missing .dat files to the install

2006-09-28 13:21  jhoblitt

	* src/db/psDB.c: change p_psDBFetchResult() to return an empty
	  array when the result set is empty

2006-09-28 11:45  jhoblitt

	* configure.ac: add -pipe to the default CFLAGS

2006-09-27 15:56  jhoblitt

	* Makefile.am: help aclocal find ./m4 when invoked by automake

2006-09-27 12:29  jhoblitt

	* src/Makefile.am: link libpslib directly against all of it's
	  dependencies.  This is for two reaons, 1) so that linkage
	  problems with static libs on platforms with strict PIC ABI rules
	  are caught during the build process and 2) this common practice
	  on most platforms

2006-09-27 12:12  jhoblitt

	* test/: pstap/src/Makefile.am, tap/src/Makefile.am: don't install
	  libtap or libpstap

2006-09-26 17:50  price

	* src/sys/psSlurp.c: Fixing off-by-one error on \0.

2006-09-26 17:28  price

	* src/sys/psSlurp.c: Fixing problem caused by wrong exit condition.
	  Tidied up code some too.

2006-09-26 15:31  price

	* src/pslib_strict.h: Adding psSlurp.h

2006-09-26 14:59  jhoblitt

	* src/sys/: psSlurp.c, psSlurp.h: rename psSlurp() -> psSlurpFD()
	  change psSlurpFile() to be a wrapper around psSlurpFD() (instead
	  of vice versa)

2006-09-26 14:46  drobbin

	* test/types/: tap_psListIterator.c, tap_psMetadataConfigRead.c,
	  tap_psMetadataItemParse.c, tap_psMetadataIterator.c,
	  tap_psMetadata_copying.c, tap_psMetadata_creating.c,
	  tap_psMetadata_manip.c, tap_psMetadata_polynomials.c: Fixed the
	  test include errors -> added #include <string.h>

2006-09-26 14:43  jhoblitt

	* src/sys/: Makefile.am, psSlurp.c, psSlurp.h: add psSlurp() &
	  psSlurpFile()

2006-09-26 14:10  price

	* configure.ac: Fixing doxygen conditional properly.

2006-09-26 14:06  jhoblitt

	* configure.ac: doxygen enable/disable fix #2

2006-09-26 14:01  jhoblitt

	* configure.ac: fix the AM_CONDITIONAL used to disable doxygen when
	  --enable-doxygen is NOT specified

2006-09-26 12:58  jhoblitt

	* pslib-config.in, pslib.pc.in: cleanup pkgconfig & -config helper
	  script -- sync with psmodules

2006-09-25 17:52  price

	* src/imageops/psImageBackground.c: Subtract the median when we add
	  the numbers, so we don't get numerical problems

2006-09-25 17:48  price

	* src/jpeg/psImageJpeg.c: Need to handle NaN pixels.

2006-09-25 17:20  jhoblitt

	* configure.ac: add --enable-doxygen flag & disable doxygen
	  generation by default

2006-09-25 17:01  price

	* src/imageops/psImageBackground.c: Accumulator should be double.

2006-09-25 16:55  jhoblitt

	* src/types/: psArguments.c, psArray.c, psBitSet.c, psBitSet.h,
	  psHash.c, psHash.h, psMetadata.c, psMetadataConfig.c, psPixels.c,
	  psPixels.h: rolling back changes made to these files as these
	  changes basically regressed the code base by two weeks and
	  reintroduced several bugs:	     psArguments.c:1.13->1.14
	  psArray.c:1.52->1.53	 psBitSet.c:1.34->1.35
	  psBitSet.h:1.24->1.25 	psHash.c:1.30->1.31
	  psHash.h:1.16->1.17	      psMetadata.c:1.133->1.134
	  psMetadataConfig.c:1.90->1.91 	psPixels.c:1.26->1.27
	  psPixels.h:1.21->1.22

2006-09-25 15:47  drobbin

	* test/types/: execute_tap, tap_psHash_all.c, tap_psListIterator.c,
	  tap_psList_all.c, tap_psMetadataConfigRead.c,
	  tap_psMetadataItemCompare.c, tap_psMetadataItemParse.c,
	  tap_psMetadataIterator.c, tap_psMetadata_copying.c,
	  tap_psMetadata_creating.c, tap_psMetadata_manip.c,
	  tap_psMetadata_polynomials.c, tap_psMetadata_printing.c,
	  tap_psPixels_all.c, tst_psBitSet.c, tst_psList.c: Due to Makefile
	  errors, I can't tell which of these actually changed for sure.
	  If necessary, do a diff.

2006-09-25 15:41  drobbin

	* src/types/: psArguments.c, psArray.c, psBitSet.c, psBitSet.h,
	  psHash.c, psHash.h, psMetadata.c, psMetadataConfig.c, psPixels.c,
	  psPixels.h: Made changes while testing.  Due to problems with
	  Makefile, I don't know which of these files actually changed for
	  sure.  Do a diff if needed.

2006-09-25 15:37  jhoblitt

	* Doxyfile.in, Makefile.am, configure.ac: build doxygen docs in the
	  build tree path install doxygen man pages into the correct
	  locations from the build tree

2006-09-25 15:04  jhoblitt

	* etc/Makefile.am, test/Makefile.am: cleanup generated files

2006-09-25 14:40  jhoblitt

	* etc/Makefile.am, test/astro/Makefile.am, test/types/Makefile.am:
	  fix out of tree builds & properly distribute test data files

2006-09-25 14:00  jhoblitt

	* DEV_NOTES: add a blurb about libtap

2006-09-25 13:52  jhoblitt

	* test/: astro/Makefile.am, db/Makefile.am, fft/Makefile.am,
	  fits/Makefile.am, imageops/Makefile.am, jpeg/Makefile.am,
	  math/Makefile.am, mathtypes/Makefile.am, sys/Makefile.am,
	  tap/configure.in, tap/src/tap.c, types/Makefile.am,
	  xml/Makefile.am: only use TESTS if BUILD_TESTS is set

2006-09-25 13:31  jhoblitt

	* utils/Makefile.am: actually distribute the script utils

2006-09-25 13:26  jhoblitt

	* src/Makefile.am: remove psTest.h from EXTRA_DIST as this file has
	  been removed

2006-09-25 13:03  jhoblitt

	* test/tap/src/Makefile.am: disable installation of tap man page

2006-09-25 09:57  price

	* test/: pstap/src/.cvsignore, types/.cvsignore: Adding products to
	  .cvsignore

2006-09-24 19:20  drobbin

	* test/types/tap_psPixels_all.c: Finished pixels testing.

2006-09-24 19:18  drobbin

	* test/types/tap_psHash_all.c: Finished psHash tests.

2006-09-24 19:16  drobbin

	* test/types/: execute_tap, tap_psBitSet_all.c, tap_psList_all.c:
	  Added BitSet and List Tests.

2006-09-22 18:10  jhoblitt

	* configure.ac: don't overide user CFLAGS unless --optimize is set

2006-09-22 18:01  jhoblitt

	* .cvsignore: remove psParseTable

2006-09-22 17:57  jhoblitt

	* pslib.pc.in: pslib.h is now under include/pslib

2006-09-22 17:56  jhoblitt

	* src/Makefile.am: install pslib.h & pslib_strict.h under
	  include/pslib

2006-09-22 17:48  price

	* src/sys/psAssert.h: Missing space.

2006-09-22 17:47  jhoblitt

	* src/Makefile.am: declare no sources as part of libpslib

2006-09-22 17:45  price

	* src/sys/psAssert.h: Should be isfinite().

2006-09-22 17:44  price

	* src/sys/psAssert.h: Need math.h for finite().

2006-09-22 17:42  jhoblitt

	* src/: Makefile.am, psTest.c: kill psTest.c too

2006-09-22 17:41  jhoblitt

	* src/: Makefile.am, psTest.h, astro/Makefile.am, db/Makefile.am,
	  fft/Makefile.am, fits/Makefile.am, imageops/Makefile.am,
	  jpeg/Makefile.am, math/Makefile.am, mathtypes/Makefile.am,
	  sys/Makefile.am, types/Makefile.am, xml/Makefile.am: remove
	  psTest.h

2006-09-22 17:40  price

	* src/jpeg/psImageJpeg.c: Adding check on min,max.

2006-09-22 17:39  price

	* src/sys/psAssert.h: Adding PS_ASSERT_FLOAT_REAL to check for NAN,
	  Inf, etc.

2006-09-22 17:39  jhoblitt

	* test/tap/src/Makefile.am: stop installing tap.h

2006-09-22 17:25  jhoblitt

	* configure.ac, etc/Makefile.am, etc/pslib.config.template,
	  share/Makefile.am: use pkgdatadir where possible

2006-09-22 17:06  jhoblitt

	* share/.cvsignore: add Makfiles

2006-09-22 17:05  jhoblitt

	* utils/.cvsignore: fwv

2006-09-22 17:03  jhoblitt

	* utils/: psParseErrorCodes, psParsePrecessionTable: use 'env'
	  instead of invoking perl directly

2006-09-22 17:03  jhoblitt

	* Makefile.am, configure.ac, psParseErrorCodes,
	  psParsePrecessionTable, psTableParse.c, share/Makefile.am,
	  src/sys/Makefile.am, utils/Makefile.am, utils/psParseErrorCodes,
	  utils/psParsePrecessionTable, utils/psTableParse.c: create utils
	  dir and move relevant utils & scripts into it properly install
	  shared data

2006-09-22 16:49  price

	* src/sys/psError.c: psErrorStackPrint should print the message,
	  regardless of the size of the error stack.

2006-09-22 16:21  jhoblitt

	* share/: eopc01_1900_2004.raw, finals_all.raw, ser7.raw,
	  tai_utc.raw: add the raw files too

2006-09-22 16:20  jhoblitt

	* share/: .cvsignore, daily.dat, eopc01_1900_2004.dat,
	  finals2000A.dat, finals_all.dat, iers_corr.dat, readme.eopc01,
	  readme.ser7, readme.tai_utc, ser7.dat, tab5.2a.coeff,
	  tab5.2a.dat, tab5.2a.txt, tab5.2b.coeff, tab5.2b.dat,
	  tab5.2b.txt, tab5.2c.coeff, tab5.2c.dat, tab5.2c.txt,
	  tai_utc.dat: mv contents of share/pslib -> pslib remove pointless
	  share/pslib

2006-09-22 16:14  jhoblitt

	* configure.ac, etc/.cvsignore, etc/Makefile.am,
	  etc/pslib.config.template: mv contents of etc/pslib -> etc remove
	  pointless etc/pslib dir use automake _DATA magic to properly
	  create the config dir and install pslib.config

2006-09-21 16:15  jhoblitt

	* configure.ac: remove unused tests for various stdc functions

2006-09-21 15:51  jhoblitt

	* configure.ac: include PTHREAD_CFLAGS in PSLIB_LIBS as well so
	  linking works

2006-09-21 12:53  jhoblitt

	* autogen.sh, configure.ac, m4/acx_pthread.m4: test for what flags
	  are nessicary to enable/link against pthreads

2006-09-19 16:08  price

	* src/types/psMetadata.c: Printing size of list.

2006-09-19 14:18  price

	* configure.ac, src/pslib_strict.h, test/astro/Makefile.am,
	  test/db/Makefile.am, test/fft/Makefile.am, test/fits/Makefile.am,
	  test/imageops/Makefile.am, test/jpeg/Makefile.am,
	  test/math/Makefile.am, test/mathtypes/Makefile.am,
	  test/mathtypes/tap_psVector.c, test/pstap/src/Makefile.am,
	  test/sys/Makefile.am, test/sys/tap_psStringSubstitute.c,
	  test/tap/configure.in, test/tap/src/Makefile.am,
	  test/types/Makefile.am, test/types/tap_psListIterator.c,
	  test/types/tap_psMetadataConfigRead.c,
	  test/types/tap_psMetadataItemParse.c,
	  test/types/tap_psMetadataIterator.c,
	  test/types/tap_psMetadata_copying.c,
	  test/types/tap_psMetadata_creating.c,
	  test/types/tap_psMetadata_manip.c,
	  test/types/tap_psMetadata_polynomials.c,
	  test/types/tap_psMetadata_printing.c, test/xml/Makefile.am:
	  Adding --enable-tests to configure script, to allow choice as to
	  when the tests are built.  Removed xml from build.

2006-09-19 13:58  drobbin

	* test/types/: tap_psHash_all.c, tap_psPixels_all.c: Added new
	  testing for psPixels and psHash.  psPixels is finished and
	  reports 100% coverage.  Hash is just being started.

2006-09-19 13:54  drobbin

	* src/types/psHash.h, src/types/psPixels.c, src/types/psPixels.h,
	  test/types/execute_tap: edited psHash comment, minor
	  changes/debugging to psPixels, and slight revisions to
	  psPixels.h.  updated execute_tap in types dir.

2006-09-18 17:45  price

	* src/types/psMetadataConfig.c: Supporting NULL strings for empty
	  strings.

2006-09-18 17:32  price

	* src/types/psMetadataConfig.c: Allowing NULL output string.

2006-09-18 14:45  price

	* src/types/psMetadataConfig.c: Same again.

2006-09-18 14:43  price

	* src/types/psMetadataConfig.c: Minus sign in the wrong place.

2006-09-15 15:07  price

	* src/types/psMetadataConfig.c: psMetadataConfigRead used the
	  results of stat(), but didn't call stat().

2006-09-15 04:38  rhl

	* src/types/psArray.c: 1/ Fix off-by-one out-of-bound check (and
	  ensure position >= 0) 2/ We only removed one element, so don't
	  subtract (position-1) elements from n.

	  Even with legal codes, error 2 followed by error 1 => SIGSEGV.

2006-09-14 17:39  price

	* test/types/Makefile.am: Fixing the data.

2006-09-14 12:27  price

	* src/sys/psMemory.c: Wrapping psMemGetLastId in a mutex.

2006-09-14 12:12  price

	* test/types/Makefile.am: The build from CVS wasn't working because
	  test programs in test/types/ were listed in the Makefile.am under
	  "bin_PROGRAMS" instead of "check_PROGRAMS".  There should be no
	  "bin_PROGRAMS" in any Makefile.am in the test directory.

2006-09-13 18:45  jhoblitt

	* test/: fits/verified/tst_psFits.stderr,
	  imageops/verified/tst_psImageConvolve.stderr,
	  imageops/verified/tst_psImageExtraction.stderr,
	  imageops/verified/tst_psImageGeomManip.stderr,
	  imageops/verified/tst_psImageIO.stderr,
	  imageops/verified/tst_psImageInterpolate.stderr,
	  imageops/verified/tst_psImageManip.stderr,
	  imageops/verified/tst_psImageManip.stdout,
	  imageops/verified/tst_psImageMaskOps.stderr,
	  imageops/verified/tst_psImageMaskOps.stdout,
	  imageops/verified/tst_psImagePixelExtract.stderr,
	  imageops/verified/tst_psImagePixelManip.stderr,
	  imageops/verified/tst_psImageSmooth.stderr,
	  imageops/verified/tst_psImageSmooth.stdout,
	  imageops/verified/tst_psImageStats.stderr,
	  imageops/verified/tst_psImageStructManip.stderr: remove
	  stderr/stdout files from the defunct test framework

2006-09-13 11:14  jhoblitt

	* src/sys/psMemory.c: rollback 1.83 (accidental checkin)

2006-09-13 11:11  jhoblitt

	* src/: sys/psMemory.c, types/psArguments.c: fix fprintf format
	  errors causing compilation errors on x86 but correctly using
	  inttypes.h fix some whitespace issues

2006-09-12 18:28  drobbin

	* test/types/Makefile.am: edited makefile

2006-09-12 16:20  drobbin

	* src/types/psArguments.c, test/types/Makefile.am,
	  test/types/execute_tap, test/types/tap_psArguments_all.c,
	  test/types/tap_psMetadataItemCompare.c,
	  test/types/tst_psArguments.c: Added testing for Arguments.
	  Edited src file minimally.  coverage at 100%.  Edited ItemCompare
	  to complete 100% coverage.

2006-09-12 11:55  jhoblitt

	* src/types/: psArray.c, psArray.h, psMetadataConfig.c: add
	  psArrayRemoveByPos()

2006-09-12 11:42  jhoblitt

	* src/sys/psError.c: code sanitizing; variable names, types, &
	  style

2006-09-12 11:39  jhoblitt

	* src/sys/psError.h: consistently use 'format' instead of fmt

2006-09-12 11:25  jhoblitt

	* src/sys/psError.c: treat MAX_ERROR_STACK_SIZE as a long

2006-09-12 11:10  jhoblitt

	* src/sys/: psError.c, psError.h: replace psErrorStack struct with
	  a psArray to simplify the implementation change
	  psErrorGetStackSize() to return long (same type as psArray->n)
	  change psErrorGet()'s which param to be long (same type as
	  psArray->n)

2006-09-12 11:08  jhoblitt

	* src/types/psArray.c: rename psArr param to array (psArr is too
	  much like psArray for a variable name)

2006-09-12 11:04  jhoblitt

	* src/types/: psArray.c, psArray.h: change psArrayElementsFree() to
	  use a long as the index type instead of psS32 so it will actually
	  work as expected on large arrays and to set psArray->n to zero

2006-09-12 10:31  jhoblitt

	* test/types/Makefile.am: remove the use of TESTS, yet again, as
	  this variable breaks the recursive building of check_PROGRAMS if
	  any of check_PROGRAMS fails in a SUBDIR fail to exit successfully

2006-09-12 10:27  jhoblitt

	* test/test.pl: ignore .lib directories

2006-09-12 10:13  jhoblitt

	* test/tap/Makefile.am: disable libtap's self tests

2006-09-11 18:18  jhoblitt

	* src/types/: psMetadataConfig.c, psMetadataConfig.h: add
	  psMetadataConfigPrint()

2006-09-11 17:16  jhoblitt

	* src/sys/: psError.c, psError.h: change lockErrorStack mutex to be
	  static add errorStackKeyInitialized global add errorStack_key
	  global remove errorStack global remove errorStackSize global add
	  prototypes at the top of the file for all static functions add
	  psErrorStackAlloc() add psErrorStackFree() add psFreeWrapper()
	  add psErrorStackGet() - accesses/initialized the error stack in
	  thread local data and change all psErr* functions to access the
	  error stack via this function remove all mutex spins except from
	  psErrorStackGet() change psErrorStackPush() to call psAbort()
	  when the stack is full rename pushErrorStack() ->
	  psErrorStackPush() change errFree() to use psStringCopy instead
	  of strcpy() & psAlloc() rename errFree() -> psErrFree() change
	  p_psWarning() to use MAX_STRING_LENGTH instead of inline size
	  values change psErrorGet()'s which param from psS32 -> int for
	  consistency change psErrorGetStackSize() to return int instead of
	  unsigned int for consitency rename the rather silly use of 'lcv'
	  as a loop index variable to be just 'i'

2006-09-11 16:31  jhoblitt

	* test/: sys/tap_psStringSubstitute.c, mathtypes/tap_psVector.c:
	  fix test count

2006-09-11 16:25  jhoblitt

	* test/mathtypes/tap_psVector.c: fix tests 31-33 that broke when an
	  unchecked in change to psError broke these tests.  It turns out
	  that that the test vector for these tests was not being
	  initailized at all.  It's something of a myster as to why these
	  tests were working at all.  The prevous test used the same values
	  but psVectorInit() should have wiped these out...

2006-09-11 13:39  jhoblitt

	* configure.ac: add AC_FUNC_FSEEKO

2006-09-09 22:53  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h,
	  test/types/Makefile.am, test/types/execute_tap,
	  test/types/tap_psListIterator.c,
	  test/types/tap_psMetadata_creating.c,
	  test/types/tap_psMetadata_polynomials.c: ted several files.
	  Added error handling and removed unreachable spots from
	  psMetadata.c.  Added doxygen for psPolynomial(to/from)MD
	  functions in psMetadata.h.  Updated makefiles to restore certain
	  functionality lost recently, (ie, ability to 'make tests' in
	  types/ folder).  Updated tests and source in
	  tap_psMetadata_creating- namely psMetadataIteratorAlloc and
	  psMetadataAddItem.  Finished testing in
	  tap_psMetadata_polynomials.  psMetadata.c now reads 100% coverage
	  (lines executed) by tap tests!

2006-09-07 17:46  jhoblitt

	* src/types/psMetadataConfig.c: change formatMetadataItem()
	  formatting:	  add a space between the # and the comment
	  remove the perpetuation # from METADATA blocks

2006-09-07 17:42  jhoblitt

	* src/types/psMetadataConfig.c: change formatMetadataItem()
	  formating:	 make the "value" output in a left justified column
	  15 spaces wide     remove the extra \n from comments	   add 2
	  spaces before all comments	 format psTime objects into ISO8601
	  strings

2006-09-07 16:59  jhoblitt

	* src/types/psMetadataConfig.c: check mmap()s return value

2006-09-07 16:33  jhoblitt

	* src/astro/: psEarthOrientation.c, psTime.c: rename
	  psMetadataConfigParse() -> psMetadataConfigRead()

2006-09-07 16:15  jhoblitt

	* test/types/: Makefile.am, tap_psMetadataConfigParse.c,
	  tap_psMetadataConfigRead.c: rename tap_psMetadataConfigParse.c ->
	  tap_psMetadataConfigRead.c

2006-09-07 16:13  jhoblitt

	* src/types/psMetadataConfig.c, src/types/psMetadataConfig.h,
	  test/types/Makefile.am, test/types/tap_psMetadataConfigParse.c,
	  test/types/tap_psMetadataConfigParse_time.c: change parseLine() &
	  parseMetadataItem() to not accept a filename parameter change
	  parseTime() to use psTimeStrptime() instead of psTimeFromISO()
	  rename psMetadataConfigParse() -> psMetadataConfigRead()
	  reimpliement psMetadataConfigParse() to operate on strings
	  instead of files add psMetadataConfigParse() time format tests

2006-09-07 14:58  jhoblitt

	* src/astro/psTime.c: fix psTimeFromISO() to correct set the time
	  type

2006-09-07 14:30  jhoblitt

	* src/astro/psTime.c: fix psTimeStrptime() - a hard coded format
	  was being used instead of the format param reimplement
	  psTimeFromISO() as a wrapper around psTimeStrptime()

2006-09-07 12:02  jhoblitt

	* src/types/psMetadataConfig.c: remove manual settings of
	  psArray->n = 0

2006-09-07 11:47  jhoblitt

	* src/types/psMetadataConfig.c: change parseTime() to parse ISO8601
	  string as is specified in the SDRS	 - note that the previous
	  version of this function, in addition to being incorrect, had
	  potential segvs and numerous coding style violations

2006-09-07 11:24  jhoblitt

	* src/types/psMetadataConfig.c: add missing include for strings.h
	  in parseBool();     use strncasecmp() instead of repeated calls
	  to strncmp() where possible	  fix a potental segfault by not
	  blinding writing to *status	  check that *inString is not NULL

2006-09-07 11:13  jhoblitt

	* src/types/psMetadataConfig.c: remove FITS related macro & define

2006-09-06 15:43  jhoblitt

	* src/db/psDB.c: map MYSQL_TYPE_STRING -> VARCHAR instead of CHAR

2006-09-06 15:23  jhoblitt

	* src/db/psDB.c: change psDBMySQLToPType() to return 0 instead of
	  -1 to return an error as enums are unsigned

2006-09-06 15:00  jhoblitt

	* src/db/psDB.c: always check the return of psDBMySQLToPType() for
	  errors

2006-09-06 14:42  jhoblitt

	* test/pstap/: .cvsignore, src/.cvsignore: fwv

2006-09-06 14:40  jhoblitt

	* src/db/psDB.c: update from the pre MySQL 4.1 FIELD_* field type
	  enum name to the new MYSQL_*names.  This is to work around a bug
	  hit with MySQL 4.1.14 where MYSQL_TYPE_STRING wasn't matching any
	  of the FIELD_* names.

2006-09-06 09:49  drobbin

	* test/types/Makefile.am: Updated makefile to allow me to use "make
	  tests" - extremely convenient in comparison.

2006-09-01 14:41  jhoblitt

	* configure.ac, src/pstap.h, test/Makefile.am,
	  test/mathtypes/Makefile.am, test/mathtypes/tap_psVector.c,
	  test/pstap/Makefile.am, test/pstap/src/Makefile.am,
	  test/pstap/src/pstap.c, test/pstap/src/pstap.h,
	  test/sys/Makefile.am, test/sys/tap_psStringSubstitute.c,
	  test/tap/src/Makefile.am, test/types/Makefile.am,
	  test/types/tap_psArray_all.c, test/types/tap_psListIterator.c,
	  test/types/tap_psMetadataConfigParse.c,
	  test/types/tap_psMetadataItemCompare.c,
	  test/types/tap_psMetadataItemParse.c,
	  test/types/tap_psMetadataIterator.c,
	  test/types/tap_psMetadata_copying.c,
	  test/types/tap_psMetadata_creating.c,
	  test/types/tap_psMetadata_manip.c,
	  test/types/tap_psMetadata_polynomials.c,
	  test/types/tap_psMetadata_printing.c: add libpstap under
	  test/pstap mv src/pstap.h -> test/pstap/src/pstap.h mv duplicate
	  mem() macro out of test/sys/tap_psStringSubstitute.c and into
	  test/pstap/src/pstap.h (replacing the old mem()) change
	  test/*/Makefile.am files to link against both libtap * libpstap
	  change test/*/tap_*.c files so that all tests include pslib.h
	  change test/*/tap_*.c files to include both tap.h & pstap.h
	  change libtap to only be built when `make check` is run

2006-08-30 18:04  jhoblitt

	* test/: Makefile.am, test.pl, types/tap_psArray_all.c,
	  types/tap_psListIterator.c, types/tap_psMetadata_copying.c,
	  types/tap_psMetadata_creating.c, types/tap_psMetadata_manip.c,
	  types/tap_psMetadata_polynomials.c,
	  types/tap_psMetadata_printing.c: add test.pl as a top level
	  script (temporary hack) remove \n from calls to diag()

2006-08-30 16:54  jhoblitt

	* test/: Makefile.am, astro/Makefile.am, db/Makefile.am,
	  fft/Makefile.am, fits/Makefile.am, imageops/Makefile.am,
	  jpeg/Makefile.am, math/Makefile.am, mathtypes/Makefile.am,
	  sys/Makefile.am, types/Makefile.am, xml/Makefile.am: disable all
	  non-tap tests and stop distributing "verified" directories

2006-08-30 13:50  jhoblitt

	* src/: Makefile.am, astro/Makefile.am, db/Makefile.am,
	  fft/Makefile.am, fits/Makefile.am, imageops/Makefile.am,
	  jpeg/Makefile.am, math/Makefile.am, mathtypes/Makefile.am,
	  sys/Makefile.am, types/Makefile.am, xml/Makefile.am: move $SRCINC
	  to always be left of $PSLIB_CFLAGS

2006-08-29 19:10  jhoblitt

	* test/sys/tap_psStringSubstitute.c: remove commented out free on
	  line 30

2006-08-29 18:40  jhoblitt

	* src/sys/: psMemory.c, psMemory.h: add psMemGetLastId()

2006-08-29 14:54  drobbin

	* src/types/psMetadata.c, test/types/execute_tap,
	  test/types/tap_psMetadata_copying.c,
	  test/types/tap_psMetadata_creating.c: edited psMetadataCopy for
	  errorhandling of out param.  Edited tests for coverage.  Added
	  array to execute_tap.

2006-08-29 12:45  drobbin

	* test/types/tap_psMetadataItemCompare.c: changed test result for
	  comparison of F64 value 1 to Bool value true to be 'true'

2006-08-29 12:40  drobbin

	* test/types/tap_psMetadataItemCompare.c: nothing done but
	  formatting.

2006-08-29 10:23  drobbin

	* src/sys/psLogMsg.c, src/types/psHash.c, src/types/psMetadata.c,
	  test/types/Makefile.am, test/types/tap_psMetadata_copying.c,
	  test/types/tap_psMetadata_creating.c,
	  test/types/tap_psMetadata_polynomials.c: debugged and updated wrt
	  recent major patch applied by JH.  LogMsg was memory leaking,
	  some printf statements needed updating and slight modifications
	  to tests.

2006-08-25 19:01  jhoblitt

	* src/: math/psRandom.c, sys/psMemory.c: amd64 string formatting
	  fixes

2006-08-25 18:34  jhoblitt

	* src/: astro/psTime.c, db/psDB.c, fits/psFitsImage.c,
	  fits/psFitsTable.c, imageops/psImagePixelExtract.c,
	  imageops/psImageStats.c, math/psBinaryOp.c, math/psMathUtils.c,
	  math/psMatrix.c, math/psMinimizeLMM.c, math/psMinimizePolyFit.c,
	  math/psPolynomialUtils.c, math/psSparse.c, math/psSpline.c,
	  math/psStats.c, math/psUnaryOp.c, mathtypes/psImage.c,
	  mathtypes/psVector.c, mathtypes/psVector.h, sys/psAbort.h,
	  sys/psAssert.h, sys/psConfigure.c, sys/psError.h, sys/psLogMsg.h,
	  sys/psMemory.c, sys/psTrace.h, types/psArguments.c,
	  types/psArray.c, types/psBitSet.c, types/psHash.c,
	  types/psList.c, types/psLookupTable.c, types/psMetadata.c,
	  types/psMetadataConfig.c, types/psMetadataItemCompare.c,
	  xml/psXML.c: add gcc format attributes to:	 psAbort()
	  psErrorStackPrint()	  p_psError()	  p_psWarning()
	  psLogMsg()	 p_psTrace() add
	  PS_ASSERT_LONG_LARGER_THAN_OR_EQUAL add
	  PS_ASSERT_S64_WITHIN_RANGE fix PS_ASSERT_LONG_WITHIN_RANGE fix a
	  wide range of format related issues:	   - missing format field
	  specifiers	 - missing format args	   - incorrect format field
	  specifiers	 - constants declared with the wrong type (float
	  vs. int)     - PS_ASSERT* for the wrong type	   - attemps to
	  print structs with *printf()	   - unportable format specifiers,
	  eg. long vs. long long

2006-08-25 17:15  jhoblitt

	* src/types/psMetadata.h: add "string" type to
	  psMetadataItem.data.str

2006-08-25 17:11  price

	* src/fits/psFitsTable.c: Require 'z' modifier for size_t argument.

2006-08-25 14:32  jhoblitt

	* src/: db/psDB.c, db/psDB.h, sys/psString.h,
	  types/psMetadataConfig.c: add gcc format attributes to
	  psStringAppend(), psStringPrepend(), p_psDBRunQuery(), &
	  p_psDBRunQueryPrepared() fix all of the format params errors
	  found by the new attributes

2006-08-25 12:42  jhoblitt

	* src/sys/: psString.c, psString.h: add psStringPrependV() change
	  psStringPrepend() to use psStringPrependV() cleanup param
	  checking in psStringAppend() & psStringAppendV()

2006-08-25 12:10  price

	* src/types/psMetadata.c: Removing unnecessary vsnprintf for
	  metadata item name.

2006-08-25 12:06  price

	* src/sys/psLogMsg.c: Using psStringAppendV instead of fixed length
	  array.

2006-08-25 12:04  price

	* src/sys/psError.c: Putting va_list code together.

2006-08-25 12:02  jhoblitt

	* src/db/psDB.c: bug #809 - use psStringAppendV() instead of
	  calling vsnprintf() directly in p_psDBRunQuery() &
	  p_psDBRunQueryPrepared().  This is to fix a) the segfaults on
	  amd64 caused by unsafe repeated use of va_lists and b) eliminates
	  code duplicated code.

2006-08-25 12:01  price

	* src/sys/psTrace.c: Forgot to free.

2006-08-25 12:00  price

	* src/sys/psTrace.c: Discovered real cause of SEGVs on AMD64: see
	  bug 809.  Restoring use of variable length arrays (want
	  flexibility as to length).  Using new function, psStringAppendV,
	  to generate the output string.

2006-08-25 11:49  jhoblitt

	* src/sys/: psString.h, psString.c: add psStringAppendV() change
	  psStringAppend() to be a wrapper around psStringAppendV()

2006-08-25 11:42  drobbin

	* test/types/tap_psArray_all.c: Finished all psArray testing.  100%
	  code coverage!!!

2006-08-25 10:04  rhl

	* src/astro/psTime.h: <time.h> fails to define gmtime_r on os/x
	  10.4.6 due to an apparent confusion over testing POSIX_SOURCE.
	  The symbol __APPLE__ in this workaround is defined in
	  http://developer.apple.com/technotes/tn2002/tn2071.html

2006-08-24 19:26  drobbin

	* src/types/psArray.c, src/types/psMetadata.c,
	  test/types/Makefile.am, test/types/tap_psArray_all.c,
	  test/types/tap_psMetadata_creating.c,
	  test/types/tap_psMetadata_polynomials.c: added checks to psArray
	  Alloc fxns for negative nalloc inputs.  Added tap testing for
	  most of psArray.  Finishing Set/Get.	Updated test for metadata
	  polynomials but most remains undone.

2006-08-24 14:03  price

	* src/sys/psTrace.c: Removing more variable length arrays.

2006-08-24 13:52  price

	* src/sys/psError.c: Cleaning up some things.

2006-08-24 13:52  price

	* src/sys/psTrace.c: Linux-64 doesn't seem to like variable length
	  arrays.  Reverting to fixed arrays.

2006-08-23 17:17  drobbin

	* src/types/psMetadata.c, test/types/tap_psMetadata_copying.c,
	  test/types/tap_psMetadata_creating.c,
	  test/types/tap_psMetadata_manip.c,
	  test/types/tap_psMetadata_printing.c: Edited many functions and
	  files to complete code-coverage for psMetadata.c.  AddItem and
	  IteratorAlloc not finished and am currently working on the
	  psPolynomial?Dto/fromMD functions

2006-08-23 16:17  price

	* src/sys/psMemory.c: Need to print %zd for size_t arguments.

2006-08-23 13:23  jhoblitt

	* src/db/psDB.c: fix a buffer overflow in psDBIntToString() by
	  correctly calculating the length of the string and using snprintf
	  instead of sprintf

2006-08-23 12:53  price

	* src/sys/psMemory.c: See bugs 801, 803.  The recycling mechanism
	  assumed that the spectrum of memory sizes is flat in log space.
	  When this assumption is violated (e.g., by continually demanding
	  a certain size that is not returned as the same size: psAlloc,
	  psRealloc to different recycle bin size, psFree all in a tight
	  loop), then all bets are off, and the memory footprint will keep
	  expanding.  I enforce this assumption by setting a maximum limit
	  to the number in any recycle bin.  The previous fix to this
	  problem (having psRealloc to use psAlloc and copying the memory
	  over) is slow.  I also did some benchmarks (ten million psAllocs
	  followed by psFree, with and without recycling) and found that
	  the use of the recycle bins really don't help in terms of time
	  expended.  This means that the system malloc (at least, on my
	  linux box) is better at recycling than the PS memory system, so
	  we can just trust that.  Therefore, I have #ifdef-ed out the
	  recycling code.

2006-08-22 15:56  jhoblitt

	* src/types/psLookupTable.c: add ARRAY_STRIDE #define to control
	  how many new elements psArrayAdd() will create

2006-08-22 13:52  jhoblitt

	* src/sys/psTrace.c: take \0 char into account when using vsnprintf
	  to calculate line length

2006-08-22 13:45  jhoblitt

	* src/sys/psTrace.c: allow any length psTrace strings by
	  calculating the formatted strings length with vsnprintf -- this
	  may or may not be a performance issue.

2006-08-22 11:53  jhoblitt

	* src/sys/psTrace.c: call gethostname with MAX_HOSTNAME_LENGTH
	  instead of a constant

2006-08-22 11:36  price

	* src/sys/psTrace.c: Enforcing maximum line length for trace.

2006-08-22 05:02  rhl

	* src/math/psStats.h: Remove "inline" as it's causing problems with
	  undefined symbols on my FC3 systems

2006-08-22 05:01  rhl

	* src/math/psMinimizePolyFit.c: Fix some psError new-error booleans

2006-08-22 05:00  rhl

	* src/fits/psFitsHeader.c: Remove check for impossible condition

2006-08-21 16:41  jhoblitt

	* src/db/psDB.c: don't compare varchar fields with LIKE unless
	  "LIKE" is in the metadataItem's comment

2006-08-21 12:11  price

	* src/sys/psTrace.c: Making fix using variable length arrays to
	  concatenate strings permanent --- it is SO much faster than
	  calling psStringAppend (which uses two vsnprintf calls).  Cleaned
	  up p_psTrace and psTraceV.

2006-08-21 11:50  price

	* src/sys/psMemory.c: No realloc if the requested size is equal to
	  the current size.

2006-08-21 11:23  rhl

	* src/sys/psMemory.h: Added psMemStats() to report state of memory
	  system

2006-08-21 11:22  rhl

	* src/sys/psMemory.c: 1/ Don't let psRealloc realloc blocks that
	  psAlloc knows to be powers of 2 (bug 803) 2/ Largest block on
	  specially-handled list is handled incorrectly (bug 804) 3/ Added
	  psMemStats() to report state of memory system

2006-08-18 16:35  drobbin

	* test/types/: tap_psMetadata_copying.c, tap_psMetadata_creating.c,
	  tap_psMetadata_manip.c, tap_psMetadata_printing.c: Updated tests.
	  Manip still under construction.

2006-08-17 16:24  price

	* src/sys/psTrace.c: Adding assertions.

2006-08-17 15:59  price

	* src/sys/psString.c: No need to do psStringAlloc on empty string
	  --- we can allocate the string once we know the size: saves an
	  allocation call.

2006-08-17 14:21  drobbin

	* src/types/psMetadata.c, test/types/Makefile.am,
	  test/types/execute_tap, test/types/tap_psMetadataItemParse.c,
	  test/types/tap_psMetadata_creating.c,
	  test/types/tap_psMetadata_manip.c,
	  test/types/tap_psMetadata_printing.c: Edited format of ItemParse
	  and printing tests.  Updated accordingly.  Added tests for
	  creating metadata (allocs, adds, free's, etc.) and a new test for
	  manipulating metadata (lookups, removes, etc.) (<-not yet done
	  but in the makefile so including it).  execute_tap is a simple
	  shell script to run all of the tap tests in the types directory.
	  Future expansion is anticipated.

2006-08-17 13:05  price

	* src/sys/psTrace.c: We want to avoid using the psString functions,
	  or any function that calls the PS memory management, since there
	  seems to be a problem with memory fragmentation.  Since psTrace
	  can get called a LOT, it manifests this problem.  To get around
	  this, we will use variable length char arrays, instead of the
	  psString functions.  This can be revised once the PS memory
	  management system is fixed.

2006-08-17 12:15  price

	* src/: Makefile.am, astro/Makefile.am, db/Makefile.am,
	  fft/Makefile.am, fits/Makefile.am, fits/psFitsImage.c,
	  fits/psFitsImage.h, imageops/Makefile.am, jpeg/Makefile.am,
	  math/Makefile.am, mathtypes/Makefile.am, sys/Makefile.am,
	  types/Makefile.am, xml/Makefile.am: Propogating PSLIB_CFLAGS to
	  the lower levels, so that, e.g., -DPS_NO_TRACE is seen when
	  compiling the code.

2006-08-17 05:39  rhl

	* src/types/psMetadataConfig.c: Close the config file, otherwise we
	  eventually run out of file descriptors

2006-08-17 05:38  rhl

	* src/sys/psAssert.h: Include assert.h, as the name implies

2006-08-17 05:38  rhl

	* src/math/psMinimizePolyFit.c: If nData == 0 then Sums is null,
	  and Sums[] is a SEGV

2006-08-16 15:39  price

	* src/sys/psTrace.h: Return value was causing "statement with no
	  effect" warning.

2006-08-16 15:38  price

	* src/sys/psTrace.h: Forgot to include arguments.

2006-08-16 15:36  price

	* src/sys/psTrace.h: Adding psTraceSetFormat for when PS_NO_TRACE
	  is set.

2006-08-16 10:36  price

	* src/mathtypes/psVector.h: Putting brackets around macro
	  parameters.

2006-08-15 18:59  drobbin

	* test/types/tap_psMetadata_copying.c: made some finishing touches
	  to transfer test

2006-08-15 17:29  drobbin

	* test/types/tap_psMetadata_copying.c: Adding tap tests for
	  MetadataCopy, MetadataItemCopy, and MetadataItemTransfer.

2006-08-15 17:28  drobbin

	* src/pstap.h, src/mathtypes/psVector.c, src/types/psMetadata.c,
	  test/types/Makefile.am: removed error check for NULL vector in
	  MetaItemCopy

2006-08-14 17:23  jhoblitt

	* src/db/psDB.c: add a trace to p_psDBFetchResult()

2006-08-14 16:28  jhoblitt

	* src/db/psDB.h: minor doxygen cleanup

2006-08-14 16:26  jhoblitt

	* src/db/: psDB.c, psDB.h: add tableName param to
	  psDBGenerateConditionalSQL() add tableName param to
	  psDBGenerateWhereSQL() add tableName param to
	  psDBGenerateWhereConditionSQL

2006-08-14 11:21  drobbin

	* test/types/tap_psMetadata_printing.c: Edited printing test w.r.t
	  code coverage.  Updated test to execute all lines of source or as
	  close as possible.

2006-08-14 10:06  drobbin

	* test/types/tap_psMetadata_printing.c: added/updated tap tests for
	  MetaPrint and MetaItemPrint

2006-08-14 10:05  drobbin

	* src/math/psRegion.h, src/types/psMetadata.c,
	  src/types/psMetadataConfig.c, src/types/psMetadataConfig.h,
	  test/types/Makefile.am, test/types/tap_psMetadataItemCompare.c,
	  test/types/tap_psMetadataItemParse.c: Updated doxygen in region.
	  Updated printing in metadata.  Updated itemPrint in MetaConfig.
	  Edited MetaItemCompare tap test and added/updated MetaItemParse
	  tap test

2006-08-11 17:33  jhoblitt

	* src/db/: psDB.c, psDB.h: add psDBGenerateWhereConditionSQL()

2006-08-11 16:53  jhoblitt

	* src/types/psMetadataConfig.c: fix BOOL output formatting

2006-08-10 11:47  jhoblitt

	* src/sys/psTrace.h: always define a prototype for
	  psTraceSetFormat() -- not just for doxygen

2006-08-10 11:36  jhoblitt

	* src/db/psDB.c: additional psDB traces

2006-08-10 11:26  drobbin

	* test/types/: tap_psMetadataItemCompare.c,
	  tap_psMetadataItemParse.c: Added test points to complete code
	  coverage for these two functions.  (MetaItemCompare @95% b/c
	  abort line never gets executed-- can be removed if desired
	  line#80-81.)

2006-08-09 16:22  drobbin

	* test/types/tap_psMetadataItemParse.c: Created tests for
	  psMetadataItemParse in tap.  Some errors remain.

2006-08-09 16:22  drobbin

	* src/types/psMetadataItemParse.c, test/types/Makefile.am: edited
	  psMetadataItemParse and tap test.

2006-08-08 18:30  jhoblitt

	* src/db/: psDB.c, psDB.h: make psDBGenerateWhereSQL() public add
	  psTrace() calls to the query execution functions

2006-08-08 17:20  jhoblitt

	* src/sys/psError.c: change psError() to call p_psTrace() directly

2006-08-08 16:26  jhoblitt

	* src/: astro/psCoord.c, fits/psFitsTable.c, math/psMathUtils.c,
	  math/psMatrix.c, math/psMinimizeLMM.c, math/psMinimizePolyFit.c,
	  math/psMinimizePowell.c, math/psPolynomial.c, math/psSpline.c,
	  math/psStats.c, sys/psLogMsg.c, sys/psTrace.c,
	  types/psArguments.c, types/psHash.c, types/psMetadata.c,
	  types/psMetadataItemCompare.c: normalize psTrace() facility names

2006-08-08 16:01  jhoblitt

	* src/sys/: psTrace.c, psTrace.h: change psTrace() to include
	  __FILE__, __LINE__, & __func__ change p_psTrace() to accept file,
	  line, & function arguments change p_psTrace() to concatenate the
	  calling function name to the end of the facility name

2006-08-08 14:34  drobbin

	* test/types/tap_psMetadataItemCompare.c: Updated/finished test.
	  errors remain but I'm not allowed to fix them (according to IFA)

2006-08-08 14:06  drobbin

	* src/pstap.h, test/sys/tap_psStringSubstitute.c,
	  test/types/Makefile.am, test/types/tap_psMetadataItemCompare.c,
	  test/types/tst_psMetadata_01.c: Edited psStringSubstitute test
	  for errors.  Added tap_psMetaItemComp to Makefile and added
	  pstap.h for future tap testing.

2006-08-08 13:39  jhoblitt

	* src/sys/psErrorCodes.c.in: bug #790 - remove psErrorText.h and
	  inline all error codes.  all newly inlined error codes are
	  wrapped with the _() macro from future gettextification

2006-08-08 13:32  jhoblitt

	* src/: .cvsignore, Makefile.am, psErrorText.h.in,
	  psErrorText_en.dat, astro/psCoord.c, astro/psEarthOrientation.c,
	  astro/psSphereOps.c, astro/psTime.c, db/psDB.c, fft/psImageFFT.c,
	  fft/psVectorFFT.c, fits/psFits.c, fits/psFitsHeader.c,
	  fits/psFitsImage.c, fits/psFitsTable.c,
	  imageops/psImageConvolve.c, imageops/psImageGeomManip.c,
	  imageops/psImageMaskOps.c, imageops/psImagePixelExtract.c,
	  imageops/psImagePixelManip.c, imageops/psImageStats.c,
	  imageops/psImageStructManip.c, math/psBinaryOp.c,
	  math/psMathUtils.c, math/psMatrix.c, math/psPolynomial.c,
	  math/psRandom.c, math/psRegion.c, math/psSpline.c,
	  math/psStats.c, math/psUnaryOp.c, mathtypes/psImage.c,
	  mathtypes/psScalar.c, mathtypes/psVector.c, sys/psConfigure.c,
	  sys/psErrorCodes.c.in, sys/psLogMsg.c, sys/psMemory.c,
	  sys/psString.c, sys/psTrace.c, types/psArguments.c,
	  types/psArray.c, types/psBitSet.c, types/psHash.c,
	  types/psList.c, types/psLookupTable.c, types/psMetadata.c,
	  types/psMetadataConfig.c, types/psPixels.c, xml/psXML.c,
	  xml/psXML.h: bug #790 - remove psErrorText.h and inline all error
	  codes.  all newly inlined error codes are wrapped with the _()
	  macro from future gettextification

2006-08-08 13:11  jhoblitt

	* src/sys/psError.h: add _() macro for future use with gettext

2006-08-08 12:07  magnier

	* test/mathtypes/tap_psVector.c: added a memcheck test point to the
	  first block

2006-08-07 15:53  jhoblitt

	* src/sys/psError.c: bug #791 - change p_psError() to use psTrace()
	  instead of psLogMsg()

2006-08-07 15:40  drobbin

	* test/types/tap_psMetadataItemCompare.c: Added test framework for
	  psMetadataItemCompare.  Not yet finished with this coversion.

2006-08-07 15:27  drobbin

	* src/types/psMetadataItemCompare.c,
	  src/types/psMetadataItemCompare.h,
	  test/sys/tap_psStringSubstitute.c,
	  test/types/tst_psMetadata_01.c: Added psMetadataItemCompare test
	  to tst_psMetadata_01.c and edited StringSub test to include
	  MemCheckLeaks

2006-08-04 12:58  jhoblitt

	* src/types/psMetadataConfig.c: condense calls to psStringAppend()
	  in formatMetadataItem()

2006-08-04 12:51  jhoblitt

	* src/types/psMetadataConfig.c: bug #787 - partially done -
	  columnize primitive types and strings

2006-08-03 17:50  jhoblitt

	* src/db/psDB.c: psDB floating point epsilon support take 2

2006-08-03 16:19  jhoblitt

	* src/db/psDB.c: typo

2006-08-03 16:16  jhoblitt

	* src/db/psDB.c: add basically floating point epsilon support for
	  psF32 & psF64s

2006-08-03 16:01  jhoblitt

	* src/db/psDB.c: update copyright

2006-08-02 17:26  price

	* src/sys/psLogMsg.c: Fixing date format.

2006-08-01 16:28  price

	* src/types/psArguments.c: Getting rid of annoying additional error
	  message when a bad option is provided.

2006-08-01 10:00  drobbin

	* test-coverage: Adding test-coverage script to produce
	  test-coverage results and store them all in the
	  psLib/Test_Coverage directory.

2006-07-27 14:44  price

	* src/imageops/psImageGeomManip.c,
	  src/imageops/psImagePixelExtract.c, src/math/psStats.c,
	  src/math/psStats.h, test/math/tst_psHist00.c,
	  test/math/tst_psHist01.c, test/math/tst_psHist03.c,
	  test/math/tst_psStats00.c, test/math/tst_psStats01.c,
	  test/math/tst_psStats02.c, test/math/tst_psStats03.c,
	  test/math/tst_psStats06.c, test/math/tst_psStats07.c,
	  test/math/tst_psStats08.c, test/math/tst_psStats09.c: Replacing
	  p_psGetStatValue with two functions: psStatsSingleOption returns
	  the single option that is set, or 0 if no matching option is set;
	  psStatsGetValue returns the value for a requested statistic.
	  Tests seem to pass with the new code.

2006-07-27 14:41  price

	* test/: astro/Makefile.am, db/Makefile.am, fft/Makefile.am,
	  fits/Makefile.am, imageops/Makefile.am, jpeg/Makefile.am,
	  math/Makefile.am, mathtypes/Makefile.am, sys/Makefile.am,
	  types/Makefile.am, xml/Makefile.am: Adding gmon.out to CLEANFILES

2006-07-26 17:51  price

	* src/math/: psStats.c, psStats.h: Adding psStatsOptionFromString
	  and psStatsOptionToString.

2006-07-26 12:09  price

	* src/math/: psStats.c, psStats.h: Adding psStatsFromString and
	  psStatsToString.

2006-07-25 18:21  price

	* src/math/psStats.c: Need to count the number of values.

2006-07-25 17:52  price

	* .cvsignore, Makefile.am, etc/.cvsignore, src/.cvsignore,
	  src/Makefile.am, src/astro/.cvsignore, src/astro/Makefile.am,
	  src/db/.cvsignore, src/db/Makefile.am, src/fft/.cvsignore,
	  src/fft/Makefile.am, src/fits/.cvsignore, src/fits/Makefile.am,
	  src/imageops/.cvsignore, src/imageops/Makefile.am,
	  src/jpeg/.cvsignore, src/jpeg/Makefile.am, src/math/.cvsignore,
	  src/math/Makefile.am, src/mathtypes/.cvsignore,
	  src/mathtypes/Makefile.am, src/sys/.cvsignore,
	  src/sys/Makefile.am, src/types/.cvsignore, src/types/Makefile.am,
	  src/xml/.cvsignore, src/xml/Makefile.am, swig/.cvsignore,
	  test/.cvsignore, test/astro/.cvsignore, test/astro/Makefile.am,
	  test/db/.cvsignore, test/db/Makefile.am, test/fft/.cvsignore,
	  test/fft/Makefile.am, test/fits/.cvsignore,
	  test/imageops/.cvsignore, test/imageops/Makefile.am,
	  test/jpeg/.cvsignore, test/jpeg/Makefile.am,
	  test/math/.cvsignore, test/math/Makefile.am,
	  test/mathtypes/.cvsignore, test/mathtypes/Makefile.am,
	  test/sys/.cvsignore, test/sys/Makefile.am, test/tap/.cvsignore,
	  test/tap/src/.cvsignore, test/tap/tests/.cvsignore,
	  test/tap/tests/diag/.cvsignore, test/tap/tests/fail/.cvsignore,
	  test/tap/tests/ok/.cvsignore, test/tap/tests/ok/ok/.cvsignore,
	  test/tap/tests/ok/ok-hash/.cvsignore,
	  test/tap/tests/ok/ok-numeric/.cvsignore,
	  test/tap/tests/pass/.cvsignore, test/tap/tests/plan/.cvsignore,
	  test/tap/tests/plan/no-tests/.cvsignore,
	  test/tap/tests/plan/no_plan/.cvsignore,
	  test/tap/tests/plan/not-enough-tests/.cvsignore,
	  test/tap/tests/plan/sane/.cvsignore,
	  test/tap/tests/plan/skip_all/.cvsignore,
	  test/tap/tests/plan/too-many-plans/.cvsignore,
	  test/tap/tests/plan/too-many-tests/.cvsignore,
	  test/tap/tests/skip/.cvsignore, test/tap/tests/todo/.cvsignore,
	  test/types/.cvsignore, test/types/Makefile.am,
	  test/xml/.cvsignore, test/xml/Makefile.am: Adding output of
	  coverage testing to CLEANFILES and .cvsignore

2006-07-25 17:37  price

	* src/fits/psFitsTable.c: Fixing FITS table vector writing: wasn't
	  copying into the byte vector correctly.

2006-07-25 17:37  price

	* test/fits/: Makefile.am, verified/tst_psFits.stderr: Fixing name
	  for test.

2006-07-25 17:37  price

	* test/fits/tst_psFits.c: Fixing name.

2006-07-25 16:59  price

	* src/fits/psFitsTable.c: Fixing TFORM for vectors.

2006-07-25 16:19  price

	* src/fits/psFitsTable.c: Setting size of vector.

2006-07-25 16:19  price

	* src/mathtypes/psVector.c: Adding booleans for psVectorInit,
	  needed for writing FITS tables with boolean columns.

2006-07-25 15:38  price

	* src/db/psDB.c: "while" loop should be a "for" loop.

2006-07-25 15:37  jhoblitt

	* src/db/psDB.c: fix premature free'ing of mysql result data in
	  psDBDumpCols()

2006-07-25 15:15  jhoblitt

	* src/db/psDB.c: add psDBMysqlRowRecycle() use
	  psDBMysqlRowRecycle() to fix a memory leak in
	  p_psDBRunQueryPrepared()

2006-07-24 15:27  jhoblitt

	* src/sys/psErrorCodes.c.in: fix the variable naming discrepancy in
	  psErrorRgister() introduced by 1.3

2006-07-24 15:16  jhoblitt

	* src/astro/: psTime.c, psTime.h: add psTimeStrftime()

2006-07-24 14:30  magnier

	* src/sys/: psErrorCodes.c.in, psErrorCodes.h.in: fixing code/spec
	  consistency (difference in arg names)

2006-07-20 16:39  drobbin

	* src/sys/: psLine.c, psLine.h: changed char *line to psString line

2006-07-20 14:08  drobbin

	* test/: astro/tst_psTime_01.c, types/tap_psMetadataConfigParse.c:
	  Fixed make fail stemming from psMetadataConfigParse argument and
	  return change to psTimeConvert (test).

2006-07-20 03:00  rhl

	* src/types/psLookupTable.c: Add assertion to avoid SEGV

2006-07-20 02:59  rhl

	* src/astro/psTime.c: Return error indication (NAN/NULL) in case of
	  error, don't just call psError

2006-07-18 17:43  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h,
	  test/types/tst_psMetadata_01.c: Edited psMetadataItemTransfer.
	  Returns false for NULL out input.

2006-07-18 16:30  price

	* test/types/: .cvsignore, Makefile.am,
	  tap_psMetadataConfigParse.c: Adding test file for
	  psMetadataConfigParse

2006-07-18 16:26  price

	* src/types/psMetadataConfig.c: Removing commented-out code.

2006-07-18 12:50  rhl

	* src/astro/psCoord.h: Remove unimplemented
	  p_psPlaneTransformLinearInvert_MHPCC for swig's sake

2006-07-18 11:53  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h,
	  src/types/psMetadataConfig.c, test/types/tst_psMetadata_01.c:
	  Edited parseBool to only accept valid boolean values.  Edited
	  psMetadataItemTransfer and added test.  Not finished testing
	  yet...

2006-07-17 12:41  price

	* src/types/psMetadata.c, test/types/.cvsignore,
	  test/types/Makefile.am, test/types/tap_psListIterator.c,
	  test/types/tap_psMetadataIterator.c: Fixing use of regex in
	  psMetadataIterator; see bug 779.  Adding new tests for
	  psListIterator and psMetadataIterator.

2006-07-14 17:41  price

	* test/types/: Makefile.am, tap_psMetadataIterator.c: Adding tests
	  for psMetadataIterator

2006-07-14 17:29  jhoblitt

	* src/types/psMetadataConfig.c: remove the double newline after the
	  END tag in a METADATA

2006-07-14 16:57  drobbin

	* src/: astro/psCoord.c, astro/psSphereOps.c, fits/psFits.c,
	  imageops/psImageConvolve.c, math/psMinimizeLMM.c,
	  math/psPolynomial.c, math/psSpline.c, math/psStats.c,
	  mathtypes/psImage.c, mathtypes/psScalar.c, mathtypes/psVector.c,
	  sys/psMemory.h, types/psArray.c, types/psBitSet.c,
	  types/psHash.c, types/psList.c, types/psLookupTable.c,
	  types/psMetadata.c, types/psPixels.c: Added error handling to
	  memory checking functions.  Will hopefully avoid segfaults and
	  abort calls now when passed in native types.

2006-07-14 16:52  price

	* test/sys/.cvsignore: Adding new binary to .cvsignore

2006-07-14 16:50  price

	* src/sys/psString.c: Changing psAlloc to psStringAlloc so that
	  psMemCheckString will work.

2006-07-14 16:37  price

	* src/types/psMetadata.c: Fixes for psMetadataIterator with a
	  regex.  See bugs 777, 778.

2006-07-14 10:06  price

	* src/sys/psString.c: Adding error message and changing return type
	  for psStringSubstitute in the case where the input string is not
	  a psAlloc-ed string.

2006-07-13 16:26  drobbin

	* src/math/psRegion.c, src/math/psRegion.h, src/sys/psLine.c,
	  src/sys/psLine.h, src/sys/psMemory.c, src/sys/psMemory.h,
	  src/sys/psString.c, src/sys/psString.h, src/sys/psType.h,
	  test/sys/Makefile.am, test/sys/tst_psLine.c,
	  test/sys/tst_psString.c: Added str check test for error handling
	  of psString fxns, namely stringSubstitute.  Edited memory and
	  type to include MemCheck's for string, line, and region.  Added
	  is_psType function to check for NULLs and native types first.
	  <-will have to update all fxns next wrt to this change.  Added
	  psStringAlloc, stringFree, regionFree.  Added doxygen comments.

2006-07-13 16:04  jhoblitt

	* src/db/psDB.c: change psDBInit() so that my.cnf is always read

2006-07-12 15:29  drobbin

	* src/fits/psFitsTable.c: removed 'const' from getTForm return.
	  Not needed and causing the following (make) error:
	  psFitsTable.c:429: warning: type qualifiers ignored on function
	  return type

2006-07-12 14:43  jhoblitt

	* test/: astro/Makefile.am, db/Makefile.am, fft/Makefile.am,
	  fits/Makefile.am, imageops/Makefile.am, jpeg/Makefile.am,
	  math/Makefile.am, mathtypes/Makefile.am, sys/Makefile.am,
	  types/Makefile.am, xml/Makefile.am: link the test drivers against
	  the libpslib.la libtool archive instead of letting the linker
	  search for a .so -- this also lets the tests be linked statically

2006-07-12 11:36  price

	* test/tap/tests/: diag/.cvsignore, fail/.cvsignore,
	  ok/ok/.cvsignore, ok/ok-hash/.cvsignore,
	  ok/ok-numeric/.cvsignore, pass/.cvsignore,
	  plan/no-tests/.cvsignore, plan/no_plan/.cvsignore,
	  plan/not-enough-tests/.cvsignore, plan/sane/.cvsignore,
	  plan/skip_all/.cvsignore, plan/too-many-plans/.cvsignore,
	  plan/too-many-tests/.cvsignore, skip/.cvsignore, todo/.cvsignore:
	  Updating .cvsignore for tap

2006-07-12 11:28  price

	* test/sys/tap_psStringSubstitute.c: Changing the title....

2006-07-12 11:25  price

	* test/sys/: .cvsignore, Makefile.am, tap_psStringSubstitute.c,
	  tst_psString.c: Moving psStringSubstitute tests to libtap;
	  resetting stderr output for tst_psString.

2006-07-12 11:17  price

	* src/sys/psString.c: No need to generate errors --- NULL input
	  gives NULL output, etc.

2006-07-11 17:50  jhoblitt

	* src/mathtypes/psVector.c: add a note about PSVECTOR_SORT_CASE()
	  possibly being faster with a Radix sort

2006-07-11 17:46  price

	* src/math/psStats.c: Optimising code by removing unnecessary
	  allocations, and dereferencing pointers for loops.

2006-07-11 17:45  price

	* configure.ac: Renaming --enable-profile to --enable-coverage
	  (path coverage, not profiling).  Using --enable-profile to allow
	  code profiling (link with -pg).  Introducing --disable-trace to
	  turn off psTrace (-DPS_NO_TRACE).

2006-07-11 16:54  price

	* src/sys/psTrace.h: When PS_NO_TRACE is set, psTraceGetLevel and
	  psTraceGetDestination need to return values.

2006-07-11 15:03  price

	* test/tap/: configure.in, src/.cvsignore: Getting rid of warning:
	  'autoheader: error: AC_CONFIG_HEADERS not found in configure.in'
	  by adding AC_CONFIG_HEADERS.

2006-07-10 10:15  price

	* src/sys/psString.h: Fixing definition of psStringSubstitute.

2006-07-10 10:15  price

	* src/sys/psString.c: Reverting psString to previous version (with
	  some small improvements) that didn't cause memory leaks.

2006-07-07 17:17  drobbin

	* src/: sys/psLine.h, types/psMetadataConfig.c: Fixed memory leaks
	  in psMetadataConfig (p_psMetadataKeyArray) from recent fix.
	  Added some doxygen to psLine

2006-07-07 17:06  price

	* src/fits/: psFits.c, psFits.h, psFitsImage.c, psFitsTable.c: *
	  Moving common functions (convertFitsToPsType and
	  convertPsTypeToFits) into psFits as private functions
	  (p_psFitsTypeFromCfitsio and p_psFitsTypeToCfitsio).	* Reworked
	  psFitsInsertTable: previous version was not writing the last
	  column of the table; new version writes all columns.

2006-07-06 16:25  jhoblitt

	* src/types/psMetadataConfig.c: change/fix
	  psMetadataConfigFormat()'s to properly declare MULTIs

2006-07-06 12:26  drobbin

	* src/sys/psString.c, test/sys/tst_psString.c: Added test for
	  psStringSubstitute.  Ran test, fixed errors.	Fxn now returns a
	  fresh string to allow for strings longer than the original input.

2006-07-05 15:13  price

	* src/fits/psFitsHeader.c: Allowing the writing of a completely
	  minimal header.

2006-07-05 12:34  price

	* src/types/psArray.h: Adding PS_ASSERT_ARRAY macros.

2006-07-05 10:37  price

	* test/mathtypes/.cvsignore: Adding tap version of test to
	  .cvsignore.

2006-07-05 10:37  price

	* test/tap/: .cvsignore, src/.cvsignore, tests/.cvsignore,
	  tests/diag/.cvsignore, tests/fail/.cvsignore,
	  tests/ok/.cvsignore, tests/ok/ok/.cvsignore,
	  tests/ok/ok-hash/.cvsignore, tests/ok/ok-numeric/.cvsignore,
	  tests/pass/.cvsignore, tests/plan/.cvsignore,
	  tests/plan/no-tests/.cvsignore, tests/plan/no_plan/.cvsignore,
	  tests/plan/not-enough-tests/.cvsignore,
	  tests/plan/sane/.cvsignore, tests/plan/skip_all/.cvsignore,
	  tests/plan/too-many-plans/.cvsignore,
	  tests/plan/too-many-tests/.cvsignore, tests/skip/.cvsignore,
	  tests/todo/.cvsignore: Adding .cvsignore files for tap testing.

2006-07-03 16:43  jhoblitt

	* test/mathtypes/tap_psVector.c: fix psVectorExtend() tests

2006-07-03 16:07  jhoblitt

	* test/mathtypes/tap_psVector.c: don't set psVector->n for newly
	  psVectorAlloc()'d vectors

2006-07-03 15:42  jhoblitt

	* test/mathtypes/tap_psVector.c: skip tests on NULL pointers

2006-07-03 15:09  jhoblitt

	* configure.ac: change LT_VERSION to 0:13:0

2006-07-03 12:58  jhoblitt

	* configure.ac: reapply 1.70

2006-07-03 12:55  jhoblitt

	* configure.ac: version to 0.12.99

2006-07-03 12:12  jhoblitt

	* configure.ac: use .0 instead of .00 in the version

2006-07-03 12:01  jhoblitt

	* configure.ac: rollback 1.70 prepare for 0.12.0 release

2006-07-03 11:49  jhoblitt

	* test/jpeg/Makefile.am: remove verified from EXTRA_DIST as `make
	  dist` can't handle non-existent files

2006-07-01 17:50  jhoblitt

	* test/mathtypes/tap_psVector.c: add psVectorCopy() tests

2006-07-01 17:23  jhoblitt

	* test/mathtypes/tap_psVector.c: add psVectorLength() tests

2006-07-01 16:54  jhoblitt

	* test/mathtypes/tap_psVector.c: add psVectorCountPixelMask() tests

2006-07-01 12:53  jhoblitt

	* test/mathtypes/tap_psVector.c: add psVectorGet() & psVectorSet()
	  tests

2006-07-01 12:10  jhoblitt

	* test/mathtypes/tap_psVector.c: add psVectorCreate() tests

2006-07-01 11:48  jhoblitt

	* test/mathtypes/tap_psVector.c: add psVectorInit() tests

2006-06-30 18:39  jhoblitt

	* test/mathtypes/tap_psVector.c: add psVectorExtend() tests

2006-06-30 17:51  magnier

	* test/mathtypes/tap_psVector.c: more updates to tap_psVector.c

2006-06-30 16:58  jhoblitt

	* test/mathtypes/tap_psVector.c: fwv

2006-06-30 16:57  jhoblitt

	* test/tap/: INSTALL, LICENSE, Makefile.am, README, bootstrap.sh,
	  compile, configure.in, src/Makefile.am, src/tap.3, src/tap.c,
	  src/tap.h, tests/Makefile.am, tests/README,
	  tests/diag/Makefile.am, tests/diag/test.c, tests/diag/test.pl,
	  tests/diag/test.t, tests/fail/Makefile.am, tests/fail/test.c,
	  tests/fail/test.pl, tests/fail/test.t, tests/ok/Makefile.am,
	  tests/ok/ok/Makefile.am, tests/ok/ok/test.c, tests/ok/ok/test.pl,
	  tests/ok/ok/test.t, tests/ok/ok-hash/Makefile.am,
	  tests/ok/ok-hash/test.c, tests/ok/ok-hash/test.pl,
	  tests/ok/ok-hash/test.t, tests/ok/ok-numeric/Makefile.am,
	  tests/ok/ok-numeric/test.c, tests/ok/ok-numeric/test.pl,
	  tests/ok/ok-numeric/test.t, tests/pass/Makefile.am,
	  tests/pass/test.c, tests/pass/test.pl, tests/pass/test.t,
	  tests/plan/Makefile.am, tests/plan/no-tests/Makefile.am,
	  tests/plan/no-tests/test.c, tests/plan/no-tests/test.pl,
	  tests/plan/no-tests/test.t, tests/plan/no_plan/Makefile.am,
	  tests/plan/no_plan/test.c, tests/plan/no_plan/test.pl,
	  tests/plan/no_plan/test.t,
	  tests/plan/not-enough-tests/Makefile.am,
	  tests/plan/not-enough-tests/test.c,
	  tests/plan/not-enough-tests/test.pl,
	  tests/plan/not-enough-tests/test.t, tests/plan/sane/Makefile.am,
	  tests/plan/sane/test.c, tests/plan/sane/test.pl,
	  tests/plan/sane/test.t, tests/plan/skip_all/Makefile.am,
	  tests/plan/skip_all/plan, tests/plan/skip_all/plan.c,
	  tests/plan/skip_all/test.c, tests/plan/skip_all/test.pl,
	  tests/plan/skip_all/test.t,
	  tests/plan/too-many-plans/Makefile.am,
	  tests/plan/too-many-plans/test.c,
	  tests/plan/too-many-plans/test.pl,
	  tests/plan/too-many-plans/test.t,
	  tests/plan/too-many-tests/Makefile.am,
	  tests/plan/too-many-tests/test.c,
	  tests/plan/too-many-tests/test.pl,
	  tests/plan/too-many-tests/test.t, tests/skip/Makefile.am,
	  tests/skip/test.c, tests/skip/test.pl, tests/skip/test.t,
	  tests/todo/Makefile.am, tests/todo/test.c, tests/todo/test.pl,
	  tests/todo/test.t: Initial revision

2006-06-30 16:57  jhoblitt

	* test/tap/: INSTALL, LICENSE, Makefile.am, README, bootstrap.sh,
	  compile, configure.in, src/Makefile.am, src/tap.3, src/tap.c,
	  src/tap.h, tests/Makefile.am, tests/README,
	  tests/diag/Makefile.am, tests/diag/test.c, tests/diag/test.pl,
	  tests/diag/test.t, tests/fail/Makefile.am, tests/fail/test.c,
	  tests/fail/test.pl, tests/fail/test.t, tests/ok/Makefile.am,
	  tests/ok/ok/Makefile.am, tests/ok/ok/test.c, tests/ok/ok/test.pl,
	  tests/ok/ok/test.t, tests/ok/ok-hash/Makefile.am,
	  tests/ok/ok-hash/test.c, tests/ok/ok-hash/test.pl,
	  tests/ok/ok-hash/test.t, tests/ok/ok-numeric/Makefile.am,
	  tests/ok/ok-numeric/test.c, tests/ok/ok-numeric/test.pl,
	  tests/ok/ok-numeric/test.t, tests/pass/Makefile.am,
	  tests/pass/test.c, tests/pass/test.pl, tests/pass/test.t,
	  tests/plan/Makefile.am, tests/plan/no-tests/Makefile.am,
	  tests/plan/no-tests/test.c, tests/plan/no-tests/test.pl,
	  tests/plan/no-tests/test.t, tests/plan/no_plan/Makefile.am,
	  tests/plan/no_plan/test.c, tests/plan/no_plan/test.pl,
	  tests/plan/no_plan/test.t,
	  tests/plan/not-enough-tests/Makefile.am,
	  tests/plan/not-enough-tests/test.c,
	  tests/plan/not-enough-tests/test.pl,
	  tests/plan/not-enough-tests/test.t, tests/plan/sane/Makefile.am,
	  tests/plan/sane/test.c, tests/plan/sane/test.pl,
	  tests/plan/sane/test.t, tests/plan/skip_all/Makefile.am,
	  tests/plan/skip_all/plan, tests/plan/skip_all/plan.c,
	  tests/plan/skip_all/test.c, tests/plan/skip_all/test.pl,
	  tests/plan/skip_all/test.t,
	  tests/plan/too-many-plans/Makefile.am,
	  tests/plan/too-many-plans/test.c,
	  tests/plan/too-many-plans/test.pl,
	  tests/plan/too-many-plans/test.t,
	  tests/plan/too-many-tests/Makefile.am,
	  tests/plan/too-many-tests/test.c,
	  tests/plan/too-many-tests/test.pl,
	  tests/plan/too-many-tests/test.t, tests/skip/Makefile.am,
	  tests/skip/test.c, tests/skip/test.pl, tests/skip/test.t,
	  tests/todo/Makefile.am, tests/todo/test.c, tests/todo/test.pl,
	  tests/todo/test.t: ii libtap r1013

2006-06-30 16:51  jhoblitt

	* autogen.sh, configure.ac, test/Makefile.am,
	  test/mathtypes/Makefile.am: add tap_psVector libtap test driver
	  example

2006-06-30 13:50  jhoblitt

	* src/db/psDB.c: fix MySQL time support (no searching support yet)

2006-06-29 16:44  price

	* src/pslib_strict.h: Adding psAssert.h

2006-06-29 16:20  price

	* src/: astro/psCoord.c, astro/psCoord.h,
	  astro/psEarthOrientation.c, astro/psSphereOps.c, astro/psTime.c,
	  db/psDB.c, imageops/psImageBackground.c,
	  imageops/psImageGeomManip.c, imageops/psImageMaskOps.c,
	  imageops/psImagePixelManip.c, imageops/psImageStats.c,
	  imageops/psImageUnbin.c, jpeg/psImageJpeg.c, math/psBinaryOp.c,
	  math/psConstants.h, math/psEllipse.c, math/psMathUtils.c,
	  math/psMatrix.c, math/psMinimizeLMM.c, math/psMinimizeLMM.h,
	  math/psMinimizePolyFit.c, math/psMinimizePowell.c,
	  math/psPolynomial.c, math/psPolynomial.h,
	  math/psPolynomialUtils.c, math/psRandom.c, math/psSparse.c,
	  math/psSpline.c, math/psSpline.h, math/psStats.c,
	  math/psUnaryOp.c, math/psVectorSmooth.c, mathtypes/psImage.c,
	  mathtypes/psImage.h, mathtypes/psVector.h, sys/Makefile.am,
	  sys/psString.c, types/psHash.c, types/psLookupTable.c,
	  types/psMetadata.c, types/psMetadataConfig.c,
	  types/psMetadataItemCompare.c, types/psMetadataItemParse.c,
	  xml/psXML.c, sys/psAssert.h: Moved PS_ASSERT functions into
	  appropriate places.  Created psAssert.h for general PS_ASSERT
	  functions.  Vector-specific assertions went to psVector.h;
	  image-specific assertions went to psImage.h, etc.  psConstants.h
	  remains, but only contains specific math constants and functions,
	  as the name implies.

2006-06-29 15:57  price

	* src/math/psConstants.h: Removed macros to create static
	  variables.  Removed PS_IMAGE_SET macros: use psImageInit.

2006-06-29 15:56  price

	* src/math/psMinimizePowell.c: Removing static variables.  See bug
	  768.

2006-06-29 15:06  price

	* src/math/psConstants.h: Removing PS_VECTOR_SET_TYPE macros ---
	  use psVectorInit instead.

2006-06-29 15:05  price

	* src/math/psConstants.h: Removing macros that copy vectors to
	  static vectors.

2006-06-29 15:03  price

	* src/math/psConstants.h: Removing conversion macros --- use
	  psVectorCopy for this.

2006-06-29 10:37  magnier

	* src/math/psMinimizePolyFit.c: fixed memory leak in
	  psVectorFitPolynomial1D

2006-06-28 10:50  magnier

	* src/jpeg/psImageJpeg.c: fixed overflow bug in psImageJpeg

2006-06-27 15:56  price

	* src/fits/psFitsHeader.c: Adding special handling for COMMENT and
	  HISTORY keywords.

2006-06-27 10:33  drobbin

	* src/sys/psString.h, test/astro/tst_psTime_01.c,
	  test/astro/tst_psTime_03.c: Edited doxygen in psString.h.
	  Updated tests (for removal of p_psTimeFromTM and psTimeToISO
	  1999-01-01T00:00:60 = 1998-12-31T23:59:60)

2006-06-26 18:13  jhoblitt

	* src/astro/: psTime.c, psTime.h: add psTimeStrptime()

2006-06-26 17:48  jhoblitt

	* src/astro/psTime.c: remove commented code

2006-06-26 17:45  jhoblitt

	* src/astro/: psTime.c, psTime.h: add psTimeToTM() rename
	  p_psTimeFromTM() -> psTimeFromTM() minor formating changes

2006-06-26 17:42  jhoblitt

	* src/types/: psMetadata.c, psMetadata.h: add
	  psMetadataLookupTime()

2006-06-26 16:51  magnier

	* src/jpeg/psImageJpeg.c: fixed error in psImageJpegColormapAlloc:
	  vector length not set

2006-06-23 14:22  price

	* src/mathtypes/psImage.c: Cleaning up psImageInit (no variable
	  should ever be named "TTT"!).  Adding optimization for
	  psImageInit: if the value is identically zero, we can use memset,
	  which is faster.

2006-06-23 14:18  jhoblitt

	* src/db/psDB.c: change psDBCleanup() to quietly handle NULLs

2006-06-23 12:53  jhoblitt

	* src/db/psDB.c: fix accidental free'ing of a lookuptable

2006-06-23 11:17  drobbin

	* src/mathtypes/psImage.c: removed psAbort call in ImageInit.

2006-06-23 11:12  jhoblitt

	* src/db/psDB.c: remove an unneeded assertion from
	  psDBGenerateSelectRowSQL()

2006-06-23 11:11  jhoblitt

	* src/db/psDB.c: more misc cleanups: assertions & variable
	  declarations

2006-06-23 10:29  rhl

	* src/sys/: psString.c, psString.h: Make PS_FILE_LINE actually work

2006-06-22 17:49  jhoblitt

	* src/db/psDB.c: misc cleanups: assertions, memory leaks, etc.
	  (unfinished)

2006-06-22 16:57  jhoblitt

	* src/db/: psDB.c, psDB.h: change psDBInsertRows() to use
	  p_psDBRunQueryPrepared() change psDBUpdateRows() to use
	  p_psDBRunQueryPrepared()

2006-06-22 15:59  price

	* src/sys/: psConfigure.c, psConfigure.h: Adding memory checking at
	  exit when environment variable PS_ALLOC_CHECK is set to a
	  filename.

2006-06-22 15:51  jhoblitt

	* src/db/: psDB.c, psDB.h: - rework the way MYSQL_BIND arrays are
	  handled so that they are wrapped in a structure that keeps track
	  of how many elements are in the array.  This allows a custom free
	  function to iterate through the array and free allocated buffers.
	  - preliminary psTime support - add p_psDBRunQueryPrepared() (not
	  yet used)

2006-06-21 14:36  price

	* src/db/psDB.c: Applying patch from Josh: patch to make psdb
	  thread safe.

2006-06-21 12:46  magnier

	* src/mathtypes/psImage.c: fixed error in constraints for psImage

2006-06-21 11:40  price

	* src/: db/psDB.c, sys/psMemory.c, sys/psMemory.h: Applying patch
	  from Josh.  Renaming psMemThreadSafety to psMemSetThreadSafety.
	  Adding psMemGetThreadSafety.	Using psMemGetThreadSafety in psDB.

2006-06-21 11:03  drobbin

	* src/imageops/psImageStats.c, test/imageops/tst_psImageStats.c:
	  Edited psImageFitPoly and EvalPoly.  Scaling factors were using
	  incorrect indices.  Test output still questionable but matches
	  verified folder.

2006-06-21 07:46  rhl

	* src/astro/psTime.c: 1/ The p_psMemAllocatePersistent() block
	  didn't cover enough of the function 2/ If memory is already
	  persistent, don't unset this (i.e. save initial state) 3/ There's
	  no need to make psError calls non-persistent.  Persistent memory
	  can be freed (and in this case will be automatically by
	  psError(..., true, ...)); it just doesn't show up as a leak
	  unless you ask psMemCheckLeaks to show you leaked persistent
	  memory

2006-06-21 07:39  rhl

	* configure.ac: Another change in the long quest to fix building
	  without libjpeg installed in a standard place

2006-06-20 17:18  price

	* src/pslib_strict.h: Adding psLine.h to pslib.h

2006-06-19 14:23  drobbin

	* test/imageops/tst_psImageStats.c: Edited test for psImageFitPoly
	  after row, col updates in psImageStats.  Still working on
	  EvalPoly test.

2006-06-16 16:09  price

	* src/sys/psLogMsg.c: psMessageDestination protocols should be
	  case-insensitive.

2006-06-16 15:19  drobbin

	* src/sys/psLogMsg.c: edited psLogMsgV to accept arguments
	  ("",PS_LOG_ABORT,"",argPtr).	Was segfaulting do to a removal of:
	  while(line != NULL).	This was changed to a do-while loop and has
	  been reverted to a modified while-loop at line#346

2006-06-16 13:01  drobbin

	* src/sys/psLogMsg.c, src/sys/psLogMsg.h, test/sys/tst_psLogMsg.c:
	  Edited psMessageDestination to correctly set logFD.  Updated
	  tests - removed dest from "dest:stdout".  (Code no longer
	  requires "dest")

2006-06-14 16:29  drobbin

	* src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  test/mathtypes/tst_psImage.c: removed 'const' from
	  ImageSet/VectorSet and worked on indice problem ([row][col] or
	  [y][x])

2006-06-14 14:22  price

	* src/sys/: psTrace.c, psTrace.h: Cleaning up psTrace: getting rid
	  of old code.

2006-06-14 14:21  price

	* src/sys/psTrace.c: Cleaning up.

2006-06-14 14:17  price

	* src/sys/psLogMsg.c: Abstracting stdout, stderr file descriptors,
	  just in case.

2006-06-14 14:14  price

	* src/sys/psLogMsg.c: Overhauled in preparation for the use of
	  sockets, etc, for log messages.  Pulled out the use of streams
	  (FILE*) in favour of file descriptors (previously, was based on
	  streams, though FDs were carried around).  Reworked
	  psMessageDestination to correspond to the description in the
	  SDRS: it does the open and returns an FD.  psLogSetDestination
	  does NOT do the open, but only works with an already extant FD.

2006-06-14 12:09  price

	* src/sys/: psErrorCodes.c.in, psErrorCodes.h.in: Changing psS32 to
	  int to correspond to SDRS.

2006-06-14 12:05  price

	* src/math/: psRegion.c, psRegion.h: Removing const from
	  psRegionIsNaN: it's passed by value, so doesn't need it.

2006-06-13 15:29  price

	* src/mathtypes/psImage.h: Removing extraneous #if-ed out code.

2006-06-13 15:24  price

	* src/astro/psEarthOrientation.h: Removing extraneous comma.

2006-06-13 14:04  price

	* src/math/psSparse.h: Removing inline from header file.

2006-06-13 14:02  price

	* src/math/: psSparse.c, psSparse.h: Changing long to int to match
	  SDRS.

2006-06-13 14:01  price

	* src/math/psRegion.h: Removing "inline" in the header file.

2006-06-13 13:59  price

	* src/types/: psMetadata.c, psMetadata.h: Adding const to
	  psMetadataPrint

2006-06-13 13:56  price

	* src/astro/psTime.c: Removing stats from
	  psLookupTableInterpolateAll

2006-06-13 13:55  price

	* test/types/tst_psLookupTable_01.c: Removing stats for
	  psLookupTableInterpolateAll.

2006-06-13 13:54  price

	* src/types/: psLookupTable.c, psLookupTable.h: Removing stats for
	  psLookupTableInterpolateAll

2006-06-13 12:30  price

	* src/math/: psPolynomialUtils.c, psPolynomialUtils.h: Changing
	  type of x,y to int instead of long.

2006-06-13 12:28  price

	* src/fits/: psFitsHeader.c, psFitsHeader.h, psFitsImage.c,
	  psFitsImage.h, psFitsTable.h: Adding const for headers when
	  writing, to match SDRS.

2006-06-13 12:05  price

	* src/fits/psFitsTable.c: Adding "const" to synch with SDRS.
	  Removing extraneous old code that was #if-ed out.

2006-06-13 10:02  price

	* src/imageops/psImageStats.c: x refers to the column, y refers to
	  the row (bug 765).

2006-06-13 10:01  price

	* src/mathtypes/psImage.h: Removing const from psImageSet.

2006-06-13 09:53  price

	* src/mathtypes/psImage.c: Fixing psImageGet, psImageSet: x,y were
	  around the wrong way (!), psImageSet declared the image as const
	  (requiring a cast to set the value).	Macro-ized type cases.

2006-06-12 10:43  magnier

	* src/: mathtypes/psImage.c, imageops/psImageGeomManip.c,
	  imageops/psImageStructManip.c: replaced dangerous code with
	  P_PSIMAGE_SET_NUMCOLS, etc

2006-06-12 10:42  magnier

	* src/mathtypes/psImage.h: removed psRegion definition (was
	  ifdef-ed out and moved to psRegion.h long ago) added {} around
	  definition of P_PSIMAGE_SET_NUMCOLS, etc fixed error in
	  P_PSIMAGE_SET_NUMROWS (was setting numCols instead)

2006-06-09 18:06  price

	* src/types/psMetadata.c: S64 and U64 are printed with %jd and %ju
	  --- the 'j' is architecture independent.

2006-06-09 18:04  price

	* src/db/psDB.c: Applying patch from Josh to fix logic error.

2006-06-09 18:01  magnier

	* src/math/psRegion.c: two changes to the behavior of
	  psRegionFromString: 1) [0:0,0:0] returns the region (0,0,0,0),
	  despite minor inconsistency	 with the IRAF convention 2)
	  col1,row1 <= 0 are allowed and returned intact (to result in
	  meaning    of 'xxx from upper end of region'

2006-06-09 17:36  price

	* src/types/psMetadata.c: S64 and U64 should be printed with %lld
	  and %llu.

2006-06-09 16:28  drobbin

	* src/sys/psType.h, src/types/psMetadata.c, src/types/psMetadata.h,
	  src/types/psMetadataConfig.c, test/types/tst_psMetadata_01.c:
	  Added support for psU64 and psS64 in datatype, metadata,
	  metadataItem, etc.

2006-06-09 15:27  magnier

	* src/types/psMetadataConfig.c: added support in ConfigParse for
	  U8,U16,U32,S8,S16; replaced parseValue with
	  parseDouble,parseSignedInt,parseUnsignedInt

2006-06-09 15:26  magnier

	* src/math/psPolynomialUtils.c: fixed limits on assert

2006-06-09 14:07  price

	* src/fits/: psFitsTable.c, psFitsTable.h: Changing pmFitsReadTable
	  definition to use const.

2006-06-09 13:27  rhl

	* configure.ac: Fix error messages about C preprocessor failing

2006-06-09 11:35  rhl

	* configure.ac: jpeg AGAIN.  Grrr. Put jpeg arguments into PSLIB_*

2006-06-08 16:35  drobbin

	* src/types/psMetadataConfig.c: Added type support in
	  MetadataConfigFormat.  added types in psVector part.

2006-06-08 15:25  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h,
	  test/types/tst_psArguments.c, test/types/tst_psMetadata_01.c:
	  Added psMetadataPrint to tst_01 (moved from 07) and expanded
	  test.  Added type support to code for printing vectors.  Also
	  added FILE* argument to psMetadataPrint per SDRS.

2006-06-08 09:54  price

	* src/astro/psTime.c: Adding calls to p_psMemAllocatePersistent
	  within p_psTimeInit, per bug 753.

2006-06-08 03:52  rhl

	* configure.ac: Fixed --with-jpeg (no more refs to FFTW3\!)

2006-06-07 15:06  drobbin

	* test/sys/tst_psString.c: checked-in stderr for string test,
	  removed one log msg.

2006-06-07 13:34  rhl

	* src/jpeg/Makefile.am: Need $(JPEG_CFLAGS) on systems where
	  libjpeg's not found in the path

2006-06-07 13:33  rhl

	* src/imageops/Makefile.am: Need $(GSL_CFLAGS) on systems where
	  gsl's not found in the path

2006-06-07 13:16  rhl

	* src/sys/: psMemory.c, psMemory.h: Support
	  p_psMemAllocatePersistent (bug report 753)

2006-06-07 12:57  price

	* configure.ac: Fixing --with-float for FFTW to --enable-float,
	  which is what builds the library with the correct precision.
	  Putting in libjpeg checking in the same manner as for FFTW.

2006-06-07 11:53  price

	* src/db/psDB.c: Applying patch from Josh to fix spelling.

2006-06-07 11:39  price

	* configure.ac: Correcting FFTW configure option.

2006-06-06 17:40  price

	* src/db/: psDB.c, psDB.h: Applying patch from Josh to break up
	  existing function.

2006-06-06 17:30  price

	* src/db/psDB.c: Patch from Josh to correctly handle the insertion
	  of NULL strings.

2006-06-06 17:22  price

	* src/imageops/psImageUnbin.c, src/imageops/psImageUnbin.h,
	  test/jpeg/.cvsignore: Adding files missed in previous commit to
	  merge additional pslib functions from psModules to psLib proper.

2006-06-06 17:22  price

	* configure.ac, src/pslib_strict.h, src/imageops/Makefile.am,
	  src/imageops/psImageBackground.c,
	  src/imageops/psImageBackground.h,
	  src/imageops/psImageGeomManip.c, src/imageops/psImageGeomManip.h,
	  src/imageops/psImagePixelManip.c, src/jpeg/.cvsignore,
	  src/jpeg/Makefile.am, src/jpeg/psImageJpeg.c,
	  src/jpeg/psImageJpeg.h, src/math/Makefile.am,
	  src/math/psEllipse.c, src/math/psEllipse.h,
	  src/math/psPolynomialUtils.c, src/math/psPolynomialUtils.h,
	  src/math/psRegion.c, src/math/psRegion.h, src/math/psSparse.c,
	  src/math/psSparse.h, src/math/psVectorSmooth.c,
	  src/math/psVectorSmooth.h, src/sys/Makefile.am, src/sys/psLine.c,
	  src/sys/psLine.h, src/sys/psString.c, src/sys/psString.h,
	  src/types/Makefile.am, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataItemCompare.c,
	  src/types/psMetadataItemCompare.h,
	  src/types/psMetadataItemParse.c, src/types/psMetadataItemParse.h,
	  test/jpeg/Makefile.am, test/math/tst_psSparse.c: Merging the
	  pslib "additional" functions from the modules into psLib proper.

	  Added jpeg directory for psImageJpeg.  Changes to build system
	  (configure.ac, and various Makefile.am)

	  psVectorSmooth: changed API to allow optional output vector
	  psSparse: changed sizes to type "long"; added "const"
	  psRegionIsBad: Renamed psRegionIsNaN psImageBicubeFit: changed
	  sizes to "long"; added a "const" psLine: changed sizes to "long"
	  psImageUnbin: description required in SDRS psImageClippedStats:
	  renaming to psImageBackground; removing static structures; API
	  changed! psImageFlipX, psImageFlipY merged to psImageFlip
	  psStringSubstitute: added "const"

2006-06-06 15:39  drobbin

	* test/types/: tst_psMetadataIO.c, tst_psMetadata_01.c: took
	  psMetadataPrint test out of IO and put it into 01

2006-06-06 15:22  price

	* src/math/psConstants.h: Adding additional assert macros.

2006-06-06 12:54  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h,
	  test/types/tst_psMetadata_01.c: Added test for
	  psMetadataItemCopy.  Removed commented, obsolete code from tst_01
	  (was psMetadataReadHeader tests, fxn scrapped).

2006-06-02 17:55  magnier

	* src/math/: psMatrix.c, psMinimizeLMM.c: changing psError to
	  psTrace in psMatrixGJSolve and psMinimizeLMM in some cases

2006-06-02 13:22  drobbin

	* src/db/psDB.c: added if statement to standardize error output
	  between platforms.

2006-06-02 11:33  price

	* configure.ac, src/psErrorCodes_en.dat, src/astro/psTime.c,
	  src/fits/psFits.c, src/fits/psFitsTable.c,
	  src/math/psMinimizeLMM.c, src/sys/psError.c, src/sys/psError.h,
	  src/sys/psLogMsg.c, src/sys/psString.h, src/sys/psTrace.c,
	  src/types/psArguments.c, src/types/psMetadataConfig.c: Applying
	  patches from RHL.  * Correctly detect cfitsio 3 (ffdkopn) * Add
	  PS_ERR_FITS_BAD * Free memory leaks caused by extra columns with
	  FITS tables * Report error for singular matrices in LMM * Add
	  psErrorCodeLast * Write psAbort errors, even if logging is off;
	  flush the file descriptor * Useful macro: PS_FILE_LINE * Print a
	  newline if the last character of a trace lacks one * When moving
	  arguments down, set the vacated slot to NULL (so that original is
	  valid) * If nFail is omitted, push an error if appropriate

2006-06-02 10:59  price

	* src/fits/psFitsHeader.c: SIMPLE may not be at the start of the
	  header (for some reason), so check for it explicitly.

2006-06-02 09:50  price

	* src/fits/psFitsHeader.c: If SIMPLE is F, then don't block
	  keywords.  Also caught a bug in the keyword blocking that meant
	  keywords weren't being blocked when keyStarts was false.

2006-06-02 09:21  price

	* src/db/psDB.c: Applying patch from Josh: adds 'or' conditional
	  support to psDB where clauses

2006-06-01 17:27  price

	* src/fits/psFitsHeader.c: Remove SIMPLE from the list of banned
	  keywords, but ensure it's a boolean type.

2006-06-01 13:02  price

	* src/math/psConstants.h: Removing psReadout assertions.

2006-06-01 11:59  drobbin

	* test/types/tst_psMetadata_01.c: Removed test calling
	  psMetadataReadHeader which seems to no longer be there.  Waiting
	  for confirmation to reset tests,

2006-06-01 11:56  price

	* src/fits/psFitsHeader.c: It appears that cfitsio doesn't really
	  distinguish between short int and int with fits_get_keytype, but
	  just reports them as 'I' (short int).  S16 is not sufficient to
	  hold 65535 (a typical saturation value), since it translates to
	  -1, but this is what was happening.  Updated psLib type for
	  fits_get_keytype 'I' to S32.

2006-05-31 15:00  price

	* src/mathtypes/psVector.c: Using memset on psVectorInit when the
	  value is zero (then we can get away with it).

2006-05-31 10:56  price

	* src/sys/psString.c: Removing commented-out code (old version of
	  psStringSplit).

2006-05-31 09:53  price

	* src/sys/psError.c: Applying patch from RHL to remove extraneous
	  \n from end of psError messages.

2006-05-30 12:44  price

	* src/fits/psFitsHeader.c: Fixing bug 760: cfitsio refuses to write
	  out NaN and Inf (it explicitly checks for them and produces an
	  error).  Therefore, we will write these as strings, and trap them
	  on the read.	This is not the best solution (the best solution
	  would be to fix or dump cfitsio), but is the only way to get
	  around the problem.

2006-05-30 12:18  price

	* src/types/: psMetadataConfig.c, psMetadataConfig.h: Removed
	  psMetadataReadHeader --- this function is no longer in the SDRS,
	  and its functionality has been replaced by psFitsReadHeader.

2006-05-30 12:11  price

	* src/fits/psFitsHeader.c: Fix for bug 759: Adding a filter to
	  catch NaN, Inf and -Inf in FITS headers.  Due to a deficiency in
	  cfitsio, fits_get_keytype reports these as short int, which is
	  its default, "I've no idea what this is" type.  We filter them
	  out explicitly, and add them into the metadata as F32 types.

2006-05-26 16:09  price

	* src/fits/psFitsHeader.c: Missed a curly.

2006-05-26 16:09  price

	* src/fits/psFitsHeader.c: psFitsWriteBlank will now preserve
	  NAXISn, etc, having set NAXIS=0.

2006-05-26 16:00  price

	* test/fits/tst_psFits.c: Changed order of arguments for
	  psFitsWriteHeader.

2006-05-26 15:59  price

	* src/fits/: psFitsHeader.c, psFitsHeader.h, psFitsImage.c,
	  psFitsTable.c: Changing the order of arguments for
	  psFitsWriteHeader and psFitsWriteBlank --- in output, the file
	  handle should go first.

2006-05-26 15:53  price

	* test/fits/tst_psFits.c: Adding extname paramter to
	  psFitsWriteTable.

2006-05-26 15:50  price

	* src/fits/: psFitsTable.c, psFitsTable.h: Moving psFitsWriteTable
	  functionality into psFitsInsertTable (the two were virtually
	  identical; this now mirrors psFitsWriteImage and
	  psFitsInsertImage).  psFitsInsertImage now writes out the
	  supplied header.

2006-05-26 15:49  price

	* src/fits/: psFitsHeader.c, psFitsHeader.h, psFitsImage.c:
	  Changing p_psFitsWriteHeader to psFitsWriteHeader (no check on
	  the HDU).  Changing psFitsWriteHeader to psFitsWriteBlank
	  (generate blank HDU with header only).

2006-05-25 17:30  price

	* test/fits/tst_psFits.c: Removing psBinaryOp with = operator (no
	  longer supported) in favour of psImageInit.

2006-05-25 17:24  price

	* test/fits/tst_psFits.c, src/fits/psFitsHeader.c,
	  src/fits/psFitsHeader.h, src/fits/psFitsImage.c:
	  psFitsWriteHeader checks that the HDU exists, and creates one if
	  necessary.  Added p_psFitsWriteHeader, which does not check.
	  This allows psFitsInsertImage to call p_psFitsWriteHeader, since
	  that already creates the HDU.  Was getting into trouble by having
	  psFitsInsertImage create a primary HDU for data, then calling
	  psFitsWriteHeader, which created a primary HDU just for the
	  header (dummy values for BITPIX, NAXIS, etc), then the data
	  couldn't be written out.  It would be much better if cfitsio
	  treated data-less PHUs better --- if it recognised an HDU as
	  extant once fits_create_img had been called.

2006-05-25 16:48  price

	* src/fits/psFitsHeader.c: Extending the block on writing certain
	  FITS headers to tables; blocking all keywords that start with a
	  certain string (e.g., NAXIS, to block NAXIS1, NAXIS2, NAXIS3,
	  NAXIS23, etc).

2006-05-25 15:23  drobbin

	* test/astro/: tst_psCoord01.c, tst_psEarthOrientation.c: updated
	  tests to remove failing outputs.

2006-05-25 14:48  price

	* src/fits/: psFitsHeader.c, psFitsImage.c: Fixing problem that
	  prevented us from writing a PHU consisting of a header only ---
	  need to call fits_create_img in psFitsWriteHeader if there are
	  not currently any HDUs.  This generates the primary HDU (without
	  having to put in the required headers manually), and allows
	  subsequent calls to psFitsWriteImage to generate a new HDU
	  (without having to put in the required headers manually).
	  Required keywords are written by cfitsio.

2006-05-25 13:58  drobbin

	* test/types/tst_psMetadataIO.c: fixed some tests and reset
	  verified output.

2006-05-25 13:53  price

	* src/fits/psFits.c: Getting rid of extraneous parenthesis that
	  caused formatting problems.

2006-05-25 13:41  price

	* src/fits/psFitsHeader.c: Only particular FITS keywords may be
	  duplicated in the metadata; previously, all keywords were added
	  with duplication permitted.  This was discovered after the change
	  to psMetadataAdd that generates a MULTI at the first instance of
	  PS_META_DUPLICATE_OK.

2006-05-25 11:19  price

	* src/: pslib_strict.h, db/Makefile.am, db/psDB.h, db/psDB_dummy.h:
	  Removing psDB_dummy.h in favour of putting its function into
	  psDB.h so that we only have a single source.

2006-05-25 11:12  price

	* Makefile.am, src/Makefile.am, src/astro/Makefile.am,
	  src/db/Makefile.am, src/fft/Makefile.am, src/fits/Makefile.am,
	  src/imageops/Makefile.am, src/math/Makefile.am,
	  src/mathtypes/Makefile.am, src/sys/Makefile.am,
	  src/types/Makefile.am, src/xml/Makefile.am, test/Makefile.am,
	  test/astro/Makefile.am, test/db/Makefile.am,
	  test/fft/Makefile.am, test/fits/Makefile.am,
	  test/imageops/Makefile.am, test/math/Makefile.am,
	  test/mathtypes/Makefile.am, test/sys/.cvsignore,
	  test/sys/Makefile.am, test/types/Makefile.am,
	  test/xml/Makefile.am: Adding emacs temporary files to CLEANFILES

2006-05-24 17:53  price

	* src/types/psMetadata.c: Generate a MULTI the first time a
	  DUPLICATE_OK is supplied.  Change made to support psArguments.

2006-05-24 17:51  price

	* test/types/tst_psArguments.c: Updated test following update of
	  psArguments.c

2006-05-24 17:51  price

	* src/types/psArguments.c: MULTI is now used for multiple items
	  with the same value (-arg 1 -arg 2 -arg 3 ...).  A metadata is
	  used for multiple items specified by a single flag (-arg 1 2 3).
	  Simplified the code, added more types.  Tested with own test
	  code, and tst_psArguments.

2006-05-23 17:25  price

	* src/math/psUnaryOp.c: Cleaning up macro code.

2006-05-23 17:10  price

	* src/math/psBinaryOp.c: Cleaned up macro code.

2006-05-23 13:43  price

	* src/math/psBinaryOp.c: Adding logical operators: & and |

2006-05-23 13:41  price

	* src/types/psArguments.c: Changing printf to psTrace.

2006-05-23 11:04  drobbin

	* test/math/tst_psMinimizeLMM.c: fixed stdout so all machine
	  outputs will match.

2006-05-23 10:56  drobbin

	* test/math/tst_psMinimizeLMM.c: Added verbose setting to test to
	  turn off data values output.	(causes differences btw AMD64 &
	  32-server)

2006-05-23 10:07  drobbin

	* test/astro/tst_psEarthOrientation.c: check in changes.  Output is
	  said to be verified by paul price.  minor changes to EOC.

2006-05-22 13:08  price

	* src/math/psStats.c: Don't bother checking values that have
	  already been masked.

2006-05-22 12:59  price

	* test/math/tst_psStats09.c: Adding reporting of how many values
	  were clipped.

2006-05-22 12:46  price

	* src/math/psStats.c: Calculate clippedNvalues.

2006-05-22 12:46  price

	* src/math/psStats.h: Changing psStats to use "long" for counts.

2006-05-22 12:39  price

	* src/fits/: psFitsHeader.c, psFitsHeader.h: Making sure SIMPLE,
	  BITPIX and NAXIS are set in data-less primary headers

2006-05-22 12:38  price

	* src/fits/psFitsImage.c: Updating essential headers for
	  psFitsInsertImage.  psFitsWriteImage was not working without this
	  update (complaint was: "Could not write data to file. CFITSIO
	  Error: 1st key not SIMPLE or XTENSION").  I'm not sure that this
	  is the best fix, but due to the murkiness of cfitsio, I think
	  it's important to set these explicitly.

2006-05-22 12:30  price

	* test/math/tst_psMinimizeLMM.c: Increasing number of data points,
	  using sigma instead of multiplier within exponent, better noise
	  model.

2006-05-18 17:25  price

	* src/types/psMetadataConfig.c: Making nFail optional in
	  psMetadataConfigParse.

2006-05-18 10:08  price

	* src/db/psDB.c: Applying patch from Josh --- 'It adds support for
	  multi column/field primary keys'

2006-05-17 17:10  price

	* src/math/psStats.c: Adding check for NAN data.

2006-05-17 17:09  price

	* test/math/tst_psPolyFit4D.c: Increasing number of data values.
	  Increasing background value (makes it a bit easier to pass, since
	  the DC value drowns out small differences between the actual and
	  expected).  Masking out unnecessary polynomial terms, since it's
	  really hard to get a good fit leaving everything open.

2006-05-17 17:07  price

	* test/math/tst_psPolyFit3D.c: Increasing background value (it
	  makes the test a bit harder to fail, because of the DC offset
	  when using a relative difference as the trigger); increasing
	  number of values also.

2006-05-17 17:05  price

	* src/math/psMinimizePolyFit.c: Updating polynomial fitting to work
	  properly with masks.

2006-05-17 15:22  price

	* src/sys/: psMemory.c, psMemory.h: psMemIncrRefCounter should have
	  const

2006-05-17 15:21  price

	* src/math/psMinimizePolyFit.c: Fixing some typos

2006-05-17 15:20  price

	* src/math/: psStats.c, psMathUtils.c, psMathUtils.h: Cleaning up
	  code in psStats.c and psMathUtils.[ch]

2006-05-17 15:20  price

	* test/math/: tst_psStats00.c, tst_psStats07.c, tst_psStats09.c:
	  Updating stats tests, following update to psStats.c

2006-05-17 14:24  price

	* test/math/tst_psMinimizeLMM.c: Better test for psMinimize ---
	  fitting a Gaussian, and comparing parameters.

2006-05-16 13:12  drobbin

	* src/imageops/psImagePixelExtract.c,
	  test/imageops/tst_psImagePixelExtract.c: fixed tests for
	  ImageRow/Col F32, F64.  Edited value comparisons to check correct
	  values.

2006-05-16 10:40  drobbin

	* src/imageops/psImagePixelExtract.c,
	  test/imageops/tst_psImagePixelExtract.c: fixed failing tests
	  (ImageColF32,F64).  Someone must have incorrectly changed the
	  values to check.

2006-05-15 17:27  price

	* src/imageops/psImagePixelManip.c: Reverting to loop method for
	  overlay with images of different types --- memcpy will only work
	  if the types are the same.

2006-05-15 15:36  price

	* src/imageops/psImagePixelExtract.c: Fixing length of extracted
	  vector.

2006-05-15 15:21  price

	* src/imageops/psImagePixelExtract.c: Fixing errors in the macro
	  that prevented compilation.  Builds now.

2006-05-15 15:20  price

	* src/imageops/psImagePixelExtract.c: Rows and columns were
	  confused (psImageRow extracted a column, and psImageCol extracted
	  a row).  Changed type macros from functions into case statements,
	  to avoid extraneous function call.  Optimised psImageRow, using
	  memcpy.

2006-05-15 15:19  drobbin

	* test/astro/tst_psEarthOrientation.c: edited output messages from
	  EOC so they pass on the server.  (Problems still remain).

2006-05-15 15:08  drobbin

	* src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c, test/math/tst_psPolyFit4D.c:
	  Updated outputting message in EOC. (Added VERBOSE option, set
	  default = 0).  Changed VERBOSE=1 in psPolyFit4D to analyze
	  bug(s).

2006-05-12 22:56  magnier

	* src/sys/psString.c, test/sys/tst_psString.c: dropped error
	  message for NULL input string in psStringSplit

2006-05-12 16:35  price

	* src/imageops/psImagePixelManip.c: Adding optimisation for
	  psImageOverlaySection.  When using the '=' operation, we can
	  potentially speed things up using memcpy.

2006-05-12 12:43  drobbin

	* test/math/tst_psPolyFit4D.c: just text formatting.

2006-05-11 13:14  drobbin

	* test/astro/tst_psCoord01.c: changed return values so that
	  SetOffset loop doesn't return 0 by mistake.

2006-05-10 03:24  price

	* src/math/psMinimizePolyFit.c: Updating polynomial fitting for 3
	  and 4 dimensions

2006-05-10 03:24  price

	* test/math/: tst_psPolyFit1D.c, tst_psPolyFit3D.c,
	  tst_psPolyFit4D.c: Fixing number of data points

2006-05-10 03:19  price

	* test/math/: tst_psPolyFit1D.c, tst_psPolyFit2D.c,
	  tst_psPolyFit3D.c, tst_psPolyFit4D.c: Fixing tests: standardised
	  inputs, distributed inputs around [-1,1] so as to avoid numerical
	  effects.  tst_psPolyFit1D required special treatment for
	  chebyshev polynomial fitting when x==NULL (indices used as the
	  ordinate)

2006-05-10 01:38  price

	* src/math/psMinimizePolyFit.c: Rewrote vectorFitPolynomial1DCheb
	  to use the standard linear fitting method (invert least-squares
	  matrix).  Tweaked ordinary 1D and 2D polynomial fitting for
	  speed.

2006-05-09 15:02  price

	* src/math/psMatrix.c: Reorganising psMatrixGJSolve.

2006-05-09 14:49  price

	* src/math/: psMatrix.h, psMinimizeLMM.c, psMinimizeLMM.h: Renaming
	  psGaussJordan to psMatrixGJSolve, moving function into psMatrix.c

2006-05-09 14:48  price

	* src/math/psMatrix.c: Moving psGaussJordan into psMatrix.c,
	  renaming to psMatrixGJSolve.

2006-05-08 17:35  price

	* test/: astro/Makefile.am, db/Makefile.am, fft/Makefile.am,
	  fits/Makefile.am, imageops/Makefile.am, math/Makefile.am,
	  mathtypes/Makefile.am, sys/Makefile.am, types/Makefile.am,
	  xml/Makefile.am: Adding core dumps to list of files to remove on
	  'make clean'

2006-05-08 17:29  price

	* test/Makefile.am: Adding core dumps to list of files to clean.

2006-05-08 17:27  price

	* src/imageops/psImageConvolve.c: Removing old version of
	  psImageSmooth.  The new version is much faster, and it has now
	  been tested.

2006-05-08 17:20  price

	* test/imageops/tst_psImageSmooth.c: Updated test to provide some
	  feedback on where the error is occurring.

2006-05-08 17:16  price

	* src/imageops/psImageConvolve.c: Added bounds checking to
	  psImageSmooth.  Discovered bugs: 1. The final row and column were
	  not being smoothed; and 2. The smoothed data was being copied
	  before the next smoothing, so that it could affect the smoothing,
	  resulting in a wider tail for the positive y axis.  Fixed bug 1
	  by removing the "-1"s.  Fixed bug 2 by performing the copy after
	  the smoothing is performed, and carrying around an additional
	  floating row vector that cycles into the array of rows.

2006-05-05 17:51  drobbin

	* test/math/tst_psMinimizeLMM.c: edited stdout so the server output
	  would match my machine's.

2006-05-05 17:34  magnier

	* src/astro/psCoord.c: cleaned up ELIXIR/OLD version split

2006-05-05 13:56  price

	* src/db/psDB.c: Applying patch from Josh to fix my_bool in mySQL
	  stuff --- their boolean is defined around the wrong way.

2006-05-05 13:55  price

	* src/imageops/psImageConvolve.c: SEGVs from overrunning the bounds
	  with narrow images averted.

2006-05-05 12:32  price

	* src/imageops/psImageConvolve.c: Moving temporary variables into
	  where they are defined, ala C99.

2006-05-04 16:48  drobbin

	* src/imageops/psImageConvolve.c, src/mathtypes/psImage.c,
	  src/mathtypes/psVector.c, test/imageops/tst_psImageSmooth.c,
	  test/imageops/tst_psImageStructManip.c,
	  test/mathtypes/tst_psVectorSort_01.c: Fixed some tiny things and
	  working on fixing psImageSmooth (not done).

2006-05-04 16:42  price

	* src/db/: psDB.c, psDB.h: Applying patch from Josh Hoblitt: Patch
	  to add transaction control to psdb

2006-05-03 14:37  drobbin

	* src/imageops/psImageStructManip.c: fixed seg fault occuring from
	  NULL input image in imageSubset.  Moved NULL check back to top of
	  fxn.

2006-05-03 14:09  drobbin

	* src/mathtypes/psVector.c, test/imageops/tst_psImageStats.c,
	  test/imageops/verified/tst_psImageStats.stderr: Fixed tests for
	  psImageCountPixelMask.

2006-05-03 13:16  drobbin

	* src/: imageops/psImagePixelExtract.c, math/psStats.c,
	  mathtypes/psVector.c: Fixed memory leak and output errors
	  associated with psImageSlice -> psVectorSort and
	  p_psVectorSampleMedian.

2006-05-02 16:35  price

	* src/db/: psDB.c, psDB.h: Adding patch from Josh, which adds
	  psDBLastInsertId

2006-05-02 15:10  drobbin

	* test/types/tst_psMetadata_07.c: Fixed stderr differences.

2006-05-02 14:27  drobbin

	* src/mathtypes/psVector.c, test/mathtypes/tst_psVectorSort_02.c:
	  Edited error message and updated indexSort test

2006-05-02 13:55  price

	* test/sys/tst_psString.c: Fixing psStringSplit following code
	  update.

2006-05-02 13:02  drobbin

	* src/mathtypes/psVector.c: Edited psVectorCopy and psVectorSort.
	  Added error handling for NULL vectors.

2006-05-02 12:35  drobbin

	* test/mathtypes/: tst_psVector.c, tst_psVectorSort_01.c,
	  tst_psVectorSort_02.c: Edited psVectorCopy and psVectorSort.
	  Added error handling for NULL vectors.

2006-05-02 11:48  price

	* src/mathtypes/psVector.c: Fixing bug in psVectorSortIndex --- the
	  switch was on the output type instead of the input type.

2006-05-01 16:03  price

	* src/types/psArguments.c: Supporting NULL for PS_DATA_STRING
	  metadata item.

2006-05-01 16:01  price

	* src/types/psArguments.c: Supporting NULL for PS_DATA_STRING
	  metadata items when printing the help messages.

2006-05-01 15:48  price

	* src/types/psMetadata.c: Removing assertion on NULL string ---
	  psMetadataAddStr needs to handle NULL, not ignore it.

2006-05-01 11:23  price

	* src/types/psArguments.c: Fixing bug in psArgumentHelp caused when
	  default value (type S32) was zero --- infinite number of spaces
	  produced.

2006-04-30 14:57  magnier

	* src/sys/: psString.c, psString.h: fixed psStringSplit to use
	  strpbrk, added boolean for significance of multiple sequential
	  splitters

2006-04-30 12:10  magnier

	* src/types/psMetadataConfig.c: added support for S8,S16,U8,U16,U32

2006-04-25 16:19  drobbin

	* src/sys/psString.c, test/sys/tst_psString.c: updated stringSplit
	  NULL-handling (& tests)

2006-04-25 15:09  drobbin

	* test/astro/tst_psEarthOrientation.c: edited failing test.

2006-04-24 17:30  price

	* src/mathtypes/psVector.c: Added special case for psVectorCopy
	  (copying to the same type: use memcpy).  Changed psVectorCopy to
	  use our own heapsort --- faster sorts by a factor of ~ 2.

2006-04-22 15:08  magnier

	* src/sys/psString.c: changed psStringSplit to accept NULL input
	  string

2006-04-22 10:52  magnier

	* src/imageops/psImageStats.c: loop was running <= upper limits,
	  rather than < upper limits

2006-04-21 15:03  price

	* configure.ac: Removing AC_DISABLE_STATIC.

2006-04-21 14:46  price

	* src/: db/Makefile.am, db/psDB_dummy.h, pslib_strict.h: Adding
	  psDB_dummy.h to replace psDB.h when mysql is not used.

2006-04-21 14:41  price

	* configure.ac: Better solution to fftw problem.

2006-04-21 14:27  price

	* configure.ac: Adding math library to LIBS so that we can get FFTW
	  in the presence of static linking.

2006-04-21 11:18  magnier

	* src/math/psMinimizeLMM.c: modification of singular matrix
	  handling

2006-04-21 11:10  magnier

	* src/imageops/psImageStructManip.c: fixed some end-point errors
	  with regions

2006-04-21 11:07  magnier

	* src/imageops/psImageStats.c: fixed end-post errors in
	  psImageCountPixelMask

2006-04-21 10:59  magnier

	* src/math/psMinimizePolyFit.c: restore the GaussJordan inversion

2006-04-21 10:47  magnier

	* src/types/psMetadata.c: replaced psRegion support

2006-04-21 10:45  magnier

	* src/imageops/psImageConvolve.c: replaced psImageSmooth with
	  faster version

2006-04-21 10:41  magnier

	* src/fits/psFitsImage.c: fixed missing vector length assignments

2006-04-20 14:07  magnier

	* src/math/psRegionForImage.c: region selected by 0,0,0,0 was off
	  by one on the upper limits (must run to numCols,numRows)

2006-04-19 17:32  magnier

	* src/sys/psType.h: replaced PS_DATA_REGION because we need to be
	  able to dynamically allocate on occasion

2006-04-19 16:22  drobbin

	* src/db/psDB.c: No changes made.

2006-04-19 15:46  drobbin

	* src/sys/psType.h, src/types/psMetadata.c,
	  test/astro/tst_psEarthOrientation.c: Edited psDataType-> removed
	  PS_DATA_REGION since this type isn't dynamically allocated.

2006-04-19 15:13  drobbin

	* src/mathtypes/psImage.c, test/db/tst_psDB.c,
	  test/fits/tst_psFits.c, test/imageops/tst_psImageGeomManip.c:
	  edited files to reflect changes & patches applied by IFA.
	  Currently fixing testing procedures.

2006-04-19 08:31  magnier

	* src/math/psMinimizeLMM.c: added NaN checks with psAbort

2006-04-18 20:30  magnier

	* src/math/psMinimizeLMM.c: added NaN tests to psMinimizeLMM

2006-04-18 12:12  price

	* src/mathtypes/psVector.c: Vector length problem with
	  psVectorSortIndex.  See bug 737.

2006-04-18 12:04  price

	* src/math/: psBinaryOp.c, psUnaryOp.c: Fixing bug in number of
	  elements in psBinaryOp and psUnaryOp: when the output vector is
	  NULL, then the number of elements wasn't being set.  See bug 737.

2006-04-18 09:01  price

	* src/fits/psFitsHeader.c: Forgot to add the header to the metadata
	  after stripping trailing spaces.

2006-04-18 08:58  price

	* src/fits/psFitsHeader.c: Remove trailing spaces from string
	  header values.

2006-04-17 17:40  price

	* src/fits/psFitsHeader.c: Remove trailing spaces from a FITS
	  header string value.

2006-04-17 15:21  price

	* src/types/psMetadataConfig.c: Increasing maximum length of line,
	  to be compatible with GPC1 camera format configurations.

2006-04-17 12:00  magnier

	* src/: psErrorText_en.dat, pslib_strict.h, astro/psCoord.h,
	  fits/psFitsImage.c, fits/psFitsImage.h, imageops/psImageStats.c,
	  imageops/psImageStats.h, imageops/psImageStructManip.h,
	  math/Makefile.am, math/psRegion.c, math/psRegion.h,
	  math/psRegionForImage.c, math/psRegionForImage.h,
	  mathtypes/psImage.c, mathtypes/psImage.h, sys/psString.c,
	  sys/psString.h, sys/psType.h, types/psMetadata.c,
	  types/psMetadata.h, types/psPixels.h: variety of small changes
	  related to inconsistencies between psModules and psLib

2006-04-17 07:08  magnier

	* src/fits/psFitsHeader.c: removed extra psFree(iter) in
	  psFitsWriteHeader

2006-04-13 17:12  price

	* src/fits/psFitsHeader.c: Plugging memory leak

2006-04-11 13:57  desonia

	* configure.ac: added check for libxml2 version to be 2.6.0 or
	  greater.

2006-04-06 12:55  drobbin

	* src/imageops/psImageGeomManip.c,
	  src/imageops/psImagePixelExtract.c,
	  test/imageops/tst_psImagePixelExtract.c,
	  test/imageops/verified/tst_psImagePixelExtract.stderr: Made
	  changes concerning subimage issue and testing of changes.

2006-04-05 18:12  drobbin

	* src/imageops/psImagePixelExtract.c,
	  test/imageops/tst_psImageGeomManip.c: Made some changes for
	  subimages issue and region issues.

2006-04-05 13:37  desonia

	* test/types/.cvsignore: added a file.

2006-04-05 13:36  desonia

	* test/types/.cvsignore: [no log message]

2006-04-05 13:34  desonia

	* configure.ac: changed version number to be post rel11.

2006-04-05 13:29  desonia

	* src/Makefile.am: merged head changes.

2006-04-05 13:27  desonia

	* src/Makefile.am: added removal of temporary file,
	  libpslib.la.temp, after it is no longer needed.

2006-04-05 13:22  desonia

	* Makefile.am, src/Makefile.am, test/db/Makefile.am,
	  test/fits/Makefile.am, test/imageops/Makefile.am,
	  test/math/Makefile.am, test/mathtypes/Makefile.am,
	  test/sys/Makefile.am, test/xml/Makefile.am: joined in changes
	  from main branch

2006-04-05 13:21  desonia

	* Makefile.am, src/Makefile.am, test/db/Makefile.am,
	  test/fits/Makefile.am, test/imageops/Makefile.am,
	  test/math/Makefile.am, test/mathtypes/Makefile.am,
	  test/sys/Makefile.am, test/xml/Makefile.am: updated clean tag

2006-04-05 11:16  desonia

	* Makefile.am, configure.ac, src/Makefile.am,
	  test/types/Makefile.am, test/types/mdcfgwrt.verified,
	  test/types/data/mdcfgwrt.verified: changed version and tweaks for
	  distcheck.

2006-04-04 16:40  drobbin

	* src/fits/psFitsHeader.c: [no log message]

2006-04-04 16:36  drobbin

	* src/fits/psFitsHeader.c: [no log message]

2006-04-04 16:17  gusciora

	* src/math/: psSpline.c: [no log message]

2006-04-04 15:49  drobbin

	* src/imageops/psImageGeomManip.c,
	  src/imageops/psImagePixelExtract.c, src/imageops/psImageStats.c,
	  src/mathtypes/psImage.c, test/imageops/tst_psImagePixelExtract.c,
	  test/imageops/tst_psImageStats.c: Edited functions wrt subimage v
	  parent image issue.

2006-04-04 12:04  drobbin

	* src/imageops/psImagePixelExtract.c,
	  test/imageops/tst_psImagePixelExtract.c,
	  test/imageops/verified/tst_psImagePixelExtract.stderr: Edited
	  several functions concerning subimage v. parent issue.

2006-04-04 11:53  price

	* src/fits/psFitsImage.c: Writing EXTNAME to header is contingent
	  on extname being supplied.

2006-04-04 10:47  gusciora

	* src/math/psSpline.c: ....

2006-04-04 09:52  desonia

	* src/fits/psFits.c, src/fits/psFits.h, src/fits/psFitsHeader.c,
	  src/fits/psFitsHeader.h, src/fits/psFitsImage.c,
	  src/fits/psFitsImage.h, src/fits/psFitsTable.c,
	  src/fits/psFitsTable.h, test/fits/tst_psFits.c,
	  test/fits/verified/tst_psFits.stderr,
	  test/imageops/tst_psImageGeomManip.c, test/sys/tst_psMemory.c:
	  modified API to match current SDRS.

2006-04-04 09:52  desonia

	* src/psErrorText_en.dat: [no log message]

2006-03-31 16:43  drobbin

	* src/imageops/psImageGeomManip.c, src/imageops/psImageGeomManip.h,
	  src/imageops/psImagePixelExtract.c, src/imageops/psImageStats.c,
	  src/mathtypes/psImage.c, src/types/psPixels.c,
	  test/imageops/tst_psImagePixelExtract.c,
	  test/imageops/tst_psImageStats.c,
	  test/imageops/verified/tst_psImageInterpolate.stderr,
	  test/imageops/verified/tst_psImagePixelExtract.stderr,
	  test/imageops/verified/tst_psImageStats.stderr,
	  test/types/tst_psPixels.c: Made several changes to image
	  functions/tests w.r.t. subimage v. parent image issue.

2006-03-31 16:36  magnier

	* src/types/psMetadata.c: psMetadataAdd check in bug

2006-03-30 14:59  price

	* src/types/psMetadata.c: Fixing funny problem with emacs and ...

2006-03-30 14:58  price

	* src/types/psMetadata.c: Squashing memory leak in psMetadataCopy.

2006-03-30 10:21  price

	* src/fits/psFitsImage.c: Adding NAXIS to header update in
	  psFitsWriteImage.

2006-03-30 10:21  price

	* src/types/psMetadata.c: Adding PS_DATA_REGION to psMetadataPrint.

2006-03-29 17:37  price

	* src/types/psMetadata.c: Fixing a typo

2006-03-29 17:36  price

	* src/types/psMetadata.c: Removing C32, C64.

2006-03-29 17:26  price

	* src/math/: psRegion.c, psRegion.h, psRegionForImage.c,
	  psRegionForImage.h: Moving psRegion functions into their own
	  files.

2006-03-29 17:23  price

	* src/types/psMetadata.c: Adding C32 and C64 for
	  psMetadataItemCopy.

2006-03-29 14:31  price

	* src/: pslib_strict.h, astro/psCoord.h, fits/psFitsHeader.c,
	  imageops/psImageStats.c, imageops/psImageStats.h,
	  imageops/psImageStructManip.h, math/Makefile.am,
	  mathtypes/psImage.c, mathtypes/psImage.h, sys/psType.h,
	  types/psMetadata.c, types/psMetadata.h, types/psPixels.h: Adding
	  psMetadataItemCopy; moving psRegion into its own file, adding
	  psRegionAlloc and other support so we can put it on the metadata

2006-03-28 16:18  price

	* src/types/: psMetadataConfig.c: nFail for psMetadataConfigParse
	  may be NULL.

2006-03-28 13:17  magnier

	* src/fits/psFitsHeader.c: fixed psFitsWriteHeader to output
	  COMMENT and HISTORY fields

2006-03-28 12:19  magnier

	* src/types/psMetadata.c: flag for copying the multi's should be
	  PS_META_DUPLICATE_OK (not PS_DATA_META_MULTI)

2006-03-27 16:17  magnier

	* src/types/: psMetadata.c, psMetadata.h: added PS_META_NO_REPLACE
	  concept

2006-03-17 10:38  drobbin

	* src/imageops/psImagePixelExtract.c, src/mathtypes/psImage.c,
	  test/imageops/verified/tst_psImagePixelExtract.stderr: Updated
	  ImageRow, Col, Slice with respect to Sub-image v. parent-image
	  specs.

2006-03-15 15:00  price

	* src/fits/psFitsHeader.c: Removing trailing spaces from header
	  values.  Trailing spaces aren't significant, according to the
	  FITS standard.

2006-03-13 17:35  drobbin

	* src/mathtypes/psImage.c: Merged-in changes for psRegionForImage
	  from eam_rel9_b1. (coord's refer to parent image).

2006-03-13 17:25  drobbin

	* src/mathtypes/psImage.c, test/mathtypes/tst_psImage.c: Updated
	  psImageGet in accordance with rules for dealing with sub-images.

2006-03-13 16:22  drobbin

	* src/mathtypes/psImage.c, test/mathtypes/tst_psImage.c: Changed
	  psImageSet to coincide with new stipulations concerning
	  sub-images.

2006-03-09 09:37  magnier

	* src/sys/: psString.c, psString.h: added psStringSubstitute

2006-03-08 16:42  price

	* src/types/psArray.c: Set array components to NULL on alloc,
	  realloc.

2006-03-08 16:00  price

	* src/types/psMetadataConfig.c: Changing maximum line length.

2006-03-08 16:00  price

	* src/types/psMetadata.c: Fixing format of psMetadataPrint.

2006-03-08 11:09  drobbin

	* src/types/psMetadata.c: Merged in changes to psMetadata
	  (polynomial formatting) from rel10_ifa (bug 714)

2006-03-06 18:20  drobbin

	* src/astro/psTime.c: changed getToken to see if it has gotten to
	  NULL before incrementing past the token.

2006-03-06 17:03  price

	* src/types/psMetadata.c: Changing size of hash for psMetadata.

2006-03-06 15:53  drobbin

	* src/astro/psSphereOps.c: Edited psSphereOps to use dynamically
	  allocated psSphereRot's everywhere.

2006-03-06 14:39  desonia

	* configure.ac: made prefix /usr/local instead of `pwd`.

2006-03-06 12:34  drobbin

	* src/types/psArray.c, test/db/tst_psDB.c,
	  test/types/tst_psArray.c: Removed psMemIncrRefCounter from
	  psArrayGet & associated psFree calls.

2006-03-06 10:57  gusciora

	* src/math/psMinimizePolyFit.c, test/math/tst_psPolyFit4D.c: This
	  merges in rel10_ifa.	However, I changed the matrix solving
	  routines from GaussJordan to LUD.

2006-03-06 10:40  gusciora

	* src/math/psMinimizeLMM.c: From rel10_ifa.

2006-03-06 10:32  gusciora

	* src/math/psMinimizeLMM.c: ....

2006-03-06 10:32  gusciora

	* src/math/psMinimizeLMM.c: Trying to merge rel10_ifa.

2006-03-03 16:40  price

	* src/psErrorText_en.dat: Added psFits errors for image cubes.

2006-03-03 16:40  price

	* src/fits/psFitsImage.h: Added psFitsReadImageCube,
	  psFitsWriteImageCube, psFitsUpdateImageCube.	Modified
	  psFitsWriteImage, psFitsReadImage to conform to SDRS.

2006-03-03 16:39  price

	* src/fits/psFitsImage.c: Compiles now.

2006-03-03 15:54  price

	* src/fits/psFitsImage.c: Fixing headers before writing image.

2006-03-03 15:23  price

	* src/fits/psFitsImage.c: psFitsWriteImage will now update BITPIX,
	  NAXIS1, NAXIS2 before writing.  Added psFitsReadImageCube,
	  psFitsWriteImageCube.

2006-03-03 12:09  gusciora

	* src/math/psMinimizeLMM.c: ....

2006-03-03 12:08  gusciora

	* src/math/psMinimizeLMM.c: From rel10_ifa

2006-03-02 13:04  drobbin

	* src/types/: psList.c, psList.h: Removed #include <pthreads.h>
	  from psList files.

2006-02-28 10:03  mberning

	* src/pslib_strict.h: Updated pslib_strict.h to remove outdated
	  Doxygen tags

2006-02-27 16:53  drobbin

	* src/math/psPolynomial.c, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/sys/psMemory.c, src/sys/psMemory.h,
	  src/types/psArray.c, src/types/psArray.h, src/types/psList.c,
	  src/types/psList.h, src/types/psPixels.c, src/types/psPixels.h,
	  test/astro/tst_psCoord.c, test/mathtypes/tst_psVector.c,
	  test/types/tst_psArray.c, test/types/tst_psList.c,
	  test/types/tst_psPixels.c: Add Length functions/tests.  Modified
	  psPixelsAlloc to set n=0.

2006-02-24 13:43  drobbin

	* src/astro/psCoord.c, src/db/psDB.c, src/fits/psFitsTable.c,
	  src/imageops/psImageGeomManip.c,
	  src/imageops/psImagePixelExtract.c, src/math/psConstants.h,
	  src/math/psMinimizeLMM.c, src/math/psMinimizePolyFit.c,
	  src/math/psMinimizePowell.c, src/math/psPolynomial.c,
	  src/math/psSpline.c, src/math/psStats.c,
	  src/mathtypes/psVector.c, src/types/psArray.c,
	  src/types/psLookupTable.c, src/types/psMetadataConfig.c,
	  test/fits/tst_psFits.c, test/imageops/tst_psImageConvolve.c,
	  test/imageops/tst_psImagePixelExtract.c,
	  test/imageops/verified/tst_psImagePixelExtract.stderr,
	  test/math/tst_psMinimizeLMM.c, test/math/tst_psMinimizePowell.c,
	  test/math/tst_psPolyFit1D.c, test/math/tst_psPolyFit2D.c,
	  test/math/tst_psPolyFit3D.c, test/math/tst_psPolyFit4D.c,
	  test/math/tst_psPolynomialEval1D.c,
	  test/math/tst_psPolynomialEval2D.c,
	  test/math/tst_psPolynomialEval3D.c,
	  test/math/tst_psPolynomialEval4D.c, test/math/tst_psRandom.c,
	  test/math/tst_psSpline1D.c, test/math/tst_psStats07.c,
	  test/math/tst_psStats09.c, test/mathtypes/tst_psVector.c,
	  test/mathtypes/tst_psVectorSort_02.c,
	  test/types/tst_psLookupTable_01.c, test/types/tst_psMetadataIO.c:
	  Changed psArray & psVector to zero 'n' upon allocation.  Used to
	  set vector->n = nalloc.

2006-02-24 09:59  magnier

	* src/imageops/psImageConvolve.c: serious code improvement on
	  psImageSmooth

2006-02-23 18:01  magnier

	* src/types/psMetadata.c: fixed psPoly..Alloc argument order

2006-02-23 17:59  magnier

	* src/mathtypes/psImage.c: changed psRegionFromString to allow NULL
	  string (meaning 0:0,0:0)

2006-02-17 14:56  drobbin

	* src/math/psMinimizePowell.c, src/math/psStats.c,
	  test/math/tst_psMinimizeLMM.c, test/math/tst_psMinimizePowell.c:
	  Finished updating files affected by changing psArrayAlloc to set
	  ->n=0.

2006-02-16 17:24  drobbin

	* src/astro/psCoord.c, src/fits/psFitsTable.c, src/types/psArray.c,
	  src/types/psLookupTable.c, test/astro/tst_psCoord02.c,
	  test/fits/tst_psFits.c, test/types/tst_psArray.c: Changed
	  psArrayAlloc to set ->n = 0.	Updated corresponding functions &
	  tests.

2006-02-16 14:56  gusciora

	* src/math/: psConstants.h, psMathUtils.h, psMinimizeLMM.h,
	  psPolynomial.c, psSpline.c, psStats.c: [no log message]

2006-02-15 22:13  magnier

	* src/types/: psMetadata.c, psMetadata.h: added polynomial to
	  metadata config conversions

2006-02-15 22:10  magnier

	* src/math/psMinimizePolyFit.c: fits respect coeff masks, fixed
	  coeff errors

2006-02-15 22:01  magnier

	* src/math/psMinimizeLMM.c: added correct constraint handling

2006-02-15 21:50  magnier

	* src/: imageops/psImageStats.c, imageops/psImageStructManip.c,
	  mathtypes/psImage.c: fixed image / subimage / region accounting
	  by parent

2006-02-15 21:46  magnier

	* src/astro/psTime.c: fixed error in getToken

2006-02-13 14:09  drobbin

	* src/: astro/psEarthOrientation.c, astro/psEarthOrientation.h,
	  astro/psSphereOps.h, sys/psMemory.c, types/psList.c,
	  types/psList.h: Added psMemThreadSafety.  Removed p_lock from
	  psList.  Added comments and made minor changes to EOC.

2006-02-09 18:12  gusciora

	* src/math/psMinimizePowell.c: ....

2006-02-09 16:44  drobbin

	* src/: sys/psMemory.c, sys/psMemory.h, types/psList.c,
	  types/psList.h: Added psMemThreadSafety in psMemory and updated
	  corresponding mutex's to comply with specs.

2006-02-09 14:56  gusciora

	* test/astro/tst_psCoord02.c: ....

2006-02-09 14:51  gusciora

	* test/astro/tst_psCoord02.c: ....

2006-02-09 14:51  gusciora

	* src/astro/psCoord.c: Rewrote psPlaneTransformCombine().

2006-02-08 15:57  gusciora

	* src/astro/: psCoord.c: ....

2006-02-08 15:23  gusciora

	* src/math/: psMinimize.c, psMinimize.h:
	  These ffiles were split into 3 new files.

2006-02-08 15:21  gusciora

	* test/astro/tst_psCoord02.c:
	  The check-in comes after the complete rewrite of the
	  psPlaneTransform- Fit and -Invert routine.

2006-02-08 15:18  gusciora

	* src/astro/psCoord.c:
	  Complete rewrite of psPlaneTransformInvert().  I now call the
	  vectorFit poly routines.

2006-02-08 14:52  gusciora

	* src/astro/psCoord.c:
	  The psPlaneTransformFit() was completely rewritten and
	  simplified.  We now simply call the psVectorPolynomial2DFit()
	  routines.

2006-02-08 11:52  gusciora

	* src/astro/psCoord.c:
	  Misc code cleaning.

2006-02-08 11:34  gusciora

	* src/astro/psCoord.c: ....

2006-02-08 11:30  gusciora

	* src/astro/psCoord.c: Tests for psPlaneAlloc() psPlaneFree().
	  Initialized the members of psPlane.

2006-02-08 11:30  gusciora

	* test/astro/tst_psCoord.c: Tests for psPlaneAlloc() psPlaneFree().

2006-02-07 19:43  magnier

	* src/mathtypes/psImage.c: adjustments to move from subimage to
	  parent coords

2006-02-07 19:43  magnier

	* src/math/psMinimize.c: buildsum free was not using nXsum =
	  2*nXterm

2006-02-07 19:42  magnier

	* src/imageops/psImageStructManip.c: changes to move from subimage
	  to parent coords

2006-02-07 19:41  magnier

	* src/imageops/psImageStats.c: changed psImageCountPixelMask to use
	  parent coords

2006-02-07 15:30  desonia

	* configure.ac: updated the version number

2006-02-07 15:03  desonia

	* src/fits/psFits.c, src/fits/psFits.h, src/fits/psFitsHeader.c,
	  src/fits/psFitsHeader.h, src/fits/psFitsTable.c,
	  src/imageops/psImageGeomManip.c, src/imageops/psImageGeomManip.h,
	  test/fits/tst_psFits.c: fixed a leak in psFits table reading and
	  cleaned up things according to the API Delta report.

	  -rdd `

2006-02-07 14:00  gusciora

	* src/sys/psType.h, test/mathtypes/tst_psVector.c: Undid the
	  changes to the psElemType.

2006-02-07 13:39  gusciora

	* src/math/psStats.h: ....

2006-02-07 13:36  gusciora

	* src/: math/psPolynomial.c, math/psPolynomial.h, sys/psType.h,
	  types/psList.h: ....

2006-02-07 13:14  gusciora

	* src/astro/psCoord.c, src/imageops/psImageStats.c,
	  src/math/psMinimizeLMM.c, src/math/psMinimizePowell.c,
	  src/math/psMinimizePowell.h, test/math/tst_psMinimizePowell.c:
	  ....

2006-02-07 12:41  price

	* src/types/psMetadata.c: Removing memory leak in
	  psMetadataLookupPtr

2006-02-07 11:24  price

	* src/types/psMetadata.c: Fixing memory leaks

2006-02-06 15:11  gusciora

	* .cvsignore, test/imageops/.cvsignore, test/types/.cvsignore: ....

2006-02-06 15:08  gusciora

	* test/math/: .cvsignore, tst_psMinimize05.c, tst_psMinimize06.c,
	  tst_psFunc08.c, tst_psFunc09.c, tst_psFunc10.c, tst_psFunc11.c:
	  ....

2006-02-06 12:27  desonia

	* test/math/: tst_psMinimizeLMM.c, tst_psMinimizePowell.c: reduced
	  the precision of printing of float values to mitigate machine
	  differences between types of processors.

	  -rdd

2006-02-06 12:19  gusciora

	* src/mathtypes/: psImage.c, psScalar.c: ....

2006-02-06 11:57  drobbin

	* src/astro/psEarthOrientation.c: added comments

2006-02-06 11:23  gusciora

	* test/math/tst_psStats07.c: Cosmetic mods....

2006-02-03 12:05  gusciora

	* src/math/: psMinimizeLMM.c, psMinimizePowell.c, psStats.c:
	  Misc code cleaning

2006-02-02 15:34  gusciora

	* test/math/tst_psStats00.c:
	  I modified the psVectorStats behavior when called with bad
	  params.

2006-02-02 15:30  gusciora

	* test/math/tst_psStats07.c:
	  Cleaned and modified the robust stats.

2006-02-02 15:30  gusciora

	* src/math/psStats.c: Cleaned and modified the robust stats.

2006-02-02 14:11  desonia

	* src/astro/psEarthOrientation.c, src/fits/psFitsTable.c,
	  src/sys/psMemory.c, src/types/psMetadata.c,
	  test/fits/tst_psFits.c, test/types/tst_psMetadata_04.c,
	  test/types/tst_psMetadata_07.c: modified to reflect change in
	  behaviour of psMetadataLookupPtr/Str/MD functions.

2006-02-02 13:19  drobbin

	* src/astro/psSphereOps.c, test/astro/tst_psSphereOps.c: Added
	  comments, removed old code & comments, added NULL checks.

2006-02-02 12:15  gusciora

	* test/math/tst_psStats09.c: This test was completely rewritten.

2006-02-02 11:11  gusciora

	* src/pslib_strict.h, src/imageops/psImageStats.c,
	  test/imageops/tst_psImageStats.c, test/math/tst_psMathUtils.c:
	  ....

2006-02-02 11:09  gusciora

	* src/math/: Makefile.am, psMathUtils.c, psMathUtils.h,
	  psMinimizePolyFit.c, psPolynomial.c, psSpline.c, psSpline.h,
	  psStats.c, psStats.h:
	  This file contains some of the generic math functions which were
	  previously in psStats and psSpline and psMinimize.

2006-02-02 11:05  gusciora

	* test/math/: Makefile.am, tst_psPolyFit1D.c, tst_psPolynomial.c,
	  tst_psPolynomialEval1D.c, tst_psPolynomialEval2D.c,
	  tst_psPolynomialEval3D.c, tst_psPolynomialEval4D.c,
	  tst_psStats07.c, tst_psStats09.c, tst_psMathUtils.c: ....

2006-02-02 11:02  gusciora

	* test/imageops/tst_psImageStats.c: ....

2006-02-02 10:59  desonia

	* test/db/tst_psDB.c: fixed test to reflect new behaviour ps
	  psDBDumpRows returning NULL if no rows exist.

2006-02-02 10:31  gusciora

	* test/math/tst_psStats05.c: ....

2006-02-01 18:48  desonia

	* src/db/psDB.c: patch from Bug 680 -- psDB behavior fixes.

2006-02-01 18:46  desonia

	* configure.ac: patch from Bug #677 - enables large file support.

2006-02-01 18:41  desonia

	* src/imageops/psImagePixelExtract.c,
	  src/imageops/psImagePixelExtract.h,
	  test/imageops/tst_psImagePixelExtract.c: changed
	  psImagePixelExtract to take a psPixels instead of psVector of
	  coord parameter.

2006-02-01 13:35  gusciora

	* test/math/tst_psMinimizeLMM.c: ....

2006-02-01 11:44  gusciora

	* test/imageops/tst_psImageStats.c: ....

2006-02-01 11:35  gusciora

	* test/: imageops/tst_psImageSmooth.c, imageops/tst_psImageStats.c,
	  math/tst_psMinimizePowell.c: ....

2006-02-01 10:40  drobbin

	* src/sys/psString.c, src/sys/psString.h, src/types/psMetadata.c,
	  test/sys/tst_psString.c: Added error handling to psString for
	  NULL string inputs.

2006-01-31 16:07  gusciora

	* src/math/psStats.c: Fixed bug 674.

2006-01-31 14:17  drobbin

	* src/astro/psTime.c: Updated psTimeFromISO to use 2nd argument,
	  psTimeType and output the desired type of time.

2006-01-31 13:24  drobbin

	* src/astro/psTime.c, test/astro/tst_psCoord.c,
	  test/astro/tst_psCoord02.c, test/astro/tst_psTime_01.c,
	  test/astro/tst_psTime_02.c, test/astro/tst_psTime_04.c: Fixed
	  Time conversions and ToMJD & ToJD fxns to use TAI type.  Updated
	  transforms tests.

2006-01-30 13:42  gusciora

	* src/astro/psCoord.c:
	  Fixed math error with the TransformDeriv function

2006-01-30 12:56  drobbin

	* src/astro/psCoord.c, test/astro/tst_psCoord.c,
	  test/astro/tst_psCoord02.c: Added test for PlaneTransformDeriv in
	  Coord02

2006-01-30 10:28  drobbin

	* src/astro/psCoord.c, src/sys/psType.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, test/astro/tst_psCoord.c,
	  test/imageops/Makefile.am: Added type support in Metadata for
	  s8,s16,u8-32.  Edited PixelsTransform and test.  Added types to
	  DataType.

2006-01-27 15:31  drobbin

	* src/: astro/psCoord.c, astro/psCoord.h,
	  astro/psEarthOrientation.c, types/psPixels.h: Implemented
	  psPixelsTransform.

2006-01-27 15:17  price

	* src/types/psMetadata.c: Removed increment of returned value from
	  psMetadataLookupMD.

2006-01-27 15:17  price

	* src/sys/psMemory.c: Adding callback to p_psMemIncrRefCounter.

2006-01-27 15:12  desonia

	* src/imageops/psImageGeomManip.c, src/imageops/psImageGeomManip.h,
	  src/imageops/psImagePixelManip.c,
	  src/imageops/psImagePixelManip.h, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psScalar.c,
	  src/mathtypes/psScalar.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/sys/psType.h,
	  test/astro/tst_psTime_04.c: changed 'complex' to 'double complex'
	  to be more C99 compliant.

2006-01-27 10:08  gusciora

	* src/imageops/psImageConvolve.c, src/math/psMinimizeLMM.c,
	  src/math/psMinimizeLMM.h, src/math/psMinimizePolyFit.c,
	  test/astro/tst_psSphereOps.c, test/imageops/Makefile.am,
	  test/imageops/verified/tst_psImageSmooth.stderr,
	  test/imageops/verified/tst_psImageSmooth.stdout,
	  test/math/Makefile.am, test/math/tst_psPolyFit1D.c,
	  test/math/tst_psPolyFit2D.c, test/math/tst_psPolyFit3D.c,
	  test/math/tst_psPolyFit4D.c, test/math/tst_psSpline1D.c,
	  test/math/tst_psStats00.c, test/math/tst_psStats03.c: I added
	  tests for psImageSmooth, modified the psStats stuff and the Min
	  routines.

2006-01-26 15:49  drobbin

	* src/sys/psString.c, test/sys/tst_psString.c: Updated
	  psStringSplit and created/finished corresponding test.

2006-01-26 14:16  gusciora

	* test/math/Makefile.am: Moved some files around, changed the
	  structure.

2006-01-26 13:49  gusciora

	* src/math/psStats.c, src/math/psStats.h,
	  test/math/tst_psStats00.c, test/math/tst_psStats03.c,
	  test/math/tst_psStats05.c, test/math/tst_psStats07.c:
	  Made the requested changes to the psStats structure and added the
	  fitted statistics.

2006-01-26 13:44  drobbin

	* test/types/tst_psMetadata_07.c: Fixed error message.

2006-01-26 13:32  drobbin

	* test/astro/tst_psTime_04.c: changed printf statement that was
	  failing on the server. (line 163)

2006-01-26 13:31  drobbin

	* test/sys/tst_psString.c: started working on test for
	  psStringSplit

2006-01-26 11:10  gusciora

	* src/astro/psCoord.c, src/astro/psEarthOrientation.c,
	  src/astro/psTime.c, src/math/psConstants.h,
	  src/math/psMinimizeLMM.c, src/math/psMinimizePolyFit.c,
	  src/math/psPolynomial.c, src/math/psPolynomial.h,
	  src/math/psSpline.c, src/math/psStats.c,
	  src/types/psLookupTable.c, src/types/psLookupTable.h,
	  test/imageops/tst_psImageStats.c, test/math/tst_psFunc08.c,
	  test/math/tst_psFunc09.c, test/math/tst_psFunc10.c,
	  test/math/tst_psFunc11.c, test/math/tst_psMinimize06.c,
	  test/math/tst_psPolyFit1D.c, test/math/tst_psPolyFit2D.c,
	  test/math/tst_psPolyFit3D.c, test/math/tst_psPolyFit4D.c,
	  test/math/tst_psSpline1D.c, test/math/tst_psStats05.c,
	  test/math/tst_psStats07.c, test/sys/tst_psMemory.c,
	  test/types/tst_psLookupTable_01.c:
	  Implemented the polynomial alloc argument changes.

2006-01-26 09:09  gusciora

	* test/math/tst_psMinimize06.c: ....

2006-01-26 09:07  gusciora

	* test/math/tst_psMinimize06.c: Unset trace levels

2006-01-25 19:31  drobbin

	* src/sys/: psString.c, psString.h: added psStringSplit from bug
	  657.

2006-01-25 16:44  gusciora

	* src/math/psPolynomial.c: ....

2006-01-25 16:11  gusciora

	* src/math/psPolynomial.c: Fixed bug in 3D 4D poly eval vector.

2006-01-25 16:11  gusciora

	* test/math/tst_psFunc11.c: ....

2006-01-25 14:46  drobbin

	* src/types/psMetadata.c, test/types/tst_psMetadata_07.c:
	  Fixed/updated MetadataCopy (bug579) (& tests).  Now makes deeper
	  copies of items.

2006-01-25 14:42  gusciora

	* test/math/: tst_psFunc00.c, tst_psPolyFit1D.c:
	  This code is in tst_psPolynomial.c

2006-01-25 14:31  gusciora

	* src/imageops/psImageStats.c, src/math/psConstants.h,
	  src/math/psMinimizePolyFit.c, src/math/psPolynomial.c,
	  src/math/psStats.c, test/math/Makefile.am,
	  test/math/tst_psPolyFit1D.c, test/math/tst_psPolyFit2D.c,
	  test/math/tst_psPolyFit3D.c, test/math/tst_psPolyFit4D.c:
	  Several mods mostly to the psPolynomial fitting routines.

2006-01-25 13:27  gusciora

	* test/math/: tst_psMinimizeVector2D_F32.c,
	  tst_psMinimizeVector2D_F64.c:
	  These files are now obsolted by tst_psPolyFit2D.c

2006-01-25 12:33  drobbin

	* src/types/psMetadataConfig.c, test/types/mdcfgwrt.verified:
	  changed float output to show only 7 sig digits.

2006-01-25 12:18  drobbin

	* src/types/psMetadataConfig.c, test/types/mdcfgwrt.verified,
	  test/types/tst_psMetadata_07.c: fixed ConfigFormat, Write.  Added
	  extra error checks.  Updated/expanded corresponding tests.

2006-01-24 17:02  drobbin

	* src/types/psArguments.h, src/types/psMetadata.c,
	  src/types/psMetadataConfig.c,
	  test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: Fixed psMetadataConfigFormat to use
	  %22.15g for F32,F64.	Fixed Precess tests.  Updated Argument
	  comments.

2006-01-23 13:52  drobbin

	* src/pslib_strict.h, src/astro/psSphereOps.h,
	  src/types/Makefile.am, src/types/psArguments.c,
	  src/types/psArguments.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, test/types/Makefile.am,
	  test/types/tst_psArguments.c, test/types/tst_psMetadata_07.c:
	  Created psArguments.[ch] and moved psArguments fxn in from
	  psMetadata (& tests).

2006-01-23 12:25  gusciora

	* src/: astro/psCoord.c, imageops/psImageStats.c,
	  math/psConstants.h, math/psMinimizePolyFit.c,
	  math/psMinimizePowell.c, math/psPolynomial.c,
	  math/psPolynomial.h, math/psSpline.c, math/psStats.c: Misc code
	  cleaning

2006-01-23 10:44  gusciora

	* src/: pslib_strict.h, math/psMinimizeLMM.h,
	  math/psMinimizePolyFit.c, math/psMinimizePolyFit.h,
	  math/psMinimizePowell.h, math/psStats.c, sys/psMemory.c:
	  psMinimize is now split into 3 files.

2006-01-23 10:04  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  src/astro/psTime.c, src/astro/psTime.h, src/types/psMetadata.c,
	  test/astro/tst_psEarthOrientation.c, test/astro/tst_psTime_04.c,
	  test/types/tst_psMetadata_07.c: updated PrecessMethod.  Fixed
	  MetadataAddStr to error on NULL input.  Time_TideUT1Corr?

2006-01-22 01:11  magnier

	* src/db/psDB.c: added patch from josh

2006-01-21 21:05  magnier

	* src/db/psDB.c: adding patch from josh

2006-01-21 13:44  magnier

	* src/: sys/psString.c, sys/psString.h, types/psMetadata.c: adding
	  patch from josh

2006-01-20 16:43  gusciora

	* src/math/: Makefile.am, psMinimizeLMM.c, psMinimizeLMM.h,
	  psMinimizePolyFit.c, psMinimizePolyFit.h, psMinimizePowell.c,
	  psMinimizePowell.h, psPolynomial.c, psStats.c:
	  Restructuring of the psMinimize.c file

	      psMinimizeLMM.c psMinimizeLMM.h
		  The Levenberg-Marquadt routines, AND, the psMinimization
	  struct
	      psMinimizePolyFit.c psMinimizePolyFit.h
		  The various polynomial to vector fitting routines.
	      psMinimizePowell.c psMinimizePowell.h
		  The Powell minimization routines.

2006-01-20 16:39  gusciora

	* test/math/: Makefile.am, tst_psMinimize05.c, tst_psPolyFit1D.c,
	  tst_psPolyFit1DCheby.c, tst_psPolyFit1DOrd.c, tst_psPolyFit2D.c,
	  tst_psPolyFit2DOrd.c, tst_psPolyFit3D.c, tst_psPolyFit3DOrd.c,
	  tst_psPolyFit4D.c, tst_psPolyFit4DOrd.c: Rewrite of the previous
	  poly fitting tests.  These are more complete, and sonsistent.

2006-01-18 13:49  drobbin

	* src/psErrorText_en.dat, src/astro/psEarthOrientation.c,
	  src/astro/psEarthOrientation.h, src/astro/psSphereOps.c,
	  src/astro/psSphereOps.h, src/types/psMetadata.h,
	  test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: chgd psMetadataType's to
	  psDataType's.  Moved SpherePrecess to EOC.  checked in verified
	  tests.

2006-01-18 10:59  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psTime.c,
	  src/astro/psTime.h, test/astro/tst_psTime_04.c: Small update to
	  TEO/polarTide.  New fxn Time_TideUT1Corr done and tested.

2006-01-17 14:41  drobbin

	* psTableParse.c, src/astro/psEarthOrientation.c,
	  src/astro/psEarthOrientation.h,
	  test/astro/tst_psEarthOrientation.c: Updated Table parser, Fixed
	  misc EOC, worked primarily on GravityDeflection

2006-01-16 23:26  magnier

	* src/math/psMinimize.c: fixed asserts in clip fit functions

2006-01-16 23:24  magnier

	* src/types/: psMetadata.c, psMetadata.h: added polynomial /
	  metadata I/F functions

2006-01-16 23:23  magnier

	* src/sys/: psString.c, psString.h: added psLine, commented out

2006-01-16 23:22  magnier

	* src/: math/psPolynomial.c, math/psPolynomial.h,
	  sys/psConfigure.c, types/psMetadataConfig.c: minor diffs

2006-01-12 11:18  drobbin

	* psTableParse.c: Expanded table parser to allow inclusion of error
	  columns

2006-01-12 10:40  drobbin

	* psTableParse.c, src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c: Updated fxns in EOC.
	  Updated/expanded TableParser.

2006-01-09 18:47  magnier

	* src/math/psMinimize.c: set stats->clippedNvalues in
	  psVectorClipFitPolynomial3D

2006-01-05 15:01  magnier

	* src/: sys/psLogMsg.h, types/psMetadata.c: updates to log

2006-01-04 12:59  drobbin

	* Makefile.am, psTableParse.c: Added psTableParse to makefile

2005-12-23 14:33  desonia

	* src/: astro/psCoord.c, db/psDB.c, imageops/psImageStats.c,
	  mathtypes/psImage.c, mathtypes/psVector.c,
	  types/psMetadataConfig.c, xml/psXML.c: merged branch eam_rel9_b1.
	  Contains many fixes made by IfA.

2005-12-23 14:32  desonia

	* test/imageops/: tst_psImageStats.c,
	  verified/tst_psImageStats.stderr: merged fixes found on
	  eam_rel9_b1 branch.

2005-12-23 14:00  magnier

	* src/sys/psConfigure.c: tag mismatch

2005-12-23 13:56  magnier

	* src/fits/psFitsTable.c: minor clarification

2005-12-22 16:09  magnier

	* src/math/psMinimize.c: added optimization to 3D polynomial fit

2005-12-22 16:04  magnier

	* src/types/psMetadataConfig.c: added variable init, changed output
	  format from %f to %22.15g

2005-12-22 15:58  magnier

	* src/: astro/psCoord.c, db/psDB.c, mathtypes/psVector.c,
	  xml/psXML.c: added variable inits

2005-12-20 20:15  drobbin

	* psTableParse.c, test/astro/tst_psEarthOrientation.c: Updated
	  tests in EOC to test great circle distance for precession (corr)
	  values.  added IERS file parser

2005-12-20 14:27  gusciora

	* src/math/psMinimize.c, test/math/tst_psPolyFit4DOrd.c: I've
	  incorporated the 4D polynomial fitting routines from EAM into the
	  CVS tree and added fairly simple tests.  I changed from
	  GaussJordan to LUD since the former was overflowing.

2005-12-20 14:10  gusciora

	* test/math/tst_psPolyFit3DOrd.c: More testing.

2005-12-20 14:03  gusciora

	* test/astro/tst_psCoord01.c: ....

2005-12-20 13:53  gusciora

	* test/math/tst_psPolyFit3DOrd.c: ....

2005-12-20 13:53  gusciora

	* src/math/psMinimize.c, test/math/Makefile.am: The 3D fitting code
	  should work, I have working tests for it.  I had to switch from
	  GaussJordan to LUD because the matrix was overflowing.

2005-12-20 12:41  gusciora

	* src/math/psMinimize.c: Added some of EAM's 3D and 4D fitting
	  code.

2005-12-19 19:20  drobbin

	* src/astro/psCoord.c: Cosmetic change of n1, etc... to order1,
	  etc...

2005-12-19 19:05  drobbin

	* src/astro/psCoord.h, src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c: Made several changes to EOC
	  tests & fxns.  Revamped GetPolarMotion to use interpolation.

2005-12-19 13:58  gusciora

	* test/math/Makefile.am, test/math/tst_psMinimize04.c,
	  test/math/tst_psMinimize04_F32.c, test/math/tst_psMinimize04b.c,
	  test/math/tst_psMinimize04b_F32.c,
	  test/math/tst_psPolyFit1DCheby.c, test/math/tst_psPolyFit1DOrd.c,
	  test/math/tst_psPolyFit2DOrd.c, test/math/tst_psStats07.c,
	  src/astro/psCoord.c, src/math/psPolynomial.c,
	  src/math/psPolynomial.h: Implemented the chi-squared algorithm
	  for calculated Chebyshev poly coefficients.

2005-12-19 09:44  magnier

	* src/math/psMinimize.c: fixed coeffErr

2005-12-18 14:51  magnier

	* src/math/psMinimize.c: finished up coeffErr and coeffMask code

2005-12-18 08:52  magnier

	* src/math/psMinimize.c: added masked orders and coeff errors

2005-12-17 10:26  magnier

	* src/math/psMinimize.c: adding the 3D and 4D fit polynomial
	  functions

2005-12-14 16:37  drobbin

	* src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c: Updated all tests.  Fixed
	  GetPolarMotion, PrecessionCorr, etc.	Aberration & Grav still
	  unverified.

2005-12-13 14:47  desonia

	* src/imageops/: psImageConvolve.c, psImageStats.c: bug #623 --
	  fixes from eam_rel9_b0 branch.

2005-12-12 15:31  drobbin

	* src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c: Updated tests and debugged
	  code.  PrecessionModel now working.

2005-12-07 16:49  drobbin

	* src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c: updated tests, got TEOtoCEO
	  working and verified.  Currently working on CEOtoGCRS.

2005-12-07 14:17  magnier

	* src/imageops/psImageConvolve.c: added needed break to
	  IMAGESMOOTH_CASE

2005-12-07 10:55  magnier

	* src/mathtypes/psImage.c: re-introduced psRegionForImage fix.

2005-12-07 10:49  magnier

	* src/math/psMinimize.c: upper and lower clipping tests
	  (isfinite(stats->max)) were backwards

2005-12-07 10:45  magnier

	* src/imageops/psImageStats.c: fixed row,column transpose removed
	  excessive restrictions on psRegion

2005-12-06 16:13  drobbin

	* test/astro/tst_psEarthOrientation.c: Updated EOC tests to verify
	  against given test cases.  All tests fail. (no case for
	  nutation).

2005-12-06 11:52  desonia

	* configure.ac: changed version number.

2005-12-06 08:46  gusciora

	* src/mainpage.dox: psModule routines.

2005-12-05 14:02  desonia

	* Makefile.am, test/astro/Makefile.am: [no log message]

2005-12-05 13:05  desonia

	* test/astro/tst_psEarthOrientation.c: removed failing tests from
	  release.  Errors will appear in SVD.

2005-12-05 12:49  desonia

	* configure.ac: adjusted library version.

2005-12-05 12:34  desonia

	* test/astro/.cvsignore: [no log message]

2005-12-05 12:33  desonia

	* test/astro/tst_psCoord01.c: removed psProject / psDeproject
	  tests, as they may not be correctly testing the software.

2005-12-05 12:14  drobbin

	* src/mathtypes/psImage.c: Fixed bug 602, (added 1,1 to x0,y0 for
	  psRegionToString)

2005-12-05 12:00  drobbin

	* src/astro/psTime.c, test/astro/tst_psTime_01.c,
	  test/astro/tst_psTime_03.c: fixed formatting for strings for bug
	  600, TimeFromISO

2005-12-05 11:33  gusciora

	* src/: astro/psCoord.c, math/psStats.c: The previous psCoord.c
	  merge is not correct.  Neither is this.

2005-12-05 11:25  desonia

	* test/astro/Makefile.am: adjusted creation of private pslib.config
	  to point to the source directory structure, not the install
	  location.

2005-12-05 11:05  desonia

	* src/imageops/psImageStructManip.c: Preserved col0,row0 in
	  psImageCopy (Bug #609).

2005-12-02 10:55  magnier

	* src/imageops/psImageStructManip.c: setting col0,row0 in
	  psImageCopy

2005-12-01 18:40  drobbin

	* src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c: Debugging/Test code updates.
	  Aberration, Gravity, and CEOtoTEO mainly

2005-12-01 14:51  mberning

	* test/mathtypes/tst_psVector.c: Added Support for different data
	  typesCVS:
	  ----------------------------------------------------------------------

2005-12-01 13:35  gusciora

	* src/math/: psStats.c, psMinimize.c: ....

2005-11-30 15:20  gusciora

	* test/math/tst_psSpline1D.c: ....

2005-11-30 13:50  drobbin

	* src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c: Revised/Updated tests to use
	  provided test values.  NONE of the values match. fabulous.

2005-11-30 12:16  desonia

	* test/imageops/verified/tst_psImagePixelExtract.stderr: tests were
	  added to cover more data types.

2005-11-30 12:04  desonia

	* test/astro/tst_psCoord01.c: adjustments relating to merging in
	  eam_rel8_b2 branch.

2005-11-30 12:03  desonia

	* test/runTest: removed a printing of a useless number.

2005-11-29 16:17  drobbin

	* src/astro/psCoord.c, src/astro/psEarthOrientation.c,
	  test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: Edited psCubeToSphere, tests.  EOC
	  - gravity still fails.  Others still unchecked.

2005-11-29 16:00  mberning

	* test/imageops/tst_psImagePixelExtract.c: Modified test to add
	  support for additional data types

2005-11-29 16:00  desonia

	* src/: astro/psCoord.c, astro/psCoord.h,
	  imageops/psImageConvolve.c, imageops/psImageConvolve.h,
	  math/psMinimize.c, math/psPolynomial.c, math/psStats.c,
	  mathtypes/psImage.c: merged eam_r8.0_b2 into CVS trunk.

2005-11-25 13:25  magnier

	* src/math/psMinimize.c: fixed bug in psVectorClipFitPolynomial1D
	  test for stats->min,max

2005-11-25 13:24  magnier

	* src/imageops/psImageStats.c: fixed up psImageCountPixelMask, uses
	  psRegionForImage more agressively, fixed bug in indexes

2005-11-25 13:23  magnier

	* src/mathtypes/psImage.c: fixed up psRegionForImage, correctly
	  handles subImages now

2005-11-23 13:54  gusciora

	* src/: astro/psCoord.c, math/psConstants.h: ....

2005-11-23 11:18  gusciora

	* src/math/psConstants.h:
	  I added significantl to the tests for alloc/free of the pm FPA,
	  chip, cell, readout data structures.	I now fill each struct with
	  real data in the test to ensure they are being free'ed properly.

2005-11-22 15:03  gusciora

	* test/astro/tst_psCoord02.c: Uncommented the remaining test code.

2005-11-22 15:00  gusciora

	* test/astro/tst_psCoord02.c: Put the Transform fit, invert and
	  combine routines here.

2005-11-22 14:59  gusciora

	* src/astro/psCoord.c, test/astro/Makefile.am: Fixed hidden bugs
	  associated with the polynomial nTerms->nOrder change.

2005-11-22 11:40  gusciora

	* src/: astro/psCoord.c, math/psPolynomial.c, math/psStats.c:

	  ....

2005-11-22 10:15  desonia

	* src/imageops/psImageConvolve.c: macroized psImageSmooth.

2005-11-22 09:58  desonia

	* src/mathtypes/psImage.c: added type support to psImageInit.

2005-11-22 09:54  magnier

	* src/math/: psMinimize.c, psPolynomial.c: fixed compilation bugs

2005-11-22 09:11  desonia

	* src/sys/psString.c: fixed case in psStringNCopy where nChar==0 is
	  not null terminated.	(Bug #597)

2005-11-22 09:07  desonia

	* src/mathtypes/psVector.c: corrected error message for NULL input
	  for psVectorCopy. (Bug #596)

2005-11-22 08:06  magnier

	* src/math/psMinimize.c: fixed PolyFit to handle NULL mask, errors,
	  fixed clip fit to handle min/max

2005-11-22 08:04  magnier

	* src/math/psPolynomial.c: added F32/F64 support to
	  psPoly..EvalVector

2005-11-21 15:18  gusciora

	* src/math/psStats.c: Optimized the non uniform histogram
	  smoothing.

2005-11-21 09:53  gusciora

	* test/astro/tst_psCoord01.c: I added a psProject->psDeproject test
	  which seems to demonstrate a bug here.

2005-11-21 09:04  magnier

	* src/mathtypes/psImage.c: added U32 and S32 support to psImageInit

2005-11-21 09:04  magnier

	* src/astro/psCoord.h: added p_psPlaneTransformLinearInvert_MHPCC
	  (old version)

2005-11-21 09:04  magnier

	* src/astro/psCoord.c: fixed p_psPlaneTransformLinearInvert,
	  cleaned up psProject/psDeproject

2005-11-18 11:23  gusciora

	* test/astro/tst_psCoord.c: ....

2005-11-18 10:30  gusciora

	* src/math/psStats.c: Improved the non-uniform code for
	  p_psVectorSmoothHistGaussian().  Not yet tested, or used
	  anywhere.

	    CVS:
	  ----------------------------------------------------------------------
	  CVS: Enter Log.  Lines beginning with `CVS:' are removed
	  automatically CVS:  CVS: Committing in .  CVS:  CVS: Modified
	  Files:  CVS:	src/math/psStats.c
	  test/math/verified/tst_psStats07.stderr CVS:
	  ----------------------------------------------------------------------

2005-11-18 10:22  magnier

	* src/astro/psCoord.c: changed psProjection Xs,Ys units from
	  pix/rad to rad/pix

2005-11-18 10:04  gusciora

	* test/math/tst_psSpline1D.c: stdout/stderr data.

2005-11-18 09:46  gusciora

	* src/astro/psCoord.c: Added polynomial nTerms/nOrder type changes.

2005-11-18 09:39  gusciora

	* src/: astro/psCoord.c, astro/psCoord.h, math/psPolynomial.c:
	  Asserts for psPolynomial, andvarious psCoord mods.

2005-11-17 17:05  magnier

	* src/math/psPolynomial.c: fixed POSITIVE assert on
	  psPolynomial2D,3D,4DAlloc; should be NONNEGATIVE

2005-11-17 17:05  magnier

	* src/imageops/psImageConvolve.c: changed psImageSmooth from psF64
	  to psF32

2005-11-17 15:51  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h,
	  test/types/tst_psMetadata_07.c: Added fxn psMetadataCopy and test

2005-11-16 18:04  drobbin

	* test/astro/tst_psEarthOrientation.c: fixed typo in NutationCorr
	  test (was calling PrecessionModel)

2005-11-16 17:59  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  test/astro/tst_psEarthOrientation.c: Implemented function
	  NutationCorr and test.  Has yet to be verified.

2005-11-16 14:27  desonia

	* src/types/psMetadata.c: added PS_DATA_UNKNOWN to add metadata
	  types.

2005-11-16 14:07  desonia

	* src/astro/psEarthOrientation.c: removed non-ASCII character.

2005-11-16 13:06  desonia

	* src/imageops/psImagePixelExtract.c, src/imageops/psImageStats.c,
	  src/math/psMinimize.c, src/math/psMinimize.h, src/math/psStats.c,
	  src/mathtypes/psImage.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/types/psArray.c,
	  src/types/psArray.h, src/types/psPixels.c, src/types/psPixels.h,
	  test/types/tst_psMetadata_04.c: removed *(type*)& syntax for
	  setting const values of struts.

2005-11-16 12:51  magnier

	* src/math/psStats.c: added statsTmp init for re-used static struct
	  (p_psVectorClippedStats)

2005-11-16 12:50  magnier

	* src/imageops/psImageStats.c: fixed psVector.nalloc casting bug

2005-11-16 10:52  drobbin

	* src/astro/psEarthOrientation.c, src/sys/psConfigure.c,
	  test/astro/tst_psEarthOrientation.c: Fixed memory leaks from EOC
	  Init fxn.

2005-11-16 10:25  magnier

	* src/astro/psEarthOrientation.c: fixed signed error on nFail,
	  removed non-ascii char

2005-11-15 16:40  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  src/types/psLookupTable.c, test/astro/tst_psEarthOrientation.c,
	  test/types/tst_psMetadata_04.c: Edited
	  VectorReadFromFile(bug536), added psFree to Meta04, added
	  Precession test to EOC

2005-11-15 16:05  desonia

	* test/sys/.cvsignore: [no log message]

2005-11-15 15:59  desonia

	* test/fits/tst_psFits.c: made change due to change in
	  psMetadataLookupStr reference counting.

2005-11-15 12:19  desonia

	* src/astro/psEarthOrientation.c, src/fits/psFitsTable.c,
	  src/types/psMetadata.c, test/fits/tst_psFits.c,
	  test/types/tst_psMetadata_04.c, test/types/tst_psMetadata_07.c:
	  modifications due to psMetadataLookupPtr now incrementing the
	  reference count.

2005-11-15 10:10  gusciora

	* src/: math/psConstants.h, math/psSpline.c, math/psSpline.h,
	  math/psStats.c, sys/psAbort.c, types/psMetadata.c: Bug fix for
	  psSpline, some new psConstant macros, ....

2005-11-14 18:03  drobbin

	* src/types/psLookupTable.c, test/astro/tst_psEarthOrientation.c:
	  edited VectorsReadFromFile per bug 577 and added Precession Model
	  to EOC testing but fails to init correct tables

2005-11-14 14:04  drobbin

	* test/astro/tst_psSphereOps.c: fixed pole test (x, 90) for
	  ecliptic trans. (was only failing on server)

2005-11-14 13:44  drobbin

	* src/astro/psEarthOrientation.c: Updated Precession

2005-11-14 12:18  desonia

	* src/fits/Makefile.am, src/fits/fits.i, src/fits/psFits.c,
	  src/fits/psFits.h, src/fits/psFitsHeader.c,
	  src/fits/psFitsHeader.h, src/fits/psFitsImage.c,
	  src/fits/psFitsImage.h, src/fits/psFitsTable.c,
	  src/fits/psFitsTable.h, src/imageops/psImageGeomManip.c,
	  src/imageops/psImagePixelExtract.c, src/types/psList.c,
	  swig/Makefile.am, test/astro/Makefile.am, test/fits/tst_psFits.c:
	  Overhauled the Fits functions to match latest SDRS.

2005-11-14 12:17  desonia

	* Makefile.am, configure.ac, src/Makefile.am,
	  src/psErrorText_en.dat, src/pslib_strict.h,
	  test/fits/verified/tst_psFits.stderr,
	  test/imageops/tst_psImageGeomManip.c, test/sys/table.fits,
	  test/sys/tst_psMemory.c: [no log message]

2005-11-11 17:37  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psTime.c,
	  src/astro/psTime.h, test/astro/tst_psEarthOrientation.c:
	  Implemented PrecessionCorr function.	Not verified, very possibly
	  wrong.

2005-11-09 14:13  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psSphereOps.c,
	  test/astro/tst_psEarthOrientation.c: Implemented functions
	  PolarTideCorr, SphereRot CEOtoGCRS & ITRStoTEO (& tests) - still
	  need verification!

2005-11-07 10:52  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  src/astro/psSphereOps.h, test/astro/tst_psEarthOrientation.c:
	  update doxygen, implemented sphereRot functions in EOC.

2005-11-02 18:31  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  src/astro/psTime.h, test/astro/tst_psEarthOrientation.c: Updated
	  EOC files(fxns) and tests, specifically TEOtoCEO sphere rotations

2005-11-01 15:07  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  src/types/psMetadata.h, test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: updated tests, function spec's and
	  verified files.  resolved some existing issues.

2005-10-28 14:05  drobbin

	* src/sys/psType.h, src/types/psArray.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, test/types/tst_psMetadata_04.c: Made
	  minor changes in accordance with api-delta report from rev 17

2005-10-28 09:15  gusciora

	* src/math/psMinimize.c: ....

2005-10-28 09:14  gusciora

	* src/math/psMinimize.c: ...

2005-10-27 16:25  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: Implemented and tested
	  psAberration, but results have not been verified.

2005-10-27 10:38  drobbin

	* src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  test/astro/tst_psEarthOrientation.c: Updated EarthOrientation -
	  Gravity Deflection and tests

2005-10-25 15:20  drobbin

	* src/pslib_strict.h, src/astro/psEarthOrientation.c,
	  src/astro/psEarthOrientation.h,
	  test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: Finished and tested
	  psGravityDeflection function

2005-10-24 14:38  drobbin

	* src/astro/psSphereOps.c, src/astro/psSphereOps.h,
	  test/astro/tst_psSphereOps.c: Fixed psSphereOps except for
	  Galactic transformation at the pole.

2005-10-20 16:14  drobbin

	* src/astro/psSphereOps.c, src/astro/psSphereOps.h,
	  test/astro/tst_psSphereOps.c: Implemented, debugged, fixed
	  psSphereRot functions/tests.	1 problem remains + testing.

2005-10-18 12:14  drobbin

	* src/astro/psSphereOps.c, test/astro/tst_psSphereOps.c: Made
	  changes to sphereOps, but errors still exist, especially in
	  galactic transf.

2005-10-14 15:42  drobbin

	* src/astro/psSphereOps.c, test/astro/tst_psSphereOps.c: Made
	  updates to SphereOps & tests.  ApplyCel & Precess still produce
	  erroroneus values.

2005-10-13 14:07  drobbin

	* src/astro/psSphereOps.c, src/astro/psSphereOps.h,
	  test/astro/Makefile.am, test/astro/tst_psSphereOps.c:
	  Fixed/Updated SphereRot functions and tests.

2005-10-13 13:31  desonia

	* configure.ac: modified the version number.

2005-10-13 13:19  desonia

	* configure.ac: made the SWIG module disabled by default.

2005-10-13 10:23  drobbin

	* pslib.kdevelop, src/astro/psEarthOrientation.h,
	  src/astro/psSphereOps.c, src/astro/psSphereOps.h,
	  test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: Fixed psSphereRotAlloc and test.
	  Correctly verified calculations.

2005-10-12 14:50  desonia

	* test/xml/: Makefile.am, tst_psXML.c: fixed test to build outside
	  of source tree.

2005-10-12 14:50  desonia

	* test/: astro/.cvsignore, imageops/.cvsignore: [no log message]

2005-10-12 14:38  desonia

	* test/: imageops/Makefile.am, imageops/tst_psImageGeomManip.c,
	  types/Makefile.am, types/tst_psLookupTable_01.c: changes to allow
	  build outside of source area.

2005-10-12 14:36  desonia

	* src/: sys/Makefile.am, types/Makefile.am: added CFITSIO flags to
	  CFLAGS.

2005-10-12 14:36  desonia

	* configure.ac: changed library version

2005-10-12 12:04  desonia

	* test/astro/Makefile.am: removed tst_psSphereOps test, as it is
	  testing code being currently worked on and is expected to fail.

2005-10-12 11:58  desonia

	* test/astro/Makefile.am: [no log message]

2005-10-12 11:58  desonia

	* configure.ac, src/math/Makefile.am: added src in the SRCINC
	  include path.

2005-10-12 11:52  drobbin

	* test/types/tst_psMetadata_07.c: Update Argument testing.

2005-10-12 11:39  drobbin

	* test/types/tst_psMetadata_07.c: fixed argument testing to match
	  verified folder

2005-10-12 11:02  gusciora

	* src/astro/psCoord.c, src/imageops/psImageStats.c,
	  src/math/psConstants.h, src/math/psMinimize.c,
	  src/math/psPolynomial.c, src/math/psPolynomial.h,
	  test/astro/tst_psCoord.c, test/math/tst_psFunc00.c: Polynomial
	  members are now nX, nY, nZ, nT.

2005-10-10 10:12  drobbin

	* src/imageops/: psImageMaskOps.c, psImageMaskOps.h: Added mask
	  operations to psImageMaskOps files

2005-10-07 17:51  drobbin

	* test/: astro/tst_psSphereOps.c, imageops/tst_psImageMaskOps.c,
	  imageops/verified/tst_psImageMaskOps.stderr,
	  imageops/verified/tst_psImageMaskOps.stdout: Implemented and
	  fixed/tested ImageGrowMask

2005-10-07 11:27  drobbin

	* src/astro/Makefile.am, src/astro/psEarthOrientation.c,
	  test/astro/Makefile.am, test/astro/tst_psEarthOrientation.c,
	  test/astro/tst_psSphereOps.c: Added test files and modified
	  makefiles to include EOC and SphereOps files.

2005-10-06 12:40  desonia

	* configure.ac, pslib.kdevelop, src/Makefile.am: [no log message]

2005-10-05 16:41  drobbin

	* src/pslib_strict.h, src/imageops/Makefile.am,
	  src/imageops/psImagePixelManip.c,
	  src/imageops/psImagePixelManip.h, test/imageops/Makefile.am,
	  test/imageops/tst_psImageMaskOps.c,
	  test/imageops/tst_psImagePixelManip.c,
	  test/imageops/verified/tst_psImageMaskOps.stderr,
	  test/imageops/verified/tst_psImageMaskOps.stdout,
	  test/imageops/verified/tst_psImagePixelManip.stderr: Created
	  ImageMaskOps file.  started ImageGrowMask fxn.

2005-10-04 17:51  drobbin

	* src/astro/psTime.c, src/imageops/psImagePixelManip.c,
	  test/imageops/tst_psImagePixelManip.c,
	  test/imageops/verified/tst_psImagePixelManip.stderr:
	  Updated/fixed Image Mask/Keep fxns and implemented tests

2005-10-03 15:52  desonia

	* psParseErrorCodes: added support for output directory
	  specification.

2005-10-03 15:31  drobbin

	* pslib.kdevelop, src/astro/psTime.c, src/mathtypes/psVector.c,
	  test/types/tst_psMetadata_07.c: Added testing for psArgument
	  functions and updated some psTime (minor changes).

2005-10-03 12:56  desonia

	* Makefile.am: added autogen.sh to distribution list.

2005-10-03 10:24  desonia

	* configure.ac: bug 547.

2005-10-03 08:57  desonia

	* test/math/.cvsignore: added new test executable.

2005-10-03 08:56  desonia

	* src/: astro/.cvsignore, db/.cvsignore, fft/.cvsignore,
	  fits/.cvsignore, imageops/.cvsignore, math/.cvsignore,
	  mathtypes/.cvsignore, sys/.cvsignore, types/.cvsignore,
	  xml/.cvsignore: added .loT files for ignoring.

2005-09-30 16:22  desonia

	* pslib.kdevelop, src/Makefile.am, src/db/psDB.c,
	  src/imageops/psImageStructManip.c, src/mathtypes/psImage.c,
	  src/sys/psMemory.c, src/sys/psMemory.h, src/types/psArray.c,
	  src/types/psArray.h, src/types/psList.c,
	  src/types/psMetadataConfig.c, test/FullUnitTest.in,
	  test/astro/tst_psTime_04.c, test/db/tst_psDB.c,
	  test/types/tst_psArray.c: changed
	  psArrayGet/psArraySet/psArrayRemove to do proper reference
	  counting.

2005-09-30 14:14  drobbin

	* src/types/psPixels.c, src/types/psPixels.h,
	  test/types/tst_psPixels.c: Changed psPixelCoord to use float's
	  instead of int's

2005-09-30 13:09  drobbin

	* src/: imageops/psImagePixelExtract.c,
	  imageops/psImagePixelExtract.h, imageops/psImageStats.c,
	  mathtypes/psVector.c: Updated ImageRow/Col for tail access,
	  PixelCount fxns to allow for differing psMaskType(u8 or u16)

2005-09-29 15:34  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h,
	  test/types/tst_psMetadata_07.c: Added function
	  psMetadataItemAllocPtr and test

2005-09-29 13:30  drobbin

	* pslib.kdevelop, src/types/psMetadata.c, src/types/psMetadata.h,
	  test/types/tst_psMetadata_07.c: Added fxns psMetadataRemoveIndex
	  and RemoveKey.  Tested.

2005-09-29 10:25  gusciora

	* test/math/tst_psSpline1D.c: ....

2005-09-29 10:21  gusciora

	* test/math/: tst_psMinimize06.c: ....

2005-09-29 10:20  gusciora

	* test/math/: tst_psMinimize06.c, tst_psSpline1D.c: Additional
	  tests for psSPline

2005-09-29 10:06  gusciora

	* src/math/: psPolynomial.c, psSpline.c: Misc mods to psSPline.c

2005-09-29 09:40  gusciora

	* src/math/psSpline.c: ....

2005-09-29 09:05  gusciora

	* src/mathtypes/psImage.c: ....

2005-09-29 08:59  gusciora

	* src/mathtypes/: psImage.c, psVector.c: ....

2005-09-28 16:16  gusciora

	* src/math/psMinimize.h: ....

2005-09-28 16:13  gusciora

	* test/math/tst_psMinimize06.c, src/math/psMinimize.c,
	  src/math/psMinimize.h: I added EAM's new version of LM
	  minimization.

2005-09-28 15:15  drobbin

	* src/imageops/psImagePixelExtract.c,
	  src/imageops/psImagePixelExtract.h, src/sys/psTrace.h,
	  src/types/psList.c, src/types/psList.h, src/types/psMetadata.h,
	  src/types/psMetadataConfig.c,
	  test/imageops/tst_psImagePixelExtract.c,
	  test/imageops/verified/tst_psImagePixelExtract.stderr,
	  test/mathtypes/tst_psImage.c: Added fxns psImageRow/Col and
	  tests.  Updated psList struct to add void *lock.

2005-09-28 12:12  desonia

	* src/mathtypes/psImage.c: changed p_psImagePrint to write directly
	  to a file descriptor instead of using fdopen.

2005-09-28 10:02  desonia

	* src/fits/psFits.c, test/fits/tst_psFits.c: added support for
	  reading vectors from binary tables.

2005-09-27 16:37  desonia

	* src/fits/psFits.c, test/fits/tst_psFits.c: added support for
	  writing psVectors to tables.

2005-09-27 13:16  gusciora

	* src/math/psConstants.h, src/math/psSpline.c, src/math/psSpline.h,
	  test/math/Makefile.am, test/math/tst_psFunc02.c,
	  test/math/tst_psFunc03.c, test/math/tst_psFunc04.c,
	  test/math/tst_psFunc05.c, test/math/tst_psFunc07.c,
	  test/math/tst_psSpline1D.c, test/math/tst_psStats07.c:
	  Incorporates new prototypes for the spline functions.

2005-09-27 09:55  desonia

	* src/fits/psFits.c: Fixed psFitsUpdateTable to properly handle
	  string and bool values.

2005-09-27 09:55  desonia

	* pslib.kdevelop: [no log message]

2005-09-27 09:54  desonia

	* test/fits/tst_psFits.c: updated the update table test to test
	  string and bool values.

2005-09-27 09:20  desonia

	* test/fits/tst_psFits.c: Added test for reading text table
	  columns.

2005-09-26 16:27  desonia

	* src/fits/psFits.c, test/fits/tst_psFits.c: fixed various bugs in
	  writing of text to table.

2005-09-26 16:27  desonia

	* pslib.kdevelop: [no log message]

2005-09-26 14:04  desonia

	* swig/Makefile.am: Added dependency to allow parallel makes.

2005-09-26 12:54  desonia

	* test/fits/tst_psFits.c: added writing of text column in test.

2005-09-26 12:35  drobbin

	* src/imageops/psImageStats.c, src/imageops/psImageStats.h,
	  src/mathtypes/psImage.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/types/psPixels.c,
	  src/types/psPixels.h, test/imageops/tst_psImageStats.c,
	  test/imageops/verified/tst_psImageStats.stderr,
	  test/mathtypes/tst_psVector.c: Implemented, updated, fixed,
	  debugged the CountPixelMask fxns and tests

2005-09-26 11:13  desonia

	* src/astro/psTime.c, src/db/psDB.c, src/db/psDB.h,
	  src/fits/psFits.c, src/sys/psType.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  src/xml/psXML.c, test/db/tst_psDB.c, test/fits/tst_psFits.c,
	  test/types/tst_psMetadataIO.c, test/types/tst_psMetadata_01.c,
	  test/types/tst_psMetadata_02.c, test/types/tst_psMetadata_03.c,
	  test/types/tst_psMetadata_04.c, test/types/tst_psMetadata_05.c,
	  test/types/tst_psMetadata_06.c: changed PS_META* datatypes to
	  more generic PS_DATA* datatypes.

2005-09-23 15:33  drobbin

	* src/sys/psTrace.c, test/mathtypes/tst_psVector.c,
	  test/sys/tst_psTrace.c: Fixed psTrace to allow levels of 10 and
	  higher

2005-09-23 15:10  gusciora

	* test/math/: tst_psHist00.c, tst_psHist01.c, tst_psHist03.c,
	  tst_psStats00.c, tst_psStats01.c, tst_psStats02.c,
	  tst_psStats03.c, tst_psStats05.c, tst_psStats06.c,
	  tst_psStats07.c, tst_psStats08.c, tst_psStats09.c: Added moderate
	  trace messages to psStats.c.

2005-09-23 14:46  gusciora

	* src/math/psStats.c, test/math/tst_psStats07.c: Added additional
	  psTrace messages to psStats.c.

2005-09-23 14:26  gusciora

	* src/math/psStats.c: ....

2005-09-23 14:17  drobbin

	* src/mathtypes/psImage.c, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/types/psArray.c,
	  src/types/psArray.h, src/types/psPixels.c, src/types/psPixels.h,
	  test/mathtypes/tst_psVector.c, test/types/tst_psArray.c: Updated,
	  fixed, and added error tests to the Set/Get functions & tests

2005-09-23 13:01  gusciora

	* src/math/psMinimize.c, src/math/psPolynomial.c,
	  src/math/psStats.c, test/math/tst_psStats07.c: The purpose of
	  this check-in is primarily to put the new robusts stats code and
	  tests into the CVS tree.

2005-09-23 11:57  drobbin

	* src/sys/psTrace.c, test/sys/tst_psTrace.c: Fixed psTrace to
	  remove " " argument

2005-09-23 09:03  desonia

	* src/TestCoverage: added check to handle c files that are not yet
	  included into the library.

2005-09-23 08:58  desonia

	* src/TestCoverage: removed some debug statements.

2005-09-23 08:58  desonia

	* src/TestCoverage: fixed the script to find the object file even
	  if automake prepends the library name to it.

2005-09-22 16:39  drobbin

	* src/types/psMetadataConfig.c, test/types/tst_psMetadata_07.c:
	  updated psMetadataConfigFormat to correctly output comments

2005-09-22 15:56  gusciora

	* src/math/psSpline.c: ....

2005-09-22 14:04  drobbin

	* src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/mathtypes/psVector.c, src/types/psPixels.c,
	  src/types/psPixels.h, test/mathtypes/tst_psImage.c,
	  test/types/tst_psPixels.c: Added and update PixelGet/Set,
	  ImageGet/Set, and test fxns

2005-09-22 13:46  desonia

	* src/TestCoverage: [no log message]

2005-09-22 13:19  desonia

	* src/fits/psFits.c: Added string support to psFitWriteTable

2005-09-22 12:51  gusciora

	* test/sys/tst_psMemory.c: Format change.

2005-09-22 12:50  gusciora

	* test/imageops/verified/tst_psImageStats.stderr: ....

2005-09-22 12:49  gusciora

	* src/imageops/psImageStats.c, src/math/psPolynomial.c,
	  test/imageops/tst_psImageStats.c: Implementing the psPoly
	  nOrder/nTerm switch.

2005-09-22 12:24  gusciora

	* test/astro/: tst_psCoord.c, tst_psCoord01.c: Format change.

2005-09-22 12:22  gusciora

	* src/math/psPolynomial.c, test/math/tst_psFunc10.c,
	  test/math/tst_psFunc11.c: Implementing psPoly nOrder/nTerm
	  switch.

2005-09-22 10:45  gusciora

	* src/math/psPolynomial.c, test/math/tst_psFunc02.c,
	  test/math/tst_psFunc03.c, test/math/tst_psFunc08.c,
	  test/math/tst_psFunc09.c, test/math/tst_psFunc10.c,
	  test/math/tst_psFunc11.c, test/math/tst_psMinimize04.c:
	  Implementing the polynomial nTerm -> nOrder switch,

2005-09-21 17:00  gusciora

	* src/math/psPolynomial.c, test/math/tst_psFunc00.c,
	  test/math/tst_psFunc02.c: Polynomial nOrder nTerm change.

2005-09-21 16:47  gusciora

	* src/astro/psCoord.c, src/imageops/psImageStats.c,
	  src/math/psMinimize.c, src/math/psPolynomial.c,
	  src/math/psPolynomial.h, src/math/psSpline.c, src/math/psStats.c,
	  test/astro/tst_psCoord.c, test/math/tst_psFunc00.c,
	  test/math/tst_psFunc08.c, test/math/tst_psFunc09.c,
	  test/math/tst_psFunc10.c, test/math/tst_psFunc11.c,
	  test/math/tst_psMinimize04.c, test/math/tst_psMinimize04_F32.c,
	  test/math/tst_psMinimize04b.c, test/math/tst_psMinimize04b_F32.c,
	  test/math/tst_psMinimizeVector2D_F32.c,
	  test/math/tst_psMinimizeVector2D_F64.c: The nX terms for the
	  polynomials now refer to the order, not the number of terms.

2005-09-21 16:32  drobbin

	* src/imageops/psImageStats.c, src/imageops/psImageStats.h,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/types/psMetadata.c, test/mathtypes/tst_psVector.c: Added
	  psVectorGet/Set and tests.  Added prototype for
	  psImageCountPixelMask.

2005-09-21 11:37  drobbin

	* pslib.kdevelop, src/astro/psTime.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, test/mathtypes/tst_psVector.c:
	  Updated/added psTimer fxns and psVectorCreate (and tests)

2005-09-20 16:11  drobbin

	* pslib.kdevelop, src/astro/psTime.c, src/astro/psTime.h,
	  test/astro/tst_psTime_04.c: Implemented prototype and new code
	  for psTimer fxns, tested, and debugged

2005-09-20 10:48  gusciora

	* src/math/psPolynomial.c: psTrace() bug with trace level higher
	  than 10.

2005-09-19 16:43  drobbin

	* src/math/psSpline.c, src/sys/psLogMsg.c, src/sys/psLogMsg.h,
	  test/sys/tst_psLogMsg.c: added psLogGet fxns and updated spline
	  functions for unsigned int compatability

2005-09-19 14:31  drobbin

	* src/sys/psTrace.c, test/sys/tst_psTrace.c: Inserted Gene's code
	  for psTrace in and fixed psTraceV to use va_arg

2005-09-19 12:50  drobbin

	* configure.ac, src/math/psSpline.c, src/mathtypes/psImage.h,
	  src/sys/psTrace.h, test/math/tst_psFunc07.c: Patched
	  configure.ac, updated psTrace, fixed seg fault from psSpline
	  k-loop using unsigned int

2005-09-19 09:53  drobbin

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: Made changes to poly struct (psMaskType) and spline
	  fxns (unsigned int's)

2005-09-16 13:56  drobbin

	* src/imageops/psImagePixelManip.c,
	  src/imageops/psImagePixelManip.h, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, test/mathtypes/tst_psImage.c:
	  Relatively minor changes from new SDRS rev16

2005-09-15 11:22  drobbin

	* src/fits/psFits.c, src/fits/psFits.h,
	  src/imageops/psImageConvolve.c,
	  src/imageops/psImageStructManip.c, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psScalar.h,
	  src/mathtypes/psVector.h, src/sys/psLogMsg.h, src/sys/psTrace.h,
	  src/sys/psType.h, src/types/psBitSet.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  src/xml/psXML.c, test/imageops/tst_psImageGeomManip.c,
	  test/types/tst_psMetadata_04.c: Minor changes from new SDRS,
	  prototype code for psArguments

2005-09-13 11:43  desonia

	* src/math/psMinimize.c: removed a debug print statement.

2005-09-13 11:25  desonia

	* test/astro/.cvsignore: [no log message]

2005-09-13 11:08  gusciora

	* src/math/psMinimize.c: ....

2005-09-13 10:42  desonia

	* src/mainpage.dox: [no log message]

2005-09-13 10:28  desonia

	* src/mainpage.dox: updated the mainpage: eliminated 'snapshots'
	  and added a section for installing and linking to the library.

2005-09-13 10:27  desonia

	* configure.ac, pslib-config.in: added an option to get the build
	  location of headers and library.

2005-09-12 15:54  desonia

	* src/astro/psEarthOrientation.c: [no log message]

2005-09-12 15:39  desonia

	* test/astro/: tst_psTime_01.c, tst_psTime_02.c, tst_psTime_03.c,
	  tst_psTime_04.c: changed psTime.config to the more generic
	  pslib.config

2005-09-12 15:31  desonia

	* Makefile.cvs, test/astro/Makefile.am: [no log message]

2005-09-12 15:09  desonia

	* src/: astro/Makefile.am, astro/psTime.c, astro/psTime.h,
	  sys/psString.h: [no log message]

2005-09-12 15:04  drobbin

	* src/types/psMetadataConfig.c: added psTime input for
	  psMetadataConfigParse (and tests)

2005-09-12 14:54  desonia

	* src/sys/psTrace.h: [no log message]

2005-09-12 14:49  desonia

	* src/astro/: psEarthOrientation.c, psEarthOrientation.h: [no log
	  message]

2005-09-12 13:40  desonia

	* src/types/psMetadataConfig.c: [no log message]

2005-09-12 13:27  drobbin

	* src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  src/xml/psXML.c, test/xml/tst_psXML.c: set PS_META_META =
	  PS_DATA_METADATA

2005-09-12 13:14  desonia

	* .cvsignore, test/math/.cvsignore, test/sys/.cvsignore: [no log
	  message]

2005-09-12 13:04  drobbin

	* src/types/psMetadataConfig.c, test/types/tst_psMetadata_07.c:
	  added psTime support to psMetadataConfigFormat

2005-09-12 12:26  desonia

	* test/xml/tst_psXML.c: cast printf values to specific values.
	  (can't assume time is the native 'long' definition).

2005-09-12 12:25  desonia

	* test/astro/Makefile.am: [no log message]

2005-09-12 12:25  desonia

	* src/xml/psXML.c: needed to cast some values for printf's for
	  cross compatibility (long is 32 or 64 bits?  Depends on what
	  system!)

2005-09-12 12:24  desonia

	* configure.ac: updated requirement to automake 1.7 to avoid
	  compatibility issues.

2005-09-12 12:03  desonia

	* test/: astro/Makefile.am, math/Makefile.am: [no log message]

2005-09-12 11:36  drobbin

	* src/types/psMetadata.c, src/types/psMetadata.h, src/xml/psXML.c,
	  src/xml/psXML.h, test/xml/psTime.xml, test/xml/tst_psXML.c: Added
	  xml support for psTime data

2005-09-12 10:29  gusciora

	* test/math/: Makefile.am, tst_psMinimize04.c,
	  tst_psMinimize04_F32.c, tst_psMinimize04b.c,
	  tst_psMinimize04b_F32.c, tst_psMinimizeVector2D_F32.c,
	  tst_psMinimizeVector2D_F64.c: ....

2005-09-11 12:25  gusciora

	* src/math/psMinimize.c: ....

2005-09-11 12:18  gusciora

	* src/: astro/psCoord.c, math/psConstants.h, math/psMinimize.c,
	  math/psMinimize.h, math/psPolynomial.c, math/psSpline.c,
	  math/psSpline.h, math/psStats.c: ....

2005-09-09 14:16  drobbin

	* src/: mathtypes/psImage.h, types/psMetadata.c: Made changes to
	  psImage struct. and psMetadata output per bug505

2005-09-09 14:15  drobbin

	* configure.ac: Added "-fno-strict-aliasing" to cflags per bug 456

2005-09-08 17:01  desonia

	* configure.ac, pslib-config.in, pslib.pc.in, src/Makefile.am,
	  src/astro/Makefile.am, src/db/Makefile.am, src/fft/Makefile.am,
	  src/fits/Makefile.am, src/imageops/Makefile.am,
	  src/math/Makefile.am, src/mathtypes/Makefile.am,
	  src/sys/Makefile.am, src/types/Makefile.am, src/xml/Makefile.am,
	  swig/Makefile.am, test/astro/Makefile.am, test/db/Makefile.am,
	  test/fft/Makefile.am, test/fits/Makefile.am,
	  test/imageops/Makefile.am, test/math/Makefile.am,
	  test/mathtypes/Makefile.am, test/sys/Makefile.am,
	  test/types/Makefile.am, test/xml/Makefile.am: Bug 515

2005-09-08 16:02  drobbin

	* src/mathtypes/psImage.c, test/mathtypes/tst_psImage.c: updated
	  psRegionFromString to subtract 1 from x0,y0 per bug 509

2005-09-08 15:11  drobbin

	* src/sys/psLogMsg.c, src/sys/psLogMsg.h,
	  src/types/psMetadataConfig.c, test/sys/tst_psLogMsg.c: Took
	  xml/parser.h out of MDConfig, added psMessageDestination

2005-09-08 11:20  desonia

	* src/mainpage.dox: updated linking subsection.

2005-09-07 16:06  drobbin

	* src/mainpage.dox: Added linking info to main doxygen page

2005-09-07 15:59  desonia

	* src/sys/.cvsignore: added psErrorCodes.[ch], which are generated
	  from psErrorCodes.[ch].in.

2005-09-07 14:29  gusciora

	* test/math/: tst_psFunc01.c, tst_psFunc02.c, tst_psFunc03.c,
	  tst_psFunc04.c, tst_psFunc05.c, tst_psFunc07.c,
	  tst_psMinimize04.c, tst_psMinimize04_F32.c, tst_psMinimize04b.c,
	  tst_psMinimize04b_F32.c: Split psFunctions into psSpline and
	  psPolynomial.

2005-09-07 14:27  drobbin

	* src/sys/: psTrace.c, psTrace.h: Added psTraceSetFormat as
	  outlined from SDRS 15

2005-09-07 14:14  gusciora

	* src/: math/psPolynomial.c, math/psSpline.c, pslib_strict.h,
	  psErrorText_en.dat, math/math.i, sys/psMemory.c: ....

2005-09-07 14:07  gusciora

	* src/: imageops/psImageStats.c, imageops/psImageStats.h,
	  math/psPolynomial.c, math/psSpline.c: Split of psFunctions to
	  psSpline and psPolynomial.

2005-09-07 14:02  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: ....

2005-09-07 13:51  gusciora

	* src/: astro/psCoord.h, math/psSpline.c: ....

2005-09-07 13:51  gusciora

	* src/astro/psCoord.h: ...

2005-09-07 13:50  gusciora

	* src/math/: psFunctions.c, psFunctions.h: Split psFunctions into
	  psSpline and psPolynomial.

2005-09-07 13:46  gusciora

	* src/math/: psMinimize.h, psPolynomial.h: ....

2005-09-07 11:39  gusciora

	* src/math/: psStats.c: ....

2005-09-07 11:38  gusciora

	* src/math/: psMinimize.h, psStats.c: ...

2005-09-07 11:35  gusciora

	* src/math/: Makefile.am, psFunctions.c, psMinimize.c,
	  psMinimize.h, psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h, psStats.c: Split of psFunctions.c into psSpline.c and
	  psPolynomial.c.

2005-09-07 11:33  gusciora

	* src/astro/: psCoord.c, psCoord.h: psPlaneTransformDeriv()

2005-09-07 10:55  desonia

	* Makefile.am, configure.ac, src/Makefile.am, src/sys/Makefile.am,
	  test/math/Makefile.am, test/xml/Makefile.am: modified dist file
	  list.

2005-09-07 09:13  desonia

	* test/xml/.cvsignore, .cvsignore, test/astro/.cvsignore,
	  test/db/.cvsignore, test/fft/.cvsignore, test/fits/.cvsignore,
	  test/imageops/.cvsignore, test/math/.cvsignore,
	  test/mathtypes/.cvsignore, test/sys/.cvsignore,
	  test/types/.cvsignore: [no log message]

2005-09-06 16:35  desonia

	* src/: .cvsignore, astro/.cvsignore, db/.cvsignore,
	  fft/.cvsignore, fits/.cvsignore, imageops/.cvsignore,
	  math/.cvsignore, mathtypes/.cvsignore, sys/.cvsignore,
	  types/.cvsignore, types/psMetadata.c, xml/.cvsignore: [no log
	  message]

2005-09-06 14:36  drobbin

	* src/sys/: psLogMsg.c, psLogMsg.h: Changed psLogSetFormat to
	  return bool instead of void

2005-09-06 14:15  drobbin

	* src/sys/psLogMsg.c, src/sys/psLogMsg.h, src/sys/psTrace.c,
	  src/sys/psTrace.h, test/math/tst_psRandom.c,
	  test/sys/tst_psLogMsg.c, test/sys/tst_psTrace.c: Updated/changed
	  psTrace & psLog fxns to use fd (were FILE*) as described in SDRS

2005-09-02 11:32  drobbin

	* src/astro/psTime.c, src/astro/psTime.h, src/math/psMinimize.c,
	  src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/sys/psTrace.c, src/sys/psTrace.h, test/astro/tst_psTime_01.c,
	  test/sys/tst_psTrace.c: made requested changes including using
	  file descriptors in psTrace

2005-08-31 15:05  drobbin

	* src/imageops/: psImagePixelManip.c, psImagePixelManip.h: made
	  requested changes to ImageKeep(Mask)Circle(Region) functions -
	  (char *op)

2005-08-31 12:28  drobbin

	* src/: astro/psCoord.h, astro/psSphereOps.h, astro/psTime.c,
	  astro/psTime.h, math/psFunctions.c, math/psFunctions.h: fixed
	  psSphere struct, changed psPolynomial to unsigned int's

2005-08-31 12:00  drobbin

	* test/mathtypes/tst_psImage.c: updated RegionForImage test.

2005-08-31 12:00  drobbin

	* src/mathtypes/: psScalar.c, psScalar.h: changed complex double
	  back to complex

2005-08-31 11:58  drobbin

	* src/imageops/: psImageGeomManip.c, psImageGeomManip.h,
	  psImagePixelManip.c, psImagePixelManip.h: complex double switched
	  back to complex.  RegionForImage test fixed.

2005-08-30 16:07  drobbin

	* src/: astro/psTime.h, imageops/psImageConvolve.c,
	  imageops/psImageConvolve.h, imageops/psImageGeomManip.c,
	  imageops/psImageGeomManip.h, imageops/psImagePixelManip.c,
	  imageops/psImagePixelManip.h, mathtypes/psImage.c,
	  mathtypes/psImage.h, mathtypes/psScalar.c, mathtypes/psScalar.h,
	  sys/psMemory.c, sys/psMemory.h, sys/psType.h, types/psHash.h,
	  types/psMetadata.h: Updated code w.r.t the latest api-delta
	  report

2005-08-29 15:51  drobbin

	* test/sys/: table.fits, tableF32.dat, tst_psMemory.c: Updated
	  tests for psMemCheckType functions.

2005-08-29 15:14  drobbin

	* src/astro/psCoord.c, src/astro/psCoord.h,
	  src/astro/psSphereOps.c, src/astro/psSphereOps.h,
	  src/astro/psTime.c, src/astro/psTime.h, src/fits/psFits.c,
	  src/fits/psFits.h, src/imageops/psImageConvolve.c,
	  src/imageops/psImageConvolve.h, src/math/psFunctions.c,
	  src/math/psFunctions.h, src/math/psMinimize.c,
	  src/math/psMinimize.h, src/math/psStats.c, src/math/psStats.h,
	  src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/mathtypes/psScalar.c, src/mathtypes/psScalar.h,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/sys/psMemory.c, src/sys/psMemory.h, src/types/psArray.c,
	  src/types/psArray.h, src/types/psBitSet.c, src/types/psBitSet.h,
	  src/types/psHash.c, src/types/psHash.h, src/types/psList.c,
	  src/types/psList.h, src/types/psLookupTable.c,
	  src/types/psLookupTable.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psPixels.c,
	  src/types/psPixels.h, test/sys/tst_psMemory.c,
	  test/types/tst_psArray.c: Implemented psMemCheckType functions
	  and tests.  Some testing remains unfinished.

2005-08-26 15:33  drobbin

	* src/db/psDB.c, src/fits/psFits.c, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/xml/psXML.c, test/fits/tst_psFits.c,
	  test/types/tst_psMetadataIO.c, test/types/tst_psMetadata_04.c,
	  test/types/tst_psMetadata_07.c: psMetadataAddWhatever fxns now
	  accept an int format parameter (bug504)

2005-08-26 13:01  drobbin

	* pslib.kdevelop, src/mathtypes/psImage.c,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  test/mathtypes/tst_psImage.c, test/mathtypes/tst_psVector.c:
	  tested and updated init functions in Image and Vector

2005-08-25 17:35  drobbin

	* src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  test/mathtypes/tst_psImage.c: Added tests for ImageInit,
	  RegionForSquare, RegionForImage.  edited Init

2005-08-25 13:41  desonia

	* pslib.kdevelop, src/psErrorText.h.in, src/astro/psCoord.h,
	  src/sys/psMemory.c, test/db/Makefile.am,
	  test/imageops/verified/tst_psImagePixelManip.stderr,
	  test/sys/tst_psMemory.c: [no log message]

2005-08-25 12:52  gusciora

	* src/math/psFunctions.c: Removed GSL code.

2005-08-24 13:06  drobbin

	* test/types/tst_psMetadata_04.c: wrote tests for
	  psMetadataLookupMD, psMetadataLookupString

2005-08-24 12:00  drobbin

	* src/types/psMetadata.c, src/types/psMetadataConfig.c,
	  src/types/psMetadataConfig.h, test/types/tst_psMetadataIO.c,
	  test/types/tst_psMetadata_07.c: Added functions
	  psMetadataConfigFormat and psMetadataConfigWrite

2005-08-23 17:25  gusciora

	* test/math/: Makefile.am, tst_psMinimize05.c: ...

2005-08-23 17:09  gusciora

	* test/math/: tst_psMinimize00.c, tst_psMinimize01.c,
	  tst_psMinimize02.c, tst_psMinimize03.c, tst_psStats07.c: These
	  tests are way out-of-syne with the current minimize functions.

2005-08-23 15:24  gusciora

	* test/math/: tst_psHist00.c, tst_psHist01.c, tst_psHist02.c,
	  tst_psHist03.c, tst_psMatrix01.c, tst_psMatrix02.c,
	  tst_psMatrix03.c, tst_psMatrix04.c, tst_psMatrix05.c,
	  tst_psMatrix06.c, tst_psMatrix07.c,
	  tst_psMatrixVectorArithmetic01.c,
	  tst_psMatrixVectorArithmetic02.c,
	  tst_psMatrixVectorArithmetic03.c,
	  tst_psMatrixVectorArithmetic04.c, tst_psMinimize00.c,
	  tst_psMinimize01.c, tst_psMinimize02.c, tst_psMinimize03.c,
	  tst_psMinimize04.c, tst_psMinimize04_F32.c, tst_psMinimize04b.c,
	  tst_psMinimize04b_F32.c, tst_psMinimize05.c, tst_psMinimize06.c,
	  tst_psRandom.c, tst_psStats00.c, tst_psStats01.c,
	  tst_psStats02.c, tst_psStats03.c, tst_psStats05.c,
	  tst_psStats06.c, tst_psStats07.c, tst_psStats08.c,
	  tst_psStats09.c: Modified the log message format.  Lots of tests
	  will fail since there will be stdout diffs.

2005-08-23 15:04  gusciora

	* src/math/psMinimize.c: Added EAM changes to the polynomial
	  structs.  Not, poly->nX equals the number of terms, not the order
	  of the polynomial.

2005-08-23 13:23  gusciora

	* src/: astro/psCoord.c, math/psFunctions.c, math/psRandom.c,
	  math/psRandom.h, math/psStats.h: Eliminated gsl calls in
	  psFunctions.c.

2005-08-22 16:48  drobbin

	* test/types/tst_psMetadata_07.c: Updated psMetadataIterator test
	  functions

2005-08-22 16:39  drobbin

	* test/types/tst_psMetadata_07.c: Created tests for
	  psMetadataIterator functions (ie. Set, Get, Alloc)

2005-08-19 16:37  desonia

	* src/psErrorText_en.dat: added the XML errors.

2005-08-19 16:10  desonia

	* src/psErrorText.h: this file is generated.

2005-08-19 15:49  drobbin

	* test/xml/tst_psXML.c: revised test file due to seg faults

2005-08-19 11:27  drobbin

	* src/mathtypes/: psVector.c, psVector.h: added psVectorInit.
	  prototype code used from psImageInit (found in bug481)

2005-08-18 14:31  desonia

	* configure.ac, src/types/psBitSet.c, src/xml/psXML.c: changes
	  relate to compiling on OS/X with GCC 4.0.

2005-08-18 14:25  desonia

	* test/xml/: Makefile, Makefile.in: [no log message]

2005-08-18 13:41  drobbin

	* src/types/: psMetadata.c, psMetadata.h: bug 506 -
	  psMetadataLookupMD, LookupString, Print folded in (prototype
	  code)

2005-08-18 12:20  drobbin

	* configure.ac, src/Makefile.am, test/math/Makefile.am,
	  test/xml/Makefile: Edited makefiles to include ErrorText and
	  libxml path for psModule

2005-08-18 11:44  drobbin

	* src/imageops/psImageConvolve.c, src/imageops/psImageConvolve.h,
	  src/imageops/psImagePixelManip.c,
	  src/imageops/psImagePixelManip.h, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/xml/psXML.h, test/xml/Makefile:
	  folded in code from bug 481.	Tests still to be written.

2005-08-16 11:49  drobbin

	* test/xml/tst_psXML.c: update xml test

2005-08-16 11:17  drobbin

	* src/pslib_strict.h: xml changes

2005-08-16 11:14  drobbin

	* test/xml/tst_psXML.c: xml tests

2005-08-16 11:11  drobbin

	* test/: types/tst_psMetadata_07.c, xml/Makefile, xml/Makefile.in:
	  xml changes

2005-08-16 11:06  drobbin

	* src/types/: psMetadata.c, psMetadata.h: added psMetadataAddBool

2005-08-16 11:05  drobbin

	* src/psErrorText.h: added Error texts for xml

2005-08-16 10:13  drobbin

	* src/xml/: psXML.c, psXML.h: Created XML interface for psLib

2005-08-16 10:12  drobbin

	* test/xml/: Makefile.am, psTime.xml, psTime2.xml, psTime3.xml,
	  psTime4.xml: Created psXML.c & .h and tst_psXML with sample input
	  files and verified folder

2005-08-11 13:04  gusciora

	* src/math/: psMinimize.c, psMinimize.h: Deleted code for the
	  Gauss1D min routines.

2005-08-11 13:04  gusciora

	* test/math/: Makefile.am, tst_psMinimize07.c: Deleted tests for
	  the Gauss1D minimization routines (they were removed from the
	  SDRS).

2005-08-10 12:41  gusciora

	* src/math/psMinimize.c: ...

2005-08-10 12:23  desonia

	* psParsePrecessionTable: parses the Precession-Nutation Model
	  tables from USNO.

2005-08-08 11:44  gusciora

	* test/math/: tst_psFunc00.c, tst_psFunc01.c, tst_psFunc02.c,
	  tst_psFunc03.c, tst_psFunc04.c, tst_psFunc05.c, tst_psFunc08.c,
	  tst_psFunc09.c, tst_psFunc10.c, tst_psFunc11.c,
	  tst_psMinimize06.c: ...

2005-08-08 11:42  gusciora

	* src/math/: psMinimize.c, psMinimize.h: I incorporated EAMs
	  modifications.  There might still be bugs with this code.

2005-08-05 09:26  desonia

	* pslib.kdevelop.pcs, pslib.kdevses: not needed.

2005-08-04 15:40  desonia

	* src/astro/: psSphereOps.c, psSphereOps.h: [no log message]

2005-07-27 09:55  desonia

	* src/: pslib_strict.h, astro/Makefile.am, astro/psCoord.c,
	  astro/psCoord.h, astro/psSphere.c, math/psStats.c: [no log
	  message]

2005-07-26 14:36  drobbin

	* src/astro/: psCoord.c, psCoord.h: Added psCube and psCube fxns to
	  psCoord

2005-07-26 10:00  drobbin

	* pslib.kdevelop.pcs, pslib.kdevses, src/db/psDB.c, src/db/psDB.h:
	  changed p_psDBRunQuery to accept a variable argument list (as
	  requested in rev 15)

2005-07-25 14:44  drobbin

	* src/: sys/psTrace.h, types/psBitSet.h, types/psMetadata.c,
	  types/psMetadata.h: made some doxygen comments and formatting
	  updates

2005-07-25 10:49  drobbin

	* pslib.kdevelop.pcs, pslib.kdevses,
	  src/imageops/psImageGeomManip.c, src/imageops/psImageGeomManip.h,
	  src/types/psPixels.h: updated psImageTransform to use psArray
	  instead of psPixels as requested in SDRS rev. 15

2005-07-22 16:44  desonia

	* test/astro/: Makefile.am, tst_psCoord.c, tst_psSphereOps.c: [no
	  log message]

2005-07-22 13:47  drobbin

	* pslib.kdevelop, pslib.kdevelop.pcs, pslib.kdevses,
	  src/sys/psType.h, src/types/psArray.c, src/types/psArray.h: [no
	  log message]

2005-07-22 12:18  drobbin

	* src/: mathtypes/psVector.h, mathtypes/psVector.c,
	  types/psArray.c, types/psArray.h, types/psPixels.c,
	  types/psPixels.h: [no log message]

2005-07-20 16:39  drobbin

	* src/astro/psTime.h, src/imageops/psImagePixelExtract.h,
	  src/mathtypes/psImage.h, src/sys/psMemory.h, src/sys/psType.h,
	  src/types/psList.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, test/types/tst_psMetadata_01.c,
	  test/types/tst_psMetadata_03.c, test/types/tst_psMetadata_04.c:
	  made minor changes according to most recent api-delta report from
	  IFA

2005-07-20 15:40  drobbin

	* src/db/psDB.c, src/db/psDB.h, src/imageops/psImagePixelManip.c,
	  src/imageops/psImagePixelManip.h, src/math/psMatrix.c,
	  src/math/psMatrix.h, src/sys/psMemory.c, src/sys/psMemory.h,
	  src/types/psLookupTable.c, src/types/psLookupTable.h,
	  src/types/psMetadata.c, src/types/psMetadata.h,
	  src/types/psMetadataConfig.c, src/types/psMetadataConfig.h,
	  test/math/tst_psMatrix04.c: made minor changes in accordance with
	  newest api-delta doc

2005-07-19 15:21  drobbin

	* src/astro/psCoord.c, src/astro/psCoord.h, src/math/psConstants.h,
	  src/math/psFunctions.c, src/math/psFunctions.h,
	  test/astro/tst_psCoord.c,
	  test/imageops/verified/tst_psImageStats.stderr,
	  test/math/tst_psFunc00.c, test/math/tst_psFunc08.c,
	  test/math/tst_psFunc09.c, test/math/tst_psFunc10.c,
	  test/math/tst_psFunc11.c: changed psPolynomial fxns to use F64
	  and removed psDPoly fxns

2005-07-18 16:55  gusciora

	* test/math/tst_psFunc07.c, src/math/psFunctions.c,
	  src/math/psMinimize.c: New version of spline fit functions in the
	  SDRS.

2005-07-18 10:54  desonia

	* src/sys/: psErrorCodes.c, psMemory.h, psTrace.c: removed the
	  setting of psFree parameter to NULL.

2005-07-15 14:42  gusciora

	* src/math/: psFunctions.c, psMinimize.c, psMinimize.h: Mods to
	  thespline code.

2005-07-15 14:06  gusciora

	* src/: math/psFunctions.c, math/psFunctions.h, math/psMinimize.c,
	  sys/psErrorCodes.c: ...

2005-07-15 13:19  gusciora

	* src/math/psFunctions.c: ///

2005-07-14 17:01  desonia

	* test/types/Makefile.am: [no log message]

2005-07-14 16:44  desonia

	* test/imageops/verified/: fBiOut.fits, fOut.fits, sBiOut.fits,
	  sOut.fits: [no log message]

2005-07-14 16:40  desonia

	* test/: db/tst_psDB.c, fits/tst_psFits.c,
	  imageops/tst_psImageGeomManip.c, types/Makefile.am: fixed some
	  tests to match version mismatching in src.

2005-07-14 16:33  desonia

	* src/: db/psDB.c, fits/psFits.c, sys/psError.c, sys/psError.h,
	  sys/psErrorCodes.c, sys/psLogMsg.h, sys/psMemory.c,
	  sys/psMemory.h, types/psArray.c, types/psArray.h,
	  types/psBitSet.c, types/psBitSet.h, types/psHash.c,
	  types/psHash.h, types/psList.c, types/psList.h,
	  types/psLookupTable.c, types/psLookupTable.h, types/psMetadata.c,
	  types/psMetadata.h, types/psMetadataConfig.c,
	  types/psMetadataConfig.h, types/psPixels.c, types/psPixels.h:
	  fixed some dropped changes of last week.

2005-07-13 16:31  evanalst

	* test/math/: Makefile.am, tst_psStats04.c: Test tst_psStats04 is
	  no longer used.

2005-07-13 01:14  desonia

	* test/: astro/Makefile.am, db/tst_psDB.c, fits/tst_psFits.c,
	  math/Makefile.am: file reorganization.

2005-07-13 00:49  desonia

	* configure.ac, src/Makefile.am, src/sys/Makefile.am,
	  src/sys/psErrorCodes.c, test/sys/Makefile.am,
	  test/types/Makefile.am, test/xml/Makefile.am: code
	  reorganization.

2005-07-12 21:36  desonia

	* pslib.kdevelop, pslib.kdevses: [no log message]

2005-07-12 16:46  desonia

	* test/: Makefile.am, astro/Makefile.am, astro/tst_psCoord.c,
	  astro/tst_psCoord01.c, astro/tst_psTime_01.c,
	  astro/tst_psTime_02.c, astro/tst_psTime_03.c,
	  astro/tst_psTime_04.c, astro/data/psTime.config.template,
	  astro/data/test.psTime.config1.template,
	  astro/data/test.psTime.config2.template,
	  astro/data/test.psTime.config3.template,
	  astro/data/test.psTime.config4.template,
	  astro/data/test.ser7.dat, db/Makefile.am, db/tst_psDB.c,
	  fft/Makefile.am, fft/tst_psImageFFT.c, fft/tst_psVectorFFT.c,
	  fits/Makefile.am, fits/tst_psFits.c, fits/verified/fBiOut.fits,
	  fits/verified/fOut.fits, fits/verified/sBiOut.fits,
	  fits/verified/sOut.fits, fits/verified/tst_psFits.stderr,
	  imageops/Makefile.am, imageops/tst_psImageConvolve.c,
	  imageops/tst_psImageGeomManip.c,
	  imageops/tst_psImageInterpolate.c,
	  imageops/tst_psImagePixelExtract.c,
	  imageops/tst_psImagePixelManip.c, imageops/tst_psImageStats.c,
	  imageops/tst_psImageStructManip.c,
	  imageops/verified/tst_psImageConvolve.stderr,
	  imageops/verified/tst_psImageExtraction.stderr,
	  imageops/verified/tst_psImageGeomManip.stderr,
	  imageops/verified/tst_psImageIO.stderr,
	  imageops/verified/tst_psImageInterpolate.stderr,
	  imageops/verified/tst_psImageManip.stderr,
	  imageops/verified/tst_psImageManip.stdout,
	  imageops/verified/tst_psImagePixelExtract.stderr,
	  imageops/verified/tst_psImagePixelManip.stderr,
	  imageops/verified/tst_psImageStats.stderr,
	  imageops/verified/tst_psImageStructManip.stderr,
	  math/Makefile.am, math/tst_psFunc00.c, math/tst_psFunc01.c,
	  math/tst_psFunc02.c, math/tst_psFunc03.c, math/tst_psFunc04.c,
	  math/tst_psFunc05.c, math/tst_psFunc07.c, math/tst_psFunc08.c,
	  math/tst_psFunc09.c, math/tst_psFunc10.c, math/tst_psFunc11.c,
	  math/tst_psHist00.c, math/tst_psHist01.c, math/tst_psHist02.c,
	  math/tst_psHist03.c, math/tst_psMatrix01.c,
	  math/tst_psMatrix02.c, math/tst_psMatrix03.c,
	  math/tst_psMatrix04.c, math/tst_psMatrix05.c,
	  math/tst_psMatrix06.c, math/tst_psMatrix07.c,
	  math/tst_psMatrixVectorArithmetic01.c,
	  math/tst_psMatrixVectorArithmetic02.c,
	  math/tst_psMatrixVectorArithmetic03.c,
	  math/tst_psMatrixVectorArithmetic04.c, math/tst_psMinimize00.c,
	  math/tst_psMinimize01.c, math/tst_psMinimize02.c,
	  math/tst_psMinimize03.c, math/tst_psMinimize04.c,
	  math/tst_psMinimize04_F32.c, math/tst_psMinimize04b.c,
	  math/tst_psMinimize04b_F32.c, math/tst_psMinimize05.c,
	  math/tst_psMinimize06.c, math/tst_psMinimize07.c,
	  math/tst_psRandom.c, math/tst_psStats00.c, math/tst_psStats01.c,
	  math/tst_psStats02.c, math/tst_psStats03.c, math/tst_psStats04.c,
	  math/tst_psStats05.c, math/tst_psStats06.c, math/tst_psStats07.c,
	  math/tst_psStats08.c, math/tst_psStats09.c,
	  mathtypes/Makefile.am, mathtypes/tst_psImage.c,
	  mathtypes/tst_psScalar.c, mathtypes/tst_psVector.c,
	  mathtypes/tst_psVectorSort_01.c, mathtypes/tst_psVectorSort_02.c,
	  mathtypes/tst_psVectorSort_03.c, mathtypes/tst_psVectorSort_04.c,
	  sys/Makefile.am, sys/tst_psAbort.c, sys/tst_psConfigure.c,
	  sys/tst_psError.c, sys/tst_psLogMsg.c, sys/tst_psMemory.c,
	  sys/tst_psString.c, sys/tst_psTrace.c, types/Makefile.am,
	  types/tst_psArray.c, types/tst_psBitSet.c, types/tst_psHash00.c,
	  types/tst_psHash01.c, types/tst_psHash02.c, types/tst_psHash03.c,
	  types/tst_psHash04.c, types/tst_psHash05.c, types/tst_psList.c,
	  types/tst_psLookupTable_01.c, types/tst_psMetadataIO.c,
	  types/tst_psMetadata_01.c, types/tst_psMetadata_02.c,
	  types/tst_psMetadata_03.c, types/tst_psMetadata_04.c,
	  types/tst_psMetadata_05.c, types/tst_psMetadata_06.c,
	  types/tst_psMetadata_07.c, types/tst_psPixels.c,
	  types/data/header_1.fits, types/data/header_2.fits,
	  types/data/test.config, types/data/test1.config,
	  types/data/test2.config, types/data/test3.config,
	  types/data/test4.config, types/data/test5.config: Part of code
	  reorganization.

2005-07-12 09:35  desonia

	* src/: mathtypes/psImage.c, sys/psErrorCodes.c: Part of massive
	  code restructuring.

2005-07-12 09:33  desonia

	* src/imageops/: psImageConvolve.c, psImageGeomManip.c,
	  psImagePixelExtract.c, psImagePixelManip.c, psImageStats.c,
	  psImageStructManip.c: massive code restructure task.

2005-07-12 09:30  desonia

	* src/fft/psImageFFT.c: [no log message]

2005-07-12 09:29  desonia

	* src/sys/psErrorCodes.c.in: initial version.

2005-07-12 09:27  desonia

	* Makefile.am, configure.ac, psParseErrorCodes, src/psErrorText.h,
	  src/astro/psEarthOrientation.c, src/astro/psEarthOrientation.h,
	  src/astro/psSphere.c, src/sys/psErrorCodes.c, swig/Makefile.am,
	  swig/pslib.i: Massive code restructuring.

2005-07-12 09:12  desonia

	* src/: Makefile.am, psErrorCodes.dat, psErrorCodes_en.dat,
	  psErrorText.h.in, psErrorText_en.dat, psParseErrorCodes,
	  pslib_strict.h, astro/Makefile.am, astro/psAstroErrors_en.dat,
	  astro/psCoord.c, astro/psTime.c, db/Makefile.am, db/psDB.c,
	  db/psDB.h, db/psDBErrors_en.dat, fft/Makefile.am, fft/fft.i,
	  fft/psImageFFT.h, fft/psVectorFFT.c, fits/Makefile.am,
	  fits/fits.i, fits/psFits.c, imageops/Makefile.am,
	  imageops/imageops.i, imageops/psImageConvolve.c,
	  imageops/psImageConvolve.h, imageops/psImageGeomManip.c,
	  imageops/psImagePixelExtract.c, imageops/psImagePixelManip.c,
	  imageops/psImagePixelManip.h, imageops/psImageStructManip.c,
	  math/Makefile.am, math/math.i, math/psBinaryOp.c,
	  math/psBinaryOp.h, math/psFunctions.c, math/psFunctions.h,
	  math/psMatrix.c, math/psMinimize.c, math/psMinimize.h,
	  math/psPolynomial.c, math/psPolynomial.h, math/psRandom.c,
	  math/psSpline.c, math/psSpline.h, math/psStats.c, math/psStats.h,
	  math/psUnaryOp.c, math/psUnaryOp.h, mathtypes/Makefile.am,
	  mathtypes/mathtypes.i, mathtypes/psImage.c, mathtypes/psImage.h,
	  mathtypes/psScalar.c, mathtypes/psScalar.h, mathtypes/psVector.c,
	  mathtypes/psVector.h, sys/Makefile.am, sys/psConfigure.c,
	  sys/psErrorCodes.c, sys/psErrorCodes.h, sys/psErrorCodes.h.in,
	  sys/psLogMsg.c, sys/psMemory.c, sys/psString.c, sys/psTrace.c,
	  sys/psType.h, sys/sys.i, types/Makefile.am, types/psArray.c,
	  types/psBitSet.c, types/psHash.c, types/psList.c,
	  types/psLookupTable.c, types/psMetadata.c,
	  types/psMetadataConfig.c, types/psMetadataConfig.h,
	  types/psPixels.c, types/types.i, xml/Makefile.am, xml/psXML.c,
	  xml/psXML.h, xml/xml.i: massive restructuring of codebase.

2005-07-11 11:38  drobbin

	* pslib.kdevses: made revisions based on psLib SDRS rev. 15

2005-07-08 15:24  drobbin

	* pslib.kdevses: Revised psLib based on SDRS rev. 15 changes

2005-07-07 10:30  desonia

	* src/: db/Makefile.am, db/db.i, db/psDBErrors_en.dat,
	  astro/Makefile.am, astro/astro.i, astro/psAstroErrors_en.dat: [no
	  log message]

2005-07-06 16:17  drobbin

	* pslib.kdevses: made revisions according to psLib SDRS rev 15

2005-07-05 17:04  drobbin

	* pslib.kdevses: made changes based on revisions in psLib SDRS rev.
	  15

2005-07-01 10:27  desonia

	* pslib.kdevses, src/astro/Makefile.am, src/db/Makefile.am,
	  src/fft/Makefile.am, src/fits/Makefile.am,
	  src/imageops/Makefile.am, src/math/Makefile.am,
	  src/mathtypes/Makefile.am, src/sys/Makefile.am,
	  src/types/Makefile.am, src/xml/Makefile.am: [no log message]

2005-06-30 11:28  drobbin

	* test/runTest: changed runTest for psDB functions to eliminate
	  mysql output error

2005-06-29 14:33  evanalst

	* src/sys/: psString.c, psString.h: Update psStringNCopy to check
	  for maximum value.

2005-06-29 14:04  evanalst

	* src/: types/psMetadataConfig.c, xml/psXML.c: Update check for
	  negative length prior to calling psStringNCopy.

2005-06-29 10:33  evanalst

	* src/db/psDB.c: Update psDBUpdateRows to get affected rows before
	  commit.

2005-06-29 09:43  evanalst

	* src/db/psDB.h: Update definition of psDBDeleteRows to include
	  limit argument.

2005-06-29 09:40  evanalst

	* src/db/psDB.c: Update function psDBDeleteRows to include limit of
	  maximum rows to delete.

2005-06-28 17:23  drobbin

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: changed psPolynomial allocaters to accept unsigned
	  int

2005-06-28 14:43  drobbin

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: made requested revisions to psPolynomials per
	  apidelta-report-cycle6

2005-06-28 13:28  gusciora

	* src/math/psConstants.h: ...

2005-06-28 10:17  drobbin

	* pslib.kdevses, src/astro/psTime.c, src/astro/psTime.h,
	  src/math/psStats.c, src/math/psStats.h, src/math/psUnaryOp.c,
	  src/math/psUnaryOp.h, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psScalar.c,
	  src/mathtypes/psScalar.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/sys/psString.c, src/sys/psString.h,
	  src/sys/psTrace.c, src/sys/psTrace.h,
	  src/types/psMetadataConfig.c, src/types/psMetadataConfig.h,
	  src/xml/psXML.c, src/xml/psXML.h: updated files in accordance
	  with requested revisions in apidelta-report-cycle6

2005-06-27 14:53  drobbin

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: psPolynomial fxns revised per apidelta-report-cycle6

2005-06-27 10:38  drobbin

	* pslib.kdevses, src/astro/psCoord.c, src/astro/psCoord.h,
	  src/sys/psMemory.c, src/sys/psMemory.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  src/types/psMetadataConfig.h, src/types/psPixels.c,
	  src/types/psPixels.h, src/xml/psXML.c, src/xml/psXML.h: made
	  required changes based on apidelta-report-cycle6

2005-06-24 17:32  drobbin

	* src/sys/: psMemory.c, psMemory.h: changed psMemoryId to psMemId

2005-06-24 16:44  evanalst

	* src/db/psDB.c: Fix psDBSelectRows and psDBDumpCols field
	  ordering.  Bug #448.

2005-06-24 16:02  drobbin

	* src/: astro/psCoord.c, types/psArray.c, fits/psFits.c,
	  imageops/psImageConvolve.c, math/psPolynomial.c, math/psSpline.c,
	  math/psStats.c, mathtypes/psImage.c, mathtypes/psVector.c,
	  sys/psError.c, sys/psErrorCodes.c, sys/psMemory.c,
	  sys/psMemory.h, sys/psTrace.c, types/psBitSet.c, types/psHash.c,
	  types/psList.c, types/psLookupTable.c, types/psMetadata.c,
	  types/psMetadataConfig.c, types/psPixels.c, xml/psXML.c: changed
	  psFreeFcn to psFreeFunc

2005-06-24 15:16  evanalst

	* src/db/psDB.c: Update function psDBDeleteRows to handle invalid
	  arguments.

2005-06-24 15:15  drobbin

	* src/math/: psMatrix.c, psMatrix.h: changed arguments as requested
	  in apidelta-report-cycle6

2005-06-24 14:51  drobbin

	* pslib.kdevses, src/imageops/psImageGeomManip.c,
	  src/imageops/psImageGeomManip.h,
	  src/imageops/psImagePixelExtract.c,
	  src/imageops/psImagePixelExtract.h,
	  src/imageops/psImagePixelManip.c,
	  src/imageops/psImagePixelManip.h, src/imageops/psImageStats.c,
	  src/imageops/psImageStats.h, src/math/psMatrix.c,
	  src/math/psMatrix.h: made request argument changes
	  (apidelta-report-cycle6)

2005-06-24 11:29  evanalst

	* src/db/psDB.c: Update psDBUpdateRows for invalid arguments.

2005-06-24 10:01  desonia

	* test/runTest: epxanded the help message output.

2005-06-23 16:09  evanalst

	* src/db/psDB.c: Update function psDBDumpCols to handle invalid
	  parameters.

2005-06-23 15:45  evanalst

	* src/db/psDB.c: Update psDBDumpCols to place column of strings
	  into an array.

2005-06-23 15:44  evanalst

	* src/types/: psMetadata.c, psMetadata.h: Update metadata
	  collection to handle arrays.

2005-06-22 17:50  drobbin

	* pslib.kdevelop, pslib.kdevelop.pcs, pslib.kdevses,
	  src/imageops/psImageGeomManip.c, src/imageops/psImageGeomManip.h,
	  src/imageops/psImagePixelExtract.c,
	  src/imageops/psImagePixelExtract.h,
	  src/imageops/psImagePixelManip.c,
	  src/imageops/psImagePixelManip.h, src/math/psCompare.h,
	  src/sys/psLogMsg.c, src/sys/psLogMsg.h, src/types/psArray.c,
	  src/types/psArray.h, src/types/psList.c, src/types/psList.h:
	  changed files according to requested revisions outlined in
	  apidelta-report-cycle6

2005-06-22 17:19  desonia

	* src/types/: psLookupTable.c, psLookupTable.h: modified
	  psLookupTableRead to take a long indexCol and added check for an
	  invalidly large indexCol for psLookupTableImport.

2005-06-22 13:48  desonia

	* src/types/: psHash.c, psHash.h: changed parameters of the name
	  'table' to 'hash'.

2005-06-21 17:00  drobbin

	* src/: fits/psFits.c, fits/psFits.h, types/psHash.c,
	  types/psHash.h: [no log message]

2005-06-21 16:05  drobbin

	* pslib.kdevelop.pcs, pslib.kdevses, src/db/psDB.c, src/db/psDB.h,
	  src/fits/psFits.c, src/fits/psFits.h, src/math/psBinaryOp.c,
	  src/math/psBinaryOp.h, src/sys/psError.c, src/sys/psError.h,
	  src/sys/psType.h, src/types/psArray.c, src/types/psArray.h,
	  src/types/psBitSet.c, src/types/psBitSet.h: [no log message]

2005-06-20 17:01  drobbin

	* pslib.kdevelop.pcs, pslib.kdevses, src/astro/psCoord.c,
	  src/astro/psCoord.h, src/astro/psTime.c, src/astro/psTime.h,
	  src/imageops/psImagePixelManip.h, src/math/psMinimize.h,
	  src/math/psPolynomial.c, src/math/psPolynomial.h,
	  src/math/psRandom.c, src/math/psRandom.h, src/math/psSpline.c,
	  src/math/psSpline.h, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psScalar.c,
	  src/mathtypes/psScalar.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/sys/psLogMsg.h, src/sys/psMemory.h,
	  src/sys/psTrace.c, src/sys/psTrace.h, src/types/psList.h,
	  src/types/psMetadata.h: [no log message]

2005-06-20 12:42  drobbin

	* pslib.kdevses, src/astro/psCoord.c, src/astro/psCoord.h,
	  src/math/psMatrix.c, src/math/psMatrix.h,
	  src/types/psLookupTable.c, src/types/psLookupTable.h,
	  src/types/psMetadata.c, src/types/psMetadata.h,
	  src/types/psPixels.c, src/types/psPixels.h,
	  src/math/psMinimize.c, src/math/psMinimize.h, src/sys/psLogMsg.c,
	  src/sys/psLogMsg.h, src/sys/psMemory.c, src/sys/psMemory.h: [no
	  log message]

2005-06-17 17:13  drobbin

	* pslib.kdevelop.pcs, pslib.kdevses, src/types/psList.c,
	  src/fft/psImageFFT.c, src/fft/psImageFFT.h,
	  src/imageops/psImageConvolve.c, src/imageops/psImageConvolve.h,
	  src/imageops/psImageGeomManip.c, src/imageops/psImageGeomManip.h,
	  src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/sys/psLogMsg.c, src/sys/psLogMsg.h, src/types/psList.h: [no
	  log message]

2005-06-17 16:30  drobbin

	* src/: fits/psFits.c, fits/psFits.h, imageops/psImageConvolve.c,
	  imageops/psImageConvolve.h, imageops/psImagePixelManip.c,
	  imageops/psImagePixelManip.h, math/psPolynomial.c,
	  math/psPolynomial.h, math/psSpline.c, math/psSpline.h,
	  math/psStats.c, math/psStats.h, mathtypes/psImage.c,
	  mathtypes/psImage.h, types/psHash.c, types/psHash.h,
	  sys/psError.c, sys/psError.h: [no log message]

2005-06-17 14:53  drobbin

	* src/: db/psDB.c, db/psDB.h, types/psArray.c, types/psArray.h,
	  types/psBitSet.c, types/psBitSet.h, types/psList.c,
	  types/psList.h: [no log message]

2005-06-17 14:52  evanalst

	* src/db/psDB.c: Update function psDBInsertRows to handle invalid
	  parameters.

2005-06-17 13:44  desonia

	* src/: fits/psFits.c, fits/psFits.h, imageops/psImageGeomManip.c,
	  sys/psErrorCodes.c, sys/psMemory.h, sys/psTrace.c,
	  types/psLookupTable.c, types/psMetadata.c: added enhancement to
	  psFree so that it sets the reference being freed to NULL (thanks
	  Gus).

2005-06-17 13:39  drobbin

	* src/: sys/psAbort.c, sys/psAbort.h, types/psArray.c,
	  types/psArray.h: [no log message]

2005-06-17 11:42  drobbin

	* pslib.kdevelop.pcs, pslib.kdevses, src/sys/psMemory.c,
	  src/sys/psMemory.h: [no log message]

2005-06-17 11:33  evanalst

	* src/db/psDB.c: Update psDBInsertOneRow for invalid arguments.

2005-06-16 14:10  drobbin

	* src/: psTest.h, astro/psTime.h, types/psPixels.h,
	  math/psRandom.h, math/psStats.h, sys/psType.h: [no log message]

2005-06-16 12:42  gusciora

	* src/astro/psCoord.c: ...

2005-06-16 12:32  gusciora

	* src/: math/psPolynomial.c, math/psSpline.c, astro/psCoord.c: ...

2005-06-16 12:07  gusciora

	* src/imageops/: psImageGeomManip.c, psImageGeomManip.h: ...

2005-06-16 12:00  gusciora

	* src/: astro/psCoord.c, math/psPolynomial.c, math/psSpline.c,
	  imageops/psImageGeomManip.c, imageops/psImageGeomManip.h: CHeck
	  in, check in often.  -- RDD

2005-06-15 17:51  drobbin

	* src/math/psMinimize.h: [no log message]

2005-06-15 16:50  drobbin

	* src/math/psMinimize.h: [no log message]

2005-06-15 15:48  evanalst

	* src/db/psDB.c: Update function psDBSelectColumn to handle invalid
	  parameters.

2005-06-15 09:52  evanalst

	* src/db/psDB.c: Update psDBDropTable to handle invalid parameters.

2005-06-14 17:20  evanalst

	* src/db/psDB.c: Update psDBCreateTable to handle invalid
	  arguments.

2005-06-14 15:47  evanalst

	* src/db/psDB.c: Update psDBChange to handle invalid arguments.

2005-06-14 15:01  evanalst

	* src/db/psDB.c: Update function psDBInit and psDBCleanup to handle
	  error conditions.

2005-06-13 16:54  drobbin

	* src/: types/psMetadata.h, types/psMetadataConfig.h, xml/psXML.h,
	  math/psMinimize.h, imageops/psImageConvolve.h,
	  imageops/psImageGeomManip.h, imageops/psImageStats.h: [no log
	  message]

2005-06-13 11:26  desonia

	* src/Makefile.am, .cvsignore: [no log message]

2005-06-13 10:43  desonia

	* src/types/psPixels.c: removed a bug introduced.

2005-06-13 10:16  gusciora

	* src/: astro/psCoord.c, math/psMinimize.c, math/psStats.c,
	  types/psPixels.c: ...

2005-06-13 09:39  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2005-06-10 16:19  desonia

	* src/: fits/psFits.h, imageops/psImageGeomManip.c,
	  imageops/psImageGeomManip.h, sys/psConfigure.c, types/psPixels.c,
	  types/psPixels.h: beefed up psImageTransform

2005-06-10 11:46  desonia

	* src/: mathtypes/psVector.c, mathtypes/psVector.h,
	  types/psPixels.c: fixed bug in psPixels and tested
	  psVectorExtend.

2005-06-10 11:26  desonia

	* src/imageops/psImageGeomManip.c: oops.  last version didn't
	  compile.

2005-06-10 11:14  desonia

	* src/imageops/psImageGeomManip.c: fixed silly typo/bug.

2005-06-10 08:09  desonia

	* configure.ac, src/astro/psTime.c, src/types/psMetadataConfig.c,
	  src/types/psMetadataConfig.h, src/xml/psXML.c, src/xml/psXML.h:
	  renamed psMetadataParseConfig to psMetadataConfigParse.

2005-06-09 16:30  desonia

	* src/imageops/: psImagePixelExtract.c, psImagePixelExtract.h:
	  changed psImageCut & psImageSlice to use psRegion.

2005-06-09 15:41  desonia

	* src/sys/: psConfigure.c, psConfigure.h: modified psLibInit to
	  match SDRS.

2005-06-09 13:51  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/types/psPixels.c: changed
	  psPixelsAlloc to set n to nalloc (as psVectorAlloc does).

2005-06-09 11:20  drobbin

	* src/mathtypes/psImage.h: [no log message]

2005-06-09 11:17  desonia

	* src/: fft/psImageFFT.c, fits/psFits.c: fixed minor bugs (Bug
	  #307, etc.)

2005-06-09 09:40  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/fits/psFits.c,
	  src/fits/psFits.h: removed extname from psFitsWrite* functions
	  (Bug #412).

2005-06-09 09:26  drobbin

	* src/: astro/psCoord.h, fits/psFits.h, math/psPolynomial.h,
	  math/psSpline.h, sys/psError.h: [no log message]

2005-06-08 20:12  gusciora

	* src/sys/: psLogMsg.c, psLogMsg.h: ...

2005-06-08 14:56  desonia

	* src/types/psLookupTable.c: Mac OSX fix.

2005-06-08 13:40  desonia

	* src/psTest.h, src/pslib.h, src/pslib_strict.h,
	  src/astro/psCoord.h, src/astro/psTime.h, src/fft/psImageFFT.h,
	  src/fft/psVectorFFT.h, src/fits/psFits.h,
	  src/imageops/psImageConvolve.h, src/imageops/psImageGeomManip.h,
	  src/imageops/psImagePixelExtract.h,
	  src/imageops/psImagePixelManip.h, src/imageops/psImageStats.h,
	  src/imageops/psImageStructManip.h, src/math/psBinaryOp.h,
	  src/math/psCompare.h, src/math/psConstants.h,
	  src/math/psMatrix.h, src/math/psMinimize.h,
	  src/math/psPolynomial.c, src/math/psPolynomial.h,
	  src/math/psRandom.h, src/math/psSpline.c, src/math/psSpline.h,
	  src/math/psStats.c, src/math/psStats.h, src/math/psUnaryOp.h,
	  src/mathtypes/psScalar.h, src/mathtypes/psVector.h,
	  src/sys/psAbort.h, src/sys/psConfigure.h, src/sys/psError.h,
	  src/sys/psErrorCodes.h, src/sys/psLogMsg.c, src/sys/psLogMsg.h,
	  src/sys/psMemory.c, src/sys/psMemory.h, src/sys/psString.h,
	  src/sys/psTrace.c, src/sys/psType.h, src/types/psArray.h,
	  src/types/psBitSet.h, src/types/psHash.h, src/types/psList.h,
	  src/types/psLookupTable.c, src/types/psLookupTable.h,
	  src/types/psMetadata.h, src/types/psMetadataConfig.h,
	  src/types/psPixels.h, src/xml/psXML.h, test/psTest.h: added
	  comments on the end of #endif and #else

2005-06-08 12:28  desonia

	* src/math/psMatrix.c: Bug #403 -- implemented and tested
	  non-square matrix multiply.

2005-06-08 11:24  desonia

	* configure.ac: Bug #415 -- removed FLIBS references.

2005-06-08 11:07  desonia

	* src/fits/: psFits.c, psFits.h: Bug #410 -- changed the return
	  value of psFitsReadHeaderSet to psMetadata*.

2005-06-08 10:43  desonia

	* pslib.kdevelop.pcs, pslib.kdevses: [no log message]

2005-06-08 09:47  evanalst

	* src/types/psPixels.c: Update psPixelsConcatenate to return NULL
	  if input pixels NULL.

2005-06-07 17:16  evanalst

	* src/types/psPixels.c: Added error message generation for
	  psPixelsCopy.

2005-06-07 16:38  desonia

	* configure.ac, src/math/psMatrix.c: added notes, removed
	  references to non-existant code.

2005-06-07 13:11  gusciora

	* src/math/: psStats.c, psStats.h: I added comments to not the
	  following dtats members are never being used, or set:

		 stats->robustN50
		 stats->clippedNvalues
		 stats->binsize

2005-06-07 12:53  gusciora

	* src/sys/: psConfigure.c, psConfigure.h: Removed code that freed
	  data structures that were declared static for performance
	  reasons.  This issue will be addressed later.

2005-06-07 12:37  gusciora

	* src/types/psHash.c: Fixed a return value on the PS_ASSERT.

2005-06-07 12:36  gusciora

	* src/types/: psHash.c, psHash.h: Standarized the PS_ASSERTs for
	  checking pointers.

2005-06-07 09:59  evanalst

	* src/types/psMetadata.h: Update doxygen comments for location
	  argument.

2005-06-06 16:29  desonia

	* configure.ac, pslib.kdevelop.pcs, pslib.kdevses,
	  src/pslib_strict.h, src/db/psDB.c, src/db/psDB.h,
	  src/fft/psImageFFT.c, src/imageops/psImageConvolve.c,
	  src/math/psMinimize.c, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h: removed psImageIO functions.

2005-06-06 16:08  drobbin

	* src/astro/psCoord.h: [no log message]

2005-06-03 17:00  evanalst

	* src/: types/psMetadataConfig.c, xml/psXML.c: Fix
	  psMetadataParseConfig to not return NULL when parse failure
	  detected.

2005-06-03 14:49  gusciora

	* src/math/psConstants.h: PS_ASSERT_

2005-06-03 13:48  asc

	* src/db/psDB.c: workaround 4byte psBool endianness issue on Mac
	  hardware.

2005-06-03 12:30  gusciora

	* src/math/psStats.c: Added bug 366 suggestions.

2005-06-02 16:07  evanalst

	* src/types/psMetadata.c: Update code per Bug #361.

2005-06-01 13:51  evanalst

	* src/math/psRandom.c: Fix psRandomAlloc to set type and seed
	  properly.

2005-05-31 11:47  evanalst

	* src/: astro/psTime.c, astro/psTime.h, math/psConstants.h: SDR-14
	  function updates.

2005-05-31 11:46  evanalst

	* src/types/: psLookupTable.c, psLookupTable.h: SDR-14 updates to
	  functions.

2005-05-31 11:25  gusciora

	* src/math/psConstants.h: ...

2005-05-27 15:01  asc

	* src/db/psDB.c: fixes for bug #419

2005-05-26 06:48  magnier

	* src/mathtypes/psImage.h: removed const from col0,row0 -- SDRS
	  updated for cycle 7

2005-05-25 12:46  gusciora

	* src/types/psLookupTable.c: New ASSERT macros.

2005-05-25 10:26  gusciora

	* src/: astro/psCoord.c, astro/psTime.c, imageops/psImageStats.c,
	  math/psBinaryOp.c, math/psConstants.h, math/psMatrix.c,
	  math/psMinimize.c, math/psPolynomial.c, math/psSpline.c,
	  math/psStats.c, math/psUnaryOp.c, types/psMetadata.c,
	  types/psMetadataConfig.c, xml/psXML.c: I renamed many of the
	  PS_CHECK macros to PS_ASSERT...

2005-05-25 09:25  gusciora

	* src/math/: psConstants.h, psStats.c: ...

2005-05-19 15:41  asc

	* src/sys/psString.h: editor-readable coding standards

2005-05-19 15:41  asc

	* src/sys/psString.c: Added null checking on prepend/append funcs
	  and added editor coding standards

2005-05-19 14:15  desonia

	* src/astro/psCoord.c: an old line got slipped back in.

2005-05-19 13:57  gusciora

	* src/: astro/psCoord.c, types/psPixels.h, math/psConstants.h,
	  math/psMinimize.c, math/psPolynomial.c, math/psSpline.c,
	  math/psStats.c, mathtypes/psImage.h: ...

2005-05-19 13:52  gusciora

	* src/math/psMinimize.c: Set the lastDelta value in
	  psMinimizePowell().

2005-05-19 12:53  gusciora

	* src/math/: psPolynomial.c, psSpline.c: I fixed the bug where the
	  Chebyshev poly had order 1.

2005-05-19 10:48  desonia

	* src/: types/psMetadataConfig.c, xml/psXML.c: fixed some
	  signedness warnings under GCC 4.0

2005-05-19 10:44  desonia

	* .cvsignore, test/.cvsignore: updated the list of generated files.

2005-05-19 10:40  desonia

	* pslib.kdevelop.pcs, pslib.kdevses: [no log message]

2005-05-18 19:18  desonia

	* src/: astro/psCoord.c, astro/psCoord.h, fft/psImageFFT.c,
	  fits/psFits.c, imageops/psImageConvolve.c,
	  imageops/psImageGeomManip.c, imageops/psImageStructManip.c,
	  imageops/psImageStructManip.h, math/psMinimize.c,
	  mathtypes/psImage.c, mathtypes/psImage.h: fixes to psRegion.

2005-05-18 16:49  desonia

	* pslib.kdevses: moved functions around.

2005-05-18 16:09  desonia

	* src/: pslib_strict.h, fft/psVectorFFT.c, fits/psFits.c:
	  reorganized the image functions into more files.

2005-05-18 16:08  desonia

	* src/: fft/psImageFFT.c, imageops/psImageConvolve.c,
	  imageops/psImageGeomManip.c, imageops/psImageGeomManip.h,
	  imageops/psImagePixelExtract.c, imageops/psImagePixelExtract.h,
	  imageops/psImagePixelManip.c, imageops/psImagePixelManip.h,
	  imageops/psImageStructManip.c, imageops/psImageStructManip.h:
	  reorganized the functions into more files.

2005-05-18 15:09  price

	* src/: astro/psTime.h, db/psDB.c, db/psDB.h, fits/psFits.c,
	  fits/psFits.h, math/psBinaryOp.c, math/psBinaryOp.h,
	  math/psMatrix.c, math/psMatrix.h, math/psUnaryOp.c,
	  math/psUnaryOp.h, mathtypes/psScalar.c, mathtypes/psScalar.h,
	  types/psArray.c, types/psArray.h, types/psBitSet.c,
	  types/psBitSet.h, types/psHash.c, types/psHash.h, types/psList.c,
	  types/psList.h, types/psMetadata.c, types/psMetadata.h,
	  mathtypes/psImage.c, mathtypes/psImage.h, sys/psMemory.c,
	  sys/psMemory.h: Adding const qualifiers where missing in the
	  docs.

2005-05-18 13:19  asc

	* src/db/psDB.c: Add support for AUTO_INCREMENT

2005-05-18 11:38  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/types/psPixels.c,
	  src/types/psPixels.h: changes given implementation of tests for
	  the psPixels functions.

2005-05-17 14:55  asc

	* src/db/: psDB.c, psDB.h: Applied Josh's patch (bugzilla #413)

2005-05-16 11:07  price

	* src/mathtypes/psImage.c: psImageCopy preserves col0,row0.

2005-05-16 11:06  price

	* src/mathtypes/psImage.h: Removing const from col0, row0 --- these
	  are user-manipulable.

2005-05-16 09:43  evanalst

	* src/: types/psMetadata.c, types/psMetadata.h,
	  types/psMetadataConfig.c, types/psMetadataConfig.h, xml/psXML.c,
	  xml/psXML.h: Bug #392 fix.

2005-05-16 08:38  desonia

	* pslib.kdevelop.pcs: [no log message]

2005-05-13 16:54  desonia

	* test/Makefile.am: tweaks.

2005-05-13 16:32  desonia

	* src/: Makefile.am, parseErrorCodes.pl, psParseErrorCodes: changed
	  the name of parseErrorCodes.pl to psParseErrorCodes and made it
	  installable.

2005-05-13 16:10  desonia

	* swig/Makefile.am: little tweaks for Bug 351.

2005-05-13 12:30  price

	* src/types/: psArray.c, psArray.h: Changing psArrayElementFree to
	  p_psArrayElementFree

2005-05-13 11:40  price

	* src/sys/psLogMsg.c: psLogSetFormat returns a bool.

2005-05-13 11:27  price

	* src/sys/: psConfigure.c, psConfigure.h: Removing RNG seeding in
	  psLibInit (done by psRandom)

2005-05-13 10:53  desonia

	* swig/: Makefile.PL, Makefile.am: pushed to compiling from the
	  install to all target.

2005-05-11 15:50  desonia

	* configure.ac: added FullUnitTest to the list of configured files.

2005-05-11 15:35  desonia

	* test/: FullUnitTest, FullUnitTest.in: File now generated by
	  configure to include build directory of library.

2005-05-11 14:54  desonia

	* configure.ac, src/math/psUnaryOp.c: fixes to compile on OSX.
	  Mainly dealt with getting cabs to be found in complex.h.

2005-05-11 14:10  desonia

	* configure.ac: chenges PS_PI* to M_PI*.

2005-05-11 13:46  desonia

	* test/FullUnitTest: added --makeonly and --help options.

2005-05-11 12:02  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/astro/psCoord.c,
	  src/astro/psTime.c, src/imageops/psImageStats.c,
	  src/math/psConstants.h, src/math/psMinimize.c,
	  src/math/psPolynomial.c, src/math/psSpline.c: changed PS_PI* to
	  M_PI*.

2005-05-10 16:29  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/math/psConstants.h,
	  src/math/psMatrix.c: tweaks

2005-05-10 00:09  desonia

	* swig/Makefile.PL: added _XOPEN_SOURCE=500 to allow compilation on
	  Gentoo Linux.

2005-05-09 15:57  desonia

	* src/math/psMinimize.c: small syntax tweaks.

2005-05-06 08:15  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/db/psDB.c,
	  src/sys/psString.c, src/sys/psString.h: Bug #395 - consolidated
	  psString functions introduced for psDB to psString.[ch]

2005-05-05 12:33  gusciora

	* src/math/: psPolynomial.c, psSpline.c: Comments.

2005-05-05 12:32  gusciora

	* src/math/psMinimize.c: Got read of image/vector print routine.

2005-05-05 12:23  gusciora

	* src/math/psMinimize.h: Must add in doxygen comments.

2005-05-05 12:21  gusciora

	* src/math/psMinimize.c: Coding standard modes: changed local
	  function names and declared them static.

2005-05-05 12:15  gusciora

	* src/math/: psMinimize.c, psMinimize.h: Minor coding standard
	  mods.

2005-05-05 12:10  gusciora

	* src/math/: psMinimize.c, psMinimize.h: Eugene's mods to LM
	  minimization.

2005-05-05 11:25  desonia

	* src/fits/psFits.c: fix for bug#348.  When reading a string table
	  element, the buffer needed to be allocated before calling
	  CFITSIO.

2005-05-05 11:24  desonia

	* src/sys/psTrace.c: added a flush of the stream in psTrace.  This
	  is required for debuging using GCC 4.0, which aggressively
	  buffers output to stdout/stderr.

2005-05-05 11:11  asc

	* src/db/psDB.c: bugfix 344, 345, 346

2005-05-04 09:27  desonia

	* configure.ac: changed AC_CONFIG_HEADER to AM_CONFIG_HEADER.

2005-05-03 16:47  desonia

	* configure.ac: changed AC_CONFIG_HEADERS to AC_CONFIG_HEADER to be
	  compatible with automake 1.6.

2005-05-03 15:57  desonia

	* autogen.sh: changed the executable flag.

2005-04-29 08:44  desonia

	* autogen.sh: modified to not force version and to check for
	  glibtoolize (for MacOSX).

2005-04-28 23:17  magnier

	* src/: math/psMinimize.c, math/psMinimize.h, mathtypes/psImage.c,
	  mathtypes/psImage.h, mathtypes/psVector.c, mathtypes/psVector.h,
	  sys/psTrace.c, sys/psTrace.h: checking in the versions of the
	  files below, incorporating the changes I made and have already
	  submitted to bugzilla.  these files should be replaced with the
	  versions contributed on the main trunk by MHPCC.  I will tag this
	  state with eam-psphot-1

	  src/astronomy/psMetadata.c src/astronomy/psMetadata.h
	  src/collections/psVector.c src/collections/psVector.h
	  src/dataManip/psMinimize.c src/dataManip/psMinimize.h
	  src/image/psImage.c src/image/psImage.h src/sysUtils/psTrace.c
	  src/sysUtils/psTrace.h

2005-04-28 16:33  desonia

	* autogen.sh: initial version.

2005-04-28 16:25  desonia

	* src/mathtypes/: psVector.c, psVector.h, psImage.c, psImage.h: Bug
	  #382 -- added some simple functions for tracing.

2005-04-28 16:03  desonia

	* Makefile.cvs, NEWS, config.guess, config.sub, configure.ac,
	  depcomp, install-sh, ltmain.sh, missing, mkinstalldirs,
	  swig/Makefile.PL: applied changes from Bug#385

2005-04-28 14:39  desonia

	* src/sys/psMemory.c: made the free callback to be involved on all
	  psFree calls, not just calls that actually free the memory.

2005-04-28 13:50  desonia

	* src/sys/psTrace.c: made default destination stdout, not stderr as
	  eugene had coded it.

2005-04-28 13:46  desonia

	* src/sys/psTrace.c, src/sys/psTrace.h, test/runTest: bug #379 -
	  folded in posted changes.

2005-04-28 09:52  desonia

	* src/types/psMetadata.c: modified code to not allow non-empty
	  PS_META_MULTI nodes to be added.

2005-04-27 16:45  desonia

	* configure.ac, pslib.kdevelop.pcs, pslib.kdevses,
	  src/types/psMetadata.c: tweaked the logic in adding/allocating
	  metadata items.

2005-04-26 09:53  desonia

	* configure.ac, pslib-config.in, pslib.kdevelop.pcs, pslib.kdevses,
	  src/psTest.c, src/fits/psFits.c, src/math/psPolynomial.c,
	  src/math/psSpline.c, src/math/psStats.c, src/types/psHash.c,
	  src/types/psMetadataConfig.c, src/xml/psXML.c, test/psTest.c,
	  test/runTest: fixed small problems that made build using GCC 4.0
	  fail.

2005-04-22 16:07  desonia

	* config.guess, config.sub, configure.ac, ltmain.sh,
	  src/types/psMetadata.c: fixed problem that broke Linux.

2005-04-22 15:36  desonia

	* config.guess, config.sub, configure.ac, ltmain.sh: added checks
	  in configure to add -lg2c to FLIBS, if present, and to add
	  -Wno-long-double to CFLAGS (because of a GSL-related issue) IF
	  AND ONLY IF the host machine is OSX.

2005-04-22 14:10  desonia

	* config.guess, config.sub, ltmain.sh, src/types/psPixels.c,
	  src/types/psPixels.h: moved psPixels to collections.

2005-04-21 11:21  desonia

	* src/mathtypes/psVector.c: tweaked the psVectorSortIndex struct to
	  have datatype of index match the output index datatype.

2005-04-21 11:18  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h: added psPixels functions and rewrote
	  psVectorSortIndex.

2005-04-18 19:46  gusciora

	* src/astro/psCoord.c: Improved the psTransformFit() tests.

2005-04-18 18:16  gusciora

	* src/: astro/psCoord.c, imageops/psImageStats.c,
	  math/psPolynomial.c, math/psSpline.c: Created tests for inverting
	  linear psPlaneTransforms.  Fixed a bug with the linear transform
	  inversion code.

2005-04-18 16:44  evanalst

	* src/astro/psTime.h: Add new type psTimeBulletin. (SDR-13)

2005-04-18 16:13  evanalst

	* src/astro/: psTime.c, psTime.h: Modify the psTime data structure.
	  (SDR-13)

2005-04-18 15:22  gusciora

	* src/astro/psCoord.c: The psTransformCombine() tests were
	  significantly modified.  They now more fully test a wider range
	  of transforms and data.

2005-04-18 14:34  gusciora

	* src/math/: psPolynomial.c, psSpline.c: I changed the parameter
	  test on the polynomial alloc functions.  The size of the
	  polynomial must be larger than 0.

2005-04-18 14:17  evanalst

	* src/astro/: psTime.c, psTime.h: Change function name psTimeToLST
	  to psTimeToLMST. (SDR-13)

2005-04-18 13:40  evanalst

	* src/astro/: psTime.c, psTime.h: Change function name
	  psTimeGetTime to psTimeGetNow. (SDR-13)

2005-04-18 13:30  evanalst

	* src/astro/: psTime.c, psTime.h: Change function names from
	  psTimeToISOTime and psTimeFromISOTime to psTimeToISO and
	  psTimeFromISO respectively. (SDR-13)

2005-04-18 13:13  evanalst

	* src/astro/: psTime.c, psTime.h: Change name psTimeLeapseconds to
	  psTimeLeapSecondDelta. (SDR-13)

2005-04-14 14:12  desonia

	* src/: fft/psImageFFT.c, imageops/psImageConvolve.c,
	  mathtypes/psImage.c, mathtypes/psImage.h: fixed image FFT and
	  image convolution.  The FFTW call had the wrong order of
	  dimensions, and the scaling was incorrect.

2005-04-13 17:23  gusciora

	* config.guess, config.sub, ltmain.sh, src/math/psConstants.h: ...

2005-04-11 13:57  desonia

	* configure.ac: added a directive to require automake 1.6.

2005-04-08 14:04  desonia

	* test/: FullUnitTest, runTest: moved around some files and
	  modified FullUnitTest to use runTest.

2005-04-08 07:58  desonia

	* configure.ac, src/Makefile.am, src/imageops/psImageStats.c,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/types/psLookupTable.c, src/types/psLookupTable.h,
	  src/types/psMetadata.h, swig/Makefile.am, swig/pslib.i,
	  test/Makefile.am: changed name of fileUtils to dataIO to better
	  coorespond to the latest SDRS.

2005-04-07 10:27  desonia

	* Makefile.am, configure.ac, pslib.kdevelop.pcs, pslib.kdevses,
	  src/Makefile.am, src/pslib.h, src/pslib_strict.h,
	  src/astro/psCoord.c, src/fits/psFits.c,
	  src/imageops/psImageConvolve.c, src/math/psPolynomial.c,
	  src/math/psSpline.c, src/math/psStats.c, src/mathtypes/psImage.c,
	  src/mathtypes/psVector.c, src/sys/psError.c,
	  src/sys/psErrorCodes.c, src/sys/psMemory.c, src/sys/psMemory.h,
	  src/sys/psTrace.c, src/types/psArray.c, src/types/psBitSet.c,
	  src/types/psHash.c, src/types/psList.c,
	  src/types/psLookupTable.c, src/types/psMetadata.c,
	  swig/Makefile.am, test/runTest, test/tst_template.c: changed name
	  of p_psMemSetDeallocator/p_psMemGetDeallocator to
	  psMemSetDeallocator/psMemGetDeallocator.

	  -rdd

2005-04-05 15:12  desonia

	* src/: db/psDB.c, fft/psImageFFT.c, fits/psFits.c,
	  math/psPolynomial.c, math/psSpline.c, mathtypes/psImage.c,
	  sys/psType.h, types/psMetadata.h, types/psMetadataConfig.c,
	  xml/psXML.c: Removed PS_TYPE_PTR from psElemType, as per latest
	  SDRS.

2005-04-05 09:37  desonia

	* Makefile.am, configure.ac, pslib.kdevelop.pcs, pslib.kdevses,
	  test/Makefile.am: made testing of psDB optional, depending if
	  feature is enabled.

2005-04-05 09:33  desonia

	* src/fits/psFits.c: removed the exclusion of standard FITS header
	  keys, per Bug #349.

2005-04-01 12:22  desonia

	* Makefile.am, pslib.kdevelop.pcs, pslib.kdevses, test/Makefile.am:
	  merged changes that were made on rel5 branch.

2005-04-01 10:55  desonia

	* Makefile.am, pslib.kdevelop.pcs, pslib.kdevses, test/Makefile.am:
	  fixed some mac OSX related issues.

2005-03-31 14:10  desonia

	* Makefile.am, swig/Makefile.am: added uninstall information.

2005-03-31 13:37  desonia

	* configure.ac, test/FullUnitTest, test/runTest: changed the
	  version of the library given IfA's recommendations.

2005-03-31 13:01  desonia

	* configure.ac, pslib-config.in, src/mainpage.dox, src/psTest.h,
	  src/pslib.h, src/astro/psCoord.c, src/astro/psCoord.h,
	  src/db/psDB.h, src/math/psConstants.h, src/math/psPolynomial.h,
	  src/math/psSpline.h, swig/Makefile.am: cosmetic tweaks.

2005-03-30 17:02  desonia

	* src/pslib.h: include file rework.

2005-03-30 16:54  desonia

	* src/db/: psDB.c, psDB.h: changed the includes to not use pslib.h.

2005-03-30 16:40  desonia

	* .cvsignore: updated the list of generated files.

2005-03-30 16:38  desonia

	* Doxyfile.in: new file.

2005-03-30 16:34  desonia

	* Doxyfile, Makefile.am, configure.ac: modifications in making of
	  doxygen data, including install location, etc.

2005-03-30 16:33  desonia

	* src/types/psLookupTable.c: updated to use the new psArrayAdd
	  function.

2005-03-30 16:32  desonia

	* src/sys/psMemory.c: found that data blocks less than the minimum
	  recycle size can not be handled well, so I made that value the
	  minimum size allocatable.

2005-03-30 16:29  desonia

	* src/mainpage.dox: updated to current build procedures.

2005-03-30 15:02  gusciora

	* src/math/psMinimize.c: ...

2005-03-30 13:43  gusciora

	* src/math/: psConstants.h: ...

2005-03-30 13:38  gusciora

	* src/math/psConstants.h: ...

2005-03-30 13:35  desonia

	* src/math/psConstants.h: fixed error introduced.

2005-03-30 13:25  asc

	* src/db/psDB.c: bugfixes and tweaks: do not blindly convert MySQL
	  datatypes to psLib datatypes

2005-03-30 13:21  gusciora

	* src/math/psConstants.h: ...

2005-03-30 13:07  asc

	* src/db/psDB.c: bugfix, return type is long* !

2005-03-30 11:12  asc

	* src/db/psDB.c: bugfix

2005-03-29 21:02  asc

	* src/db/psDB.c: bugfixes and tweaks

2005-03-29 14:20  desonia

	* configure.ac: add check for function atoll.

2005-03-29 14:05  desonia

	* configure.ac, src/db/psDB.c: [no log message]

2005-03-29 13:39  desonia

	* src/db/psDB.c: [no log message]

2005-03-29 12:53  desonia

	* src/db/psDB.c: added stdlib.h to the list of includes for atoll.

2005-03-29 12:51  gusciora

	* src/math/psStats.c: ...

2005-03-29 12:50  desonia

	* src/db/: psDB.c, psDB.h: removed mysql/ prefix on the mysql
	  include files.

2005-03-29 12:47  desonia

	* configure.ac: [no log message]

2005-03-29 12:34  gusciora

	* src/math/: psMinimize.c, psStats.c, psStats.h: Fixes bugs 338.
	  Deeals with robust stats, and min->lastDelta.

2005-03-29 12:15  asc

	* src/db/psDB.c: quiet

2005-03-29 12:13  asc

	* src/types/psMetadata.h: tpyo

2005-03-29 12:13  asc

	* src/db/psDB.c: bugfixes.

2005-03-29 11:49  desonia

	* test/FullUnitTest: updated tests to use current substitutions.

2005-03-29 11:31  desonia

	* src/: sys/psTrace.c, types/psMetadata.c, types/psMetadata.h:
	  fixed some small bugs.

2005-03-29 09:41  gusciora

	* src/: astro/psCoord.c, astro/psCoord.h, math/psMinimize.c,
	  math/psStats.c: Plane transform invert, combine, and fit.

2005-03-28 12:54  asc

	* test/tst_template.c: tpyo

2005-03-28 12:54  asc

	* src/db/: psDB.c, psDB.h: bugfixes

2005-03-28 12:49  evanalst

	* src/math/psStats.c: Update return value for max/min statistics.

2005-03-24 13:56  evanalst

	* src/math/psStats.c: Update vector mean sample calculation for
	  weighted mean.

2005-03-24 13:52  desonia

	* src/fits/: psFits.c, psFits.h: modifications to add const to
	  psFits parameters of functions.

2005-03-24 12:21  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/fits/psFits.c,
	  src/types/psMetadata.c: changes for test of psFitsUpdateTable.

2005-03-24 09:39  desonia

	* src/imageops/: psImageStats.c, psImageStats.h: corrected missing
	  const in prototypes.

2005-03-22 14:23  desonia

	* configure.ac: changed configure to use mysql_config to get
	  CFLAGS/LDFLAGS.

2005-03-22 11:52  desonia

	* pslib.kdevelop, pslib.kdevelop.pcs, pslib.kdevses,
	  src/fft/psVectorFFT.c, src/fits/psFits.c, src/fits/psFits.h,
	  src/imageops/psImageStats.c, src/math/psConstants.h,
	  src/math/psMatrix.c, src/math/psMinimize.c,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/sys/psError.c, src/sys/psError.h, src/sys/psLogMsg.c,
	  src/sys/psLogMsg.h: [no log message]

2005-03-21 15:35  evanalst

	* src/astro/psCoord.c: Updates for psSphereGetOffset and
	  psSphereSetOffset.

2005-03-18 11:34  evanalst

	* src/astro/: psCoord.c, psCoord.h: Update psProject and
	  psDeproject functions to match ADD-09.

2005-03-17 16:35  desonia

	* src/mathtypes/: psImage.c, psImage.h: added BILINEAR_VARIANCE
	  interpolation mode.

2005-03-17 09:26  desonia

	* src/math/psCompare.c: fixed bug in psVectorSort of float/double
	  data.

2005-03-17 09:02  desonia

	* pslib.kdevelop.pcs, pslib.kdevses: updated the list of generated
	  files.

2005-03-17 09:02  desonia

	* src/mathtypes/: psImage.c, psImage.h: added interpolation types;
	  code support to come.

2005-03-17 09:01  desonia

	* src/: types/psMetadataConfig.c, xml/psXML.c: fixed
	  psMetadataItemPrint to cast numeric values to specified format.

2005-03-17 09:00  desonia

	* configure.ac: made mysql and swig to be enabled by default.

2005-03-17 08:53  desonia

	* test/: FullUnitTest, runTest: made the default library location
	  to be the standard build location, versus the install location.

2005-03-11 13:19  asc

	* configure.ac: added various MySQL tests

2005-03-11 13:17  asc

	* src/types/psList.h: fixed a comment

2005-03-11 13:17  asc

	* src/db/: psDB.c, psDB.h: Joshua Hoblitt's MySQL DB code with
	  slight modifications for compilation against current psLib.

2005-03-11 10:38  desonia

	* config.guess, config.sub, ltmain.sh, pslib.kdevelop.pcs,
	  pslib.kdevses, src/fits/psFits.c, src/fits/psFits.h,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/types/psMetadata.c, src/types/psMetadata.h: made adjustments
	  to psMetadata and added psFitsUpdateTable.

2005-03-10 12:33  evanalst

	* src/math/: psPolynomial.c, psSpline.c: Update
	  psPolynomail4DEvalVector.

2005-03-09 15:11  evanalst

	* src/math/: psPolynomial.c, psSpline.c: Fix
	  psPolynomialXDEvalVector functions.

2005-03-07 16:27  evanalst

	* src/math/: psPolynomial.c, psSpline.c: Update
	  psPolynomial1DEvalVector function.

2005-03-07 10:58  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/sys/psType.h,
	  src/types/psList.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  src/types/psMetadataConfig.h, src/xml/psXML.c, src/xml/psXML.h:
	  modified psMetadata to use a special psMetadataType to signify
	  duplicate entries and added a flag to signify that duplicate
	  entries are OK.

2005-03-07 10:56  evanalst

	* src/math/: psPolynomial.c, psSpline.c: Update Chebyshev
	  polynomial evaluation to include mask.

2005-03-05 11:53  gusciora

	* config.guess, config.sub, ltmain.sh, src/math/psStats.c: ...

2005-03-04 10:51  gusciora

	* src/math/: psPolynomial.c, psSpline.c, psStats.c: ...

2005-03-01 17:39  evanalst

	* src/astro/psCoord.c: Update psSpherePrecess function.

2005-03-01 12:21  gusciora

	* src/math/psStats.c: Fixing bug 316.

2005-03-01 11:38  evanalst

	* src/astro/psCoord.c: Update psSphereTransform functions to pass
	  unit tests.

2005-03-01 11:20  gusciora

	* src/math/psStats.c: Fixed bugs reported in 316.  Not tested yet.

2005-03-01 11:03  gusciora

	* src/math/psStats.c: Fixing bugs from 316.  Not tested yet.

2005-03-01 11:02  gusciora

	* src/math/psStats.c: Fixing bugs reported in 316.  Not tested yet.

2005-02-28 13:34  desonia

	* pslib.kdevelop, pslib.kdevelop.pcs, pslib.kdevses,
	  src/astro/psTime.c, src/fits/psFits.c, src/math/psMatrix.c,
	  src/sys/psType.h, src/types/psMetadata.c, src/types/psMetadata.h,
	  src/types/psMetadataConfig.c, src/xml/psXML.c: Changes to
	  psMetadata to match latest SDRS.

2005-02-25 12:28  evanalst

	* src/astro/: psCoord.c, psCoord.h: Update for
	  psSphereTransformGalacticToICRS and ICRSToGalactic.

2005-02-25 10:52  evanalst

	* src/astro/psCoord.c: Update psSphereTransformEclipticToICRS.

2005-02-24 21:40  asc

	* DEV_NOTES: fix a tpyo

2005-02-24 16:49  evanalst

	* src/astro/psCoord.c: Update computations for
	  psSphereTransformICRSToEcliptic.

2005-02-23 14:19  desonia

	* src/math/: psConstants.h, psMatrix.c: changed psMatrix tests so
	  that functions return NULL on error.

2005-02-23 11:32  desonia

	* src/imageops/psImageStats.c: added support in psImageStats for
	  subset images.

2005-02-22 10:06  desonia

	* src/imageops/psImageStats.c: [no log message]

2005-02-22 09:38  desonia

	* src/fft/psImageFFT.c: Bug #307 - numElementsSquared should not
	  overflow given large images.

2005-02-22 09:25  desonia

	* pslib.kdevelop.pcs, pslib.kdevses, src/fits/psFits.c,
	  src/types/psBitSet.c: fixed multiple small bugs, including bug
	  302.

2005-02-18 16:43  evanalst

	* src/astro/psCoord.c: Update the psSphere and psPlane free
	  functions.

2005-02-18 14:30  evanalst

	* src/math/psMatrix.c: Update psVectorToMatrix to work for type
	  psF32.

2005-02-18 12:17  desonia

	* src/types/: psArray.c, psHash.c, psMetadata.c: [no log message]

2005-02-17 12:33  desonia

	* src/math/psMatrix.c: merged in the changes cooresponding to the
	  fix of Bug 299.

2005-02-17 12:22  desonia

	* DEV_NOTES, README: [no log message]

2005-02-17 11:54  evanalst

	* src/types/: psLookupTable.c, psLookupTable.h: Update
	  psLookupTable functions to met requirements.

2005-02-17 09:26  desonia

	* src/pslib.h, src/astro/psCoord.c, src/astro/psCoord.h,
	  src/astro/psTime.c, src/astro/psTime.h, src/fft/psVectorFFT.c,
	  src/fft/psVectorFFT.h, src/math/psCompare.c,
	  src/math/psCompare.h, src/math/psConstants.h,
	  src/math/psMatrix.c, src/math/psMatrix.h, src/math/psMinimize.c,
	  src/math/psMinimize.h, src/math/psPolynomial.c,
	  src/math/psPolynomial.h, src/math/psRandom.c,
	  src/math/psRandom.h, src/math/psSpline.c, src/math/psSpline.h,
	  src/math/psStats.c, src/math/psStats.h, src/mathtypes/psScalar.c,
	  src/mathtypes/psScalar.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/types/psArray.c,
	  src/types/psArray.h, src/types/psBitSet.c, src/types/psBitSet.h,
	  src/types/psHash.c, src/types/psHash.h, src/types/psList.c,
	  src/types/psList.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  src/types/psMetadataConfig.h, src/xml/psXML.c, src/xml/psXML.h,
	  src/fft/psImageFFT.c, src/fft/psImageFFT.h, src/fits/psFits.c,
	  src/fits/psFits.h, src/imageops/psImageConvolve.h,
	  src/imageops/psImageStats.c, src/imageops/psImageStats.h,
	  src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/sys/psAbort.c, src/sys/psAbort.h, src/sys/psConfigure.c,
	  src/sys/psConfigure.h, src/sys/psError.c, src/sys/psError.h,
	  src/sys/psErrorCodes.c, src/sys/psErrorCodes.h,
	  src/sys/psLogMsg.c, src/sys/psLogMsg.h, src/sys/psMemory.c,
	  src/sys/psMemory.h, src/sys/psString.c, src/sys/psString.h,
	  src/sys/psTrace.c, src/sys/psTrace.h, src/sys/psType.h,
	  src/types/psLookupTable.c, src/types/psLookupTable.h,
	  test/tst_template.c: Fixed bugs as reported by IfA.

2005-02-16 16:03  desonia

	* src/.cvsignore: [no log message]

2005-02-16 15:58  desonia

	* pslib.kdevses, src/fits/psFits.c, src/sys/psError.c,
	  src/sys/psLogMsg.c, src/types/psMetadata.c,
	  src/types/psMetadata.h, test/runTest: changed the prototype of
	  psMetadataLookup___.

2005-02-15 16:01  desonia

	* configure.ac: [no log message]

2005-02-15 15:30  desonia

	* src/Makefile.am: [no log message]

2005-02-15 15:22  desonia

	* config.guess, config.sub, ltmain.sh, src/Makefile.am: added hack
	  to tell libtool about library dependencies without actually
	  linking them in.

2005-02-15 15:01  desonia

	* Makefile.am, Makefile.cvs, config.guess, config.sub, ltmain.sh:
	  added check so that config/etc is not installed on top of itself.

2005-02-15 14:50  desonia

	* configure.ac, pslib-config.in, pslib.pc.in: [no log message]

2005-02-15 14:26  desonia

	* configure.ac, src/psTest.c: [no log message]

2005-02-15 14:22  desonia

	* configure.ac, src/sys/psLogMsg.c: replaced GNU extensions with
	  equivalents.

2005-02-15 13:58  desonia

	* configure.ac: [no log message]

2005-02-15 10:29  desonia

	* Makefile.am: fixed install to make the share/pslib and etc/pslib
	  directories as needed.

2005-02-15 09:53  desonia

	* test/runTest: changed failure return from 256 to 64, so autotools
	  better recognizes it.

2005-02-15 09:46  desonia

	* test/FullUnitTest: removed check of make output (using only
	  return value now).

2005-02-14 17:02  desonia

	* configure.ac, src/astro/psTime.c, src/astro/psTime.h: [no log
	  message]

2005-02-14 16:16  desonia

	* config.guess, config.sub, configure.ac, ltmain.sh: made compiler
	  optimization an explicit option.  Also made default perl
	  installation prefix be PREFIX.

2005-02-14 14:49  desonia

	* .cvsignore, Makefile.am, configure.ac, configure.in: [no log
	  message]

2005-02-11 15:14  desonia

	* etc/.cvsignore, src/.cvsignore: [no log message]

2005-02-11 13:53  desonia

	* etc/.cvsignore, .cvsignore: [no log message]

2005-02-11 13:51  desonia

	* src/config.h.in: this file is generated by autoheader.

2005-02-11 13:50  desonia

	* Makefile.cvs, aclocal.m4, config.guess, config.sub, configure.in,
	  ltmain.sh, src/config.h.in: [no log message]

2005-02-11 10:27  desonia

	* Makefile.am, aclocal.m4, configure.in, etc/Makefile.am,
	  src/config.h.in, src/types/psLookupTable.c,
	  src/imageops/psImageConvolve.c: made changes to allow use of
	  older automake versions (>2 years)

2005-02-11 10:20  desonia

	* aclocal.m4: Mac's aclocal program is faulty, so lets stick with a
	  linux build of this.

2005-02-09 17:05  desonia

	* configure.in: [no log message]

2005-02-09 16:59  desonia

	* Makefile.am, configure.in, src/config.h.in: [no log message]

2005-02-09 16:36  desonia

	* Makefile.am, configure.in, pslib.kdevelop.pcs, pslib.kdevses,
	  src/psTest.c, src/pslib.h, src/astro/psCoord.c,
	  src/astro/psTime.c, src/math/psBinaryOp.c, src/math/psBinaryOp.h,
	  src/math/psConstants.h, src/math/psMinimize.c,
	  src/math/psPolynomial.c, src/math/psSpline.c,
	  src/math/psUnaryOp.c, src/math/psUnaryOp.h,
	  src/imageops/psImageStats.c, src/sys/psTrace.c: prepared the
	  config/data directories to be installed into standard areas.

2005-02-09 10:56  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2005-02-08 15:31  desonia

	* swig/: Makefile.am, phase2.pl: added the example into the
	  distribution.

2005-02-08 15:28  desonia

	* swig/example/: phase2.pl, data/badpix.fits, data/base.config,
	  data/bias.fits, data/camera-0.config, data/dark.fits,
	  data/data.fits, data/flat.fits, data/fringe.fits,
	  data/recipe.config, data/site.config: example of use of swig.

2005-02-08 15:04  desonia

	* src/types/psArray.c, src/types/psArray.h, swig/phase2.pl,
	  swig/pslib.i: added some helpful functionality to help SWIG.

2005-02-08 11:06  desonia

	* .cvsignore: updated list of generated files.

2005-02-07 16:36  desonia

	* Makefile.am, configure.in, src/config.h.in: added auto-creation
	  of psTime.config

2005-02-07 16:04  desonia

	* src/config.h.in, swig/Makefile.am, swig/pslib.i: [no log message]

2005-02-07 14:47  desonia

	* src/: fits/psFits.h, math/psPolynomial.h, math/psSpline.h,
	  sys/psTrace.h: [no log message]

2005-02-07 14:39  desonia

	* src/math/psCompare.c: [no log message]

2005-02-07 14:17  desonia

	* src/sys/psMemory.h: [no log message]

2005-02-07 13:42  desonia

	* configure.in: [no log message]

2005-02-07 13:26  desonia

	* configure.in, src/sys/psError.h, src/sys/psMemory.h,
	  src/sys/psTrace.h, swig/Makefile.am, swig/pslib.i: [no log
	  message]

2005-02-04 22:33  desonia

	* configure.in, src/config.h.in: [no log message]

2005-02-04 14:53  desonia

	* configure.in: added some basic checks for the existance of
	  dependent packages (headers, etc).

2005-02-04 13:39  desonia

	* mkinstalldirs: needed to Mac OSX.

2005-02-04 13:31  desonia

	* swig/Makefile.am: [no log message]

2005-02-04 12:56  desonia

	* Makefile.am, swig/Makefile.am: added necessary files to
	  distribution list.

2005-02-04 12:49  desonia

	* .cvsignore, Doxyfile, Makefile.am, configure.in, src/Doxyfile,
	  src/Makefile.am, src/psTest.c, swig/.cvsignore, swig/Makefile.PL,
	  swig/Makefile.am, test/FullUnitTest, test/runTest: general
	  autoconf cleanup.

2005-02-03 16:38  desonia

	* .cvsignore, src/.cvsignore, swig/.cvsignore, test/.cvsignore:
	  updated the cvsignore, given autoconf changes.

2005-02-03 13:28  desonia

	* ChangeLog, NEWS, README, swig/PsLib.i, swig/pslib.i: [no log
	  message]

2005-02-03 13:23  desonia

	* Makefile.am, config.guess, config.sub, configure.in, ltmain.sh,
	  src/Makefile.am, swig/Makefile.am: initial tweak to get things to
	  nominally work.

2005-02-02 17:43  desonia

	* configure.in, src/Makefile.am, swig/Makefile.am: [no log message]

2005-02-02 16:31  desonia

	* Makefile.am, configure.in, src/Makefile.am, swig/Makefile.am,
	  swig/PsLib.i: moved the directory up, out of the pslib source
	  directory.

2005-02-02 15:10  desonia

	* config.guess, config.sub, depcomp, install-sh, ltmain.sh,
	  missing, pslib-config.in: added files required by autoconf.

2005-02-02 15:08  desonia

	* psLib.kdevelop, psLib.kdevelop.pcs, psLib.kdevses, tags,
	  src/Makefile, src/Makefile.Globals, src/convertType.sh,
	  test/Makefile: removed files no longer required in CVS due to
	  switching to autoconf

2005-02-02 14:56  desonia

	* src/types/psList.h: [no log message]

2005-02-02 14:54  desonia

	* AUTHORS, COPYING, INSTALL, Makefile.am, Makefile.cvs,
	  configure.in, pslib.kdevelop, pslib.kdevelop.pcs, pslib.kdevses,
	  pslib.pc.in, src/Doxyfile, src/Makefile, src/Makefile.Globals,
	  src/Makefile.am, src/config.h.in, src/parseErrorCodes.pl,
	  src/psTest.c, src/psTest.h, src/pslib.h, src/math/psMinimize.c,
	  src/math/psMinimize.h, src/math/psPolynomial.c,
	  src/math/psPolynomial.h, src/math/psSpline.c,
	  src/math/psSpline.h, src/math/psStats.c, src/math/psStats.h,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/types/psArray.c, src/types/psArray.h, src/types/psBitSet.c,
	  src/types/psBitSet.h, src/imageops/psImageStats.c,
	  src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/sys/psConfigure.c, src/sys/psError.h, src/sys/psLogMsg.h,
	  src/sys/psTrace.c, src/sys/psType.h, src/types/psLookupTable.c,
	  test/FullUnitTest, test/Makefile, test/Makefile.am, test/runTest:
	  Added SWIG and autoconf.

2005-02-02 14:45  desonia

	* src/: astro/psCoord.c, astro/psCoord.h, astro/psTime.c,
	  types/psMetadata.h, types/psMetadataConfig.c, xml/psXML.c: Added
	  SWIG and autoconf.

2005-02-02 14:00  evanalst

	* src/types/psList.c: Update set iterator for negative index for
	  location.

2005-02-02 11:58  evanalst

	* src/types/psList.c: Fix how set iterator operates with negative
	  location specified.

2005-02-02 11:10  gusciora

	* src/astro/psCoord.c: ...

2005-02-02 10:22  evanalst

	* src/fits/psFits.c: Update changes in psList.

2005-02-02 10:21  evanalst

	* src/: types/psList.c, types/psList.h, sys/psErrorCodes.c: Update
	  changes to psList.

2005-01-26 10:47  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psSpline.c: Type checks
	  of spline->knots.

2005-01-26 10:41  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psPolynomial.h,
	  psSpline.c, psSpline.h: Substituted knots for domains in the
	  spline structs.

2005-01-26 10:24  gusciora

	* src/: astro/psCoord.c, astro/psCoord.h, math/psStats.c: Added
	  function prototypes for invert, combine, fit.  Create the alloc
	  functions.

2005-01-24 15:04  evanalst

	* src/types/psList.c: Update psListGetNext to come back onto list.

2005-01-24 14:12  evanalst

	* src/types/psList.c: Allow function psListGetPrevious to come back
	  onto the list after psListGetNext has gone beyond the end.

2005-01-19 14:51  evanalst

	* src/types/psList.c: Remove lock/unlock since it causes tests to
	  hang on PS server.

2005-01-19 10:49  evanalst

	* src/types/psList.c: Update locations of mutex locks/unlocks.

2005-01-18 16:17  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/Makefile,
	  src/Makefile.Globals: [no log message]

2005-01-18 15:53  desonia

	* src/Makefile.Globals: [no log message]

2005-01-18 15:15  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/Makefile: added means to
	  insert the $prefix value into the psTime.config file.

2005-01-18 11:43  desonia

	* src/: Doxyfile, mainpage.dox: Modified the Doxygen to reflect
	  current information.

2005-01-18 11:23  harman

	* src/mainpage.dox: Added XML library info and cleaned up minor
	  problems

2005-01-18 10:01  desonia

	* src/fits/psFits.c: [no log message]

2005-01-18 09:49  desonia

	* src/fits/psFits.c: [no log message]

2005-01-18 09:36  desonia

	* src/fits/psFits.c: [no log message]

2005-01-17 17:15  desonia

	* src/fits/: psFits.c, psFits.h: Added tests for psFitsReadImage &
	  psFitsWriteImage.  Also re-enabled some 'not a requirement' code
	  to support a superset of the required datatype for various
	  functions.

2005-01-17 13:25  gusciora

	* src/: math/psMinimize.c, math/psPolynomial.c, math/psSpline.c,
	  imageops/psImageStats.c: ...

2005-01-17 12:17  desonia

	* src/math/: psMatrix.c, psMatrix.h, psMinimize.c, psPolynomial.c,
	  psSpline.c: changed psMatrixLUD to create the perm parameter
	  according to the machine size of 'size_t', which is used by GSL.

2005-01-17 10:58  desonia

	* psLib.kdevses, src/types/psMetadata.c, src/types/psMetadata.h,
	  src/fits/psFits.c, src/mathtypes/psVector.h, src/sys/psType.h:
	  added test for psFitsReadTable.

2005-01-14 15:15  evanalst

	* src/math/psRandom.c: Add additional error message.

2005-01-14 14:45  evanalst

	* src/math/psRandom.c: Updated psRandomReset and other functions to
	  check for NULL psRandom variable.

2005-01-14 13:40  gusciora

	* src/math/: psPolynomial.c, psSpline.c: Fixed error message.

2005-01-14 13:34  evanalst

	* src/math/psRandom.c: Add functionality to get random number from
	  system if seed equal to zero.

2005-01-14 13:27  gusciora

	* src/: astro/psCoord.c, math/psMinimize.c, math/psPolynomial.c,
	  math/psSpline.c, math/psStats.c: Replace ADD projections with
	  mathworks formulas.

2005-01-14 11:22  evanalst

	* src/math/psRandom.c: Add additional software to free memory if
	  invalid random type specified.

2005-01-14 09:40  desonia

	* src/fits/psFits.c: modifications during psFits tests.

2005-01-13 14:53  evanalst

	* src/math/psStats.c: Modify warning message for cross platform
	  independence.

2005-01-13 13:27  evanalst

	* src/types/psMetadata.c: Remove comment lines for PS_META_UNKNOWN.

2005-01-13 12:45  gusciora

	* src/astro/psCoord.c: ...

2005-01-13 11:45  evanalst

	* src/types/psMetadata.c: Update allocate metadata item to not copy
	  unknown types.

2005-01-13 11:09  desonia

	* src/: fits/psFits.c, types/psMetadata.c, types/psMetadata.h: [no
	  log message]

2005-01-13 10:48  desonia

	* src/: fits/psFits.c, types/psMetadata.c,
	  types/psMetadataConfig.c, xml/psXML.c: fixed some small bugs in
	  psMetadataLookup and psMetadataItemPrint.

2005-01-13 09:50  desonia

	* src/: fits/psFits.c, types/psMetadata.c, types/psMetadata.h,
	  sys/psError.c, sys/psError.h: [no log message]

2005-01-12 17:26  evanalst

	* src/mathtypes/: psImage.c, psImage.h: Updated the psRegion type
	  and psRegionAlloc function.

2005-01-12 16:08  desonia

	* src/fits/psFits.c: added test for
	  psFitsGetExtNum/psFitsGetExtName.

2005-01-12 15:54  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/fits/psFits.c: Added test
	  for psFitsMoveExtNum.

2005-01-12 12:17  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/pslib.h,
	  src/fits/psFits.c, src/fits/psFits.h: added tests for some psFits
	  functions.

2005-01-10 09:47  gusciora

	* src/: astro/psCoord.c, math/psConstants.h, math/psPolynomial.c,
	  math/psSpline.c: ...

2005-01-07 14:13  gusciora

	* src/astro/psCoord.c: Fixed bug with unallowable offset unit type.

2005-01-07 13:52  gusciora

	* src/astro/psCoord.c: Fixed a bug.

2005-01-06 09:21  desonia

	* psLib.kdevelop.filelist, psLib.kdevelop.pcs, psLib.kdevses: [no
	  log message]

2005-01-05 11:16  desonia

	* psLib.kdevelop.pcs, psLib.kdevses,
	  src/imageops/psImageConvolve.c: adjusted psKernelGenerate to
	  better match Tonry's code.  Also made mis-match sizes of input
	  vectors an error.

2005-01-05 10:59  gusciora

	* src/math/psMinimize.c: ...

2005-01-05 10:59  gusciora

	* src/math/psMinimize.c: [no log message]

2005-01-04 08:33  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c: Removed unused
	  structure

2005-01-03 16:34  desonia

	* src/: Makefile.Globals, mathtypes/psImage.c, mathtypes/psImage.h:
	  added tests for psRegion functions.

2005-01-03 13:37  harman

	* src/Makefile.Globals: Added PS_LIB_VERSION

2005-01-03 13:35  harman

	* src/sys/psConfigure.c: Added psLibVersion function

2005-01-03 11:58  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/math/psConstants.h: made
	  psImageRotate take radian rotation value instead of degrees.

2005-01-03 10:28  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/types/psHash.c,
	  src/types/psHash.h: added psHashToArray function and
	  cooresponding test.

2004-12-30 10:18  desonia

	* psLib.kdevelop.filelist, psLib.kdevelop.pcs, psLib.kdevses,
	  src/types/psArray.c: Updated psChip/psCell to current SDRS spec.

2004-12-29 12:15  gusciora

	* src/: Makefile.Globals, math/psConstants.h, math/psPolynomial.c,
	  math/psPolynomial.h, math/psSpline.c, math/psSpline.h: Changed
	  order of spline eval.

2004-12-27 15:48  desonia

	* psLib.kdevelop, psLib.kdevelop.filelist, psLib.kdevelop.pcs,
	  psLib.kdevses, tags: [no log message]

2004-12-27 15:48  desonia

	* src/types/psArray.c: Task #1153 - added psArrayAdd function.

2004-12-23 13:16  gusciora

	* src/math/psConstants.h: ...

2004-12-23 09:14  desonia

	* src/imageops/psImageStats.c: adjusted for the addition of the
	  error parameter on psVectorStats.

2004-12-23 09:13  desonia

	* src/fits/: psFits.c, psFits.h: added functions to psFits

2004-12-22 15:14  desonia

	* src/types/: psArray.c, psArray.h: added psArrayAdd function.

2004-12-22 13:09  gusciora

	* src/math/: psPolynomial.c, psSpline.c: Added a few chek
	  functions.

2004-12-22 11:00  gusciora

	* src/math/: psPolynomial.c, psSpline.c: Fixed bug 254.

2004-12-21 19:09  gusciora

	* src/math/: psConstants.h, psMinimize.c, psMinimize.h,
	  psPolynomial.c, psPolynomial.h, psSpline.c, psSpline.h,
	  psStats.c, psStats.h: Changed types to PS types.

2004-12-21 14:54  gusciora

	* src/math/psStats.c: Modified histogram->nums to be of type F32,
	  not U32.

2004-12-21 13:25  gusciora

	* src/math/: psRandom.h, psStats.c: ...

2004-12-21 10:42  gusciora

	* src/: astro/psCoord.c, math/psConstants.h, math/psPolynomial.c,
	  math/psSpline.c, math/psStats.c, math/psStats.h: Added errors
	  arguments to the VectorStats and VectorHistogram functions.  The
	  arguments are ignored in the histogram and robust stats code.

2004-12-20 14:37  evanalst

	* src/sys/psType.h: Add new type psMath.

2004-12-20 11:39  gusciora

	* src/: imageops/psImageStats.c, math/psConstants.h,
	  math/psStats.c, mathtypes/psImage.c: New macros for psCOnstants.h

2004-12-17 11:46  desonia

	* test/psTest.c: Added fflush of stdout/stderr after call to each
	  test function.

2004-12-17 10:47  harman

	* src/astro/psTime.c: Corrected minor math error

2004-12-16 16:22  harman

	* src/astro/psTime.c: Corrected minor math error

2004-12-16 14:18  gusciora

	* src/math/: psConstants.h, psMinimize.c, psPolynomial.c,
	  psSpline.c: Fixed chebyshev polynomial code.

2004-12-16 13:04  gusciora

	* src/math/: psConstants.h, psMinimize.c, psStats.c: Modified the
	  stdev and mean code.

2004-12-16 11:58  gusciora

	* src/imageops/psImageStats.c: ...

2004-12-16 11:58  gusciora

	* src/imageops/psImageStats.c: The Chebyshev stuff is under
	  construction.

2004-12-16 11:42  gusciora

	* src/math/psConstants.h: ...

2004-12-16 11:32  desonia

	* test/runTest: usage is printed if invoked with no parameters.

2004-12-16 08:52  harman

	* src/: astro/psTime.c, astro/psTime.h, types/psLookupTable.c,
	  sys/psConfigure.c: Added new time math functions

2004-12-15 17:01  evanalst

	* src/math/psStats.c: Changed improper function call.

2004-12-15 15:35  evanalst

	* src/math/psStats.c: Change return value of p_psVectorSampleMean.

2004-12-15 13:35  evanalst

	* src/math/: psPolynomial.c, psSpline.c: Add memory deallocator set
	  to psSpline1DAllocGeneric.

2004-12-13 14:12  gusciora

	* src/: Makefile.Globals: ...

2004-12-13 14:12  gusciora

	* src/Makefile.Globals: xml2lib

2004-12-13 14:04  gusciora

	* src/Makefile.Globals: Added local variable for libxml directory.

2004-12-13 10:49  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/sys/psErrorCodes.c,
	  src/sys/psMemory.c: fixed errors caused indirectly from the
	  psList change.

2004-12-10 15:24  desonia

	* src/types/psList.c: fixed errorneous warning in psListAdd.

2004-12-10 15:19  desonia

	* src/types/psList.c: fixes so that psList test passes now.

2004-12-10 14:16  harman

	* src/math/psMatrix.c: Added support for psF32 types

2004-12-10 11:43  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/types/psList.c: fixed some
	  psList problems.  More exist.

2004-12-09 16:50  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, tags, src/Makefile,
	  src/Makefile.Globals, src/types/psList.c, src/types/psList.h,
	  src/types/psMetadata.c, src/types/psMetadataConfig.c,
	  src/xml/psXML.c, src/fits/psFits.c, src/fits/psFits.h,
	  src/sys/psErrorCodes.c: Changed psList API for iterators, etc.

2004-12-09 13:31  evanalst

	* src/math/psConstants.h: Add macro for check if arguments are not
	  of dimension PS_DIMEN_OTHER.

2004-12-09 11:30  evanalst

	* src/mathtypes/psVector.c: Fix functionality of psVectorSortIndex
	  when input has multiple entries with the same value.

2004-12-09 10:51  harman

	* src/math/: psMatrix.c, psMatrix.h: Added support for psF32 types

2004-12-08 09:21  evanalst

	* src/Makefile.Globals: Remove temporary XML variable definition.

2004-12-08 08:23  harman

	* src/astro/psCoord.h: Removed excess 'a' character to make things
	  compile again

2004-12-07 16:03  evanalst

	* src/mathtypes/psScalar.c: Make psScalarAlloc and psScalarCopy
	  return null if operation failed.

2004-12-07 13:27  harman

	* src/types/: psMetadata.c, psMetadata.h: Updated new functions in
	  SDRS 10 per latest polycon

2004-12-07 12:58  harman

	* src/types/: psMetadata.c, psMetadata.h: Updated new functions in
	  SDRS 10 per latest polycon

2004-12-07 12:51  gusciora

	* src/Makefile.Globals: This is still broken.

2004-12-07 12:42  gusciora

	* src/Makefile.Globals: Trying to fix xml2 makefiles.

2004-12-07 12:28  gusciora

	* src/: astro/psCoord.c, astro/psCoord.h, math/psMinimize.c: ...

2004-12-07 09:08  harman

	* src/types/: psMetadata.h, psMetadata.c: Added new functions in
	  SDRS 10

2004-12-06 14:02  harman

	* src/sys/psConfigure.c: Added comment

2004-12-06 10:52  harman

	* src/sys/psType.h: Added boolean to enumeration and associated
	  function macros

2004-12-06 09:59  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c,
	  types/psMetadataConfig.h, xml/psXML.h: Updates for version 10 of
	  SDRS

2004-12-06 09:49  gusciora

	* src/: astro/psCoord.c, astro/psCoord.h, math/psConstants.h:
	  Redoing the coordinate transforms.

2004-12-04 09:22  gusciora

	* src/imageops/psImageStats.c: ...

2004-12-03 16:43  evanalst

	* src/types/psHash.c: Update psHashRemove.

2004-12-03 14:04  evanalst

	* src/types/psHash.c: Updated error messages and return values for
	  psHashAdd.

2004-12-03 13:50  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c: Updates for version
	  10 of SDRS

2004-12-03 13:14  harman

	* src/: types/psMetadata.c, types/psMetadata.h,
	  types/psMetadataConfig.c, xml/psXML.c, types/psMetadataConfig.h,
	  xml/psXML.h, astro/psTime.c, math/psPolynomial.c,
	  math/psSpline.c, sys/psType.h: Updates for version 10 of SDRS

2004-12-03 12:29  gusciora

	* src/imageops/psImageStats.c: ...

2004-12-03 12:27  desonia

	* src/Makefile.Globals: xml2 makefile changes.

2004-12-03 12:23  desonia

	* src/Makefile.Globals: changed the means in which xml2 lib/include
	  files are located.  Used xml2-config.

2004-12-03 09:43  gusciora

	* src/: astro/psCoord.c, imageops/psImageStats.c: MOdified makefile
	  for /usr/local/include

2004-12-02 11:12  gusciora

	* src/: astro/psCoord.c, astro/psCoord.h, math/psPolynomial.h,
	  math/psSpline.h, imageops/psImageStats.h, sys/psTrace.c: Renamed
	  members of the psSphereTransform struct.

2004-12-01 09:56  gusciora

	* src/: astro/psCoord.c, math/psConstants.h, math/psMinimize.c: ...

2004-11-30 14:56  evanalst

	* src/sys/psMemory.c: Update format description for psMemoryId.

2004-11-29 15:24  harman

	* src/: types/psMetadataConfig.h, xml/psXML.h: Added ';' to
	  prototype

2004-11-29 15:19  harman

	* src/: types/psMetadataConfig.h, xml/psXML.h: Added new XML
	  function prototype and Doxygen comments

2004-11-29 15:09  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c: Changed scope of
	  private functions

2004-11-29 14:49  harman

	* src/Makefile.Globals: Added XML parser library

2004-11-29 14:34  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c: Fixed various
	  compiler errors

2004-11-29 14:26  harman

	* src/: types/psMetadata.c, types/psMetadata.h,
	  types/psMetadataConfig.c, xml/psXML.c: Added XML parser

2004-11-29 08:41  harman

	* src/astro/psTime.c: Changed function argument type

2004-11-24 12:33  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psPolynomial.h,
	  psSpline.c, psSpline.h: Changed order of spline eval functions.

2004-11-24 12:22  gusciora

	* src/math/: psConstants.h, psMinimize.c: Added error checking for
	  covar.

2004-11-24 12:14  gusciora

	* src/: astro/psCoord.c, imageops/psImageStats.c, math/psStats.c:
	  Changing order of args to poly eval function.

2004-11-24 11:59  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psRandom.c,
	  psSpline.c, psSpline.h: Changed the order of the arguments for
	  the polynomial eval functions.

2004-11-24 10:55  gusciora

	* src/math/: psRandom.c, psRandom.h: Initial version of random
	  number generators.

2004-11-24 10:34  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: Changed psGaussianDev() to p_psGaussianDev().

2004-11-24 10:12  gusciora

	* src/sys/: psTrace.c, psTrace.h: I modified the defualt trace
	  level behavior for the psTrace routines.

2004-11-24 09:48  gusciora

	* src/astro/: psCoord.c, psCoord.h: Added function prototypes for
	  psSpherePrecess.

2004-11-23 14:05  gusciora

	* src/: Makefile.Globals, astro/psTime.c,
	  imageops/psImageConvolve.c, math/psPolynomial.c, math/psSpline.c,
	  math/psStats.c, sys/psConfigure.c: Added -Wall to
	  Makefile.globals, and fixed resultant compile errors.

2004-11-23 09:35  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psSpline.c, psStats.c:
	  ...

2004-11-22 10:50  evanalst

	* test/psTest.c: Update psMemCheckLeaks function.

2004-11-22 10:49  evanalst

	* src/sys/: psMemory.c, psMemory.h: Add additional parameter to
	  psMemCheckLeaks.

2004-11-18 14:33  evanalst

	* src/types/psArray.c: Fix psArrayRemove function to work
	  correctly.

2004-11-16 10:00  desonia

	* psLib.kdevelop.filelist, psLib.kdevelop.pcs, psLib.kdevses,
	  src/types/psList.c, src/types/psList.h, src/fits/psFits.c,
	  src/fits/psFits.h, src/imageops/psImageConvolve.c,
	  src/mathtypes/psImage.c, src/mathtypes/psImage.h: Added some
	  psfits and pslist changes.  More work needs to be done to make it
	  match the current SDRS.

2004-11-15 11:13  gusciora

	* src/math/: psPolynomial.c, psSpline.c, psStats.c: ...

2004-11-15 10:51  harman

	* src/types/psLookupTable.c: Updates resulting from testing

2004-11-15 10:32  harman

	* src/types/psLookupTable.c: Updates resulting from testing

2004-11-15 10:15  harman

	* src/astro/psTime.c: Updates resulting from testing

2004-11-12 12:29  evanalst

	* src/types/psArray.c: Generate error message when psArrayRealloc
	  parameter is NULL.

2004-11-12 10:48  evanalst

	* src/math/psStats.c: Change normalize routine to be private.

2004-11-12 10:45  evanalst

	* src/math/: psMinimize.c, psStats.h: Change normalize routines to
	  be private.

2004-11-12 10:25  evanalst

	* src/types/psLookupTable.c: Add preprocessor statements to allow
	  compilation on Mac OS.

2004-11-12 09:53  gusciora

	* src/math/psStats.c: Fixed compilation error with the error code
	  stuff.

2004-11-12 09:50  gusciora

	* src/math/: psPolynomial.c, psSpline.c, psStats.c: Added error
	  codes, and corrected the return values in the polynomial
	  evaluation functions when the polynomial has an incorrect type.

	  The error stuff does not compile.

2004-11-12 09:36  gusciora

	* src/math/: psConstants.h, psStats.c: Added a few macros to
	  declare and allocate static persistant polynomials.

2004-11-12 09:29  evanalst

	* src/math/psStats.c: Fixed macro to allow file to compile.

2004-11-12 09:08  gusciora

	* src/math/: psMinimize.c, psStats.c, psStats.h: ...

2004-11-11 10:13  gusciora

	* src/: math/psStats.c, mathtypes/psVector.c: Adding further error
	  checking code to psStats.c.

2004-11-11 09:32  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-11-10 13:39  harman

	* src/pslib.h: Added psConfigure.h

2004-11-10 13:22  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psSpline.c, psStats.c:
	  Working with macros.

2004-11-10 13:05  gusciora

	* src/math/: psPolynomial.c, psSpline.c, psStats.c: Added full type
	  support for vector bin dissect.

2004-11-10 12:45  gusciora

	* src/math/psStats.c: Fixed compilation bugs.

2004-11-10 12:43  gusciora

	* src/math/: psPolynomial.c, psSpline.c, psStats.c: ...

2004-11-10 10:58  harman

	* src/sys/psConfigure.h: Changed comments

2004-11-10 08:26  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c,
	  types/psMetadataConfig.h, xml/psXML.h, astro/psTime.c,
	  astro/psTime.h: Changed function argument

2004-11-10 08:26  harman

	* src/sys/: psConfigure.c, psConfigure.h: Initial version

2004-11-08 16:03  harman

	* src/astro/psTime.c: Changed table names in array initializers

2004-11-08 15:50  harman

	* src/Makefile.Globals: Added path to time config file

2004-11-08 15:10  harman

	* test/Makefile: Added fileUtils directory

2004-11-08 14:58  harman

	* src/Makefile: Added fileUtils directory

2004-11-08 14:41  harman

	* src/math/psConstants.h: Added integer == comparison error

2004-11-08 14:39  harman

	* src/pslib.h: Added psLookupTable and file utils

2004-11-08 14:38  harman

	* src/types/: psLookupTable.c, psLookupTable.h: Added psLookupTable
	  code

2004-11-08 14:36  harman

	* src/: astro/psTime.c, astro/psTime.h, types/psMetadata.c,
	  types/psMetadata.h: Time config files updates

2004-11-05 14:57  gusciora

	* src/imageops/psImageStats.c: ...

2004-11-05 14:56  gusciora

	* src/: math/psConstants.h, imageops/psImageStats.c: Removed some
	  redundant type checks.

2004-11-05 14:45  gusciora

	* src/imageops/psImageStats.c: ...

2004-11-05 14:44  gusciora

	* src/: imageops/psImageStats.c, math/psConstants.h,
	  mathtypes/psImage.c: Removed redundant type checking.

2004-11-04 16:29  desonia

	* psLib.kdevelop.filelist, tags: More psError fixes.

2004-11-04 12:14  evanalst

	* src/fft/: psImageFFT.c, psImageFFT.h, psVectorFFT.c,
	  psVectorFFT.h: Update type psFftDirection to psFFTFlags which is
	  specified in SDR.

2004-11-03 15:59  desonia

	* src/math/psConstants.h: fixed psError calls for psModule project
	  macros.

2004-11-03 15:04  desonia

	* psLib.kdevelop.filelist, psLib.kdevses, src/Makefile.Globals,
	  src/psErrorCodes.dat, src/astro/psCoord.c, src/astro/psTime.c,
	  src/math/psConstants.h, src/mathtypes/psScalar.c,
	  src/mathtypes/psVector.c, src/types/psBitSet.c,
	  src/types/psHash.c, src/types/psList.c, src/types/psMetadata.c,
	  src/types/psMetadataConfig.c, src/xml/psXML.c,
	  src/fft/psVectorFFT.c, src/math/psMatrix.c,
	  src/math/psMinimize.c, src/math/psPolynomial.c,
	  src/math/psPolynomial.h, src/math/psSpline.c,
	  src/math/psSpline.h, src/math/psStats.c, src/fft/psImageFFT.c,
	  src/imageops/psImageConvolve.c, src/imageops/psImageStats.c,
	  src/mathtypes/psImage.c, src/sys/psError.c, src/sys/psError.h,
	  src/sys/psErrorCodes.c, src/sys/psErrorCodes.h,
	  src/sys/psLogMsg.c, src/sys/psMemory.c, src/sys/psString.c,
	  src/sys/psTrace.c, test/psTest.c: changed the psError signature
	  to match SDRS.  Also made misc. cleanups as I was combing the
	  files.

2004-11-03 12:58  gusciora

	* src/math/psConstants.h: ...

2004-11-02 17:30  gusciora

	* src/math/: psMinimize.c, psPolynomial.h, psSpline.h, psStats.c,
	  psStats.h: ...

2004-11-02 09:13  gusciora

	* src/math/psStats.c: Code cleaning.

2004-11-02 09:08  gusciora

	* src/math/psMinimize.c: ...

2004-11-01 17:57  gusciora

	* src/: imageops/psImageStats.c, math/psMinimize.c: Code cleaning
	  in psMinimize.c

2004-11-01 16:03  gusciora

	* src/imageops/psImageStats.c: Added F64 types for the image fit
	  routines, and test code.

2004-11-01 15:52  gusciora

	* src/: imageops/psImageStats.c, math/psConstants.h: Changing the
	  image fit routines to be of "double" type.

2004-11-01 15:04  gusciora

	* src/math/psMinimize.c: ...

2004-11-01 14:07  gusciora

	* src/math/psStats.c: Added return vales to the psRobustSTats()
	  routine.

2004-11-01 13:57  gusciora

	* src/math/: psMinimize.c, psMinimize.h, psStats.c: Fixed the
	  robust stats routines for stdev/mean.  Fixed minimization
	  routines for fitting gaussians.  CVS:
	  ----------------------------------------------------------------------
	  CVS: Enter Log.  Lines beginning with `CVS:' are removed
	  automatically CVS:  CVS: Committing in .  CVS:  CVS: Modified
	  Files:  CVS: src/dataManip/psMinimize.c
	  src/dataManip/psMinimize.h CVS: src/dataManip/psStats.c
	  src/dataManip/makedir/psMinimize.d CVS:
	  src/dataManip/makedir/psStats.d CVS:
	  test/dataManip/tst_psMinimize07.c
	  ----------------------------------------------------------------------

2004-11-01 08:57  gusciora

	* src/math/psMinimize.c: Removed static declaration.

2004-11-01 08:55  gusciora

	* src/: Makefile.Globals, math/psMinimize.c: Working on bracket
	  code.

2004-10-29 11:37  gusciora

	* src/math/psMinimize.c: Working bracket code.

2004-10-29 11:19  gusciora

	* src/math/psMinimize.c: Working on the Bracket min code.

2004-10-28 16:00  gusciora

	* src/math/psMinimize.c: Working with the bracket part of the
	  minimization code.

2004-10-28 13:03  gusciora

	* src/math/: psConstants.h, psMinimize.c: Modifying the psBracket
	  code.

2004-10-28 12:46  gusciora

	* src/: math/psConstants.h, math/psMinimize.c, math/psMinimize.h,
	  math/psStats.c, sys/psTrace.h: Modifying the minimization
	  algorithms.

2004-10-27 14:45  gusciora

	* src/math/: psStats.c: ...

2004-10-27 14:22  gusciora

	* src/math/: psConstants.h, psPolynomial.c, psSpline.c, psStats.c:
	  Added parameter checking to psStats.c

2004-10-27 13:31  gusciora

	* src/: astro/psCoord.c, math/psConstants.h, math/psMinimize.c,
	  math/psMinimize.h, math/psPolynomial.c, math/psSpline.c,
	  math/psStats.c, types/psHash.c, sys/psTrace.c, sys/psTrace.h:
	  Parameter checking for the psCOord.c file.

2004-10-27 11:55  gusciora

	* src/math/: psConstants.h, psStats.c: Added function parameter
	  checking for psStats.c

2004-10-27 11:42  gusciora

	* src/math/psMinimize.c: Type-checking for psMinimize.c parameters.

2004-10-27 11:25  gusciora

	* src/math/: psConstants.h, psPolynomial.c, psSpline.c: Added
	  parameter checking for psFunctions.c.

2004-10-27 11:06  gusciora

	* src/math/: psConstants.h, psPolynomial.c, psSpline.c, psStats.c:
	  Added parameter checking to psFunctions.c

2004-10-27 10:32  gusciora

	* src/math/: psConstants.h, psMinimize.c: I've been unifying the
	  naming conventions for various macros that check functions
	  parameters for type, size, non-NULL ...

2004-10-27 10:29  gusciora

	* src/math/: psConstants.h, psMinimize.c: I've been unifying the
	  naming conventions for various macros that check functions
	  parameters for type, size, non-NULL ...

2004-10-27 10:20  gusciora

	* src/math/: psConstants.h, psMatrix.c, psMinimize.c: I've been
	  unifying the naming conventions for various macros that check
	  functions parameters for type, size, non-NULL ...

2004-10-27 10:11  gusciora

	* src/math/: psConstants.h, psMatrix.c, psMinimize.c, psStats.c:
	  I've been unifying the naming conventions for various macros that
	  check functions parameters for type, size, non-NULL ...

2004-10-27 10:07  gusciora

	* src/: astro/psCoord.c, imageops/psImageStats.c,
	  math/psConstants.h, math/psMinimize.c, math/psStats.c: I've been
	  unifying the naming conventions for various macros that check
	  functions parameters for type, size, non-NULL ...

2004-10-27 09:58  gusciora

	* src/math/: psConstants.h, psMinimize.c: I've been unifying the
	  naming conventions for various macros that check functions
	  parameters for type, size, non-NULL ...

2004-10-27 09:35  desonia

	* src/sys/psMemory.c: [no log message]

2004-10-26 15:23  gusciora

	* src/math/psConstants.h: ...

2004-10-26 15:21  gusciora

	* src/math/: psConstants.h, psMinimize.c, psStats.c: added
	  PS_CHECK_VECTOR_SIZE_EQUAL() macro

2004-10-26 15:17  gusciora

	* src/math/: psConstants.h, psMinimize.c: More macros for
	  parameters.

2004-10-26 15:15  gusciora

	* src/: astro/psCoord.c, imageops/psImageStats.c,
	  math/psConstants.h, math/psMinimize.c, math/psMinimize.h,
	  math/psStats.c: ...

2004-10-26 14:58  desonia

	* src/convertType.sh: script to convert C native types to PS types.

2004-10-26 14:57  desonia

	* src/astro/psCoord.c, src/astro/psCoord.h, src/astro/psTime.c,
	  src/astro/psTime.h, src/types/psMetadata.c,
	  src/types/psMetadata.h, src/types/psMetadataConfig.c,
	  src/types/psMetadataConfig.h, src/xml/psXML.c, src/xml/psXML.h,
	  src/fft/psImageFFT.c, src/fft/psVectorFFT.c,
	  src/imageops/psImageConvolve.c, src/imageops/psImageConvolve.h,
	  src/imageops/psImageStats.c, src/imageops/psImageStats.h,
	  src/math/psCompare.c, src/math/psCompare.h,
	  src/math/psConstants.h, src/math/psMatrix.c,
	  src/math/psMinimize.c, src/math/psMinimize.h,
	  src/math/psPolynomial.c, src/math/psPolynomial.h,
	  src/math/psSpline.c, src/math/psSpline.h, src/math/psStats.c,
	  src/math/psStats.h, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/sys/psError.c, src/sys/psError.h,
	  src/sys/psErrorCodes.c, src/sys/psErrorCodes.h,
	  src/sys/psLogMsg.c, src/sys/psLogMsg.h, src/sys/psMemory.c,
	  src/sys/psMemory.h, src/sys/psString.c, src/sys/psString.h,
	  src/sys/psTrace.c, src/sys/psTrace.h, src/sys/psType.h,
	  src/types/psArray.c, src/types/psArray.h, src/types/psBitSet.c,
	  src/types/psBitSet.h, src/types/psHash.c, src/types/psHash.h,
	  src/types/psList.c, src/types/psList.h, test/FullUnitTest,
	  test/psTest.c, test/psTest.h, test/runTest, test/tst_template.c:
	  converted native C types to ps Types, where practical.

2004-10-26 13:14  gusciora

	* src/: math/psMinimize.c, math/psMinimize.h, sys/psTrace.h:
	  Modified the prototype for the LM minimization routines.

2004-10-26 12:32  gusciora

	* src/astro/: psCoord.c, psCoord.h: Added the plane transform alloc
	  functions.

2004-10-26 11:57  gusciora

	* src/astro/: psCoord.c, psCoord.h: Change the case of a few
	  function names.

2004-10-26 11:24  gusciora

	* src/: astro/psCoord.c, math/psConstants.h, math/psMinimize.c,
	  math/psPolynomial.c, math/psSpline.c, math/psMinimize.h,
	  math/psStats.c: ...

2004-10-25 14:37  harman

	* src/astro/psTime.c: Added psTimeInit function

2004-10-25 14:36  harman

	* src/types/: psLookupTable.c, psLookupTable.h: Initial version

2004-10-20 11:21  harman

	* src/astro/psTime.c: Replaced ALLOC_TIME with psTimeAlloc Added
	  more error conditionals

2004-10-20 10:05  harman

	* src/astro/: psTime.c, psTime.h: Updated add, subtract, and delta.
	  Added psTimeAlloc

2004-10-15 10:00  desonia

	* psLib.kdevelop.pcs, psLib.kdevses: fixed test of psImageSlice.

2004-10-15 09:28  desonia

	* src/mainpage.dox: corrected instructions for making tests in
	  response to elimination of installtests.

2004-10-15 09:14  desonia

	* test/Makefile: merged install and installtests targets.

2004-10-15 09:10  desonia

	* src/: Makefile.Globals, astro/psTime.c: fixed code so that tests
	  were relocatable.

2004-10-14 16:05  desonia

	* src/Doxyfile: set the version to 'V1.2-R3'.

2004-10-14 15:57  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/Doxyfile: [no log message]

2004-10-14 13:42  gusciora

	* src/math/: psConstants.h: ...

2004-10-14 12:58  desonia

	* psLib.kdevelop.pcs, psLib.kdevses: added additional files.

2004-10-14 11:14  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/pslib.h,
	  src/sys/psErrorCodes.c, src/sys/psErrorCodes.h: fixed/tested
	  psErrorRegister and psErrorCodeString.

2004-10-13 17:02  desonia

	* src/astro/psTime.c: fixed non-portable casting problem.

2004-10-13 16:33  desonia

	* psLib.kdevelop.filelist, psLib.kdevelop.pcs, psLib.kdevses: [no
	  log message]

2004-10-13 15:44  gusciora

	* src/math/: psConstants.h, psMinimize.c, psPolynomial.c,
	  psSpline.c: Added new NULL check macros.

2004-10-13 15:22  desonia

	* src/mathtypes/: psImage.c, psImage.h: added test for
	  psImageResample.

2004-10-13 15:17  gusciora

	* src/astro/psCoord.c: Mostly cosmetic edit.

2004-10-13 15:10  gusciora

	* src/astro/psCoord.c: Error-checking on parameters.

2004-10-13 15:06  gusciora

	* src/imageops/psImageStats.c: Cosmetic edit.

2004-10-13 15:05  gusciora

	* src/imageops/psImageStats.c: small cosmetic mods.

2004-10-13 15:03  gusciora

	* src/imageops/psImageStats.c: Added some error-checking.

2004-10-13 11:06  evanalst

	* src/astro/psCoord.c: Remove unused variables.

2004-10-13 10:46  desonia

	* src/fft/psVectorFFT.c: modified psVectorFFT to support
	  PS_FFT_REAL_RESULT.

2004-10-13 09:40  gusciora

	* src/astro/psCoord.c: Modified the Set/Get offset functions.

2004-10-13 09:04  harman

	* src/astro/psTime.c: Fixed time additon and subtraction functions

2004-10-12 16:40  desonia

	* src/math/psStats.c: added test for psImageTrim.

2004-10-12 14:10  desonia

	* src/mathtypes/: psImage.c, psImage.h: adjusted the reference
	  count increment so that psFPA assumes ownership of psChips,
	  psChips assumes ownership of psCells, etc.

2004-10-12 10:53  gusciora

	* src/: astro/psCoord.c, math/psConstants.h, math/psStats.c: Added
	  new members to psExposure.

2004-10-12 09:32  desonia

	* src/mathtypes/: psScalar.c, psScalar.h: removed psScalarFree,
	  which is not needed.

2004-10-11 15:34  desonia

	* src/astro/: psCoord.h, psTime.c, psTime.h: adjusted the psTime
	  functions to conform to SDRS and made psGrommitAlloc set all the
	  inputs to slaAoppa function.

2004-10-11 09:22  desonia

	* psLib.kdevelop.pcs, psLib.kdevses: [no log message]

2004-10-08 17:05  evanalst

	* src/types/psMetadata.c: Update psMetadataGetNext and
	  psMetadataGetPrevious functions.

2004-10-08 14:17  harman

	* src/astro/psTime.c: Added type insertion on time preprocessor
	  malloc

2004-10-08 13:18  harman

	* src/astro/psTime.c: Cosmetic change

2004-10-08 12:59  harman

	* src/astro/psTime.c: Fixed memory leak

2004-10-07 16:48  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/math/psMatrix.c: fixed
	  psBinaryOp/psUnaryOp to handle the out parameter in a manner like
	  other functions.  Also expanded the types supported to all
	  numeric types.

2004-10-07 15:40  harman

	* src/astro/psTime.c: Fixed per Robert's astrometry bug.

2004-10-07 15:07  harman

	* src/astro/psTime.c: Removed Robert's commented code

2004-10-07 14:43  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c: Changed comments

2004-10-07 12:32  evanalst

	* src/types/psMetadata.c: Update psMetadataAlloc function.

2004-10-07 10:49  harman

	* src/: types/psMetadata.c, types/psMetadataConfig.c, xml/psXML.c:
	  Fixed minor casting problem

2004-10-07 09:51  desonia

	* src/mathtypes/psVector.c: [no log message]

2004-10-07 09:31  harman

	* src/: types/psMetadata.c, types/psMetadataConfig.c, xml/psXML.c:
	  Fixed minor casting problem

2004-10-07 09:16  desonia

	* src/astro/psTime.c: changes resulting of testing (bugs found).

2004-10-06 16:16  evanalst

	* src/: types/psMetadataConfig.c, xml/psXML.c: Update conditional
	  logic for valid extName and extNum not equal to -1.

2004-10-06 13:38  gusciora

	* src/math/: psMinimize.c, psMinimize.h: Error checking for NULL
	  inputs, and memory.

2004-10-06 13:29  gusciora

	* src/math/psMinimize.c: Tests for NULL paramaters in the
	  MinimizePowell functions.

2004-10-06 13:27  harman

	* src/types/psMetadata.c: Changed to no longer allow Folder nodes
	  to be placed in the metadata list

2004-10-06 12:51  harman

	* src/: types/psMetadataConfig.c, xml/psXML.c: Added more error
	  checks. Removed unnecessary code.

2004-10-06 12:27  gusciora

	* src/math/: psPolynomial.c, psSpline.c: Added F64 version of
	  spline eval tests.

2004-10-06 11:40  desonia

	* psLib.kdevelop.filelist, psLib.kdevelop.pcs, psLib.kdevses,
	  src/fft/psVectorFFT.h, src/sys/psType.h: misc. tweaks.

2004-10-06 11:31  desonia

	* src/: fft/psImageFFT.c, imageops/psImageConvolve.c: work on FFT
	  and convolution.  Fourier-domain convolution is still broken.

2004-10-06 11:30  gusciora

	* src/: mathtypes/psVector.h, math/psMinimize.c, math/psMinimize.h,
	  math/psPolynomial.c, math/psSpline.c: Vector allocation code.

2004-10-06 10:07  evanalst

	* src/math/psStats.h: Add prototype for p_psNormalizeVectorF64
	  which is needed by tst_psMinimize04b.c

2004-10-05 15:21  harman

	* src/pslib.h: Added metadata IO

2004-10-05 15:17  harman

	* src/: types/psMetadataConfig.c, types/psMetadataConfig.h,
	  xml/psXML.c, xml/psXML.h: Initial version

2004-10-05 15:06  harman

	* src/types/: psMetadata.c, psMetadata.h: Changes for metadata IO

2004-10-05 15:05  harman

	* src/sys/psString.c: Moved \0 to end of new string

2004-10-05 14:48  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: Modified header file includes.

2004-10-05 14:44  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: Havine probs with malloc()>

2004-10-05 14:35  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: This doesn't compile, because of a "posioned malloc",
	  which I'm hoping the RDD will correct.

2004-10-05 13:14  gusciora

	* src/math/: psConstants.h, psMinimize.c, psStats.c: Improved the
	  CHECK macros in psConstants.h.

2004-10-05 12:47  gusciora

	* src/math/: psConstants.h, psMinimize.c, psMinimize.h, psStats.c,
	  psStats.h: Added macros in psConstants.h to check for NULL and
	  mis-typed vectors.

2004-10-04 15:46  evanalst

	* src/imageops/psImageStats.c: Add additional conditional logic of
	  null inputs.

2004-10-04 15:43  gusciora

	* src/: mathtypes/psVector.h, math/psConstants.h,
	  math/psMinimize.c, math/psMinimize.h, math/psPolynomial.c,
	  math/psSpline.c: Added F32 types for the VectorFit routine.

2004-10-04 15:03  evanalst

	* src/imageops/: psImageStats.c, psImageStats.h: Fix
	  psImageFitPolynomial to check input argument validity.

2004-10-03 14:40  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: Added a spline deallocator.

2004-10-03 13:35  gusciora

	* src/math/: psConstants.h, psMinimize.c, psPolynomial.c,
	  psSpline.c: Modified the psVectorfit() tests and code.

2004-10-01 10:58  desonia

	* src/imageops/psImageConvolve.c: changes related to addition of
	  test for psKernelGenerate.

2004-09-30 13:06  gusciora

	* src/imageops/psImageStats.c: Removed some test code.

2004-09-30 11:01  desonia

	* src/: pslib.h, imageops/psImageConvolve.c, mathtypes/psImage.h:
	  changes associated with adding psKernelAlloc tests.

2004-09-30 08:54  evanalst

	* src/mathtypes/psImage.c: Fixed bilinear interpolation
	  implementation.

2004-09-29 10:17  desonia

	* psLib.kdevelop.pcs, psLib.kdevses: changes associated with the
	  testing of psImageSubsection.

2004-09-29 09:52  evanalst

	* src/math/psStats.c: Fixed psConvertToF32 and used inF32 as input
	  vector for stats functions.

2004-09-28 13:27  gusciora

	* src/math/: psConstants.h, psMinimize.c, psPolynomial.c,
	  psSpline.c, psStats.c: Chebyshev polynomila fitting routines.

2004-09-28 13:26  desonia

	* src/: mathtypes/psImage.c, mathtypes/psImage.h,
	  mathtypes/psVector.c, mathtypes/psVector.h, types/psArray.c,
	  types/psArray.h: changed function prototypes to match changes in
	  the SDRS.

2004-09-27 13:41  gusciora

	* src/math/: psConstants.h, psMinimize.c, psPolynomial.c,
	  psSpline.c, psStats.c, psStats.h: ...

2004-09-27 10:38  desonia

	* src/sys/: psError.c, psErrorCodes.c, psErrorCodes.h: added
	  psErrorRegister.

2004-09-27 10:37  desonia

	* src/math/psStats.c: fixed problem of setting an int to NAN.

2004-09-25 13:05  gusciora

	* src/math/: psConstants.h, psPolynomial.c, psSpline.c, psStats.c:
	  No substantial mods here.

2004-09-25 09:11  gusciora

	* src/: imageops/psImageStats.c, math/psStats.h: [no log message]

2004-09-24 16:06  desonia

	* psLib.kdevelop.pcs, psLib.kdevses, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h: added psImageRadialCut.  Untested, but
	  compiles.

2004-09-24 13:51  desonia

	* src/math/psStats.h: missing semicolon caused syntax error.

2004-09-24 11:59  evanalst

	* src/sys/psError.c: Add ability to print error string for errorno
	  error codes.

2004-09-24 10:08  gusciora

	* src/math/: psConstants.h, psMinimize.c, psStats.c, psStats.h:
	  psCOmments.h

2004-09-23 15:09  evanalst

	* src/sys/psErrorCodes.c: Add check for negative codes for
	  psErrorCodeString function.

2004-09-23 12:18  evanalst

	* src/sys/psError.h: Modified return type of psErrorMsg.

2004-09-23 12:02  evanalst

	* src/sys/psError.c: Add logic for invalid index to psErrorGet
	  function.

2004-09-23 08:34  desonia

	* psLib.kdevelop.filelist, psLib.kdevelop.pcs: more kdevelop files
	  for the project.

2004-09-23 08:33  desonia

	* psLib.kdevses: [no log message]

2004-09-23 08:31  desonia

	* src/: astro/psTime.c, fft/psImageFFT.c, fft/psVectorFFT.c:
	  migrated more psError calls to new style (i.e., psErrorMsg).

2004-09-23 08:30  desonia

	* src/imageops/: psImageConvolve.c, psImageConvolve.h: added
	  initial/untested version of psImageConvolution.

2004-09-22 20:12  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psPolynomial.h,
	  psSpline.c, psSpline.h: removed the old 1d Spline Gen function.

2004-09-22 19:43  gusciora

	* src/math/psMinimize.c: Misc comments and XXX notation.

2004-09-22 18:56  gusciora

	* src/math/: psPolynomial.c, psSpline.c, psMinimize.c,
	  psPolynomial.h, psSpline.h: Implemented the generation spline
	  functions.

2004-09-21 16:42  gusciora

	* src/math/: psMinimize.c: ...

2004-09-21 15:30  gusciora

	* src/math/: psMinimize.c, psMinimize.h, psPolynomial.c,
	  psPolynomial.h, psSpline.c, psSpline.h, psStats.c: Added the
	  spline generation.

2004-09-21 13:44  evanalst

	* src/math/: psMatrix.c, psMatrix.h: Add const modifier to argument
	  in psMatrixToVector and psVectorToMatrix.

2004-09-21 13:27  evanalst

	* src/types/: psMetadata.c, psMetadata.h: Changed argument sequence
	  in psMetadataAddItem as specified in SDR-07.

2004-09-21 13:17  desonia

	* src/types/: psBitSet.c, psHash.c: reformatting.

2004-09-21 13:15  desonia

	* src/: imageops/psImageStats.c, mathtypes/psImage.c,
	  types/psHash.c: removed some unnecessary psAborts, replacing them
	  with psErrorMsg(...).

2004-09-21 12:30  desonia

	* psLib.kdevses, src/fft/psImageFFT.c,
	  src/imageops/psImageConvolve.c, src/imageops/psImageStats.c,
	  src/mathtypes/psImage.c, src/sys/psMemory.c, src/sys/psType.h:
	  Changed the image code to the new psErrorMsg error handling
	  specification.

2004-09-21 09:51  evanalst

	* src/mathtypes/psImage.h: Add enumeration values to
	  psImageInterpolationMode type.

2004-09-21 09:37  evanalst

	* src/math/psStats.c: Changed the valid types to psS8 from psS32
	  and psU16 from psU32 as defined in SDR.

2004-09-20 13:43  gusciora

	* src/math/psMinimize.h: Removed obsolete prototypes.

2004-09-20 13:16  gusciora

	* src/math/psMinimize.c: Removed a lot of obsolete code required by
	  prior SDRs.

2004-09-20 12:03  gusciora

	* src/sys/: psTrace.c, psTrace.h: Fixed a bug with dynamic
	  inheritance, set DEFAULT_TRACE_LEVEL.

2004-09-17 15:50  gusciora

	* src/math/: psMinimize.c, psMinimize.h, psPolynomial.c,
	  psPolynomial.h, psSpline.c, psSpline.h: Functions for
	  psMinimizeLMChi2().

2004-09-17 09:23  evanalst

	* src/sys/psMemory.c: Added call to memory exhausted callback to
	  psRealloc if realloc unable to obtain the desired memory.

2004-09-16 16:14  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h, psStats.c: Added vector bin disect table lookup type
	  methods.

2004-09-16 13:51  evanalst

	* src/sys/psMemory.c: Add unlock/lock mutex to psMemCheckCorruption
	  to allow tst_psMemory to run successfully on Mac.

2004-09-16 13:47  desonia

	* src/mathtypes/psVector.c: adjusted psVectorRecycle to avoid a
	  realloc if data buffer is bigger than needed.  nalloc is, in that
	  case, not reset, but the number of elements, n, is set to the
	  requested amount.

2004-09-16 09:30  gusciora

	* src/math/psMinimize.c: ...

2004-09-16 08:51  desonia

	* src/: psErrorCodes.dat, mathtypes/psImage.c, sys/psErrorCodes.c,
	  sys/psErrorCodes.h: more psError -> psErrorMsg conversions.

2004-09-15 15:41  evanalst

	* src/Makefile.Globals: Add variable to hold gcov flags.

2004-09-14 13:48  desonia

	* test/psTest.c, src/sys/psError.c, src/sys/psMemory.c,
	  src/sys/psMemory.h, src/sys/psTrace.c: adjustments to coorespond
	  to adding persistent flag to psMemBlock, i.e., exclusion of
	  internal library blocks in memory leak checks.

2004-09-14 10:01  desonia

	* psLib.kdevses, src/parseErrorCodes.pl, src/psErrorCodes.dat,
	  src/mathtypes/psScalar.c, src/mathtypes/psVector.c,
	  src/sys/psError.c, src/sys/psError.h, src/sys/psErrorCodes.c,
	  src/sys/psErrorCodes.h, src/sys/psLogMsg.c, src/sys/psLogMsg.h,
	  src/types/psArray.c, src/types/psBitSet.c, src/types/psBitSet.h,
	  src/types/psList.c: Updated files in src/collections to use new
	  psError functionality.  Also cleaned up the code where needed,
	  removing unnecessary error conditions, etc.

2004-09-13 15:32  harman

	* src/pslib.h: Added #include of psAstrometry.h

2004-09-10 17:03  gusciora

	* src/: math/psMinimize.c, mathtypes/psImage.h, sys/psLogMsg.c,
	  sys/psLogMsg.h: ...

2004-09-10 16:36  desonia

	* src/astro/psTime.c: M_PIl doesn't exist on Darwin; reverted back
	  to using M_PI.

2004-09-10 14:55  harman

	* src/astro/: psTime.h, psTime.c: Third redesign of time and date
	  functions

2004-09-10 14:43  desonia

	* src/sys/: psErrorCodes.c, psErrorCodes.h: added errorcodes files.

2004-09-10 13:20  evanalst

	* src/sys/psError.h: Add include file stdarg.h for va_list type.

2004-09-10 13:20  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-09-10 12:25  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psSpline.c: ...

2004-09-09 16:52  gusciora

	* src/math/: psMatrix.c, psMinimize.c, psPolynomial.c,
	  psPolynomial.h, psSpline.c, psSpline.h: ...

2004-09-09 13:39  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-09-09 12:21  desonia

	* src/psErrorCodes.dat: moved psErrorCodes.dat up a directory.

2004-09-09 12:20  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-09-09 11:59  desonia

	* psLib.kdevses, src/mathtypes/psVector.c, src/sys/psLogMsg.c:
	  changed the format of the log message, per bugzilla report #189.

2004-09-08 17:38  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-09-08 16:24  desonia

	* psLib.kdevses: fixed tests to match changes in function parameter
	  order.

2004-09-08 16:24  desonia

	* src/: parseErrorCodes.pl, sys/psErrorCodes.c, sys/psErrorCodes.h:
	  moved the parseErrorCodes.pl up one directory and rebuilt error
	  codes/text headers.

2004-09-08 16:23  desonia

	* src/types/: psHash.c, psList.c, psList.h: changed order of
	  psListAdd/psListRemove to match current SDRS.

2004-09-08 16:22  desonia

	* src/types/psMetadata.c: changed psListAdd to match new parameter
	  order in SDRS.

2004-09-08 15:45  gusciora

	* src/sys/: psTrace.c: ...

2004-09-08 15:41  gusciora

	* src/sys/: psTrace.c: ...

2004-09-08 15:33  gusciora

	* src/sys/psTrace.c: ...

2004-09-08 14:14  gusciora

	* src/sys/psTrace.c: ...

2004-09-08 14:10  gusciora

	* src/sys/psTrace.c: ...

2004-09-08 13:58  gusciora

	* src/sys/psTrace.c: Optional leading "." in component names.

2004-09-08 13:32  gusciora

	* src/math/: psMinimize.c, psMinimize.h, psPolynomial.c,
	  psSpline.c: [no log message]

2004-09-08 12:10  desonia

	* src/sys/: psTrace.c, psTrace.h: fixed bug where
	  psTracePrintLevels didn't honor the destination set by
	  psTraceSetDestination.

2004-09-08 11:22  desonia

	* src/sys/: psLogMsg.c, psString.c, psTrace.c, psTrace.h: changed
	  the naming conventions of errors.

2004-09-08 11:06  desonia

	* src/sys/psMemory.c: changed behavour of psFree to print a more
	  descriptive error message (see bug #179) and made such an error
	  non-fatal (no psAbort).

2004-09-07 21:11  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-09-07 20:23  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-09-07 20:07  gusciora

	* src/sys/psTrace.h: ...

2004-09-07 20:02  gusciora

	* src/: imageops/psImageStats.c, sys/psTrace.h,
	  math/psPolynomial.h, math/psSpline.h, math/psStats.c: ...

2004-09-07 19:59  gusciora

	* src/: sys/psTrace.c, math/psPolynomial.c, math/psSpline.c,
	  math/psMinimize.c, math/psMinimize.h: ...

2004-09-07 14:19  desonia

	* src/sys/psLogMsg.c: changed more PS_ERRORTEXT macros to use the
	  filename of the placed used instead of function name.

2004-09-07 14:15  desonia

	* src/sys/: psMemory.c, psString.c: changed error-text define names
	  to indicate the file where used, not function.

2004-09-07 14:09  desonia

	* src/sys/: psErrorCodes.c, psErrorCodes.h, psLogMsg.c, psString.c,
	  psTrace.c, psTrace.h: converted files to new psError style
	  (psErrorMsg).  Removed any psAborts from non-memory allocation
	  code.

2004-09-07 09:58  desonia

	* src/sys/psTrace.c: fixed small bug in psTraceReset.

2004-09-07 09:57  desonia

	* test/psTest.c: added psTraceReset before checking for memory
	  leaks.

2004-09-07 09:05  desonia

	* src/sys/: psAbort.c, psError.c, psErrorCodes.c, psErrorCodes.h,
	  psLogMsg.c, psMemory.c: added error stack to sysUtils

2004-09-07 09:04  desonia

	* test/psTest.c: cleared the error stack before checking for leaks.

2004-09-03 10:40  desonia

	* psLib.kdevses: ...

2004-09-03 10:39  desonia

	* src/sys/: psError.c, psError.h: Added Error Stack logic.  The new
	  psError is named psError2 until all other code can be converted
	  over to the new style.

2004-09-02 12:23  desonia

	* src/sys/: psError.h, psErrorCodes.c, psErrorCodes.h: added
	  psErrorCodes.[ch] and required script to insert the information
	  from psErrorCodes.dat into them as needed.

2004-08-27 17:00  desonia

	* src/types/psList.c: Added static to listSetIterator
	  implementation (prototype already had it).

2004-08-27 15:31  desonia

	* psLib.kdevses: Changed the behaviour of psMetadataLookup.  See
	  bug #157.

2004-08-27 15:18  desonia

	* src/: imageops/psImageConvolve.c, imageops/psImageConvolve.h,
	  mathtypes/psImage.c, types/psMetadata.c: format tweaks.

2004-08-27 13:54  desonia

	* src/types/psArray.c: Changed psArrayRealloc to return a valid
	  psArray even if the input psArray is NULL.

2004-08-27 13:34  harman

	* src/mathtypes/psScalar.c: Corrected bug in psScalarCopy

2004-08-27 11:45  gusciora

	* src/sys/: psTrace.c, psTrace.h: ...

2004-08-27 09:05  desonia

	* src/mathtypes/: psImage.c, psImage.h: Change the prototype of
	  psImagePixelInterpolate.  See bug #147.

2004-08-26 10:10  gusciora

	* src/math/: psMinimize.c, psMinimize.h: ...

2004-08-25 11:10  desonia

	* src/: pslib.h, fft/psVectorFFT.c, fft/psVectorFFT.h,
	  fft/psImageFFT.c, fft/psImageFFT.h: extracted image FFT functions
	  into a new file.

2004-08-25 10:51  desonia

	* src/: pslib.h, fft/psVectorFFT.c: renamed psFFT.[ch] to
	  psVectorFFT.[ch]

2004-08-25 10:21  harman

	* src/types/: psMetadata.c, psMetadata.h: Removed FReadHeader
	  function and added ReadHeader function

2004-08-24 15:38  harman

	* src/astro/psCoord.c: Updated psTime for new version of SDRS

2004-08-24 15:37  harman

	* src/astro/: psTime.c, psTime.h: Updated for new version of SDRS

2004-08-24 14:04  desonia

	* src/fft/psVectorFFT.c: added psImageTrim and psImageSubsection.

2004-08-24 09:57  gusciora

	* src/math/: psMinimize.c, psMinimize.h: ...

2004-08-23 12:36  desonia

	* psLib.kdevses, src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/sys/psMemory.h: changed psImageSubset to subset an image
	  without making a deep copy.

2004-08-19 14:51  desonia

	* test/: FullUnitTest, runTest: Bugzilla #131 - Fixed.

	  Fixed problem where hostname has variable spaces after it that
	  where not being properly handled.

2004-08-19 08:55  harman

	* src/astro/: psTime.c: Cleaned up comments

2004-08-19 08:25  harman

	* src/astro/: psTime.c: Cleaned up comments

2004-08-16 09:39  desonia

	* psLib.kdevelop, psLib.kdevses, test/tst_template.c: files not
	  needed for release.

2004-08-16 09:32  desonia

	* .cvsignore, psLib.kdevses, src/mainpage.dox: last minute tweaks
	  before release.

2004-08-13 16:55  desonia

	* src/types/psMetadata.c: Fixed error where an error in
	  psMetadataFReadHeader closed the fits file.

2004-08-13 16:27  desonia

	* test/: FullUnitTest, runTest: fixed the problem of SIZE_MAX being
	  system dependent by filtering it out during the verification.

2004-08-13 15:48  desonia

	* src/types/psList.c: found some points where the mutex is not
	  released upon certain error conditions.

2004-08-13 13:47  desonia

	* src/: Makefile.Globals, astro/psTime.c: changes to make it work
	  on MAC OSX

2004-08-13 13:43  gusciora

	* src/astro/psCoord.c: ...

2004-08-13 13:33  gusciora

	* src/astro/psCoord.c: ...

2004-08-13 12:08  desonia

	* src/astro/psTime.h: replaced psTime to typedef the struct timeval
	  system struct.

2004-08-12 15:14  desonia

	* psLib.kdevses, src/Makefile.Globals: added underscore prefix for
	  fortran functions.

2004-08-12 14:46  desonia

	* src/Makefile.Globals: made single underscore for fortran
	  functions the default.

2004-08-12 14:12  desonia

	* src/Makefile.Globals: fixed fortran code function naming for g77
	  + gcc.

2004-08-12 14:02  desonia

	* src/Makefile.Globals: [no log message]

2004-08-11 15:32  gusciora

	* src/astro/psCoord.c: ...

2004-08-11 15:23  desonia

	* src/: astro/psCoord.h, astro/psTime.h, types/psMetadata.h:
	  doxygen cleanup.

2004-08-11 14:40  harman

	* src/types/psMetadata.c: Modified deleteItem function to delete
	  multiple items of same name

2004-08-11 13:53  gusciora

	* src/astro/psCoord.c: ...

2004-08-11 13:42  desonia

	* test/: FullUnitTest, runTest: ran perltidy on the scripts to
	  format it to approximately the perlstyle guidelines.

2004-08-11 10:17  desonia

	* src/mathtypes/psVector.h: doxygen additions.

2004-08-11 10:08  desonia

	* src/mathtypes/psScalar.h: doxygen/reformat.

2004-08-11 10:07  gusciora

	* src/: astro/psCoord.c, math/psPolynomial.c, math/psSpline.c: ...

2004-08-11 10:04  desonia

	* src/types/psList.h: doxygen/formatting.

2004-08-11 09:58  desonia

	* src/math/psCompare.h: doxygen-based changes.

2004-08-11 09:53  desonia

	* src/types/psBitSet.h: doxygen cleanup.

2004-08-11 09:47  desonia

	* src/types/psArray.h: doxygen comment cleanup.

2004-08-11 09:16  desonia

	* src/math/: psMinimize.h, psStats.h: doxygen comment cleanup.

2004-08-11 08:12  desonia

	* src/math/psMinimize.h: another doxygen addition.

2004-08-10 17:17  desonia

	* src/math/: psMinimize.c, psMinimize.h: cleanup.

2004-08-10 16:35  desonia

	* src/math/: psMatrix.h, psPolynomial.h, psSpline.h: doxygen
	  cleanup.

2004-08-10 13:59  gusciora

	* src/astro/psCoord.c: This is the first compiling version of
	  astometry.c

2004-08-10 13:32  harman

	* src/types/psMetadata.c: Modified addItem function

2004-08-10 09:27  harman

	* src/mathtypes/: psScalar.c, psScalar.h: Added scalar copy
	  function

2004-08-10 08:54  desonia

	* psLib.kdevses, src/fft/psVectorFFT.c, src/fft/psVectorFFT.h:
	  added doxygen comments.

2004-08-09 15:55  desonia

	* src/: imageops/psImageStats.c, imageops/psImageStats.h,
	  sys/psAbort.h, sys/psError.h, sys/psLogMsg.c, sys/psLogMsg.h,
	  sys/psMemory.h, sys/psString.h, sys/psType.h: more
	  doxygen-related cleanup

2004-08-09 15:43  harman

	* src/types/psMetadata.c: Minor corrections from testing

2004-08-09 15:05  desonia

	* src/: imageops/psImageStats.c, imageops/psImageStats.h,
	  mathtypes/psImage.h: doxygen comments added.

2004-08-09 13:40  desonia

	* src/: pslib.h, astro/psCoord.h, astro/psTime.h,
	  types/psMetadata.h, fft/psVectorFFT.h, imageops/psImageStats.h,
	  math/psCompare.h, math/psMatrix.h, math/psMinimize.h,
	  math/psPolynomial.h, math/psSpline.h, math/psStats.h,
	  mathtypes/psImage.h, mathtypes/psScalar.h, mathtypes/psVector.h,
	  sys/psAbort.h, sys/psError.h, sys/psLogMsg.c, sys/psLogMsg.h,
	  sys/psMemory.h, sys/psString.h, sys/psTrace.c, sys/psTrace.h,
	  sys/psType.h, types/psArray.h, types/psBitSet.h, types/psHash.h,
	  types/psList.h: fixed indent-madness concerning preprocessor
	  directives.

2004-08-09 13:34  desonia

	* src/: astro/psCoord.c, astro/psCoord.h, fft/psVectorFFT.c,
	  fft/psVectorFFT.h, math/psMatrix.c, math/psMatrix.h,
	  math/psMinimize.c, math/psMinimize.h, math/psPolynomial.c,
	  math/psPolynomial.h, math/psSpline.c, math/psSpline.h,
	  math/psStats.c, math/psStats.h, mathtypes/psScalar.c,
	  mathtypes/psScalar.h, mathtypes/psVector.c, mathtypes/psVector.h,
	  types/psArray.c, types/psArray.h, types/psBitSet.c,
	  types/psBitSet.h, types/psHash.c, types/psHash.h, types/psList.c,
	  types/psList.h, types/psMetadata.c, types/psMetadata.h,
	  imageops/psImageStats.c, imageops/psImageStats.h,
	  mathtypes/psImage.c, mathtypes/psImage.h, sys/psMemory.c,
	  sys/psMemory.h, sys/psTrace.c, sys/psTrace.h: cleanup of some
	  indent-induced madness.

2004-08-09 13:06  harman

	* src/types/psMetadata.c: Minor corrections from testing

2004-08-09 13:02  harman

	* src/types/: psMetadata.c: Minor corrections from testing

2004-08-09 12:44  desonia

	* src/: astro/psCoord.h, fft/psVectorFFT.h,
	  imageops/psImageStats.h, math/psMatrix.h, math/psMinimize.h,
	  math/psPolynomial.h, math/psSpline.h, math/psStats.h,
	  mathtypes/psImage.h, mathtypes/psScalar.h, mathtypes/psVector.h,
	  sys/psAbort.h, sys/psError.h, sys/psLogMsg.h, sys/psMemory.h,
	  sys/psTrace.h, sys/psType.h, types/psArray.h, types/psHash.h,
	  types/psList.h, types/psMetadata.h: fixed some stupid
	  indent-induced formating problems and added doxygen comments.

2004-08-09 10:29  harman

	* src/types/: psHash.c, psHash.h: Moved psHash to collections dir

2004-08-09 09:30  harman

	* src/types/psMetadata.c: Minor corrections from testing

2004-08-06 14:06  desonia

	* src/: pslib.h, astro/psCoord.c, astro/psCoord.h, astro/psTime.c,
	  astro/psTime.h, fft/psVectorFFT.c, fft/psVectorFFT.h,
	  imageops/psImageStats.c, imageops/psImageStats.h,
	  math/psCompare.c, math/psCompare.h, math/psMatrix.c,
	  math/psMatrix.h, math/psMinimize.c, math/psMinimize.h,
	  math/psPolynomial.c, math/psPolynomial.h, math/psSpline.c,
	  math/psSpline.h, math/psStats.c, math/psStats.h,
	  mathtypes/psImage.c, mathtypes/psImage.h, mathtypes/psScalar.c,
	  mathtypes/psScalar.h, mathtypes/psVector.c, mathtypes/psVector.h,
	  sys/psAbort.c, sys/psAbort.h, sys/psError.c, sys/psError.h,
	  sys/psLogMsg.c, sys/psLogMsg.h, sys/psMemory.c, sys/psMemory.h,
	  sys/psString.c, sys/psString.h, sys/psTrace.c, sys/psTrace.h,
	  sys/psType.h, types/psArray.c, types/psArray.h, types/psBitSet.c,
	  types/psBitSet.h, types/psList.c, types/psList.h,
	  types/psMetadata.c, types/psMetadata.h: another attempt to get
	  astyle to get it right.

2004-08-06 12:34  desonia

	* src/astro/psCoord.c, src/astro/psTime.c, src/astro/psTime.h,
	  src/fft/psVectorFFT.c, src/fft/psVectorFFT.h,
	  src/imageops/psImageStats.c, src/math/psMatrix.c,
	  src/math/psMinimize.c, src/math/psMinimize.h,
	  src/math/psPolynomial.c, src/math/psPolynomial.h,
	  src/math/psSpline.c, src/math/psSpline.h, src/math/psStats.c,
	  src/math/psStats.h, src/mathtypes/psImage.c,
	  src/mathtypes/psImage.h, src/mathtypes/psScalar.c,
	  src/mathtypes/psScalar.h, src/mathtypes/psVector.c,
	  src/mathtypes/psVector.h, src/sys/psAbort.c, src/sys/psError.c,
	  src/sys/psLogMsg.c, src/sys/psLogMsg.h, src/sys/psMemory.c,
	  src/sys/psMemory.h, src/sys/psString.c, src/sys/psTrace.c,
	  src/types/psArray.c, src/types/psBitSet.c, src/types/psList.c,
	  src/types/psMetadata.c, test/psTest.c: astyle fixed?

2004-08-06 11:50  desonia

	* psLib.kdevses, src/fft/psVectorFFT.c, src/mathtypes/psVector.c,
	  test/FullUnitTest, test/runTest: modified runTest / FullUnitTest
	  to suppress line numbers in messages.

2004-08-05 13:39  harman

	* src/types/psMetadata.c: Minor corrections from testing

2004-08-05 11:06  harman

	* src/types/psMetadata.c: Merge problems

2004-08-05 10:55  harman

	* src/types/: psMetadata.c, psMetadata.h: Minor corrections from
	  testing

2004-08-05 09:38  desonia

	* psLib.kdevelop, psLib.kdevses, src/Doxyfile, src/astro/psCoord.c,
	  src/astro/psCoord.h, src/astro/psTime.c, src/astro/psTime.h,
	  src/types/psMetadata.c, src/types/psMetadata.h,
	  src/imageops/psImageStats.c, src/math/psCompare.c,
	  src/math/psStats.c, src/sys/psErrorCodes.h, src/sys/psLogMsg.c,
	  src/sys/psTrace.c, src/sys/psTrace.h: Misc. doxygen polishings.

2004-08-05 07:52  harman

	* src/pslib.h: Removed deleted header files

2004-08-04 16:22  harman

	* src/types/psMetadata.c: Minor corrections from testing

2004-08-04 13:54  harman

	* src/types/psMetadata.h: Updated comments

2004-08-04 13:37  desonia

	* src/: astro/psCoord.c, astro/psCoord.h, astro/psTime.c,
	  astro/psTime.h, fft/psVectorFFT.c, fft/psVectorFFT.h,
	  imageops/psImageStats.c, math/psMatrix.c, math/psMinimize.c,
	  math/psMinimize.h, math/psPolynomial.c, math/psPolynomial.h,
	  math/psSpline.c, math/psSpline.h, math/psStats.c, math/psStats.h,
	  mathtypes/psImage.c, mathtypes/psImage.h, mathtypes/psScalar.c,
	  mathtypes/psScalar.h, mathtypes/psVector.c, mathtypes/psVector.h,
	  sys/psAbort.c, sys/psError.c, sys/psLogMsg.c, sys/psLogMsg.h,
	  sys/psMemory.c, sys/psMemory.h, sys/psString.c, sys/psTrace.c,
	  sys/psType.h, types/psArray.c, types/psBitSet.c, types/psList.c,
	  types/psMetadata.c, types/psMetadata.h: found the server astyle
	  upgrade was faulty, so the format was reset.

2004-08-04 12:17  desonia

	* psLib.kdevses: made no default files open.

2004-08-04 12:11  desonia

	* src/: math/psPolynomial.h, math/psSpline.h, types/psMetadata.h:
	  merged psAstrometry and psCCD, which had recursive header
	  dependencies; yuk! Also added required includes in other files to
	  allow psAstrometry.h to work without having to know which other
	  include files are needed before including a particular header
	  file.

2004-08-04 11:05  harman

	* src/types/psMetadata.c: Simple updates

2004-08-04 10:59  harman

	* src/types/: psMetadata.h: Simple updates

2004-08-04 10:47  harman

	* src/types/psMetadata.c: Simple updates

2004-08-03 14:55  desonia

	* src/: Doxyfile, pslib.h, astro/psCoord.c, astro/psCoord.h,
	  imageops/psImageStats.h, types/psMetadata.h: doxygen grouping
	  tweaks.

2004-08-03 12:15  desonia

	* src/mainpage.dox: updated the locations of snapshots, etc.

2004-08-03 10:42  desonia

	* psLib.kdevses, src/Makefile.Globals, src/mainpage.dox,
	  test/Makefile: [no log message]

2004-08-02 09:48  desonia

	* psLib.kdevelop, psLib.kdevses: updated file list

2004-08-02 09:46  desonia

	* test/.cvsignore: initial version.

2004-08-02 09:43  desonia

	* src/fft/psVectorFFT.c: fixed bug in psVectorComplex.

2004-08-02 09:43  desonia

	* test/psTest.c: adjusted output precision to allow tests to pass
	  on x86_64, etc.

2004-08-02 08:30  desonia

	* test/tst_template.c: fixed a logical problem in main() return
	  value.

2004-07-31 15:16  gusciora

	* src/math/psStats.c: ...

2004-07-30 16:28  desonia

	* src/mathtypes/psVector.c, src/sys/psMemory.c, src/sys/psType.h,
	  test/psTest.c: [no log message]

2004-07-30 15:50  harman

	* src/pslib.h: Added fitsio.h to top of file to avoid posioned
	  allocators

2004-07-30 14:48  harman

	* src/types/psMetadata.c: Commented out some code

2004-07-30 14:17  harman

	* src/types/psMetadata.c: Added more functions

2004-07-30 09:36  harman

	* src/types/: psMetadata.c, psMetadata.h: Added more functions

2004-07-29 18:18  evanalst

	* src/fft/psVectorFFT.c: Add check for image FFT for forward
	  needing type psF32.

2004-07-29 18:03  evanalst

	* src/fft/psVectorFFT.c: Add check for input type psF32 if forward
	  FFT.

2004-07-29 14:39  evanalst

	* src/math/: psMinimize.c, psMinimize.h: Function name change
	  psGetArrayPolynomial to psVectorFitPolynomial1D.

2004-07-29 13:34  evanalst

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: Changed argument normal type from int to bool.

2004-07-29 12:44  evanalst

	* src/: math/psPolynomial.c, math/psPolynomial.h, math/psSpline.c,
	  math/psSpline.h, math/psStats.c, imageops/psImageStats.c:
	  Function name change.  See task #772.

2004-07-29 11:55  desonia

	* src/Makefile: [no log message]

2004-07-29 10:20  evanalst

	* src/math/psStats.c: Fix p_psConvertToF32 to handle case where
	  already F32.

2004-07-29 10:16  harman

	* src/types/psMetadata.h: Comment change

2004-07-29 09:29  desonia

	* test/tst_template.c: made it compile.

2004-07-28 18:17  gusciora

	* src/math/: psStats.c: ...

2004-07-28 17:54  evanalst

	* src/math/psStats.c: Changed the data type Histogram member nums
	  to be of type psU32 per SDR.

2004-07-28 16:47  evanalst

	* src/math/psStats.c: Add check for bound array not F32 in
	  psHistogramAllocGeneric function.

2004-07-28 16:08  gusciora

	* src/astro/: psCoord.c, psCoord.h: ...

2004-07-28 16:04  harman

	* src/types/psMetadata.c: Fixed 64 bit compile problems

2004-07-28 16:00  evanalst

	* src/imageops/: psImageStats.c, psImageStats.h: Function
	  psHistogramVector name change to psVectorHistogram per SDR-02.

2004-07-28 15:59  evanalst

	* src/math/: psStats.c, psStats.h: Function psHistogramVector name
	  changed to psVectorHistogram per SDR-02.

2004-07-28 15:20  desonia

	* psLib.kdevses: tested psImageClipComplexRegion.

2004-07-28 15:04  evanalst

	* src/math/psStats.h: Data type psHistogram member uniform changed
	  to bool.

2004-07-28 13:51  harman

	* src/types/psMetadata.c: Initial version

2004-07-28 13:50  harman

	* src/types/psMetadata.h: Added more functions

2004-07-28 10:22  gusciora

	* src/astro/psCoord.c: ...

2004-07-27 16:50  desonia

	* psLib.kdevses, test/Makefile: [no log message]

2004-07-27 14:06  evanalst

	* src/mathtypes/psVector.c: Add check for output vector to be of
	  type U32.

2004-07-27 13:25  evanalst

	* src/mathtypes/psVector.c: Add check for input/output vectors are
	  same type for sorting.

2004-07-27 09:50  gusciora

	* src/math/: psStats.c, psPolynomial.h, psSpline.h: ...

2004-07-26 19:28  gusciora

	* src/astro/: psCoord.c, psCoord.h: ...

2004-07-23 17:04  evanalst

	* src/math/: psPolynomial.h, psSpline.h: Add psVector.h include.

2004-07-23 16:46  gusciora

	* src/math/psStats.c: ...

2004-07-23 16:42  gusciora

	* src/astro/: psCoord.c, psCoord.h: ...

2004-07-23 16:00  desonia

	* psLib.kdevelop, psLib.kdevses, src/pslib.h,
	  src/imageops/psImageStats.h, src/math/psStats.c,
	  src/math/psStats.h, src/sys/psType.h: initial coding of
	  psImageSlice and changed psImageRotate to be more inline with ADD
	  (mathematically equivalent).

2004-07-23 09:05  harman

	* src/pslib.h: Added metadata header

2004-07-23 08:52  harman

	* src/types/psMetadata.h: Added more function prototypes

2004-07-23 08:46  harman

	* src/types/psMetadata.h: Added more function prototypes

2004-07-22 17:13  gusciora

	* src/astro/: psCoord.c, psCoord.h: ...

2004-07-22 15:30  harman

	* src/types/psMetadata.h: Initial version

2004-07-22 14:40  gusciora

	* src/astro/: psCoord.c, psCoord.h: ...

2004-07-22 14:06  gusciora

	* src/math/: psStats.c, psStats.h: ...

2004-07-22 13:53  gusciora

	* src/math/psStats.c: Where is psSort.h

2004-07-22 13:44  gusciora

	* src/math/: psStats.c, psStats.h, psPolynomial.c, psSpline.c,
	  psMinimize.h: ...

2004-07-22 13:39  gusciora

	* src/math/: psStats.c, psMinimize.c: ...

2004-07-22 11:24  harman

	* src/astro/psTime.c: Changed if statement

2004-07-22 11:01  harman

	* src/astro/psTime.c: Changed if statement

2004-07-22 10:55  desonia

	* psLib.kdevses, src/Doxyfile, src/mainpage.dox: Extracted image
	  operations into own folder.

2004-07-22 10:54  harman

	* src/astro/: psTime.c: Changed if statement

2004-07-22 10:42  desonia

	* src/: Makefile, fft/psVectorFFT.c: moved image stuff to own
	  folder.

2004-07-22 10:42  desonia

	* src/mathtypes/: psImage.c, psImage.h: moved files

2004-07-22 10:37  harman

	* src/astro/psTime.c: Changed print statement

2004-07-22 10:09  desonia

	* src/: imageops/psImageStats.c, imageops/psImageStats.h,
	  mathtypes/psImage.c, mathtypes/psImage.h: moved image pixel
	  interpolation from the psImageStats.[ch] to psImage.[ch] (logical
	  reclassification)

2004-07-22 10:02  desonia

	* src/imageops/: psImageStats.c, psImageStats.h: Added
	  psImageResample and complex support for pixel interpolation
	  routines.

2004-07-22 09:46  harman

	* src/astro/psTime.c: Added more functions

2004-07-21 15:02  harman

	* src/astro/: psTime.c, psTime.h: Added more functions

2004-07-21 13:39  desonia

	* src/imageops/: psImageStats.c, psImageStats.h: Beefed up the
	  psImageInterpolate function to support all real types and various
	  methods.

2004-07-20 15:56  harman

	* src/astro/psTime.c: Removed unnecessaty free

2004-07-20 15:29  harman

	* src/astro/: psTime.h, psTime.c: Added more time functions

2004-07-19 10:45  desonia

	* psLib.kdevses, src/sys/psMemory.c: added recycling of small
	  memory blocks as according to Lupton's suggestions.

2004-07-15 14:42  desonia

	* src/imageops/psImageStats.c: Performance tweaked psImageStats.c

2004-07-15 13:52  desonia

	* src/: pslib.h, mathtypes/psVector.c, mathtypes/psVector.h,
	  imageops/psImageStats.c, math/psMinimize.c, math/psPolynomial.c,
	  math/psSpline.c, math/psStats.c, sys/psMemory.c, sys/psMemory.h:
	  Changed psSort and psSortIndex to psVectorSort and
	  psVectorSortIndex as well as added support for all non-complex
	  datatypes.

2004-07-15 12:43  harman

	* src/Makefile: Added astronomy to phony target

2004-07-15 12:18  desonia

	* src/: pslib.h, mathtypes/psVector.c, mathtypes/psVector.h,
	  types/psArray.c, types/psArray.h, types/psList.c, types/psList.h:
	  extracted the vector of pointers functionality to a new object,
	  psArray.

2004-07-15 09:58  desonia

	* src/sys/psType.h: Added psImageRoll.

2004-07-15 09:14  harman

	* src/: Doxyfile, mainpage.dox: Added astronomy directory

2004-07-15 09:02  harman

	* src/astro/: psTime.c, psTime.h: Initial version

2004-07-15 09:01  harman

	* src/: Makefile, pslib.h: Added astronomy to make and pslib.h

2004-07-14 13:29  desonia

	* psLib.kdevses: [no log message]

2004-07-14 13:22  desonia

	* src/sys/psType.h: Added psImageRebin functionality.

2004-07-12 15:37  desonia

	* test/runTest: removed the dependency creation stuff, as George
	  hated it ALOT!

2004-07-12 15:04  harman

	* src/astro/psTime.h: Added more function prototypes

2004-07-12 14:35  harman

	* src/astro/psTime.h: Initial version

2004-07-09 11:51  desonia

	* src/pslib.h: Added psImageManip.h, which contains all functions
	  from the "Image Pixel Manipulation" and "Image Geometry
	  Manipulation" sections in the SDRS.

2004-07-09 11:48  desonia

	* src/mathtypes/: psImage.c, psImage.h: Moved psImage manipulation
	  functions from collections/psImage.[ch] to
	  dataManip/psImageManip.[ch].

2004-07-08 16:45  desonia

	* src/sys/: psMemory.c, psMemory.h: added a PS_MEM_DEBUG
	  preprocessor directive that allows the keeping of all psMemBlocks
	  as to detect multiple frees.

2004-07-08 15:36  gusciora

	* src/pslib.h: ...

2004-07-08 11:32  desonia

	* src/Makefile: added make of 'all' in the install target.

2004-07-08 10:50  gusciora

	* src/math/psMinimize.c: Added vector/image size tests.

2004-07-08 09:34  desonia

	* test/: FullUnitTest, runTest: enhanced the parsing of host to
	  search for the hostname of the current machine explicitly, not
	  just single word with '.' in it.

2004-07-07 15:05  desonia

	* psLib.kdevses, src/mathtypes/psImage.c, src/types/psList.c,
	  src/types/psList.h, test/psTest.c, test/psTest.h: rewrote
	  psImageCopy so that macro need not be expanded.

2004-07-07 13:25  gusciora

	* src/math/psMinimize.c: ...

2004-07-07 13:02  gusciora

	* src/math/: psMinimize.c, psMinimize.h: ...

2004-07-06 20:07  gusciora

	* src/math/psMinimize.c: ///

2004-07-06 18:05  gusciora

	* src/math/psMinimize.c: ...

2004-07-06 16:36  gusciora

	* src/math/: psMinimize.c, psMinimize.h: ...

2004-07-01 12:22  gusciora

	* src/math/psMinimize.c: Does it work?	Does it not work?  Nobody
	  knows.

2004-07-01 11:48  harman

	* src/types/: psBitSet.c, psBitSet.h: Incorporated Ifa's bugs,
	  comments, and additions

2004-06-30 14:57  harman

	* src/types/psBitSet.c: Renamed bitSetFree to psBitSetFree for
	  consistency

2004-06-30 14:45  harman

	* src/types/: psBitSet.h, psBitSet.c: Changed return type of
	  BitSetTest to bool

2004-06-30 14:23  harman

	* src/mathtypes/: psImage.c: Added psAbort for failed memory
	  allocation

2004-06-30 14:14  harman

	* src/: types/psBitSet.c, mathtypes/psScalar.c: Added psAbort for
	  failed memory allocation

2004-06-30 10:22  desonia

	* src/sys/: psLogMsg.c, psLogMsg.h: task g616 - the ability to
	  specify a protocol "file" with a pathname to write log messages
	  to a file.

	  Fixed psLogSetDestination to match SDRS.

	  -rdd

2004-06-29 16:07  desonia

	* src/sys/psLogMsg.c: Fixed psLogSetFormat so that input of "" sets
	  things to default.

2004-06-29 15:58  desonia

	* src/sys/psLogMsg.c: bug g618 - psLogSetFormat shall support NULL
	  as input.

2004-06-29 15:17  desonia

	* src/sys/: psAbort.c, psError.c, psLogMsg.c, psLogMsg.h: Renamed
	  psVLogMsg to psLobMsgV

2004-06-29 15:09  desonia

	* src/: Makefile.Globals, sys/psTrace.c, sys/psTrace.h: expanded
	  the scope of PS_NO_TRACE to no-op all psTrace functions.

2004-06-29 13:54  desonia

	* psLib.kdevses: removed psMinimize until it is better behaved.

2004-06-29 13:52  desonia

	* test/FullUnitTest: fixed the check for 'bad words'; regular
	  expression had | when we meant \|

2004-06-29 13:30  gusciora

	* src/math/psMinimize.c: This version works (with no parameter
	  masks).  This version has lots of print statements.  I'm checking
	  it in now in case the next version does not work, and I want the
	  print statements.

2004-06-29 13:21  gusciora

	* src/math/psMinimize.c: ...

2004-06-29 13:19  desonia

	* src/: math/psCompare.c, types/psList.c, types/psList.h: added
	  psListSort function and fixed psListRemove to match the new SDRS
	  (i,e., the function now returns a bool instead of a void*).

2004-06-28 19:37  gusciora

	* src/math/: psMinimize.c: ...

2004-06-28 10:36  desonia

	* src/: math/psCompare.c, math/psCompare.h, types/psList.c,
	  types/psList.h: added pslistSort and cooresponding compare
	  functions.

2004-06-25 15:12  gusciora

	* src/math/psMinimize.c: ...

2004-06-25 14:21  gusciora

	* src/: math/psMinimize.c, mathtypes/psVector.c: ...

2004-06-24 20:51  gusciora

	* src/math/: psMinimize.c, psMinimize.h: ...

2004-06-24 14:46  gusciora

	* src/math/psMinimize.c: ...

2004-06-23 17:12  desonia

	* src/sys/: psMemory.c, psTrace.c, psTrace.h: Fixed some namespace
	  issues.

2004-06-23 16:39  gusciora

	* src/: imageops/psImageStats.h, math/psMinimize.c: ...

2004-06-23 15:39  gusciora

	* src/imageops/: psImageStats.c: ...

2004-06-23 15:38  gusciora

	* src/imageops/psImageStats.c: Added interpolation routines.

2004-06-23 13:00  desonia

	* psLib.kdevelop, psLib.kdevses, src/fft/psVectorFFT.c,
	  src/imageops/psImageStats.c, src/math/psPolynomial.c,
	  src/math/psPolynomial.h, src/math/psSpline.c,
	  src/math/psSpline.h, src/math/psStats.c, src/math/psStats.h,
	  src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/mathtypes/psVector.c, src/mathtypes/psVector.h,
	  src/sys/psMemory.c, src/sys/psMemory.h, src/types/psBitSet.c,
	  src/types/psBitSet.h, src/types/psList.c, src/types/psList.h,
	  test/FullUnitTest: Changed the means of deallocation of memory.
	  ps_Alloc now registers an optional free function to handle any
	  additional processing of a memory object.

2004-06-23 11:41  gusciora

	* src/imageops/psImageStats.c: ...

2004-06-23 10:45  gusciora

	* src/math/psStats.c: Coded recent ADD changes into the robust
	  stats.  Still waiting on minimization routines to be coded.

2004-06-21 11:29  harman

	* src/pslib.h: Added scalar and matrix vector arithmetic header
	  files

2004-06-18 15:59  harman

	* src/mathtypes/psScalar.c: Removed unused code

2004-06-18 13:35  harman

	* src/mathtypes/: psScalar.c, psScalar.h: Initial version

2004-06-15 13:49  gusciora

	* src/math/psStats.c: ...

2004-06-15 12:15  desonia

	* .cvsignore: added some directories generated via the install
	  process.

2004-06-15 12:12  desonia

	* src/mainpage.dox: fixed path to unit tests.

2004-06-15 12:06  desonia

	* src/: Doxyfile, Makefile.Globals: added latex/pdf output for
	  Doxygen.

2004-06-15 11:48  desonia

	* src/Makefile: removed the mandir creation as it is not used in
	  this release.

2004-06-15 11:46  desonia

	* psLib.kdevelop, psLib.kdevses: removed files not appropriate for
	  release.

2004-06-15 11:46  desonia

	* src/: Makefile, Makefile.Globals, mainpage.dox: moved the test
	  binaries to psLib/testbin so that FullUnitTest sets the
	  LD_LIBRARY_PATH correctly.

2004-06-15 11:44  desonia

	* test/FullUnitTest: Fixed the double counting of testpoints

2004-06-15 10:15  desonia

	* src/mainpage.dox: fixed the hyperlink to the release directory.

2004-06-15 10:01  desonia

	* src/mainpage.dox: fixed a text problem.

2004-06-15 09:57  desonia

	* src/mainpage.dox: added reference to the online documentation.

2004-06-15 09:35  desonia

	* src/mainpage.dox: updated the instructions for release 1.

2004-06-14 17:09  desonia

	* src/Makefile.Globals, src/types/psBitSet.c, test/Makefile: folded
	  in last-minute bug fixes from the main trunk.

2004-06-14 16:45  desonia

	* src/Makefile.Globals, src/types/psBitSet.c, test/Makefile: Fixes
	  for Mac use.

2004-06-14 15:16  desonia

	* src/math/: psMinimize.c, psMinimize.h: removed psMinimize from
	  release, as it is not ready for primetime.

2004-06-14 14:20  harman

	* src/mainpage.dox: Minor tweaks

2004-06-14 14:19  desonia

	* test/FullUnitTest: made 'make install' only work if '--clean'
	  option is given.

2004-06-14 14:13  desonia

	* test/: FullUnitTest, psTest.c: Changed testpoint header so that
	  testpoints can be easily counted

2004-06-14 11:54  harman

	* src/Doxyfile: Removed unused "$Name $" from title page

2004-06-14 11:53  harman

	* src/mainpage.dox: Updated main page documentation and
	  installation instructions

2004-06-14 11:21  desonia

	* test/psTest.c: added check for the case in which a test generates
	  a signal, e.g., an abort.

2004-06-14 10:10  gusciora

	* src/math/psStats.c: ...

2004-06-14 09:54  gusciora

	* src/imageops/psImageStats.c: ...

2004-06-14 09:45  desonia

	* src/types/psList.c: Removed error message printout of pointers,
	  which is useless.

2004-06-14 09:40  gusciora

	* src/: imageops/psImageStats.c, imageops/psImageStats.h,
	  math/psMinimize.c, math/psPolynomial.c, math/psSpline.c,
	  math/psStats.c, sys/psLogMsg.c: ...

2004-06-14 09:38  desonia

	* test/Makefile: pulled out the making of the test executables to a
	  separate target, i.e., installtests.

2004-06-14 09:32  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h, psStats.c, psStats.h: ...

2004-06-12 12:15  desonia

	* src/types/: psList.c, psList.h: Added addition doxygen comments.

2004-06-11 19:50  gusciora

	* src/sys/: psLogMsg.c, psLogMsg.h, psTrace.c, psTrace.h:
	  cosmetics...

2004-06-11 16:17  desonia

	* src/fft/psVectorFFT.c: added some psImageFree commands to avoid
	  memory leaks when a NULL is returned.

2004-06-11 15:33  desonia

	* src/: Makefile.Globals, fft/psVectorFFT.c, mathtypes/psVector.c:
	  bug fixes found while testing psFFT routines.

2004-06-11 10:36  desonia

	* test/Makefile: added install targets to make a test suite
	  executable for non-source distributions.

2004-06-11 09:56  desonia

	* psLib.kdevses, src/.cvsignore: added files.

2004-06-10 16:02  desonia

	* src/mathtypes/psImage.c: added psC32/psC64 support in psImageClip

2004-06-10 10:40  desonia

	* src/mathtypes/psImage.c: added dependency files to avoid false
	  error when they are generated.

2004-06-10 10:26  gusciora

	* src/Makefile: distclean

2004-06-09 16:42  gusciora

	* src/sys/: psLogMsg.c, psLogMsg.h: ...

2004-06-09 16:09  desonia

	* src/: Doxyfile, math/psStats.c, sys/psMemory.h, sys/psTrace.h:
	  doxygen tweaks.

2004-06-09 15:58  desonia

	* src/: Doxyfile, mainpage.dox, pslib.h, fft/psVectorFFT.h,
	  math/psMatrix.h, math/psMinimize.h, math/psPolynomial.h,
	  math/psSpline.h, math/psStats.h, mathtypes/psImage.h,
	  mathtypes/psVector.h, sys/psAbort.h, sys/psError.h,
	  sys/psLogMsg.h, sys/psMemory.h, sys/psString.h, sys/psTrace.h,
	  sys/psType.h, types/psBitSet.h, types/psList.h: Added doxygen
	  group tags.

2004-06-09 14:29  harman

	* src/types/psBitSet.h: Updated comment

2004-06-09 14:28  harman

	* src/types/: psBitSet.h, psBitSet.c: Added more error checks

2004-06-09 14:09  gusciora

	* src/sys/: psLogMsg.c, psLogMsg.h: Renamed psLog messages,
	  commented the psHash code.

2004-06-09 11:30  desonia

	* test/psTest.c: added some comments, etc.

2004-06-09 11:18  harman

	* src/types/psBitSet.c: Added more error control

2004-06-09 11:14  desonia

	* test/psTest.c: Added check for memory leaks for each test.

2004-06-09 09:50  desonia

	* src/types/psList.c: took care of any memory leaks in test code.

2004-06-09 08:20  harman

	* src/mathtypes/psVector.c: Updated comments

2004-06-08 16:16  desonia

	* src/types/: psList.c, psList.h: changed psVectorToDlist to
	  psVectorToList.

2004-06-08 13:56  desonia

	* src/mathtypes/psImage.c: added test for psImageClip().

2004-06-08 13:50  gusciora

	* test/FullUnitTest: ...

2004-06-08 10:08  desonia

	* test/psTest.c: cosmetic.

2004-06-08 10:08  desonia

	* src/types/psList.c: fixed bug where pointer was dereferenced but
	  then returned.

2004-06-08 09:51  desonia

	* src/sys/: psTrace.c, psTrace.h: fixed some function names to
	  match SDRS.

2004-06-08 09:08  desonia

	* src/: pslib.h, types/psList.c, types/psList.h: changed psDlist to
	  be psList

2004-06-07 16:25  desonia

	* psLib.kdevses: ?

2004-06-07 15:57  harman

	* src/math/: psMatrix.c, psMatrix.h: Added more unit tests

2004-06-07 13:19  desonia

	* test/psTest.c: tweaked runTest to wait for the specific child
	  process created.

2004-06-06 17:49  gusciora

	* src/imageops/: psImageStats.c: ...

2004-06-06 17:14  gusciora

	* src/math/psStats.c: ...

2004-06-06 14:32  gusciora

	* src/: imageops/psImageStats.c, math/psPolynomial.c,
	  math/psPolynomial.h, math/psSpline.c, math/psSpline.h,
	  math/psStats.c, math/psStats.h, mathtypes/psImage.c,
	  sys/psLogMsg.c: Lots of bug fixes and such.

2004-06-04 15:27  gusciora

	* src/sys/: psTrace.c, psTrace.h: ...

2004-06-04 13:49  harman

	* src/math/psMatrix.c: Updated print statement

2004-06-04 13:46  desonia

	* src/sys/: psMemory.c, psMemory.h: Added p_psCustomFree to handle
	  the use of PS_FREE for a free fcn given to things like
	  psDlistFree.

2004-06-04 13:45  desonia

	* src/pslib.h: changed psDList to psDlist to match SDRS.

2004-06-04 11:10  harman

	* src/mathtypes/psVector.c: Updated per testing

2004-06-04 09:36  desonia

	* src/pslib.h: added psType.h

2004-06-03 17:15  desonia

	* src/mathtypes/psImage.c: Having trouble with GCC and complicated
	  macros calling macros.  For now, pasted in the preprocessed
	  version of things in psImageCopy.

2004-06-03 16:41  evanalst

	* test/runTest: Modify host filtering of STDERR and STDOUT

2004-06-03 16:35  gusciora

	* test/runTest: Fixed the HOST matching with runTest and put new
	  files in for stderr and stdout.

2004-06-03 16:29  gusciora

	* test/runTest: Fixed host matching in runTest, and added memory
	  checks for the log message routines.

2004-06-03 16:17  desonia

	* src/sys/psMemory.c: modified error message to treat memory
	  allocation sizes as unsigned.

2004-06-03 16:09  desonia

	* src/sys/psMemory.c: Changed error messages that vary between
	  OSes.

2004-06-03 15:03  evanalst

	* src/math/: psMinimize.c, psPolynomial.c, psSpline.c: Add
	  preprocessor condition for DARWIN and sqrtf versus sqrt

2004-06-02 17:00  desonia

	* src/sys/psMemory.c: added a missed mutex destroy for
	  refCounterMutex in psMemDecrRefCounter().

2004-06-02 14:32  harman

	* src/: mathtypes/psVector.h, types/psBitSet.c: Bug updates

2004-06-02 13:29  harman

	* src/: mathtypes/psImage.h, mathtypes/psVector.c,
	  mathtypes/psVector.h, sys/psType.h, fft/psVectorFFT.c,
	  imageops/psImageStats.c, math/psMatrix.c, math/psPolynomial.c,
	  math/psSpline.c, math/psStats.c: Changed psVector to be
	  consistent with psImage

2004-06-02 10:03  desonia

	* src/sys/: psMemory.c, psMemory.h: Modified psFree to just
	  decrement the ref. counter if it is > 1.

2004-06-02 09:41  harman

	* src/fft/psVectorFFT.h: Redefined PS_FFT_FORWARD and
	  PS_FFT_REVERSE locally

2004-06-01 17:02  desonia

	* src/fft/: psVectorFFT.c, psVectorFFT.h: Removed any use of FFTW's
	  r2c and c2r functions to always create a full-sized output image.

2004-06-01 12:42  desonia

	* src/: fft/psVectorFFT.c, math/psMatrix.c, mathtypes/psImage.c,
	  mathtypes/psImage.h: renamed data.v to data.V in psImage struct
	  to be same as psVector.

2004-06-01 12:27  desonia

	* src/fft/: psVectorFFT.c, psVectorFFT.h: moved fftw3.h into c
	  file.

2004-06-01 12:24  gusciora

	* src/math/: psPolynomial.c, psSpline.c: ...

2004-06-01 11:30  desonia

	* src/mathtypes/psImage.c: added psImageOverlay function.

2004-06-01 10:00  desonia

	* src/mathtypes/: psImage.c, psImage.h: added psImageClip*
	  functions.

2004-05-28 15:44  desonia

	* src/pslib.h: added psFFT and psImageIO

2004-05-28 15:42  desonia

	* src/mathtypes/: psImage.c, psImage.h: extracted the image file
	  I/O routines and moved them to dataManip/psImageIO.[ch]

2004-05-28 15:11  desonia

	* src/fft/: psVectorFFT.c, psVectorFFT.h: added the psVector
	  related functions.

2004-05-28 15:10  desonia

	* src/sys/psType.h: added more formal definition of the void* type.

2004-05-28 15:09  desonia

	* src/mathtypes/: psImage.c, psImage.h: renamed psImageRealloc to
	  psImageRecycle.  Realloc may infer that the data is preserved,
	  which is not a requirement.

2004-05-28 15:08  desonia

	* src/mathtypes/: psVector.c, psVector.h: added psVectorRecycle
	  function, which tries to recycle a vector (same concept as
	  psImageRecycle).

2004-05-28 11:07  desonia

	* src/: fft/psVectorFFT.c, sys/psType.h: Added mask related things
	  and fixed coding style issues in psType.h

2004-05-28 11:04  harman

	* src/fft/psVectorFFT.c: Changed function to single precision call

2004-05-28 10:52  harman

	* src/math/: psMatrix.c, psMatrix.h: Updated Doxygen comments to
	  express GSL limitations

2004-05-28 10:26  desonia

	* src/Makefile.Globals: added FFTW library to the LDFLAGS variable,
	  as it is now used in dataManip/psFFT

2004-05-27 17:17  desonia

	* src/sys/: psMemory.c, psMemory.h: added mutex for memid.

2004-05-27 17:15  desonia

	* src/fft/: psVectorFFT.c, psVectorFFT.h: initial version

2004-05-27 17:15  desonia

	* src/sys/psType.h: added parapheses in macros.

2004-05-27 16:53  harman

	* src/math/: psMatrix.c, psMatrix.h: Added to psMatrix
	  functionality

2004-05-27 16:45  gusciora

	* src/: imageops/psImageStats.c, imageops/psImageStats.h,
	  math/psStats.c, math/psStats.h: More mods to get in sync with the
	  latest SDRS.

2004-05-27 14:17  gusciora

	* src/: imageops/psImageStats.c, math/psStats.c, math/psStats.h: I
	  made changes to reflect the new SDRS.

2004-05-27 11:55  gusciora

	* src/imageops/psImageStats.c: Fixed the ImageEvalPolynomial()
	  routine.

2004-05-26 18:10  gusciora

	* src/math/psMinimize.h: ...

2004-05-26 16:49  gusciora

	* src/math/: psPolynomial.c, psSpline.c: Coded the psGaussianDev()
	  function.

2004-05-26 12:55  desonia

	* src/mathtypes/psImage.c: removed the use of TSBYTE_IMG, which is
	  not available in pre 2.49 versions of CFITSIO.

2004-05-26 09:28  desonia

	* src/mathtypes/psImage.c: added untested psImageWriteSection.

2004-05-25 14:38  desonia

	* src/mathtypes/psImage.h: removed the 'F' versions of
	  psImageReadSection and psImageWriteSection.

2004-05-25 14:06  desonia

	* psLib.kdevses: another project addition of files.

2004-05-25 14:05  desonia

	* src/sys/psType.h: updated the file comments.

2004-05-25 14:04  desonia

	* src/Makefile.Globals: added CFITSIO to LDFLAGS.

2004-05-25 14:02  gusciora

	* src/imageops/psImageStats.c: ...

2004-05-25 13:56  desonia

	* test/Makefile: added the make rule for the install directories.

2004-05-25 10:29  desonia

	* src/sys/psType.h: Added comments.

2004-05-25 10:28  desonia

	* src/mathtypes/: psImage.c, psImage.h: added the (untested)
	  psImageReadSection function.

2004-05-24 17:07  gusciora

	* src/imageops/: psImageStats.c: ...

2004-05-24 16:52  gusciora

	* src/math/: psPolynomial.c, psSpline.c: finxed a few things.

2004-05-24 16:10  gusciora

	* src/: imageops/psImageStats.c, math/psPolynomial.c,
	  math/psSpline.c: ...

2004-05-24 13:30  desonia

	* src/math/psMatrix.c: fixed a casting of a incompatible pointer
	  problem (compiler warning) under AMD64.

2004-05-24 13:04  desonia

	* psLib.kdevses: kdevelop project evolution.

2004-05-24 13:03  desonia

	* src/sys/psMemory.h: adjusted the psMemBlock comments.

2004-05-24 13:03  gusciora

	* src/imageops/: psImageStats.c, psImageStats.h: first version.

2004-05-24 12:01  harman

	* src/pslib.h: Added psMatrix

2004-05-24 11:10  harman

	* src/math/psMatrix.h: Added more psMatrix functions and Doxygen
	  comments

2004-05-24 11:09  harman

	* src/math/psMatrix.c: Added psMatrix functions

2004-05-20 15:09  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: ...

2004-05-20 15:04  gusciora

	* src/math/: psMinimize.c, psPolynomial.c, psPolynomial.h,
	  psSpline.c, psSpline.h: ...

2004-05-19 15:49  desonia

	* src/mathtypes/: psImage.c, psImage.h: format tweaks.

2004-05-19 15:27  desonia

	* src/mathtypes/: psImage.c, psImage.h: added Image I/O function
	  prototypes.

2004-05-19 12:51  gusciora

	* src/math/psMinimize.c: ...

2004-05-19 12:49  gusciora

	* src/math/: psMinimize.c, psMinimize.h, psPolynomial.c,
	  psSpline.c: First versions of the psMinimize() code.

2004-05-19 12:35  gusciora

	* src/math/: psPolynomial.c, psPolynomial.h, psSpline.c,
	  psSpline.h: First version of the analytical functions.

2004-05-18 15:57  evanalst

	* test/: FullUnitTest, runTest: Add additional filter on
	  stderr/stdout files to remove Darwin(Mac OS X) artifact while
	  testing psMemory functions.

2004-05-18 15:50  gusciora

	* src/math/: psStats.c, psStats.h:

	  ...

2004-05-18 15:20  desonia

	* src/mathtypes/: psImage.c, psImage.h: removed psImageFreePixels.

2004-05-18 14:17  desonia

	* src/math/psStats.c: added a ifdef to use sqrt instead of sqrtf
	  for OS/X machines.

2004-05-18 14:09  desonia

	* test/psTest.c: fixed the check in runTest to ignore the upper
	  bits of a return value.

2004-05-18 13:26  desonia

	* src/: psLib.h, mathtypes/psImage.c, mathtypes/psImage.h: various
	  fixing cooresponding to testpoint #547 (psImageSubset).

2004-05-18 10:18  evanalst

	* src/Makefile.Globals: Added library libgcc to DARWIN build to
	  locate undefined functions such as cmpdi2, fixdfdi,.. used by
	  psImage.o.  Linux version doesn't need to specify this library
	  explicitly.

2004-05-18 08:50  desonia

	* src/math/: psStats.c, psStats.h: removed the use of psLib.h

2004-05-18 08:39  desonia

	* src/mathtypes/psImage.c: added psImageCopy.

2004-05-17 16:33  desonia

	* psLib.kdevses, src/mathtypes/psImage.c, src/mathtypes/psImage.h,
	  src/sys/psType.h: modified psImage to match currect IfA input and
	  added copy function.

2004-05-17 11:22  evanalst

	* src/pslib.h: Change file name of psLib.h to pslib.h

2004-05-17 11:00  desonia

	* src/mathtypes/psImage.c: adjusted for change in the data union
	  member of psImage.

2004-05-17 10:59  desonia

	* src/: mathtypes/psImage.h, sys/psType.h: added the ps-specific
	  typedefs (psU8, psU16, etc).

2004-05-14 16:10  desonia

	* src/mathtypes/: psImage.c, psImage.h: added psImageFreePixels &
	  psImageFreeChildren.

2004-05-14 16:02  gusciora

	* src/math/psStats.c: ...

2004-05-14 14:18  desonia

	* src/sys/psMemory.h: fixed Doxygen-only function prototype for
	  psRealloc.

2004-05-14 14:17  desonia

	* src/psLib.h: added psImage.h include.

2004-05-14 14:14  desonia

	* src/: mathtypes/psImage.c, sys/psType.h: Fixed error found during
	  testing of psImage.

2004-05-14 12:39  desonia

	* src/mathtypes/: psImage.c, psImage.h: Interim/pretest version.

2004-05-14 11:05  harman

	* src/mathtypes/psVector.c: Fixed memory corruption problem in
	  psVectorRealloc

2004-05-13 17:25  gusciora

	* src/math/psStats.c: Adding the upper/lower quartile code.

2004-05-13 16:44  gusciora

	* src/math/psStats.c: Added Stdev calculation.

2004-05-13 15:12  gusciora

	* src/math/psStats.c: bug-fixing and sync with the new psVector
	  structs.

2004-05-13 15:08  desonia

	* .cvsignore: initial version.

2004-05-13 13:53  gusciora

	* src/math/psStats.c: Brought psStats.c up-to-date with the new
	  psVector.

2004-05-13 13:36  desonia

	* src/: mathtypes/psVector.c, mathtypes/psVector.h, sys/psType.h:
	  moved the type stuff from psVector to psType.h, enhanced the
	  PSELEMTYPE_SIZEOF macro to handle PS_TYPE_PTR, etc.

2004-05-13 12:47  desonia

	* src/mathtypes/: psVector.c, psVector.h: Major refactoring of the
	  Vector alloc/free functions.

2004-05-13 10:25  harman

	* src/mathtypes/psVector.c: Updated argument list for vector
	  allocation

2004-05-13 10:18  desonia

	* psLib.kdevelop, psLib.kdevses: made changes to project.

2004-05-13 10:03  desonia

	* src/mathtypes/: psImage.c, psImage.h: Removed the switch
	  statements.  It compiles now but just contains alloc/free.

2004-05-13 09:54  desonia

	* src/mathtypes/psVector.h: Added macros for psElemType to
	  accomplish things like sizeof.

2004-05-13 09:43  harman

	* src/mathtypes/psVector.h: Changed allocation argument list

2004-05-13 09:28  desonia

	* src/mathtypes/psVector.h: changed the name of PS_TYPE* and
	  updated the Vector struct.

2004-05-12 21:42  gusciora

	* src/math/psStats.c: Added some tests and fixed some bugs in
	  psArrayStats().

2004-05-12 20:43  gusciora

	* src/: Makefile, math/psStats.c: I removed the docs target from
	  the install target, because it was driving me crazy.	I fixed
	  some things with psStats.c.  I produced the first working test
	  case for psStats.c

	  This version of the code only builds with the following:
	  make	  make install	  make	  make install

2004-05-12 20:19  gusciora

	* src/math/psStats.h: Trying to get a global make to work.

2004-05-12 20:06  gusciora

	* src/: Makefile, math/psStats.c: I am trying to get our Makefiles
	  to work correctly.  In order to do so, I need to do a fresh
	  check-out.  This check-in might break things.

2004-05-12 15:52  gusciora

	* src/psLib.h: Added psStats.h

2004-05-12 15:05  gusciora

	* src/math/: psStats.c, psStats.h: Added the median calculation
	  functions.

2004-05-12 11:49  gusciora

	* src/Makefile: [no log message]

2004-05-12 10:00  harman

	* src/types/: psArray.c, psArray.h: Removed psArray files which
	  have been replaced with psVector

2004-05-12 09:46  harman

	* src/mathtypes/: psImage.c, psImage.h: Initial cut at Eugene's
	  psImage implementation

2004-05-12 09:05  desonia

	* src/: Doxyfile, sys/psMemory.c, sys/psMemory.h: Added buffer
	  overflow detection and doxygen comments.

2004-05-12 08:08  harman

	* src/psLib.h: Extensive rework of psArray/psVector

2004-05-12 08:07  harman

	* src/mathtypes/: psVector.c, psVector.h: Extensive rework of
	  psArray/psVector.

2004-05-11 15:14  gusciora

	* src/math/psStats.h: ...

2004-05-11 14:41  gusciora

	* src/math/psStats.c: I put in my own code for the psVector
	  functions, since this was not yet ready in the rest of the
	  library.

2004-05-11 14:40  gusciora

	* src/math/: psStats.c, psStats.h: I removed psImage.o temporarily
	  (since it was not compiling).

2004-05-11 14:17  gusciora

	* src/Makefile: I removed the collections stuff, temporarily (since
	  they were failing to compile).

2004-05-11 10:11  desonia

	* src/sys/: psMemory.c, psMemory.h: fixed memory corruption
	  detection system.

2004-05-11 10:10  desonia

	* src/Makefile.Globals: removed optimization in compilation so that
	  debuggers act more predictable.

2004-05-10 17:14  desonia

	* test/psTest.h: added code for various memory testpoints.

2004-05-10 15:57  desonia

	* src/sys/psMemory.c: p_realloc didn't track the last allocated
	  buffer properly (if reallocating last buffer, it didn't reflect
	  the pointer change in the global pointer for the last allocated
	  buffer.

2004-05-10 13:37  desonia

	* src/sys/psString.c: Changed NULL to '\0' for character assignment
	  on line 90.

2004-05-10 12:37  harman

	* src/mathtypes/psImage.c: Updated children member of psImage

2004-05-10 10:20  harman

	* src/mathtypes/: psImage.c, psImage.h: Added psAlloc alloc and
	  free functions

2004-05-10 10:00  desonia

	* test/runTest: Added '\' in front of '|' the regex found in
	  errorStrSearch function.

2004-05-10 09:01  evanalst

	* src/sys/psString.c: Modified to ensure last byte of N-copy is a
	  null character.

2004-05-07 14:08  harman

	* src/types/: psBitSet.c, psBitSet.h: Added splint changes

2004-05-07 13:23  desonia

	* test/temp.c: [no log message]

2004-05-07 12:10  evanalst

	* test/: FullUnitTest, runTest: Added more characters to filter out
	  host name.

2004-05-06 16:56  harman

	* src/mathtypes/: psImage.c, psImage.h: Added new psImage files

2004-05-06 13:32  harman

	* src/: math/psMatrix.h, mathtypes/psImage.h: Added new matrix and
	  image header files

2004-05-06 13:25  evanalst

	* src/: Makefile, Makefile.Globals: Update to build both static and
	  dynamic libraries.

2004-05-06 08:54  evanalst

	* src/psLib.h: Updated with include files for collections.

2004-05-05 14:46  evanalst

	* test/psTest.c: Changed call to psAbort to system abort.  Test
	  harness should not be dependent on what it is testing.

2004-05-05 14:45  evanalst

	* test/: FullUnitTest, runTest: Changed scripts to search
	  STDOUT,STDERR capture files for error string if there are no
	  corresponding files in the verified directory.

2004-05-05 12:35  harman

	* src/psLib.h: Added new collections header files

2004-05-05 11:57  harman

	* src/types/psArray.h: Updated Doxygen comments

2004-05-05 10:46  harman

	* src/Makefile: Added collections directory to Makefile

2004-05-05 10:43  harman

	* src/types/: psArray.c, psBitSet.c, psArray.h, psBitSet.h: Updated
	  per SDR documentation bug fixes

2004-05-05 10:36  harman

	* test/psTest.c: Realigned text box for extra negative test banner
	  length

2004-05-01 16:41  gusciora

	* src/math/: psStats.c, psStats.h: First version of the basic stats
	  routines.

2004-05-01 13:04  gusciora

	* src/sys/: psLogMsg.c, psTrace.c, psTrace.h: This is a fairly
	  large checkin.  I had been sitting on a lot of test code that was
	  not quite in sync with the current test harness.  I modified it
	  somewhat so it mostly works with the test harness, though there
	  are still problems with the printFooter() function not having a
	  status for "status unknown".	Also, the runTest is not correctly
	  parsing my date strings in psLogMsg calls.  Also, I added an
	  individual entry for each test in the Makefile in the test
	  directory.  I did this because the generic rules were failing,
	  and I did not want to break the tests for those people who were
	  successfully using the generic rules.

2004-04-30 14:49  gusciora

	* src/sys/psTrace.c: I fixed a bunch of things.

2004-04-29 20:18  gusciora

	* src/sys/: psTrace.c, psTrace.h: This code is in a non-working
	  state.

2004-04-29 11:11  gusciora

	* src/: Makefile.Globals~, Makefile~: I'm removed these editor
	  backup files.

2004-04-28 12:20  evanalst

	* src/sys/psString.c: Add arguement casts for psStringNCopy to
	  prevent splint warnings.

2004-04-28 12:19  evanalst

	* src/sys/psString.h: Added splint tag psStringNCopy.

2004-04-28 07:47  harman

	* src/types/: psBitSet.c, psBitSet.h: Changed name of psBitMask to
	  psBitSet

2004-04-27 16:51  desonia

	* psLib.kdevses, src/sys/psMemory.h, test/Makefile: misc changes.

2004-04-27 16:49  desonia

	* test/psTest.c: fixed runTestSuite so that it runs all tests, even
	  if one fails.

2004-04-27 16:31  desonia

	* test/: psTest.c, psTest.h: added runTest and runTestSuite to the
	  mix.

2004-04-27 12:39  evanalst

	* src/sys/psString.c: Fix psStringNCopy to handle negative counts.

2004-04-27 09:24  evanalst

	* src/sys/: psAbort.h, psError.h, psString.h: Added Doxygen tags
	  for grouping functions into system utilities group.

2004-04-27 08:20  evanalst

	* src/psLib.h: Added include file psString.h to support psError,
	  psAbort testing.

2004-04-26 16:20  evanalst

	* test/: Makefile, psTest.c, psTest.h: Modified psTest to specify
	  file pointer to send output.

2004-04-26 16:17  evanalst

	* src/sys/psAbort.c: Modify psAbort to use psVLogMsg instead of
	  psLogMsg.

2004-04-26 16:16  evanalst

	* src/: Makefile, psLib.h: Initial version of psLib header file.
	  Changed Makefile to copy psLib.h during install.

2004-04-26 15:47  evanalst

	* test/: FullUnitTest, runTest: Initial version of runTest,
	  FullUnitTest scripts

2004-04-23 13:40  desonia

	* psLib.kdevelop, psLib.kdevses, src/Doxyfile, src/Makefile,
	  src/Makefile.Globals, src/mainpage.dox: Cleaned up the make
	  system so that docs are now made and make install works.

2004-04-23 11:33  harman

	* src/types/psArray.h: Changed p_XX allocations to psXX allocations

2004-04-22 17:08  desonia

	* test/: psTest.c, psTest.h, temp.c: initial test common functions

2004-04-22 11:15  harman

	* src/types/: psArray.c, psArray.h: Created static functions.
	  Replaced p_xxx allocation functions with psXX alloation functions

2004-04-21 11:43  gusciora

	* src/sys/psLogMsg.c: cosmetic changes only

2004-04-21 11:31  gusciora

	* src/sys/psLogMsg.c: cosmetic changes

2004-04-21 11:29  gusciora

	* src/sys/psLogMsg.c: ...

2004-04-21 11:14  gusciora

	* src/sys/: psError.c, psLogMsg.c, psLogMsg.h: Changed
	  p_psVLogMsg() to psVLogMsg().

2004-04-21 11:07  gusciora

	* src/sys/psError.c: CHange the psLogMsg call to p_psVLogMsg in
	  psError.c.

2004-04-21 11:05  harman

	* src/types/: psArray.c, psArray.h: Added array of void pointers

2004-04-21 09:02  gusciora

	* src/sys/psLogMsg.c: First version of the hash functions.  Almost
	  identical to RHL's prototype version.

2004-04-21 08:53  harman

	* src/types/: psArray.c, psArray.h: Added other data types

2004-04-20 14:40  harman

	* src/types/: psArray.c, psArray.h: Added double array

2004-04-20 14:18  harman

	* src/types/: psArray.c, psArray.h: Added Integer array

2004-04-20 14:15  desonia

	* src/sys/: psAbort.c, psError.c, psLogMsg.c: made some cleanup of
	  the non-working code.

2004-04-20 14:14  desonia

	* src/Makefile.Globals: Added _GNU_SOURCE specify a broader system
	  header usage (non-strict C99, allow some BSD functionality).

2004-04-20 13:58  gusciora

	* src/sys/: psLogMsg.c, psLogMsg.h: ...

2004-04-20 13:51  gusciora

	* src/sys/psTrace.c: made changes to get this thing compiling.

2004-04-20 13:48  gusciora

	* src/sys/: psErrorCodes.h, psLogMsg.c: ...

2004-04-20 12:42  gusciora

	* src/sys/psLogMsg.c: small changes.

2004-04-20 12:39  gusciora

	* src/sys/psLogMsg.h: cosmetic changes only.

2004-04-20 12:37  gusciora

	* src/sys/: psLogMsg.c, psLogMsg.h, psTrace.c: These do not work
	  yet.

2004-04-19 17:11  desonia

	* src/sys/: psMemory.h: testing commitinfo.

2004-04-19 17:07  desonia

	* src/sys/: psMemory.c: [no log message]

2004-04-19 16:58  desonia

	* src/sys/psMemory.c: testing commitinfo.

2004-04-19 16:52  desonia

	* src/sys/psMemory.c: testing commitinfo.

2004-04-19 16:49  desonia

	* src/sys/psMemory.c: testing commitinfo.

2004-04-19 16:48  desonia

	* src/sys/psMemory.c: testing commitinfo filters.

2004-04-19 16:36  desonia

	* src/sys/psMemory.c: testing commitinfo filters.

2004-04-19 16:34  desonia

	* src/sys/psMemory.c: testing commitinfo.

2004-04-19 16:30  desonia

	* src/sys/: psError.c, psString.h: [no log message]

2004-04-19 15:42  desonia

	* src/sys/psMemory.h: changed order to match coding conventions.

2004-04-19 15:41  desonia

	* src/sys/psMemory.h: modified the poisoning of the std. memory
	  functions to use the "GCC poison" pragma if possible.

2004-04-19 14:14  gusciora

	* src/sys/: psTrace.c, psTrace.h: ...

2004-04-19 11:06  desonia

	* src/sys/psMemory.c: added comments.

2004-04-19 10:19  desonia

	* src/sys/: psMemory.c, psMemory.h: ran astyle on the files.

2004-04-19 10:14  desonia

	* src/sys/: psMemory.c, psMemory.h: updated the memory management
	  to keep track of the memory via double-linked-listing the blocks
	  together.

2004-04-19 09:49  evanalst

	* src/Makefile.Globals: Updated variable definitions and comments.

2004-04-19 09:48  evanalst

	* src/Makefile: Updated sysUtils target and comments.

2004-04-19 09:10  evanalst

	* src/sys/psString.c: Initial source file for string utilities

2004-04-19 09:09  evanalst

	* src/sys/psString.h: Initial header file for string utilities

2004-04-16 08:30  harman

	* src/types/: psArray.c, psArray.h: Added temporary array files so
	  that other files could be tested

2004-04-15 16:18  desonia

	* src/: Makefile, sys/psAbort.c, sys/psAbort.h, sys/psError.c,
	  sys/psError.h, sys/psMemory.c, sys/psMemory.h: modifications so
	  that psMemory compiles.

2004-04-15 11:24  desonia

	* psLib.kdevelop, psLib.kdevses: kdevelop project files.

2004-04-15 11:22  desonia

	* src/sys/: psMemory.c, psMemory.h: non-tested/non-working initial
	  cleanup version

2004-04-15 10:37  evanalst

	* src/sys/psAbort.c: Initial version of source as defined in SDR
	  Rev 00

2004-04-15 10:37  evanalst

	* src/sys/psAbort.h: Initial version of header as defined in SDR
	  Rev 00

2004-04-15 09:04  evanalst

	* src/sys/psError.c: Initial version of source based on SDR Rev 00

2004-04-15 09:03  evanalst

	* src/sys/psError.h: Initial code version based on SDR Rev 00

2004-04-13 12:29  desonia

	* src/: Makefile, Makefile.Globals, Makefile.Globals~, Makefile~:
	  initial version.

