Commits
- Commit:
09e05ed50d7310833916e622c86ee1a18ba4a1b0
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: regress: imply compat
When building tests, compat needs to be built. Do this prior to running
any tests. This ensures tests can be run from a clean tree.
Furthermore, add got_compat.h to all test headers. This wasn't
necessary before as this was implicitly being included, but now isn't.
- Commit:
21c2d8be42605670e7037d011fea06c5efd5f725
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
got: minor refactor of got_pathlist_free() API
Accept flag parameter to optionally specify which pointers to free. This saves
callers looping through the list to free pointers.
ok + fix stsp@
- Commit:
f7065961155cb464f66b5189bf6103ab84afab3f
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sort getopt() option lists and switch statements; patch by Josiah Frentsos
- Commit:
8b925c6ccd3968917253ea191906a1710c40ed2d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add back sys/queue.h
Now that the handling of including sys/queue.h is better, there's no
need to remove those lines from the source. Copy the location of those
original sys/queue.h lines from upstream at the same line number, so as
to avoid any conflicts in the future.
- Commit:
0c6f49baf2b43adf1cd027050d27fc32ef8454da
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
build with -Wwrite-strings
Throwing this into the mix for a while, we can always get rid of it
again if it becomes annoying. No objections from stsp@
- Commit:
ef20f542049f5928fa256eb470801089d0b1048b
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
build with -Wmissing-prototypes
ok stsp@
- Commit:
fa8129f71e6d8a352929f74ba0fc4f8aa59ba216
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
const-ify tables
ok thomas_adam millert
- Commit:
dd038bc6ec835ad3fd3c0b5303b8af9ad506c8cc
- From:
- Thomas Adam <thomas@xteddy.org>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
portable: initial Linux compilation
This commit modifies the GoT main branch to be able to compile it under
linux.
- Commit:
a4153d5b903b1fe20edad776a6d0ec3c3cbcc0aa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more concise fix for path_list_reverse_input() crash; suggested by millert
- Commit:
8891c2aba6a5f6cd43ab51b67115d4fbd0976f73
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix crash in path_list_reverse_input() after switch to unsigned loop index
- Commit:
6059809a13b5d528052e38f84661039e6565f458
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use size_t for loop indices to avoid signedness warnings; by emaste@freebsd
Same change as 16aeacf7088d, for subdirectories other than lib/
- Commit:
7fb414ae4d46ebdaeff458477ba801f9ad5853c4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a -q option to tests for quiet output and use it for 'make regress'
Previous default output remains when test cases are run individually.
ok tracey
- Commit:
d572f5860a456fe9ab48d8444dd4cbec28fcae6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate strlen() calls during fileindex rb tree searches
- Commit:
324d37e7c791a6e6ff08598c3e6206ba956d0965
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got path APIs available to library consumers
- Commit:
3d8df59c130064c8297bd34d0bacf021608eaf28
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a caller-provided data pointer to path list elements
- Commit:
7e5c804bbace8241acc368ccd2087ae2aa1674d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow for detecting path duplicates with got_pathlist_insert()
- Commit:
e08cc72dc07ea915bb95484818f3be5847d6e556
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a pathlist API
- Commit:
5d56da8198435fa1d0e717f60d562f4a28e2e4e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
happy new copyright year
- Commit:
1beed9999fbf48508ec7047066ffd0c856eb9a28
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_compare_paths to got_path_cmp
- Commit:
1c11b35cd62a3d95ca80329b5edb14875c18fa6a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a test for got_compare_paths()