Module Name: src Committed By: christos Date: Wed Feb 20 17:01:15 UTC 2013
Modified Files: src/include: vis.h src/lib/libc/gen: vis.3 vis.c Log Message: More fixes from J.R. Oldroyd. We introduce a new function that can retrieve and return if there has been a conversion error, so that it can keep performing char-by-char processing if a multi-byte conversion occurred. Also some more code cleanups in the "extra" processing. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/include/vis.h cvs rdiff -u -r1.36 -r1.37 src/lib/libc/gen/vis.3 cvs rdiff -u -r1.53 -r1.54 src/lib/libc/gen/vis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.