summaryrefslogtreecommitdiffstats
path: root/base85.c
AgeCommit message (Expand)AuthorLines
2013-10-16base85.c: have SP around arithmetic operatorsJunio C Hamano-1/+1
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder-3/+3
2010-01-10Merge branch 'maint-1.6.2' into maintJunio C Hamano-11/+3
2010-01-09base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher-8/+2
2010-01-09base85: encode_85() does not use the decode tableAndreas Gruenbacher-2/+0
2010-01-09base85 debug code: Fix length byte calculationAndreas Gruenbacher-1/+1
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds-1/+1
2007-05-30decode_85(): fix missing return.Jerald Fitzjerald-1/+1
2007-04-11(encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering-2/+2
2006-05-08improve base85 generated assembly codeNicolas Pitre-29/+35
2006-05-05binary diff: further updates.Junio C Hamano-0/+134