freebsd_amp_hwpstate/lib/libc/nls
Alexey Zelkin 49b8dd0db5 Finaly cleanup libc/nls code:
* rewrite catopen() to remove duplicate code chunks and optimize
* if empty string is passed to catopen() as name argument then
   catopen() will set errno to ENOENT (File not found), not EINVAL
* move search code to LOOKUP() macro to shrink amount of duplicated code
* move common resource freeing actions to __nls_free_resources() function
* exclude from build code related to MCLoadAll defintion since it is not
  using at all
* style(9) related whitespace changes

Reviewed by:	ache
2000-09-04 12:09:40 +00:00
..
Makefile.inc Remove unused indirect references to cat* functions. 2000-09-01 12:10:59 +00:00
catclose.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
catgets.3 Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
catopen.3 Explicetely describe catalog descriptor lifetime 2000-08-30 10:22:23 +00:00
msgcat.c Finaly cleanup libc/nls code: 2000-09-04 12:09:40 +00:00
msgcat.h Rewrite using stdio. It cause program speedup since eliminates lots of small 2000-09-03 21:05:10 +00:00