Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use new DiffUtil |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
03a453b899956a1852d9e4b25910fb0e |
User & Date: | peter 2016-06-09 22:00:39.678 |
Context
2016-06-09
| ||
22:18 | Handle version tagging outside source file. check-in: 0318c08ca1 user: peter tags: trunk | |
22:00 | Use new DiffUtil check-in: 03a453b899 user: peter tags: trunk | |
2016-04-14
| ||
12:52 | Corrected CVS detection check-in: bf725897bf user: peter tags: trunk | |
Changes
Changes to Changes.
|
Changes to Makefile.
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- VERSION = 271 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v85 TCLKIT_LINUX = $(TCLKIT)/tclkit-linux TCLKIT_SOLARIS = $(TCLKIT)/tclkit-solaris-sparc TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe |
︙ |
Changes to htdocs/changes.wiki.
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + | <title>Changes</title> Upcoming changes (not yet released): * Word parse now consistenty uses non-space as word char. * New [./table.wiki | table] view, activated by -table, when comparing tables. * Mercurial support for Directory Diff, Commit, Revert and Log. * Printed PDF is now compressed. * Printed PDF from patch view adds page break between files. * Plugins can define command line options they accept. * Plugins can read ::argv to know the given command line. * New plugin for binary files |
︙ |