Version 0.8.8, 2004-04-09 * Number output format reimplemented, see Format.h, Format.cpp Resolved problems with output of numbers on some platforms together with Large File Support. Version 0.8.7, 2003-11-30 * Large File Support introduced. NDir is able to display files with a size larger than 2 GB (File sizes do not fit into 32 bit integers). off_t or long long int are used as datatypes, compiling is done with -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 Large File Support is enabled by default and can be disabled in the Makefile. * There are some incompatibilities regarding the number output on some platforms with Large File Support enabled. * The classes in the File-Date-StringUtils library included in this software are not binary compatible to previous versions. It's not really a library of its own. * Note: If you get an error like this while compiling: "dir.cpp:519: no matching function for call to ...", the C++ standard library you are using is not standards compliant. Use NDir, version 0.8.5 instead. Version 0.8.6, 2003-06-09 * Several incompatibilities to the Standard Library of the ISO C++ standard resolved. (No functional changes in this version.) Version 0.8.5, 2001-06-07 * Fixed problem when symbolic links to parent directories lead to infinite recursion with -R. Links that point to directories not in the directory tree the link is contained in are ignored. * Updated documentation. Version 0.8.4, 2000-07-09 * New option --utc: Displays time in UTC * Changes in class ColorSetup to make it more portable (character escapes in LS_COLOR string; support may still not be fully portable). * Non-printable characters in file names are displayed as question marks. Version 0.8.2, 1999-11-21 * New options -u, -c and --info. --info activates the new file-info mode, providing detailed information on individual files. * Some internal changes. * Numbers are displayed with the 'thousands grouping' character (used for file sizes e.g.). * Updated documentation. Version 0.8.1, 1999-06-19 * New options -A and -r. * minor internal changes Version 0.8.0, 1999-04-12 * Improved output of long file names (class Dir_view) * code cleanup Version 0.7.2, 1999-03-11 * In previous versions, combining -R and -a could NDir recur not only into subdirectories, but also in the parent directories. Fixed now. * Changes for compatibility with glibc (Linux). * Changes for compatibility with the ISO C++ standard library. * (Internal) changes and extensions in class ColorSetup. Version 0.7.1 * Infinitive (circular) chains of symbolic links are handeled correctly now. In former versions, NDir crashed in such a case. Version 0.7.0 -- First public release.