summaryrefslogtreecommitdiff
path: root/base85.c
Commit message (Expand)AuthorAgeFilesLines
* base85.h: move declarations for base85.c functions from cache.hElijah Newren2023-04-241-1/+2
* base85.c: have SP around arithmetic operatorsJunio C Hamano2013-10-161-1/+1
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-121-3/+3
* Merge branch 'maint-1.6.2' into maintJunio C Hamano2010-01-101-11/+3
|\
| * base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher2010-01-091-8/+2
| * base85: encode_85() does not use the decode tableAndreas Gruenbacher2010-01-091-2/+0
| * base85 debug code: Fix length byte calculationAndreas Gruenbacher2010-01-091-1/+1
* | Fix big left-shifts of unsigned charLinus Torvalds2009-06-181-1/+1
|/
* decode_85(): fix missing return.Jerald Fitzjerald2007-05-301-1/+1
* (encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2007-04-111-2/+2
* improve base85 generated assembly codeNicolas Pitre2006-05-081-29/+35
* binary diff: further updates.Junio C Hamano2006-05-051-0/+134