aboutsummaryrefslogtreecommitdiff
path: root/base85.c
Commit message (Expand)AuthorAge
* base85.c: have SP around arithmetic operatorsJunio C Hamano2013-10-16
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-12
* Merge branch 'maint-1.6.2' into maintJunio C Hamano2010-01-10
|\
| * base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher2010-01-09
| * base85: encode_85() does not use the decode tableAndreas Gruenbacher2010-01-09
| * base85 debug code: Fix length byte calculationAndreas Gruenbacher2010-01-09
* | Fix big left-shifts of unsigned charLinus Torvalds2009-06-18
|/
* decode_85(): fix missing return.Jerald Fitzjerald2007-05-30
* (encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2007-04-11
* improve base85 generated assembly codeNicolas Pitre2006-05-08
* binary diff: further updates.Junio C Hamano2006-05-05