[Hours] [Activity] 2017/01/09 Monday 1.87 #127663 testing, apply hash seed env suppression patch, back to in-place changes 3.40 #127663 work on chdir test, testing, debugging, make mg_freeext() API and fix docs ===== 5.27 2017/01/10 Tuesday 0.42 comment on deprecations thread 2.65 #127663 cleanup, threads handling, threads test 1.23 #127663 more threads testing, try to make it fail with fork ===== 4.30 2017/01/11 Wednesday 2.30 #127663 more try to make it fail with fork and succeed, work on fix, code polish 1.33 #127663 hoist some work back up, testing ===== 3.63 2017/01/12 Thursday 2.43 #127663 uncombine thread/fork child handling which I combined by accident, work on more tests and find a couple of cleanup issues 0.37 #127663 more tests ===== 2.80 2017/01/13 Friday 0.50 #127663 post patch to ticket ===== 0.50 Which I calculate is 16.5 hours One ticket was worked on. This was more clean up for the in-place editing work: - ensuring it behaved correctly if the program created a new thread with the magic on the handle. - ensuring fork() didn't lead to two attempts to clean up the output file. - various polish