diff options
-rw-r--r-- | doc/bugs/find_gnuism.mdwn | 5 | ||||
-rw-r--r-- | doc/rcs/cvs/discussion.mdwn | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/find_gnuism.mdwn b/doc/bugs/find_gnuism.mdwn new file mode 100644 index 000000000..89eee7816 --- /dev/null +++ b/doc/bugs/find_gnuism.mdwn @@ -0,0 +1,5 @@ +[[!template id=gitbranch branch=schmonz/portability author="[[schmonz]]"]] + +Whoops, somehow missed a spot on the last incarnation of this branch. +`find -not` doesn't work on NetBSD and `find !` runs equivalently +for me. Fixed in 9659272e25fac37f896991dab01a05b4f4c85ccb. diff --git a/doc/rcs/cvs/discussion.mdwn b/doc/rcs/cvs/discussion.mdwn index e10892e7d..7df9e6b9f 100644 --- a/doc/rcs/cvs/discussion.mdwn +++ b/doc/rcs/cvs/discussion.mdwn @@ -170,3 +170,6 @@ Bugs found and fixed so far: (ac8eab29e8394aca4c0b23a6687ec947ea1ac869) > Merged to current head. --[[Joey]] + +* Return bounded output from `rcs_diff()` when asked, as the API states. + (6753235d98a3903364af26c0614106c47d93ae35 |