Commits
Commit:
541417a8ab273253821d28ba990814d1042d2e43
Date:
Wed Dec 21 15:09:16 2022
UTC
configure.ac: expand the check for sys/tree.h
do not just see if it's there, make sure it is usable. Currently,
alpine sys/tree.h generates code that doesn't work with both gcc and
clang (for different reasons!) so make sure we can actually use it, or
fall back on the bundled version.
Commit:
5745ff217a0a853cbefd0f0b31b53cea3236fd0b
Date:
Wed Dec 21 15:06:29 2022
UTC
kamid: add `;' after SPLAY_GENERATE macro for consistency
Commit:
65b37bc83873fb4e01907ecfa43c0a16deeb8f75
Date:
Wed Dec 21 14:37:20 2022
UTC
kamiftp: improve readline completions
Now `ls pref<TAB>' will complete all the paths starting with `pref' in
the current directory; before it was only working for sub-directories.
Commit:
847e80dc98553be652f597e6ea8b910a1dc68208
Date:
Wed Dec 21 14:37:17 2022
UTC
kamiftp: refactor ftp_remote_files
no functional changes
Commit:
4c9b5bd42a49733fa228b2f478c242d3c45d780a
Date:
Wed Dec 21 14:37:13 2022
UTC
kamiftp: add a space only when completing command names
Commit:
4ed3dce4a39b7c7a138f507565be0e892082863d
Date:
Wed Dec 21 11:52:29 2022
UTC
fix #ifdef typo; add __dead to err functions
in d444fd2 I forgot to rename HAVE_ERR to HAVE_ERRC too.
Commit:
e4ccc7eb78371ac1ff3f120f29d8a2b15976b706
Date:
Wed Dec 21 10:42:43 2022
UTC
add -Wno-pointer-sign to the mix
Commit:
eda58043e1952b4ce7f49c1c7a22e4f4287bf1d4
Date:
Wed Dec 21 10:40:36 2022
UTC
kamid: include grp.h for setgroups on linux
Commit:
d444fd2e495bdea45ecbd6a80f735f6c80601f97
Date:
Wed Dec 21 10:36:17 2022
UTC
configure: look for errc instead of err
Commit:
90e504337fba8846ec1b5ffa3e37f4454feb486a
Date:
Wed Dec 21 10:35:16 2022
UTC
add compat for errc and warnc
while here also fix the prototypes for warn and warnx
Commit:
3cf47875ce561b7c72ed68934d8fd735d78af608
Date:
Wed Dec 21 10:30:26 2022
UTC
kamiftp: remove unused variables
Commit:
9a4b05cc3ed9e208e2b893b65ab237bb9c1e5231
Date:
Wed Dec 21 10:30:12 2022
UTC
kamiftp: avoid arithmetic on void pointers
Commit:
d26225c34cb655d299657c72381383fc8cf15e1f
Date:
Wed Dec 21 10:29:12 2022
UTC
kamiftp: fix checks between differently sized integers
Commit:
e3644194d3747c9566be600b58e5cc6790d0bc6c
Date:
Wed Dec 21 10:23:57 2022
UTC
kamiftp: ensure compl_add_entry leaves a NULL terminator
while here also rearrange a bit the compl_state_reset/compl_add_entry
dance and do the allocations only in the latter.
Commit:
3dd0b26000acfddf863190d65816a2f8f44d115e
Date:
Wed Dec 21 10:07:30 2022
UTC
kamiftp: propagate AM_CFLAGS
Omar Polo