Portability: Use fcntl instead of flock

- POSIX file locking mechanism, eliminating platform-specific code.
This commit is contained in:
Paul Beckingham 2015-05-02 11:47:39 -04:00
parent 71fef9f22f
commit c346cf9395
6 changed files with 25 additions and 76 deletions

View file

@ -7,6 +7,7 @@
- TW-1605 Japanese translation for Taskwarrior (thanks to Oota Toshiya).
- TW-1606 scheduled.any filter (thanks to Peter Rochen).
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
- POSIX file locking mechanism, eliminating platform-specific code.
------ current release ---------------------------