summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 15:30:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 15:30:46 +0000
commit8d94751a807c93fe8f2338f941c5d360aa6402f4 (patch)
treed2b3708c82209faf88c6773952a35376faeaa192 /doc
parent5999efa3acaaa27764e5899a4329ecc50d4b4c7f (diff)
downloadiconv-8d94751a807c93fe8f2338f941c5d360aa6402f4.tar.gz
iconv-8d94751a807c93fe8f2338f941c5d360aa6402f4.tar.bz2
Move the declarations of iconv_initialise/iconv_finalise to a different header.
This keeps the public iconv.h free of such nonsense. Move the source for the RISC OS stubs to the distribution template tree. We will no longer shipped compiled stubs. People are quite capable of compiling this themselves. Also take the opportunity to tidy it up a bit. Bump the version number to 0.09 Introduce a "riscos-dist" target in Makefile-riscos. Update various bits of documentation. svn path=/trunk/iconv/; revision=5734
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a8c2ac4..811aac9 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -71,3 +71,4 @@ Iconv Changelog
- New build system to go with this.
- Fixes for compiling with GCC4.
- Introduce *Iconv command which performs command line conversion.
+ - Many, many bugfixes.