OpenGrok
Cross Reference: citrus_bcs.c
xref
: /
src
/
lib
/
libc
/
citrus
/
citrus_bcs.c
Home
|
History
|
Annotate
|
Download
|
only in
citrus
History log of
/src/lib/libc/citrus/citrus_bcs.c
Revision
Date
Author
Comments
1.5
14-May-2005
tshiozak
* add some comments.
* add some functions:
_citrus_memory_stream_bind_ptr()
_citrus_memory_stream_tell()
_citrus_memory_stream_ungetc()
_citrus_region_get_subregion()
* fix a bug in _citrus_memory_stream_seek().
1.4
02-Jan-2004
itojun
KNF
1.3
27-Oct-2003
lukem
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).
1.2
30-Jun-2003
tshiozak
add #include "config.h" when these files are built as parts of host tools.
1.1
25-Jun-2003
tshiozak
Citrus iconv support (1)
add core engine of Citrus iconv and some support routines.
- iconv core (citrus_iconv)
- coded character set mapper (csmapper)
- encoding scheme database (esdb)
- standard encoding scheme handler (stdenc)
- basic character set manipulation utilities (bcs)
- mmap based infrastructure (citrus_lookup/_mmap/_memstream/_db)
- some source codes of new plugins (not built yet)
Indexes created Sun Oct 19 02:09:48 GMT 2025