Merge branch 'jk/fetch-follow-remote-head-fix'
Junio C Hamano committed over 1 year ago
parse-options: detect mismatches in integer signedness
Patrick Steinhardt committed over 1 year ago
parse-options: introduce precision handling for `OPTION_UNSIGNED`
Patrick Steinhardt committed over 1 year ago
parse-options: introduce precision handling for `OPTION_INTEGER`
Patrick Steinhardt committed over 1 year ago
parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`
Patrick Steinhardt committed over 1 year ago
parse-options: support unit factors in `OPT_INTEGER()`
Patrick Steinhardt committed over 1 year ago
global: use designated initializers for options
Patrick Steinhardt committed over 1 year ago
parse: fix off-by-one for minimum signed values
Patrick Steinhardt committed over 1 year ago
config.mak.uname: add arc4random to the cygwin build
Ramsay Jones committed over 1 year ago
config.mak.uname: add sysinfo() configuration for cygwin
Ramsay Jones committed over 1 year ago
builtin/gc.c: correct RAM calculation when using sysinfo
Ramsay Jones committed over 1 year ago
config.mak.uname: add clock_gettime() to the cygwin build
Ramsay Jones committed over 1 year ago
config.mak.uname: add HAVE_GETDELIM to the cygwin section
Ramsay Jones committed over 1 year ago
config.mak.uname: only set NO_REGEX on cygwin for v1.7
Ramsay Jones committed over 1 year ago
config.mak.uname: add a note about NO_STRLCPY for Linux
Ramsay Jones committed over 1 year ago
Makefile: remove NEEDS_LIBRT build variable
Ramsay Jones committed over 1 year ago
meson.build: set default help format to html on windows
Ramsay Jones committed over 1 year ago
meson.build: only set build variables for non-default values
Ramsay Jones committed over 1 year ago
Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set
Ramsay Jones committed over 1 year ago
meson.build: remove -DCURL_DISABLE_TYPECHECK
Ramsay Jones committed over 1 year ago