Patch files contain the difference between the original
source code files and the new source code. These are
files which have an extension of .diff. You may
apply a patch to the source file by using the
patch command. This can be done simply by copying
the patch file (.diff file) to the directory containing
the source code and typing
patch sourcefile patchfile
| System | Update/Patch File | Date | Description |
| Linux (gcc 3.x) | CPlotWindow.diff | 2005-07-25 | Patch for CPlotWindow.cpp fixes a bug in loading a multi-column file from the command line |
| Linux (gcc 2.x) | CPlotWindow.diff | 2005-07-25 | Patch for CPlotWindow.cpp fixes a bug in loading a multi-column file from the command line |
| Linux (gcc 3.x) | Makefile | 2005-07-24 | Replacement Makefile provides updated version number and build date stamp |
| Linux (gcc 2.x) | Makefile | 2005-07-24 | Replacement Makefile provides updated version number and build date stamp |
| Linux (gcc 3.x) | CDataset.diff | 2005-07-22 | Patch for CDataset.cpp fixes a bug in loading a single column from a very large data file |
| Linux (gcc 2.x) | CDataset.diff | 2005-07-22 | Patch for CDataset.cpp fixes a bug in loading a single column from a very large data file |