|
|
|
@ -1,3 +1,20 @@ |
|
|
|
|
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
type1: Use size_t variable to pass the string length. |
|
|
|
|
|
|
|
|
|
* psaux.h: The type of `len' (the argument to pass |
|
|
|
|
the buffer size to the function in AFM_ParserRec) |
|
|
|
|
is changed to size_t, to match with ANSI C string |
|
|
|
|
functions. |
|
|
|
|
|
|
|
|
|
* t1afm.c (t1_get_index): Ditto. |
|
|
|
|
|
|
|
|
|
* test_afm.c (dummy_get_index): Ditto. |
|
|
|
|
|
|
|
|
|
* afmparse.c (afm_parser_read_vals): To call |
|
|
|
|
AFM_ParserRec.get_index, the length of token |
|
|
|
|
`len' is casted to size_t. |
|
|
|
|
|
|
|
|
|
2009-07-03 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
cid: Fix some data types mismatching with their sources. |
|
|
|
|