K 10 svn:author V 7 phantom K 8 svn:date V 27 2000-09-04T12:09:40.000000Z K 7 svn:log V 518 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 END