Home | History | Annotate | Download | only in citrus
History log of /src/lib/libc/citrus/citrus_db_factory.c
RevisionDateAuthorComments
 1.11  29-Oct-2021  nia citrus: Use calloc instead of malloc'ing and clearing the array manually
 1.10  14-Sep-2013  joerg GC put16.
XXX Use sys/endian.h
 1.9  09-Feb-2008  junyoung branches: 1.9.28; 1.9.34;
u_intXX_t -> uintXX_t.
 1.8  02-Jan-2004  itojun branches: 1.8.22;
KNF
 1.7  28-Oct-2003  jmc SUSE3 says htonl and friends come in via arpa/inet.h. This will actually not
hurt on NetBSD and makes hosting on non-native for tools/ work correctly
 1.6  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.5  30-Jun-2003  tshiozak add #include "config.h" when these files are built as parts of host tools.
 1.4  27-Jun-2003  itojun i guess the original intent was this...
 1.3  27-Jun-2003  itojun memset() after null check
 1.2  27-Jun-2003  itojun clear memory after malloc()
 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)
 1.8.22.1  23-Mar-2008  matt sync with HEAD
 1.9.34.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.28.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed