72 Commits (88167b5ce1ab1664d43a6b432288a5c193b9c2ef)

Author SHA1 Message Date
leitner f278f9c049 also install compiletimeassert.h 10 years ago
leitner 798c06a785 add more comments 10 years ago
leitner c548cce5a1 another attempt at a thread-safe array 11 years ago
leitner 324c8e0e8b add rules regarding ent 11 years ago
leitner 35942878c2 $ make WERROR=-Werror now builds with -Werror
add some single char escaping routines to fmt.h
pull in html5 entities from w3c and use those to do a proper scan_html decoding
fix an off-by-one in fmt_to_array
add a ton of unit tests for the fmt routines
11 years ago
leitner 66cb1c1c82 fix dependencies 11 years ago
leitner bba5426d38 add haveuint128.h 11 years ago
leitner 852608b829 add awesome hack in isset.h (comex, Linus Torvalds) 13 years ago
leitner b0886bc324 the iob calls return int, not void 13 years ago
leitner 8e8788b8d5 split make install 15 years ago
leitner fda93bdca7 add CAS.h 16 years ago
leitner 9a71d11078 iopause.o dependency 16 years ago
leitner 0db2088836 Makefile dependency update 16 years ago
leitner bb9cdaaafb add iarray 16 years ago
leitner 83c1186870 fix for NetBSD 3.0 (they broke their sys/types.h)
remove support for ip6.int reverse lookup in DNS routines (the domain is
no longer delegated)
19 years ago
leitner 3c291ea2a8 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
19 years ago
leitner 276f370e69 include cdb into libowfat.a 19 years ago
leitner a4c134359f oops 19 years ago
leitner 6aee879fa3 add cdb_make.h 19 years ago
leitner c24de6da57 add cdb 19 years ago
leitner c1c50c7dbd further Windoze support (test/io5.c works, gatling still doesn't)
This is just to get gatling to work, I may remove it again after
    that.
19 years ago
leitner 9512cee614 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
19 years ago
leitner 89761dc11e revert testing change 20 years ago
leitner eeffc36387 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
20 years ago
leitner 9405f1271b remove gcc4-only warning option 20 years ago
leitner c874604f12 gcc 4 cleanups (mostly unsigned char* vs char*) 20 years ago
leitner 8853a10fc3 with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version) 20 years ago
leitner 3524bc2b33 for this time for real 20 years ago
leitner f6f16b116c botched updates 20 years ago
leitner 7c6b77840e argh, my sed cannot do \< ?!? 20 years ago
leitner 15502bb3c1 new Makefile, better dependencies for Makefile in GNUmakefile 20 years ago
leitner 64465d5392 forgot to install errmsg.h 21 years ago
leitner 477da5466d botched dependency 21 years ago
leitner 8e104ff975 add alloca test 21 years ago
leitner 4ff7fd760b also remove havealloca.h on make clean 21 years ago
leitner 6c9aee6d2a make clean should not remove Makefile 21 years ago
leitner 0c138d14d8 also delete libsocket 21 years ago
leitner 88995a9c5d work around apple madness 21 years ago
leitner 657d5c364f ranlib for macos x 21 years ago
leitner f21e1c57a3 macos x support 21 years ago
leitner f484ecdc5f support HP-UX sendfile (thanks Rolf Eike Beer) 21 years ago
leitner f52aa87441 more alloca fixes 21 years ago
leitner 860c881a68 also install havealloca.h 21 years ago
leitner 0fbde45869 add haveinline dependency 21 years ago
leitner 0bae11b63e remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
21 years ago
leitner 884e0b09b8 head -1 -> head -n 1 21 years ago
leitner c07f633db8 make Makefile better 21 years ago
leitner 0a38894c43 *duh* one extra zero 21 years ago
leitner 5e892205bf duh, really use -Os 21 years ago
leitner 20bd85b52d diet -Os please 21 years ago