Changeset 1580
- Timestamp:
- 06/20/08 10:58:42 (4 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/buffer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1579 r1580 1 2008-06-20 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/buffer.c (cherokee_buffer_decode_base64): Fixes an 4 issue on systems where "char" != "signed char". Patch by Müller 5 Tiziano <t...@dev-zero.ch>. 6 1 7 2008-06-19 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 8 cherokee/trunk/cherokee/buffer.c
r1488 r1580 1292 1292 */ 1293 1293 1294 static const char1294 static const signed char 1295 1295 b64_decode_tab[256] = { 1296 1296 -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* 00-0F */