diff options
author | Pavel Vymetálek <pavel@vym.cz> | 2020-04-03 10:32:08 +0200 |
---|---|---|
committer | Pavel Vymetálek <pavel@vym.cz> | 2020-04-03 10:32:08 +0200 |
commit | 45c8724e89c7c0d84fa42d2877f5b71c0f70749e (patch) | |
tree | 6e86bfa42d1393c967617693e0d46d55b6c7ce63 /TODO | |
parent | fbf70df02022a77e228d54aa3934101dcd3e0cc5 (diff) | |
download | sercp-pc-45c8724e89c7c0d84fa42d2877f5b71c0f70749e.tar.gz |
Fixed complicated interrupting by ctrl-cv0.3.1
- ctrl-c stops the program immediatelly
- serial buffers are cleaned at startup and at finishing program
- pointers renamed to p_...
- comments are in english
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2019-09-03 + - fix progressbar for files smaller than 16kB + + 2019-03-16 + add support for handling time/date of files * info at https://docs.microsoft.com/en-us/windows/desktop/api/Winbase/nf-winbase-filetimetodosdatetime |