Commit graph

7 commits

Author SHA1 Message Date
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
Dan Hirsch
d71215d494 All tests pass; lots of stuff is no longer const 2013-05-24 15:07:47 +02:00
Sven M. Hallberg
f1f7c4f488 remove dependency on internal.h for base64_sem2 2013-02-17 17:00:04 +01:00
Sven M. Hallberg
a5c579c23d switch semantic base64 examples to pre-fab actions provided by glue.h 2013-02-17 15:53:43 +01:00
Sven M. Hallberg
619725e5bb typo 2013-01-13 18:56:16 +01:00
Sven M. Hallberg
1998ae243a add introductory comments to base64 examples 2013-01-13 18:47:03 +01:00
Sven M. Hallberg
32dfae0af3 add a variant of the base64 example with coarse-grained semantic actions 2013-01-13 18:19:59 +01:00