diff options
author | H. Peter Anvin <hpa@zytor.com> | 2001-10-25 18:34:11 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2001-10-25 18:34:11 +0000 |
commit | 9f4b121beb7c16b26f25a694ceba998d3d1a23c8 (patch) | |
tree | 1bdec3198144dc7dd2c846ba84ca27edab4bde64 /CHANGES | |
parent | 731beed733a3fa023eeeb63477cfbc80e0edc43a (diff) | |
download | lpsm-9f4b121beb7c16b26f25a694ceba998d3d1a23c8.tar.gz lpsm-9f4b121beb7c16b26f25a694ceba998d3d1a23c8.tar.xz lpsm-9f4b121beb7c16b26f25a694ceba998d3d1a23c8.zip |
- Clean up documentation.lpsm-0.1.8
- Add lpsm_recover().
- Add zalloc test.
- Be better about returning useful error information in errno.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Changes in 0.1.8: +----------------- +* Add lpsm_recover() +* Try to make sure errno contains useful information if we return + failure. +* More documentation cleanup. Remove most of the stuff in the README + file which now lives in man pages. + Changes in 0.1.7: ----------------- * Work around what seems to be a bug in gcc 2.91.66. |