diff --git a/doc/done_list.html b/doc/done_list.html
index cba161d..30e43d0 100644
--- a/doc/done_list.html
+++ b/doc/done_list.html
@@ -5,7 +5,7 @@
-
New Page 1
+Endian since formal review
@@ -15,14 +15,12 @@
Both the endian types and endian conversion functions now support 32-bit (float)
and
64-bit (double)
floating point, as requested.
Both the endian types and endian conversion functions now support UDTs, as requested.
- Both the endian types and endian conversion functions have been renamed,
- using a naming pattern that is consistent for both integer and floating point.
The conversion functions have been much revised,
refactored, and otherwise improved based on review comments.
- Both return-by-value and modify-in-place interfaces are provided, as
requested.
- Synonyms for the BSD byte swapping function names popularized by OS X
- and Linux are provided, so that that developers already used to these name
+ and Linux are provided, so that that developers already used to these names
can continue to use them if they wish.
- In addition to the named-endianness functions, functions that perform
compile-time (via template) and run-time (via function argument) dispatch
@@ -38,6 +36,7 @@
Infrastructure file names changed accordingly.
- C++11 features such as
noexcept
are now used, while still
supporting C++03 compilers.
+ - Documentation revised and expanded, as requested.
- Acknowledgements have been updated.
- Headers have been reorganized to make them easier to read,
with a synopsis at the front and implementation following, as requested.
@@ -47,6 +46,8 @@
reverse() template. (Pierre Talbot)
+
+