diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-04-12 12:34:30 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-04-12 12:34:30 +0000 |
commit | f6166921da0f6fb93100cc0135c4a5246bc1ebe6 (patch) | |
tree | 1720a6779ebfd901d64cd85ca0b6995ab284e7a9 /Build/source/texk/bibtexu/ChangeLog | |
parent | b11ae4d9645241e1f06831443519ab05f0599745 (diff) |
remove unnecessary tests
git-svn-id: svn://tug.org/texlive/trunk@25936 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/ChangeLog')
-rw-r--r-- | Build/source/texk/bibtexu/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/bibtexu/ChangeLog b/Build/source/texk/bibtexu/ChangeLog index b0f6ef6dae5..b6cff1e0e8b 100644 --- a/Build/source/texk/bibtexu/ChangeLog +++ b/Build/source/texk/bibtexu/ChangeLog @@ -1,3 +1,10 @@ +2012-04-12 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * bibtex-2.c: Do not check whether Glob_Str_Size > Buf_Size, + and Ent_Str_size > Buf_Size, since Buf_Size can be changed + dynamically, whereas Glob_Str_Size and Ent_Str_Size are maximum + values which are constants. + 2012-04-10 Norbert Preining <preining@logic.at> * bibtex-2.c: Do not check whether Glob_Str_Size > Buf_Size, |