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