aboutsummaryrefslogtreecommitdiffstats
path: root/base85.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24base85.h: move declarations for base85.c functions from cache.hElijah Newren1-1/+2
2013-10-16base85.c: have SP around arithmetic operatorsJunio C Hamano1-1/+1
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder1-3/+3
2010-01-10Merge branch 'maint-1.6.2' into maintJunio C Hamano1-11/+3
2010-01-09base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher1-8/+2
2010-01-09base85: encode_85() does not use the decode tableAndreas Gruenbacher1-2/+0
2010-01-09base85 debug code: Fix length byte calculationAndreas Gruenbacher1-1/+1
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds1-1/+1
2007-05-30decode_85(): fix missing return.Jerald Fitzjerald1-1/+1
2007-04-11(encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering1-2/+2
2006-05-08improve base85 generated assembly codeNicolas Pitre1-29/+35
2006-05-05binary diff: further updates.Junio C Hamano1-0/+134