summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/synctexdir/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog
index 838aa043b6f..6f3dbc92d62 100644
--- a/Build/source/texk/web2c/synctexdir/ChangeLog
+++ b/Build/source/texk/web2c/synctexdir/ChangeLog
@@ -1,3 +1,21 @@
+2010-01-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * am/synctex.am: Enable compiler warnings.
+ Avoid compiler warnings:
+ * synctex_main.c: Define _ISOC99_SOURCE to get fmax() prototype
+ FIXME: Linux only?
+ * synctex_parser_utils.h: Move declaration of synctex_io_modes ...
+ * synctex_parser.c: ... to here.
+ * synctex_parser_utils.h: Declare synctex_suffix{,_gz} extern ...
+ * synctex_parser.c: ... and instantiate here.
+ * synctex_parser_utils.[ch]: Constify _synctex_last_path_component()
+ return type.
+ * synctex_parser.c (__synctex_scanner_t): Change type of struct
+ members buffer_{cur,start,end} from 'unsigned char *' to 'char *'
+ and remove the casts.
+ (_synctex_class_t synctex_class_*): Declare as non-const.
+ (_synctex_scan_named): Constify string param `name'.
+
2010-01-10 Jérôme Laurens <jerome.laurens@u-bourgogne.fr>
* synctex_parser.c: in the _synctex_smallest_container() function,