diff options
Diffstat (limited to 'Build/source/texk/bibtexu/ChangeLog')
-rw-r--r-- | Build/source/texk/bibtexu/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/bibtexu/ChangeLog b/Build/source/texk/bibtexu/ChangeLog index 62e5b2cf769..e600d91d4bd 100644 --- a/Build/source/texk/bibtexu/ChangeLog +++ b/Build/source/texk/bibtexu/ChangeLog @@ -1,3 +1,11 @@ +2011-04-18 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid 'differ in signedness' warnings. + * datatype.h (PdsType_T): Do not declare as unsigned. + * bibtex-3.c (pre_define): Cast xord[] index to UChar_T. + * utils.c (c8read_csf): Cast name_of_file to 'char *'. + * bibtex-2.c: A few casts to 'char *'. + 2011-03-07 Peter Breitenlohner <peb@mppmu.mpg.de> * utils.c (setup_bound_variable): `program_invocation_name' has |