Mercurial > hg > octave-nkf > gnulib-hg
comparison modules/mbsstr @ 8133:678421bdc3ae
Ensure O(n) worst-case complexity of mbsstr.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Feb 2007 19:23:52 +0000 |
parents | 56a0105d8cf3 |
children | e8d8167b9164 |
comparison
equal
deleted
inserted
replaced
8132:95ebb0f8b658 | 8133:678421bdc3ae |
---|---|
6 m4/mbsstr.m4 | 6 m4/mbsstr.m4 |
7 m4/mbrtowc.m4 | 7 m4/mbrtowc.m4 |
8 | 8 |
9 Depends-on: | 9 Depends-on: |
10 mbuiter | 10 mbuiter |
11 stdbool | |
11 string | 12 string |
13 mbslen | |
14 strnlen | |
12 | 15 |
13 configure.ac: | 16 configure.ac: |
14 gl_FUNC_MBSSTR | 17 gl_FUNC_MBSSTR |
15 gl_STRING_MODULE_INDICATOR([mbsstr]) | 18 gl_STRING_MODULE_INDICATOR([mbsstr]) |
16 | 19 |