Meredith L. Patterson
103a366302
fix merge conflict
2019-10-07 17:00:05 +02:00
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
Aur Saraf
9a6a785390
debugging info in test_parse(), more tests, fixed some of them but not others
2013-04-14 03:13:07 +03:00
Aur Saraf
e64e66b194
some tests for base64.c
2013-04-14 02:49:12 +03:00
Sven M. Hallberg
1998ae243a
add introductory comments to base64 examples
2013-01-13 18:47:03 +01:00
Sven M. Hallberg
445913610d
parse whole input and allow surrounding whitespace in base64 example
2013-01-10 01:25:37 +01:00
Sven M. Hallberg
177281289c
use h_in for restricted base64 digit cases
2013-01-08 00:24:13 +01:00
Sven M. Hallberg
87b5e668c3
remove comments about bugs that no longer exist
2013-01-08 00:20:34 +01:00
Sven M. Hallberg
bc486aa840
fix base64 example to parse more than the 2- and 1-byte special cases
2013-01-08 00:19:23 +01:00
Meredith L. Patterson
a68b93c618
adding pesco's base64 example
2012-06-02 03:45:28 +02:00