IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8808   20 years jhoblitt fix fprintf format errors causing compilation errors on x86 but …
(edit) @8806   20 years drobbin edited makefile
(edit) @8805   20 years drobbin Added testing for Arguments. Edited src file minimally. coverage at …
(edit) @8804   20 years jhoblitt add psArrayRemoveByPos()
(edit) @8803   20 years jhoblitt code sanitizing; variable names, types, & style
(edit) @8802   20 years jhoblitt consistently use 'format' instead of fmt
(edit) @8801   20 years jhoblitt treat MAX_ERROR_STACK_SIZE as a long
(edit) @8800   20 years jhoblitt replace psErrorStack struct with a psArray to simplify the …
(edit) @8799   20 years jhoblitt rename psArr param to array (psArr is too much like psArray for a …
(edit) @8798   20 years jhoblitt change psArrayElementsFree() to use a long as the index type instead …
(edit) @8797   20 years jhoblitt remove the use of TESTS, yet again, as this variable breaks the …
(edit) @8796   20 years jhoblitt ignore .lib directories
(edit) @8795   20 years jhoblitt disable libtap's self tests
(edit) @8794   20 years jhoblitt add psMetadataConfigPrint()
(edit) @8792   20 years jhoblitt change lockErrorStack mutex to be static add errorStackKeyInitialized …
(edit) @8791   20 years jhoblitt fix test count
(edit) @8790   20 years jhoblitt fix tests 31-33 that broke when an unchecked in change to psError …
(edit) @8789   20 years jhoblitt add AC_FUNC_FSEEKO
(edit) @8786   20 years drobbin ted several files. Added error handling and removed unreachable spots …
(edit) @8779   20 years jhoblitt change formatMetadataItem() formatting: add a space between the # …
(edit) @8778   20 years jhoblitt change formatMetadataItem() formating: make the "value" output in …
(edit) @8777   20 years jhoblitt check mmap()s return value
(edit) @8776   20 years jhoblitt rename psMetadataConfigParse() -> psMetadataConfigRead()
(edit) @8775   20 years jhoblitt rename tap_psMetadataConfigParse.c -> tap_psMetadataConfigRead.c
(edit) @8774   20 years jhoblitt change parseLine() & parseMetadataItem() to not accept a filename …
(edit) @8773   20 years jhoblitt fix psTimeFromISO() to correct set the time type
(edit) @8772   20 years jhoblitt fix psTimeStrptime() - a hard coded format was being used instead of …
(edit) @8771   20 years jhoblitt remove manual settings of psArray->n = 0
(edit) @8768   20 years jhoblitt change parseTime() to parse ISO8601 string as is specified in the SDRS …
(edit) @8767   20 years jhoblitt add missing include for strings.h in parseBool(); use …
(edit) @8766   20 years jhoblitt remove FITS related macro & define
(edit) @8760   20 years jhoblitt map MYSQL_TYPE_STRING -> VARCHAR instead of CHAR
(edit) @8759   20 years jhoblitt change psDBMySQLToPType() to return 0 instead of -1 to return an error …
(edit) @8758   20 years jhoblitt always check the return of psDBMySQLToPType() for errors
(edit) @8757   20 years jhoblitt fwv
(edit) @8756   20 years jhoblitt update from the pre MySQL 4.1 FIELD_* field type enum name to the new …
(edit) @8747   20 years drobbin Updated makefile to allow me to use "make tests" - extremely …
(edit) @8731   20 years jhoblitt add libpstap under test/pstap mv src/pstap.h -> test/pstap/src/pstap.h …
(edit) @8719   20 years jhoblitt add test.pl as a top level script (temporary hack) remove \n from …
(edit) @8718   20 years jhoblitt disable all non-tap tests and stop distributing "verified" directories
(edit) @8717   20 years jhoblitt removed
(edit) @8712   20 years jhoblitt move $SRCINC to always be left of $PSLIB_CFLAGS
(edit) @8706   20 years jhoblitt remove commented out free on line 30
(edit) @8705   20 years jhoblitt add psMemGetLastId()
(edit) @8694   20 years drobbin edited psMetadataCopy for errorhandling of out param. Edited tests …
(edit) @8678   20 years drobbin changed test result for comparison of F64 value 1 to Bool value true …
(edit) @8677   20 years drobbin nothing done but formatting.
(edit) @8668   20 years drobbin debugged and updated wrt recent major patch applied by JH. LogMsg was …
(edit) @8629   20 years jhoblitt amd64 string formatting fixes
(edit) @8627   20 years jhoblitt add gcc format attributes to: psAbort() psErrorStackPrint() …
(edit) @8625   20 years jhoblitt add "string" type to psMetadataItem.data.str
(edit) @8623   20 years Paul Price Require 'z' modifier for size_t argument.
(edit) @8610   20 years jhoblitt add gcc format attributes to psStringAppend(), psStringPrepend(), …
(edit) @8607   20 years jhoblitt add psStringPrependV() change psStringPrepend() to use …
(edit) @8605   20 years Paul Price Removing unnecessary vsnprintf for metadata item name.
(edit) @8604   20 years Paul Price Using psStringAppendV instead of fixed length array.
(edit) @8603   20 years Paul Price Putting va_list code together.
(edit) @8602   20 years jhoblitt bug #809 - use psStringAppendV() instead of calling vsnprintf() …
(edit) @8601   20 years Paul Price Forgot to free.
(edit) @8600   20 years Paul Price Discovered real cause of SEGVs on AMD64: see bug 809. Restoring use …
(edit) @8598   20 years jhoblitt add psStringAppendV() change psStringAppend() to be a wrapper around …
(edit) @8597   20 years drobbin Finished all psArray testing. 100% code coverage!!!
(edit) @8595   20 years rhl <time.h> fails to define gmtime_r on os/x 10.4.6 due to an apparent …
(edit) @8591   20 years drobbin added checks to psArray Alloc fxns for negative nalloc inputs. Added …
(edit) @8577   20 years Paul Price Removing more variable length arrays.
(edit) @8576   20 years Paul Price Cleaning up some things.
(edit) @8575   20 years Paul Price Linux-64 doesn't seem to like variable length arrays. Reverting to …
(edit) @8545   20 years drobbin Edited many functions and files to complete code-coverage for …
(edit) @8540   20 years Paul Price Need to print %zd for size_t arguments.
(edit) @8526   20 years jhoblitt fix a buffer overflow in psDBIntToString() by correctly calculating …
(edit) @8525   20 years Paul Price See bugs 801, 803. The recycling mechanism assumed that the spectrum …
(edit) @8483   20 years jhoblitt add ARRAY_STRIDE #define to control how many new elements psArrayAdd() …
(edit) @8477   20 years jhoblitt take \0 char into account when using vsnprintf to calculate line length
(edit) @8476   20 years jhoblitt allow any length psTrace strings by calculating the formatted strings …
(edit) @8473   20 years jhoblitt call gethostname with MAX_HOSTNAME_LENGTH instead of a constant
(edit) @8472   20 years Paul Price Enforcing maximum line length for trace.
(edit) @8468   20 years rhl Remove "inline" as it's causing problems with undefined symbols on my …
(edit) @8467   20 years rhl Fix some psError new-error booleans
(edit) @8466   20 years rhl Remove check for impossible condition
(edit) @8461   20 years jhoblitt don't compare varchar fields with LIKE unless "LIKE" is in the …
(edit) @8441   20 years Paul Price Making fix using variable length arrays to concatenate strings …
(edit) @8440   20 years Paul Price No realloc if the requested size is equal to the current size.
(edit) @8439   20 years rhl Added psMemStats() to report state of memory system
(edit) @8438   20 years rhl 1/ Don't let psRealloc realloc blocks that psAlloc knows to be powers …
(edit) @8425   20 years drobbin Updated tests. Manip still under construction.
(edit) @8416   20 years Paul Price Adding assertions.
(edit) @8415   20 years Paul Price No need to do psStringAlloc on empty string --- we can allocate the …
(edit) @8414   20 years drobbin Edited format of ItemParse and printing tests. Updated accordingly. …
(edit) @8413   20 years Paul Price We want to avoid using the psString functions, or any function that …
(edit) @8412   20 years Paul Price Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
(edit) @8410   20 years rhl Close the config file, otherwise we eventually run out of file descriptors
(edit) @8409   20 years rhl Include assert.h, as the name implies
(edit) @8408   20 years rhl If nData == 0 then Sums is null, and Sums[] is a SEGV
(edit) @8404   20 years Paul Price Return value was causing "statement with no effect" warning.
(edit) @8403   20 years Paul Price Forgot to include arguments.
(edit) @8402   20 years Paul Price Adding psTraceSetFormat for when PS_NO_TRACE is set.
(edit) @8387   20 years Paul Price Putting brackets around macro parameters.
(edit) @8384   20 years drobbin made some finishing touches to transfer test
(edit) @8375   20 years drobbin Adding tap tests for MetadataCopy, MetadataItemCopy, and …
(edit) @8374   20 years drobbin removed error check for NULL vector in MetaItemCopy
Note: See TracRevisionLog for help on using the revision log.