Commit Briefs

c82e62cb18 Thomas Adam

portable: maintscript: add header detection

Add detection for headers which are included portably, and remove them.


9267f6d0af Thomas Adam

fix potential type mismatch between format specifier and argument

Cast printf argument of type time_t to long long to match the %lld format specifier on platforms where this might not be the case.


3e9e6ccaa1 Thomas Adam

portable: add maintscripts

This introduces an area for helper scripts when dealing with -portable syncing from upstream, releases, etc. See the README.md file for further information.


e29b2b8ad5 Thomas Adam

portable: mention FreeBSD capsicum support


9930e719b3 Thomas Adam

portable: set next version


052997aeb0 Thomas Adam

portable: release 0.73 (tags/0.73)


ac669181b8 Thomas Adam

portable: remove sys/queue.h

This is included portably.


0b948cddf0 Thomas Adam

document TOG_VIEW_SPLIT_MODE


781ac616bb Thomas Adam

CHANGES for 0.73


6b5183071c Thomas Adam

bump version number


fe038c280b Thomas Adam

sync distfile list






0141ae45ce Thomas Adam

add -v option to 'got tag' usage string






2140c6ec56 Thomas Adam

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@


ef0f20a887 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


2b82da7bd8 Thomas Adam

remove duplicate test_parseargs call

spotted by op@


492a65d969 Thomas Adam

fix echo/printf order and actually run the test


d5775a924f Thomas Adam

portable: object_create: remove sys/queue.h

This is included portably.