summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
committerKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
commit487ca4806cc046076293cf6cc5fbba0db282bac7 (patch)
tree847b412ab5158dd7bdd7ed7e5a4cc3fbca94be32 /Build/source/texk/seetexk/ChangeLog
parenta3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (diff)
texk 1
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/ChangeLog')
-rw-r--r--Build/source/texk/seetexk/ChangeLog91
1 files changed, 91 insertions, 0 deletions
diff --git a/Build/source/texk/seetexk/ChangeLog b/Build/source/texk/seetexk/ChangeLog
new file mode 100644
index 00000000000..7474ed5dd38
--- /dev/null
+++ b/Build/source/texk/seetexk/ChangeLog
@@ -0,0 +1,91 @@
+2004-12-30 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * dvibook.c(main): Removed prototype, explicit int return type,
+ changed exit at end into return.
+
+ * dviconcat.c(main): Changed return type void into int, changed
+ exit at end into return.
+
+ * dviselect.c(main): Explicit int return type, changed exit at end
+ into return.
+
+ * dvitodvi.c(main): Removed prototype, changed return type void
+ into int, changed exit at end into return.
+
+1998-03-26 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * tempfile.c: Use text/binary parameterization from Kpathsea.
+ (RemoveTempFile): New function, to remove temporary file on exit.
+ (MakeRWTempFile): Use "." as directory for temporary file on MSDOS
+ as well. Call RemoveTempFile instead of relying on it being
+ unlinked when it is closed, on DOSISH systems.
+
+ * seek.c: Use text/binary parameterization from Kpathsea.
+ (CopyFile): Make sure the temporary file is put into the same mode
+ (text or binary) as the original input handle.
+
+ * dvitodvi.c: Use text/binary parameterization from Kpathsea.
+ (main): Switch standard streams to binary mode when necessary.
+
+ * dviselect.c: Use text/binary parameterization from Kpathsea.
+
+ * dviconcat.c: Use text/binary parameterization from Kpathsea.
+ (main): Switch standard streams to binary mode when necessary.
+
+ * dvibook.c: Use text/binary parameterization from Kpathsea.
+
+ * Makefile.in (prog_cflags): Add HAVE_CONFIG_H and -I with paths
+ to Kpathsea directory.
+
+Tue Feb 24 11:56:33 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * error.c: cleanup for win32 from Fabrice Popineau
+
+Mon Feb 2 11:15:48 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * more fixes to error.* from Peter Breitenlohner
+
+ * Makefile.in: install man pages for dvibook and dvitodvi
+
+Wed Jan 28 09:46:59 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * application programs and error.*: prototyping improved by
+ Fabrice Popineau
+
+Tue Jan 27 14:32:25 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * rewrite of error function by Thomas Esser. needed check of
+ strerror in configure.in
+
+ * configure etc: new configure.in, c-auto.in, Makefile.in from
+ Olaf Weber
+
+Tue Jan 20 10:14:41 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * fiddled about with NeedVarargs etc to use
+ HAVE_PROTOTYPES. Depended all the malloc etc declarations on
+ #ifndef KPATHSEA
+
+ * added check of function prototypes to c-auto.in; added
+ additional Amiga check to dvibook and dvitodvi
+
+Mon Jan 19 20:45:47 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * cut down contents of libtex.a to bare minimum
+
+Sat Jan 17 15:08:03 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * assorted patches from Olaf Weber,
+ Peter Breitenlohner, Fabrice Popineau
+ etc. va_start drove me mad. I never want to see this again.
+
+Wed Jan 7 14:46:38 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * Added Angus Duggan's dvibook and dvitodvi programs.
+
+Thu Jan 1 11:00:52 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
+
+ * Started ChangeLog for seetexk. This is a very rough addition to
+ the texk family to allow us to have just dviconcat and
+ dviselect. No attempt to compile xtex! Made a configure file.
+