diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-21 02:19:26 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-21 02:19:26 +0100 |
commit | 3b33159a390722366a262517a6f96205a9df5c17 (patch) | |
tree | 3072922d98e0c75596db0cdc20125d87dea7526e /TODO | |
parent | 89479560aa578111311e0400a20602ef4fbc88bc (diff) | |
download | sciteco-3b33159a390722366a262517a6f96205a9df5c17.tar.gz |
fixed: preserve access mode and ownership (if possible) of file when saving
* works with/without save-points (i.e. in batch and interactive mode, both were broken)
* improved file-saving performance (avoid buffer gap removal)
* only root can preserve the ownership of a file owned by another user after file saving
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,8 @@ Known Bugs: * Dot is not always restored properly (e.g. after closing file) * Strange behaviour after loop interruption (e.g. "<%a>") * Null-byte in strings not always handled transparently - * safe-point mechanism discards file attributes (must be applied to new files) + * saving another user's file will only preserve the user when run as root + (WON'T FIX!?) Features: * Progress indication in commandline cursor @@ -26,6 +27,8 @@ Features: * simplify parser (static jump tables are unnecessary!) * ??? optional modified-detection based on hash sums ??? * backup files + * search and other commands can be significantly optimized: + in batch mode, or in loops there is no need to rematch every character! Documentation: * Code docs (Doxygen) |