This commit is contained in:
TLINDEN
2013-12-02 22:54:57 +01:00
parent a842338c4a
commit 14bead5499
3 changed files with 7 additions and 4 deletions

4
TODO
View File

@@ -4,3 +4,7 @@ libpcp/z85.c:148 free(z85) leads to coredump on aix sometimes
add more abstract en+de-cryption() functions to libpcp/crypto, which add more abstract en+de-cryption() functions to libpcp/crypto, which
work with already en+de-coded in+out-put. work with already en+de-coded in+out-put.
Bug: pcp_z85_decode() segfaults at z85.c:83 if input consists of "-----" only.
Bug: pcp_z85_decode() fails if after end marker follows something, even whitespaces

View File

@@ -7,8 +7,7 @@ find . -name Makefile -exec rm {} \;
find . -name Makefile.in -exec rm {} \; find . -name Makefile.in -exec rm {} \;
find . -name "*~" -exec rm {} \; find . -name "*~" -exec rm {} \;
find . -name config.h -exec rm {} \; find . -name config.h -exec rm {} \;
find . -name stamp.h -exec rm {} \; find . -name "stamp*" -exec rm {} \;
find . -name stamp-h1 -exec rm {} \;
find . -name .deps -exec rm -rf {} \; find . -name .deps -exec rm -rf {} \;
find . -name .libs -exec rm -rf {} \; find . -name .libs -exec rm -rf {} \;
find . -name .o -exec rm -rf {} \; find . -name .o -exec rm -rf {} \;

View File

@@ -124,7 +124,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "PCP1 1" .IX Title "PCP1 1"
.TH PCP1 1 "2013-11-28" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION" .TH PCP1 1 "2013-12-02" "PCP 0.1.5" "USER CONTRIBUTED DOCUMENTATION"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l