Mercurial > hg > octave-kai > gnulib-hg
view modules/unigbrk/u16-grapheme-prev @ 17431:744044c581c4
getcwd-lgpl: port to Tru64
* lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc.
Problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 11 Jun 2013 19:52:46 -0700 |
parents | bf75753bb6d8 |
children |
line wrap: on
line source
Description: Find start of previous grapheme cluster in UTF-16 string. Files: lib/unigbrk/u16-grapheme-prev.c tests/macros.h Depends-on: unigbrk/uc-is-grapheme-break unistr/u16-prev configure.ac: gl_MODULE_INDICATOR([unigbrk/u16-grapheme-prev]) gl_LIBUNISTRING_MODULE([0.9.4], [unigbrk/u16-grapheme-prev]) Makefile.am: if LIBUNISTRING_COMPILE_UNIGBRK_U16_GRAPHEME_PREV lib_SOURCES += unigbrk/u16-grapheme-prev.c endif Include: "unigbrk.h" License: LGPL Maintainer: Ben Pfaff, Bruno Haible