aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-09-21 13:22:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-09-21 13:22:53 +0300
commita8e4f1dbbd4d2f293fe8b3d507e5feab6e20a68d (patch)
tree1f90d38bf960509f272beef96f0662bbb94a7fc6
parentb9f3644e8384ba8ac7b9969aa45064fa7f545a79 (diff)
Update TODO
-rw-r--r--TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO b/TODO
index a7f564e..69d3589 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,6 @@
@@ What is a project email (update the manifest file)? Using personal email of
one of the developers for now.
-@@ Get MinGW/msvcrt issue fixed (see client.c and pkg.c for details) in the
- original code base. Issue report is at
- https://github.com/pkgconf/pkgconf/issues/125.
-
-@@ Get thread safety issue fixed. Relates to wide using static char buffers
- (just grep the sources for 'static char'). Issue report is at
- https://github.com/pkgconf/pkgconf/issues/128.
-
@@ Consider redefining PKGCONF_BUFSIZE from the current 65535 bytes to
something smaller, given it is used to allocate buffers on the stack
(sometimes several of them).
-
-@@ For VC including libpkgconf.h leads to including win-dirent.h, that injects
- a bunch of static functions into the translation unit. So need to take care
- of not including libpkgconf.h in too many places.