aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-06 21:19:09 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-06 21:19:09 +0000
commitd53a7449dca8ec558ca0b6c322c6d3351afe1c8b (patch)
treeaa97bd8599814cfda433c5aa309a38be0804f4e2 /TODO
parent7ab4e1278a5b8ac4289c450b2bf85da2aad06ba4 (diff)
downloadmandoc-d53a7449dca8ec558ca0b6c322c6d3351afe1c8b.tar.gz
mandoc-d53a7449dca8ec558ca0b6c322c6d3351afe1c8b.tar.zst
mandoc-d53a7449dca8ec558ca0b6c322c6d3351afe1c8b.zip
In ./configure, select a RE syntax for word boundaries supported by libc;
issue reported by Svyatoslav Mishyn, Peter Bray, and Daniel Levai.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO b/TODO
index 7be67398..f851e9fd 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.214 2015/09/29 18:45:36 schwarze Exp $
+* $Id: TODO,v 1.215 2015/11/06 21:19:09 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -527,12 +527,6 @@ are mere guesses, and some may be wrong.
* portability
************************************************************************
-- word boundaries in regular expressions for whatis(1)
- set up config tests to use [[:<:]], \<, or nothing
- Svyatoslav Mishyn Wed, 17 Dec 2014 11:07:10 +0200
- reminded by Peter Bray Fri, 03 Apr 2015 23:02:16 +1100
- loc * exist * algo * size * imp *
-
- systems having UTF-8 but not en_US.UTF-8
call locale(1) from ./configure, select a UTF-8-locale,
and use that for test-wchar.c and term_ascii.c