3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
using more snprintf instead of sprintf, and disclaiming sprintf use more More... 11 months ago
long overdue fix of buffer overflow bug in biff: should have been using snprintf/vsnprintf instead of sprintf/vsprintf, yikes. h/t Jorik Blaas for finding this More... 11 months ago
new source file for old CMakefiles More... 11 months ago
writing tweaks More... 11 months ago
syncing with source More... 11 months ago
now working to show usage info More... 11 months ago
filled in info about how to learn about the Teem build More... 11 months ago
updating this test so it successfully shows the usage info for all the unu commands More... 11 months ago
some long-standing hest annoyances have been addressed with the rewrite More... 11 months ago
hestParse(2) now returns -1 if the hestOpt array is busted, and now returns any non-zero return from optSetValues, such as the 2 generated by hestCB *nrrdHestNrrd->parse() if nrrdLoad() failed with an error message mentioning EOF More... 11 months ago
fixing numbering of steps in comment above hestParse(2) More... 11 months ago
oops long comment belongs outside if verbose check More... 11 months ago
still debugging More... 11 months ago
added slightly hacky logic to rescue a hest idiom: using default of empty string, for 0 or more non-strings, to mean: 0 values (not 1 value, which will fail to parse from the 1 empty string) More... 11 months ago
error messages about parse failures now note the source of the string that couldnt be parsed More... 11 months ago
if (kvpLen) was not a sensible test: hest is asked get 1 or more strings; instead should be like the test used for all the other options similarly parsed as 1 or more strings More... 11 months ago
maybe finally, finally corrrectly handling case of single empty string default, which is what was screwing up unu make -k, which is what triggered the 2025 hest re-write More... 11 months ago
cleaning up logic of how to finish More... 11 months ago
adding (kind N) to error messages More... 11 months ago
fixing broken error message More... 11 months ago
still working on debugging hestParse2 More... 11 months ago
disallowing - inside the long flag was a mistake; the issue is that the long flag shouldnt start with - More... 11 months ago
no memory-in-use with unu --version More... 11 months ago
tweaking comments More... 11 months ago
reducing warnings associated with sprintf and snprintf More... 11 months ago
reducing warnings associated with sprintf and snprintf More... 11 months ago
different headers More... 11 months ago
trying to avoid crashing More... 11 months ago
cleaning up hest usage More... 11 months ago
oops, was using HEST_EXPORT instead of extern inside privateHest.h More... 11 months ago