15c90b63c9
Lazy initializing various member pointers doesn't bring any real performance improvement but it requires lots of additional NULL checks - get rid of this. Make some more cleanups on the way. In addition, remove success/failure return values from tm_workspace_add_source_file() and tm_workspace_remove_source_file() which have no real use.