log mercurial/base85.c @ 11622:1d48681b17a4

age author description
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha base85.c: Added support for py3k.
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Mon, 20 Oct 2008 15:19:05 +0200 Thomas Arendsen Hein Some additional space/tab cleanups
Thu, 12 Oct 2006 14:04:11 -0300 Alexis S. L. Carvalho python2.5 PyArg_ParseTuple fix
Wed, 11 Oct 2006 09:27:57 -0700 Brendan Cully Support buffer interface in base85 codec
Sat, 07 Oct 2006 16:21:33 -0700 Brendan Cully Handle odd-sized base85 input and output
Fri, 06 Oct 2006 13:01:54 -0700 Brendan Cully Add a base85 codec