NetBSD/lib/libc/citrus
lukem 171d653219 Overhaul how `build.sh tools' are used:
*	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).
2003-10-27 00:12:41 +00:00
..
modules don't use uninitialized variable ('chlenbak'). 2003-10-14 12:50:03 +00:00
citrus_bcs.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
citrus_bcs.h
citrus_csmapper.c use bounded string op 2003-07-16 08:05:27 +00:00
citrus_csmapper.h
citrus_ctype_fallback.c in _citrus_ctype_btowc_fallback() and _citrus_ctype_wctob_fallback(), 2003-06-27 14:52:25 +00:00
citrus_ctype_fallback.h
citrus_ctype_local.h
citrus_ctype_template.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
citrus_ctype.c
citrus_ctype.h
citrus_db_factory.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
citrus_db_factory.h
citrus_db_file.h use __attribute__((__packed__)) instead of __packed. 2003-06-30 17:54:13 +00:00
citrus_db_hash.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
citrus_db_hash.h
citrus_db.c correct boundary check in _citrus_db_lookup_string_by_string(). 2003-07-16 08:13:51 +00:00
citrus_db.h
citrus_esdb_file.h
citrus_esdb.c use bounded string op 2003-07-16 08:05:27 +00:00
citrus_esdb.h
citrus_hash.c
citrus_hash.h make sure to use LIST_* macros defined in sys/queue.h. 2003-06-27 17:43:15 +00:00
citrus_iconv_local.h add iconv_t cache. 2003-07-01 09:42:15 +00:00
citrus_iconv.c add forgotten _CITRUS_HASH_REMOVE() at release_shared(). 2003-07-10 09:08:57 +00:00
citrus_iconv.h make _DIAGNOSTIC happy. 2003-07-10 08:50:43 +00:00
citrus_lookup_factory.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
citrus_lookup_factory.h
citrus_lookup_file.h
citrus_lookup.c
citrus_lookup.h
citrus_mapper_local.h
citrus_mapper.c separate "close" process into two parts (with and without handling hash). 2003-07-02 17:48:57 +00:00
citrus_mapper.h separate "nonidentical conversion" and "ilseq" under csmapper. 2003-07-12 15:39:19 +00:00
citrus_memstream.c
citrus_memstream.h
citrus_mmap.c
citrus_mmap.h
citrus_module.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
citrus_module.h
citrus_namespace.h separate "nonidentical conversion" and "ilseq" under csmapper. 2003-07-12 15:39:19 +00:00
citrus_none.c correct wcrtomb(3) - it is not conforming to standard on handling L'\0'. 2003-06-26 12:09:56 +00:00
citrus_none.h
citrus_pivot_factory.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
citrus_pivot_factory.h
citrus_pivot_file.h
citrus_region.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
citrus_stdenc_local.h correct wcrtomb(3) - it is not conforming to standard on handling L'\0'. 2003-06-26 12:09:56 +00:00
citrus_stdenc_template.h correct wcrtomb(3) - it is not conforming to standard on handling L'\0'. 2003-06-26 12:09:56 +00:00
citrus_stdenc.c make _DIAGNOSTIC happy. 2003-07-10 08:50:43 +00:00
citrus_stdenc.h make _DIAGNOSTIC happy. 2003-07-10 08:50:43 +00:00
citrus_types.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
Makefile.inc