diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-12 14:53:30 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-12 14:53:30 +0000 |
commit | e56ea0ab6b21ee33eaca6a3ccd9b500eae3d67a4 (patch) | |
tree | 4bd3c1343742581b1fc3c82296b7a74c465e75e5 | |
parent | 05112f7c3b8ccac8f7b0db1fc0369a83a11bf882 (diff) | |
download | calcurse-e56ea0ab6b21ee33eaca6a3ccd9b500eae3d67a4.tar.gz calcurse-e56ea0ab6b21ee33eaca6a3ccd9b500eae3d67a4.zip |
implementation of a mutex lock to protect the appointment linked lists from race conditions
-rwxr-xr-x | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +12 Sep 2006: + implementation of a mutex lock to protect the appointment linked lists + from race conditions + apoint_llist_init() and recur_apoint_llist_init() created + several routines in apoint.c and recur.c updated to take those new lists + structure into account + 11 Sep 2006: small bugfixes in es.po DAYINSEC moved from recur.c to vars.h |