Commit Briefs

Stefan Sperling

CHANGES for 0.73 (tags/0.73)


Stefan Sperling

document TOG_VIEW_SPLIT_MODE



Stefan Sperling

sync distfile list






Stefan Sperling

add -v option to 'got tag' usage string




Omar Polo

check for specific chars instead of using isspace(3)

Reminded by naddy and stsp; it was missing a cast to unsigned char to prevent issues on archs with signed chars and was too broad anyway. While here, drop an extra check immediately after. ok stsp@


Thomas Adam

got_date.h: add explicit #includes

Don't rely on implicit/"hidden" includes, but rather add them to the header file so their inclusion doesn't result in missing values. Although not explicitly a functional change, this does help -portable. This ensures size_t/time_t are always present. OK @jrick


Josh Rickmar

remove duplicate test_parseargs call

spotted by op@