2001-06-09  Pawe Gajda  <mis@pld.org.pl>

	* narray.h, nbuf.c: - bugfix

2001-04-24  Tomasz Koczko  <kloczek@pld.org.pl>

	* Makefile.am: - removed VERSION from EXTRA_DIST.

	* Attic/VERSION, configure.in: - changed version to 0.43.1,
	- removed usinf VERSION file.

2001-04-23  Rafa Kleger-Rudomin  <klakier@pld.org.pl>

	* configure.in: - AC_PROG_LIBTOOL -> AM_PROG_LIBTOOL

2001-02-10  Pawe Gajda  <mis@pld.org.pl>

	* Makefile.am, n_array_clone.c, narray.h: - new function

2001-02-08  Pawe Gajda  <mis@pld.org.pl>

	* Attic/ChangeLog: - don't like ChangeLog from whole installer

	* Makefile.am, configure.in: - cosmetics (up to new automake)

	* n_array_map.c, n_array_map_arg.c, n_array_remove_nth.c: - bugfix

	* n_array_remove_ex.c, narray.h: - new function

2001-02-02  Nobody  <nobody@pld.org.pl>

	* Attic/ChangeLog: - ChangeLog update by changelog.sh
	  (by Arkadiusz Miskiewicz <misiek@pld.org.pl>)

2000-11-28  Nobody  <nobody@pld.org.pl>

	* Attic/ChangeLog: - ChangeLog update by changelog.sh
	  (by Arkadiusz Miskiewicz <misiek@pld.org.pl>)

2000-11-24  Nobody  <nobody@pld.org.pl>

	* Attic/ChangeLog: - ChangeLog update by changelog.sh
	  (by Arkadiusz Miskiewicz <misiek@pld.org.pl>)

2000-11-24  Pawe Gajda  <mis@pld.org.pl>

	* Attic/VERSION: - marked as 0.431

	* Makefile.am: - added spec to EXTRA_DIST

2000-11-12  Nobody  <nobody@pld.org.pl>

	* Attic/ChangeLog: - ChangeLog update by changelog.sh
	  (by Arkadiusz Miskiewicz <misiek@pld.org.pl>)

2000-11-10  Pawe Gajda  <mis@pld.org.pl>

	* Attic/mkmake.sh, autogen.sh: - be more traditional

2000-11-09  Pawe Gajda  <mis@pld.org.pl>

	* Makefile.am, Makefile.extra: - make trurl -> . symlink
	- am's *CLEAN variables are used instead of removals in mclean goal

2000-11-08  Pawe Gajda  <mis@pld.org.pl>

	* nbuf.c: - fixed some bugs

2000-10-31  Pawe Gajda  <mis@pld.org.pl>

	* configure.in: - check for db*.h headers instead of library

	* Makefile.am: - use libtool version-info

2000-10-29  Pawe Gajda  <mis@pld.org.pl>

	* Attic/narray.c, Attic/nhash.c, Attic/nlist.c, Attic/trurlib.spec, n_list_nth.c, n_list_pop.c, n_list_push.c, n_list_remove_ex.c, n_list_remove_nth.c, n_list_shift.c, n_list_size.c, n_list_unshift.c, nstr_cpy.c, nstring.c, trurlib.spec.in, Attic/VERSION, Attic/mkmake.sh, Makefile.am, Makefile.extra, NEWS, README, acconfig.h, configure.in, mkarch.sh, n_array_bsearch_ex.c, n_array_clean.c, n_array_ctl.c, n_array_dump_stats.c, n_array_dup.c, n_array_eq_ex.c, n_array_free.c, n_array_grow_priv.c, n_array_int.h, n_array_map.c, n_array_map_arg.c, n_array_new.c, n_array_nth.c, n_array_pop.c, n_array_push.c, n_array_remove_nth.c, n_array_set_nth.c, n_array_shift.c, n_array_sorts.c, n_array_uniq_ex.c, n_array_unshift.c, n_hash_clean.c, n_hash_ctl.c, n_hash_exists.c, n_hash_free.c, n_hash_get.c, n_hash_int.h, n_hash_map.c, n_hash_map_arg.c, n_hash_new.c, n_hash_put.c, n_hash_remove.c, n_hash_stats.c, n_list_contains_ex.c, n_list_free.c, n_list_int.h, n_list_iterator.c, n_list_lookup_ex.c, n_list_map_arg.c, n_list_new.c, AUTHORS, Attic/ChangeLog, Attic/Makefile, COPYING, INSTALL:
	- automake/autoconf support

2000-10-25  Pawe Gajda  <mis@pld.org.pl>

	* xmalloc.c: - allow NULL as xrealloc() arg

2000-10-17  Pawe Gajda  <mis@pld.org.pl>

	* nbuf.c, nbuf.h: - nbuf redesign

2000-10-01  Tomasz Koczko  <kloczek@pld.org.pl>

	* configure.in: - generated by autoscan.

2000-09-20  Pawe Gajda  <mis@pld.org.pl>

	* Attic/Makefile, nstr.h, nstr_basenam.c: - basename() functions added

	* Attic/trurlib.spec:
	- %{tmpdir} -> /tmp, distribution spec shouldn't be PLD dependent

	* Attic/Makefile, Attic/VERSION, Attic/trurlib.spec:
	- current working version is v0.42

	* Attic/Makefile: - bugfix

	* nstr.h, nstr_cpy.c: - n_strncpy() added

2000-09-07  Pawe Gajda  <mis@pld.org.pl>

	* nstr_tok.c: - bugfix

	* Attic/Makefile: - misarch goal added

	* Attic/nhash.c, nhash.h, test_hash.c:
	- added hash function from D. J. Bernstein's cdb
	- n_hash_stats() added

	* Attic/narray.c, narray.h, test_array.c:
	- removed growth control (nobody needs it)
	- autosort option added
	- cosmetics

2000-08-07  Pawe Gajda  <mis@pld.org.pl>

	* tfn_types.h: - typedefs tn_fn_map{1,2,3} added

2000-08-03  Pawe Gajda  <mis@pld.org.pl>

	* nhash.h, Attic/Makefile, Attic/nhash.c: - added n_hash_clean()

2000-08-02  Pawe Gajda  <mis@pld.org.pl>

	* nstr_tokl.c: - yet another bug is killed

	* nstr_tokl.c: - another horrible bug is fixed

2000-07-28  Pawe Gajda  <mis@pld.org.pl>

	* nbuf.c: - fixed horrible bug

2000-07-27  Pawe Gajda  <mis@pld.org.pl>

	* Attic/nhash.c: - do not remalloc buckets during rehashing

	* Attic/Makefile, Attic/nhash.c: - bugfix: n_hash_ctl.o is compiled now

2000-07-20  Pawe Gajda  <mis@pld.org.pl>

	* Attic/VERSION, Attic/trurlib.spec: - version 0.41

	* Attic/Makefile:
	- added fid-arch goal, which creates subset of library for fix-info-dir

	* trurl.h: - nbuf header added

	* nbuf.c, nbuf.h: - initial version

	* Attic/narray.c, narray.h:
	- added n_array_bsearch_idx() (returns index of finded item)

	* Attic/nhash.c, nhash.h, test_hash.c:
	- more flexible hash table: grow with rehashing and do not always copy keys,
	  n_hash_ctl() added

	* Attic/nlist.c, nassert.c, nassert.h, ndbhash.c, ndbhash.h, nlist.h, nstr.h, nstr_concat.c, nstr_len.c, nstr_tokl.c, tfn_types.h, trurl_cmpf.c, trurl_die.c, trurl_internal.h, xmalloc.c:
	- cosmetics

2000-07-15  Pawe Gajda  <mis@pld.org.pl>

	* Attic/Makefile, Attic/narray.c, Attic/nhash.c, Attic/nlist.c, Attic/trurlib.spec, trurl_internal.h:
	- modularized narray, nhash and nlist modules

2000-06-09  Pawe Gajda  <mis@pld.org.pl>

	* Attic/Makefile, Attic/trurlib.spec: - spec

	* nstr_tokl.c, test_array.c, test_common.c, test_dbhash.c, test_hash.c, test_list.c, test_nstr.c, xmalloc.c:
	- minor #include fixes

2000-05-22  Pawe Gajda  <mis@pld.org.pl>

	* Attic/nlist.c, nlist.h, test_list.c: - fixed list iterator

	* Attic/nlist.c: - bugfix

2000-05-19  Pawe Gajda  <mis@pld.org.pl>

	* Attic/Makefile, Attic/VERSION, Attic/narray.c, Attic/nhash.c, Attic/nlist.c, README.PL, hash-string.h, narray.h, nhash.h, nlist.h, test_array.c, test_list.c, tfn_types.h, trurl.h:
	- allowed interlaced iterations on list (new tn_list_iterator type)
	- removed libc's qsort() i bsearch() functions from array
	- removed useless dup_fn member from list and array
	- reduced args list of n_array_new() (narray_ctl_growth() added)

2000-05-04  Pawe Gajda  <mis@pld.org.pl>

	* xmalloc.h: - undef glibc's strdup macro

	* Attic/VERSION: *** empty log message ***

	* narray.h: - comment

	* Attic/Makefile: - allow override CFLAGS
	- allow compilation without ndbhash

2000-03-25  Pawe Gajda  <mis@pld.org.pl>

	* Attic/Makefile, Attic/narray.c, Attic/nhash.c, Attic/nlist.c, narray.h, nlist.h, nstr.h, trurl_cmpf.c, trurl_internal.h:
	- added n_list_map_arg()
	- added default compare function for array and list
	- bugfix in n_array_bsearch()

2000-03-20  Pawe Gajda  <mis@pld.org.pl>

	* Attic/Makefile, xmalloc.h: - works with rpmlib.h
	- install: target

2000-03-17  Pawe Gajda  <mis@pld.org.pl>

	* Attic/nlist.c: - fix bug in n_list_remove_ex()

2000-01-18  Pawe Koodziej  <pawelk@pld.org.pl>

	* Attic/narray.c: Bug in qsort? Uses isort

1999-11-06  Artur Frysiak  <wiget@pld.org.pl>

	* Makefile.am: New file.

1999-10-17  Pawe Gajda  <mis@pld.org.pl>

	* Attic/Makefile, README.PL, ndbhash.c, xmalloc.h:
	Detekcja wersji glibc na podstawie __GLIBC_MINOR__

1999-09-17  Jarek Wooszyn  <yossa@pld.org.pl>

	* Attic/Makefile: gentocf - moje ostatnie zmiany
	main - przenioslem win.* i scrmsgs.* do newt-addon
	trurlib - glibc 2.1

1999-07-22  Artur Frysiak  <wiget@pld.org.pl>

	* Attic/Makefile, Attic/VERSION, Attic/narray.c, Attic/nhash.c, Attic/nlist.c, README.PL, hash-string.h, narray.h, nassert.c, nassert.h, ndbhash.c, ndbhash.h, nhash.h, nlist.h, nstr.h, nstr_concat.c, nstr_len.c, nstr_tok.c, nstr_tokl.c, nstring.c, test_array.c, test_common.c, test_dbhash.c, test_hash.c, test_list.c, test_nstr.c, tfn_types.h, trurl.h, trurl_die.c, xmalloc.c, xmalloc.h:
	New file.

	* CHANGES.PL, TODO.PL, nstring.h: pozbierane z diony

