]> Savannah Git Hosting - gnulib.git/commit
propername-lite: new module
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Jun 2023 21:02:53 +0000 (14:02 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Jun 2023 21:03:19 +0000 (14:03 -0700)
commit3f478b6cd3041b85891ff4a3ef1a141f85f82e49
tree77fe3a5ae5dfded119f9902dddb97fa2b6dd0298
parent7368e1288d71a5e50bc1424c9181801d64dc895d
propername-lite: new module

propername_lite acts like propername_utf8 but needs less
infrastructure, e.g., it does not worry about memory allocation.
* MODULES.html.sh (func_all_modules): Mention it.
* lib/propername.h (proper_name_lite): New decl.
* lib/propername-lite.c, modules/propername-lite: New files.
* pygnulib/GLEmiter.py (GLEmiter.po_Makevars):
Treat proper_name_lite like proper_name_utf8.
ChangeLog
MODULES.html.sh
lib/propername-lite.c [new file with mode: 0644]
lib/propername.h
modules/propername-lite [new file with mode: 0644]
pygnulib/GLEmiter.py