git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15521 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-28 23:00:04 +00:00
parent 35f52db90c
commit befb1dfcd6

View File

@@ -1,3 +1,13 @@
2005-06-29 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am (libroken_la_SOURCES): += strpool.c
* roken-common.h: add strpool, a printf collector to make it
eaiser to collect strings into one string
* strpool.c: add strpool, a printf collector to make it eaiser to
collect strings into one string
2005-06-23 Love H<>rnquist <20>strand <lha@it.su.se>
* base64.c: Add const, from Andrew Abartlet <abartlet@samba.org>