Joey Hess
8ea5f3ff99
explict export lists
...
Eliminated some dead code. In other cases, exported a currently unused
function, since it was a logical part of the API.
Of course this improves the API documentation. It may also sometimes
let ghc optimize code better, since it can know a function is internal
to a module.
364 modules still to go, according to
git grep -E 'module [A-Za-z.]+ where'
2019-11-21 16:08:37 -04:00
Joey Hess
1bd956bed4
Revert "Revert "remove dep on Win32-extras""
...
This reverts commit d18bc52caf
.
2017-11-13 12:55:23 -04:00
Joey Hess
d18bc52caf
Revert "remove dep on Win32-extras"
...
This reverts commit 8b5480c66a
.
Yeah, too early for that too
2017-11-09 15:09:14 -04:00
Joey Hess
8b5480c66a
remove dep on Win32-extras
...
Win32 now has its own getCurrentProcessId.
2017-11-09 14:03:06 -04:00
Joey Hess
92c7e67022
temporarily import from win32-extras
2017-10-24 12:06:41 -04:00
Joey Hess
266bf43632
make import work with Win32 instead of Win32-extras
2017-08-16 17:51:29 -04:00
Joey Hess
afc5153157
update my email address and homepage url
2015-01-21 12:50:09 -04:00
Joey Hess
2427832bed
relicense general utility library code to BSD
...
Omitted a couple of files what have had significant contributions from
others.
2014-05-10 11:01:27 -03:00
Joey Hess
c390e896d1
fix windows build (and make --stop work on windows, incidentially)
...
The Utility.PID will clean up other code soon.
2014-02-11 15:25:59 -04:00