lib/base64.h


Log

Author Commit Date CI Message
Simon Josefsson 330cb3c3 2006-02-27T11:26:13 * base64.h: Indent #define's. From Jim Meyering <jim@meyering.net>.
Simon Josefsson 1eccb9eb 2005-06-27T22:05:57 2005-06-28 Simon Josefsson <jas@extundo.com> * base64.c (base64_encode): Indent. Rename 'b64' to avoid collision with global variable. Better indentation. Don't increment buffer pointer beyond buffer end. Based on comments from Paul Eggert <eggert@cs.ucla.edu>. * base64.h: Indent.
Paul Eggert 267a39ba 2005-05-14T06:03:57 *** empty log message ***
Simon Josefsson 22c4089b 2005-01-20T12:22:11 * base64.h (isbase64): Add. * base64.c (isb64): Rename to isbase64, use to_uchar instead of using a unsigned prototype, don't inline. (base64_decode): Use it.
Simon Josefsson 112ca20e 2004-11-30T20:46:52 Add base64.