summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex8/ChangeLog')
-rw-r--r--Build/source/texk/bibtex8/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex8/ChangeLog b/Build/source/texk/bibtex8/ChangeLog
index be3cfba4401..aae79d4f432 100644
--- a/Build/source/texk/bibtex8/ChangeLog
+++ b/Build/source/texk/bibtex8/ChangeLog
@@ -1,3 +1,15 @@
+2009-10-24 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * utils.c (open_ip_file, open_op_file): Check for legitimate
+ file names via kpse_{in,out}_name_ok() before opening files.
+
+2009-09-30 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * utils.[ch] (getopt_str): Declare string as const.
+ (debug_msg): Declare param2 string as const.
+ (usage): Declare param string as const.
+ * datatype.h (PdsType_T): Declare char array as const.
+
2009-06-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (AM_CFLAGS): enable compiler warnings.