prosody/util-src
Emmanuel Gil Peyrot 668dc534b6 util.net: Fix signedness warning on ARM
net.c:87:56: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘long int’ [-Wsign-compare]
2020-01-30 14:22:21 +01:00
..
compat.c util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 2018-10-26 19:29:08 +01:00
crand.c util.crand: Build with musl/non-glibc (can't have undefined argument-taking macros?) 2017-04-25 01:35:13 +02:00
encodings.c util.encodings: Remove redundant cast 2019-12-01 23:34:49 +01:00
GNUmakefile util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 2018-10-26 19:29:08 +01:00
hashes.c util.*.c: Add static qualifiers everywhere 2019-12-01 20:25:20 +01:00
make.bat Added make.bat for windows 2008-11-27 22:28:33 +05:00
makefile util-src/makefile: Update with util.poll and util.compat (fixes #1251) 2018-11-30 16:00:12 +01:00
Makefile.win Makefile.win: Added support for util.windows, improved cleanup of temporary files, switched to dynamic linking with MSVCRT, etc. 2009-10-31 05:05:46 +05:00
net.c util.net: Fix signedness warning on ARM 2020-01-30 14:22:21 +01:00
poll.c util.poll: Add missing return statements in fallback mode 2019-07-28 16:17:23 +02:00
pposix.c util.*.c: Add static qualifiers everywhere 2019-12-01 20:25:20 +01:00
ringbuffer.c util.*.c: Add static qualifiers everywhere 2019-12-01 20:25:20 +01:00
signal.c util.*.c: Add static qualifiers everywhere 2019-12-01 20:25:20 +01:00
table.c util-src: Specify size of various tables to be allocated 2017-03-09 01:20:59 +01:00
time.c util.*.c: Add static qualifiers everywhere 2019-12-01 20:25:20 +01:00
windows.c util-src/*.c: Attach pointer * to name instead of type 2017-02-12 16:42:29 +01:00