|
|
|
@8678
|
20 years |
drobbin |
changed test result for comparison of F64 value 1 to Bool value true …
|
|
|
|
@8677
|
20 years |
drobbin |
nothing done but formatting.
|
|
|
|
@8668
|
20 years |
drobbin |
debugged and updated wrt recent major patch applied by JH. LogMsg was …
|
|
|
|
@8629
|
20 years |
jhoblitt |
amd64 string formatting fixes
|
|
|
|
@8627
|
20 years |
jhoblitt |
add gcc format attributes to:
psAbort()
psErrorStackPrint()
…
|
|
|
|
@8625
|
20 years |
jhoblitt |
add "string" type to psMetadataItem.data.str
|
|
|
|
@8623
|
20 years |
Paul Price |
Require 'z' modifier for size_t argument.
|
|
|
|
@8610
|
20 years |
jhoblitt |
add gcc format attributes to psStringAppend(), psStringPrepend(), …
|
|
|
|
@8607
|
20 years |
jhoblitt |
add psStringPrependV()
change psStringPrepend() to use …
|
|
|
|
@8605
|
20 years |
Paul Price |
Removing unnecessary vsnprintf for metadata item name.
|
|
|
|
@8604
|
20 years |
Paul Price |
Using psStringAppendV instead of fixed length array.
|
|
|
|
@8603
|
20 years |
Paul Price |
Putting va_list code together.
|
|
|
|
@8602
|
20 years |
jhoblitt |
bug #809 - use psStringAppendV() instead of calling vsnprintf() …
|
|
|
|
@8601
|
20 years |
Paul Price |
Forgot to free.
|
|
|
|
@8600
|
20 years |
Paul Price |
Discovered real cause of SEGVs on AMD64: see bug 809. Restoring use …
|
|
|
|
@8598
|
20 years |
jhoblitt |
add psStringAppendV()
change psStringAppend() to be a wrapper around …
|
|
|
|
@8597
|
20 years |
drobbin |
Finished all psArray testing. 100% code coverage!!!
|
|
|
|
@8595
|
20 years |
rhl |
<time.h> fails to define gmtime_r on os/x 10.4.6 due to an apparent …
|
|
|
|
@8591
|
20 years |
drobbin |
added checks to psArray Alloc fxns for negative nalloc inputs. Added …
|
|
|
|
@8577
|
20 years |
Paul Price |
Removing more variable length arrays.
|
|
|
|
@8576
|
20 years |
Paul Price |
Cleaning up some things.
|
|
|
|
@8575
|
20 years |
Paul Price |
Linux-64 doesn't seem to like variable length arrays. Reverting to …
|
|
|
|
@8545
|
20 years |
drobbin |
Edited many functions and files to complete code-coverage for …
|
|
|
|
@8540
|
20 years |
Paul Price |
Need to print %zd for size_t arguments.
|
|
|
|
@8526
|
20 years |
jhoblitt |
fix a buffer overflow in psDBIntToString() by correctly calculating …
|
|
|
|
@8525
|
20 years |
Paul Price |
See bugs 801, 803. The recycling mechanism assumed that the spectrum …
|
|
|
|
@8483
|
20 years |
jhoblitt |
add ARRAY_STRIDE #define to control how many new elements psArrayAdd() …
|
|
|
|
@8477
|
20 years |
jhoblitt |
take \0 char into account when using vsnprintf to calculate line length
|
|
|
|
@8476
|
20 years |
jhoblitt |
allow any length psTrace strings by calculating the formatted strings …
|
|
|
|
@8473
|
20 years |
jhoblitt |
call gethostname with MAX_HOSTNAME_LENGTH instead of a constant
|
|
|
|
@8472
|
20 years |
Paul Price |
Enforcing maximum line length for trace.
|
|
|
|
@8468
|
20 years |
rhl |
Remove "inline" as it's causing problems with undefined symbols on my …
|
|
|
|
@8467
|
20 years |
rhl |
Fix some psError new-error booleans
|
|
|
|
@8466
|
20 years |
rhl |
Remove check for impossible condition
|
|
|
|
@8461
|
20 years |
jhoblitt |
don't compare varchar fields with LIKE unless "LIKE" is in the …
|
|
|
|
@8441
|
20 years |
Paul Price |
Making fix using variable length arrays to concatenate strings …
|
|
|
|
@8440
|
20 years |
Paul Price |
No realloc if the requested size is equal to the current size.
|
|
|
|
@8439
|
20 years |
rhl |
Added psMemStats() to report state of memory system
|
|
|
|
@8438
|
20 years |
rhl |
1/ Don't let psRealloc realloc blocks that psAlloc knows to be
powers …
|
|
|
|
@8425
|
20 years |
drobbin |
Updated tests. Manip still under construction.
|
|
|
|
@8416
|
20 years |
Paul Price |
Adding assertions.
|
|
|
|
@8415
|
20 years |
Paul Price |
No need to do psStringAlloc on empty string --- we can allocate
the …
|
|
|
|
@8414
|
20 years |
drobbin |
Edited format of ItemParse and printing tests. Updated accordingly. …
|
|
|
|
@8413
|
20 years |
Paul Price |
We want to avoid using the psString functions, or any function that …
|
|
|
|
@8412
|
20 years |
Paul Price |
Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
|
|
|
|
@8410
|
20 years |
rhl |
Close the config file, otherwise we eventually run out of file descriptors
|
|
|
|
@8409
|
20 years |
rhl |
Include assert.h, as the name implies
|
|
|
|
@8408
|
20 years |
rhl |
If nData == 0 then Sums is null, and Sums[] is a SEGV
|
|
|
|
@8404
|
20 years |
Paul Price |
Return value was causing "statement with no effect" warning.
|
|
|
|
@8403
|
20 years |
Paul Price |
Forgot to include arguments.
|
|
|
|
@8402
|
20 years |
Paul Price |
Adding psTraceSetFormat for when PS_NO_TRACE is set.
|
|
|
|
@8387
|
20 years |
Paul Price |
Putting brackets around macro parameters.
|
|
|
|
@8384
|
20 years |
drobbin |
made some finishing touches to transfer test
|
|
|
|
@8375
|
20 years |
drobbin |
Adding tap tests for MetadataCopy, MetadataItemCopy, and …
|
|
|
|
@8374
|
20 years |
drobbin |
removed error check for NULL vector in MetaItemCopy
|
|
|
|
@8340
|
20 years |
jhoblitt |
add a trace to p_psDBFetchResult()
|
|
|
|
@8336
|
20 years |
jhoblitt |
minor doxygen cleanup
|
|
|
|
@8335
|
20 years |
jhoblitt |
add tableName param to psDBGenerateConditionalSQL()
add tableName …
|
|
|
|
@8314
|
20 years |
drobbin |
Edited printing test w.r.t code coverage. Updated test to execute all …
|
|
|
|
@8313
|
20 years |
drobbin |
added/updated tap tests for MetaPrint and MetaItemPrint
|
|
|
|
@8312
|
20 years |
drobbin |
Updated doxygen in region. Updated printing in metadata. Updated …
|
|
|
|
@8305
|
20 years |
jhoblitt |
add psDBGenerateWhereConditionSQL()
|
|
|
|
@8298
|
20 years |
jhoblitt |
fix BOOL output formatting
|
|
|
|
@8271
|
20 years |
jhoblitt |
always define a prototype for psTraceSetFormat() -- not just for doxygen
|
|
|
|
@8270
|
20 years |
jhoblitt |
additional psDB traces
|
|
|
|
@8269
|
20 years |
drobbin |
Added test points to complete code coverage for these two functions. …
|
|
|
|
@8258
|
20 years |
drobbin |
Created tests for psMetadataItemParse in tap. Some errors remain.
|
|
|
|
@8257
|
20 years |
drobbin |
edited psMetadataItemParse and tap test.
|
|
|
|
@8251
|
20 years |
jhoblitt |
make psDBGenerateWhereSQL() public
add psTrace() calls to the query …
|
|
|
|
@8247
|
20 years |
jhoblitt |
change psError() to call p_psTrace() directly
|
|
|
|
@8245
|
20 years |
jhoblitt |
normalize psTrace() facility names
|
|
|
|
@8244
|
20 years |
jhoblitt |
change psTrace() to include FILE, LINE, & func
change …
|
|
|
|
@8235
|
20 years |
drobbin |
Updated/finished test. errors remain but I'm not allowed to fix them …
|
|
|
|
@8234
|
20 years |
drobbin |
Edited psStringSubstitute test for errors. Added tap_psMetaItemComp …
|
|
|
|
@8233
|
20 years |
jhoblitt |
bug #790 - remove psErrorText.h and inline all error codes. all newly …
|
|
|
|
@8232
|
20 years |
jhoblitt |
bug #790 - remove psErrorText.h and inline all error codes. all newly …
|
|
|
|
@8231
|
20 years |
jhoblitt |
add _() macro for future use with gettext
|
|
|
|
@8230
|
20 years |
magnier |
added a memcheck test point to the first block
|
|
|
|
@8226
|
20 years |
jhoblitt |
bug #791 - change p_psError() to use psTrace() instead of psLogMsg()
|
|
|
|
@8225
|
20 years |
drobbin |
Added test framework for psMetadataItemCompare. Not yet finished with …
|
|
|
|
@8224
|
20 years |
drobbin |
Added psMetadataItemCompare test to tst_psMetadata_01.c and edited …
|
|
|
|
@8146
|
20 years |
jhoblitt |
condense calls to psStringAppend() in formatMetadataItem()
|
|
|
|
@8145
|
20 years |
jhoblitt |
bug #787 - partially done - columnize primitive types and strings
|
|
|
|
@8116
|
20 years |
jhoblitt |
psDB floating point epsilon support take 2
|
|
|
|
@8114
|
20 years |
jhoblitt |
typo
|
|
|
|
@8113
|
20 years |
jhoblitt |
add basically floating point epsilon support for psF32 & psF64s
|
|
|
|
@8112
|
20 years |
jhoblitt |
update copyright
|
|
|
|
@8098
|
20 years |
Paul Price |
Fixing date format.
|
|
|
|
@8049
|
20 years |
Paul Price |
Getting rid of annoying additional error message when a bad option is …
|
|
|
|
@8030
|
20 years |
drobbin |
Adding test-coverage script to produce test-coverage results and store …
|
|
|
|
@7999
|
20 years |
Paul Price |
Replacing p_psGetStatValue with two functions: psStatsSingleOption …
|
|
|
|
@7998
|
20 years |
Paul Price |
Adding gmon.out to CLEANFILES
|
|
|
|
@7991
|
20 years |
Paul Price |
Adding psStatsOptionFromString and psStatsOptionToString.
|
|
|
|
@7989
|
20 years |
Paul Price |
Adding psStatsFromString and psStatsToString.
|
|
|
|
@7986
|
20 years |
Paul Price |
Need to count the number of values.
|
|
|
|
@7985
|
20 years |
Paul Price |
Adding output of coverage testing to CLEANFILES and .cvsignore
|
|
|
|
@7984
|
20 years |
Paul Price |
Fixing FITS table vector writing: wasn't copying into the byte vector …
|
|
|
|
@7983
|
20 years |
Paul Price |
Fixing name for test.
|
|
|
|
@7982
|
20 years |
Paul Price |
Fixing name.
|
|
|
|
@7981
|
20 years |
Paul Price |
Fixing TFORM for vectors.
|
|
|
|