Commit Graph

68 Commits (823f052cbda10bd5c43b3c3c3df1f978d15f8675)

Author SHA1 Message Date
Felix von Leitner 6a1c199a99 $ 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
2014-03-13 22:25:20 +00:00
Felix von Leitner 0abea6af07 fix dependencies 2013-10-12 13:50:08 +00:00
Felix von Leitner 20448ccdd8 add haveuint128.h 2013-08-22 23:37:09 +00:00
Felix von Leitner 9b249f6fa7 add awesome hack in isset.h (comex, Linus Torvalds) 2012-04-17 21:26:31 +00:00
Felix von Leitner cab6090eb7 the iob calls return int, not void 2012-01-13 02:25:31 +00:00
Felix von Leitner 3e6d1953be split make install 2010-01-19 02:40:40 +00:00
Felix von Leitner a54c2bfa9f add CAS.h 2009-05-28 00:46:54 +00:00
Felix von Leitner 52176c3e50 iopause.o dependency 2009-03-25 14:34:30 +00:00
Felix von Leitner 57a3737450 Makefile dependency update 2009-03-13 21:48:57 +00:00
Felix von Leitner 233649d680 add iarray 2009-03-12 21:32:43 +00:00
Felix von Leitner 56fb0a586d 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)
2006-06-23 03:53:16 +00:00
Felix von Leitner 132a7ca159 document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
2006-04-17 05:09:39 +00:00
Felix von Leitner d1e5d39bfe include cdb into libowfat.a 2005-11-25 15:39:58 +00:00
Felix von Leitner 1d2a0b9e47 oops 2005-11-25 15:06:44 +00:00
Felix von Leitner 9000be95a8 add cdb_make.h 2005-11-25 15:06:09 +00:00
Felix von Leitner 03806dc0c8 add cdb 2005-11-25 15:02:31 +00:00
Felix von Leitner 2e87886163 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.
2005-09-09 22:12:23 +00:00
Felix von Leitner 4653054e12 add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded
programs
2005-09-02 21:11:58 +00:00
Felix von Leitner a667721589 revert testing change 2005-05-12 08:03:38 +00:00
Felix von Leitner e5c56dc6b0 remove even more warnings
64-bit cleanliness issue with auto-NULL-appending macros
2005-05-12 06:52:29 +00:00
Felix von Leitner f4cfcbe6c6 remove gcc4-only warning option 2005-05-03 12:14:29 +00:00
Felix von Leitner 8b636109ab gcc 4 cleanups (mostly unsigned char* vs char*) 2005-04-23 15:50:16 +00:00
Felix von Leitner 88d87ba975 with diet libc, now install into proper platform specific lib dir (using diet -L, available in latest CVS version) 2005-04-08 19:43:48 +00:00
Felix von Leitner ab265b3c61 for this time for real 2005-01-31 18:14:50 +00:00
Felix von Leitner 715f74d9bb botched updates 2004-12-25 16:47:36 +00:00
Felix von Leitner 9ad2b6d5c7 argh, my sed cannot do \< ?!? 2004-07-29 10:59:40 +00:00
Felix von Leitner 0fe63254a1 new Makefile, better dependencies for Makefile in GNUmakefile 2004-07-29 10:55:25 +00:00
Felix von Leitner b25815b90d forgot to install errmsg.h 2004-05-05 23:06:47 +00:00
Felix von Leitner 10c9e4748d botched dependency 2004-03-28 01:49:35 +00:00
Felix von Leitner 80759cdaad add alloca test 2004-03-27 17:26:06 +00:00
Felix von Leitner 93918234e2 also remove havealloca.h on make clean 2004-03-27 00:58:03 +00:00
Felix von Leitner 9d73679fe6 make clean should not remove Makefile 2004-02-26 17:55:19 +00:00
Felix von Leitner 4f21b880ea also delete libsocket 2004-01-09 23:54:28 +00:00
Felix von Leitner 49d6b3556e work around apple madness 2004-01-08 19:10:41 +00:00
Felix von Leitner 0a98b10be4 ranlib for macos x 2004-01-08 17:13:26 +00:00
Felix von Leitner e8c96ef3a7 macos x support 2004-01-08 17:11:08 +00:00
Felix von Leitner d8c2458342 support HP-UX sendfile (thanks Rolf Eike Beer) 2004-01-08 15:07:40 +00:00
Felix von Leitner c99799d0f8 more alloca fixes 2004-01-06 23:35:06 +00:00
Felix von Leitner 2abef9fef7 also install havealloca.h 2004-01-06 23:17:33 +00:00
Felix von Leitner 7fd6b57be9 add haveinline dependency 2004-01-06 23:17:02 +00:00
Felix von Leitner 539f341d44 remove socket_sendfile now that we have io_sendfile
make Makefile should also work with a BSD make ;)
2004-01-01 03:39:51 +00:00
Felix von Leitner 50e2af9706 head -1 -> head -n 1 2003-12-05 16:45:34 +00:00
Felix von Leitner 836ae0d445 make Makefile better 2003-11-14 20:28:51 +00:00
Felix von Leitner e119e542a9 *duh* one extra zero 2003-11-11 19:50:42 +00:00
Felix von Leitner 86a3ff4133 duh, really use -Os 2003-11-07 14:36:06 +00:00
Felix von Leitner 7e56c81eb2 diet -Os please 2003-11-07 13:48:28 +00:00
Felix von Leitner d0cc758bf8 broken lose32 port using mingw (don't use!!!)
initial Solaris /dev/poll port
2003-11-06 20:47:59 +00:00
Felix von Leitner fb3d2aaff4 Add DEBUG=1 to GNUmakefile
the epoll guard broke SIGIO
2003-10-21 12:31:14 +00:00
Felix von Leitner bbae4b370b this time "make Makefile" actually produces a Makefile that works on FreeBSD 2003-10-07 16:40:20 +00:00
Felix von Leitner d64f1f7732 even better BSD make compat ;) 2003-10-07 16:27:54 +00:00