K 10 svn:author V 6 fenner K 8 svn:date V 27 2002-04-20T17:00:56.000000Z K 7 svn:log V 463 Implement several of the c99 updates to scanf(3): - New length modifiers: hh, j, ll, t, z. Still to do: - %C, %S, %lc, %ls (wide character support) - %a/%A (exact hex representation of floating-point numbers) Removed old compatability equivalents: - %D for %ld, %O for %lo, %X for %lx, %E and %F for %le & %lf (these were buggy anyway, since they should have represented %Le & %Lf). - %[unknown uppercase char] for %ld, %[unknown lowercase char] for %d END