hammer/examples
Peter Johnson c8fc061ea6 Ditch longs and long longs in favor of stdint.h types, which has cascading
effects throughout, including use of inttypes.h/PRI[ud]64 because printf() is
still stuck in a long world, conversion of %lu to %zu for printing values of
type size_t, and changing/renaming the g_check_cmp* family of functions.
2013-11-15 00:12:57 -05:00
..
base64.c Ditch longs and long longs in favor of stdint.h types, which has cascading 2013-11-15 00:12:57 -05:00
base64_sem1.c Ditch longs and long longs in favor of stdint.h types, which has cascading 2013-11-15 00:12:57 -05:00
base64_sem2.c Ditch longs and long longs in favor of stdint.h types, which has cascading 2013-11-15 00:12:57 -05:00
dns.c All tests pass; lots of stuff is no longer const 2013-05-24 15:07:47 +02:00
dns.h make actions for the remaining RDATA types 2013-01-17 21:58:17 +01:00
dns_common.c All tests pass; lots of stuff is no longer const 2013-05-24 15:07:47 +02:00
dns_common.h All tests pass; lots of stuff is no longer const 2013-05-24 15:07:47 +02:00
Makefile fix linking of base64 example 2013-02-17 15:47:18 +01:00
rr.c Added new build system 2013-07-10 21:32:05 +02:00
rr.h All tests pass; lots of stuff is no longer const 2013-05-24 15:07:47 +02:00
SConscript Added new SConscript-based build system; not yet done porting 2013-06-24 21:26:07 +02:00