Index: ossp-pkg/mm/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/mm/ChangeLog,v rcsdiff -q -kk '-r1.57' '-r1.58' -u '/v/ossp/cvs/ossp-pkg/mm/ChangeLog,v' 2>/dev/null --- ChangeLog 2006/08/10 18:59:04 1.57 +++ ChangeLog 2006/08/15 06:58:11 1.58 @@ -9,6 +9,12 @@ ChangeLog ========= + Changes between 1.4.1 and 1.4.2 (10-Aug-2006 to 15-Aug-2006) + + *) Remove a trailing whitespace in mm.pod which + confused pod2html(1) and generated bad output. + [Neil Conway ] + Changes between 1.4.0 and 1.4.1 (02-Sep-2005 to 10-Aug-2006) *) Add new API function MM_reset() and mm_reset(). Index: ossp-pkg/mm/mm.pod RCS File: /v/ossp/cvs/ossp-pkg/mm/mm.pod,v rcsdiff -q -kk '-r1.30' '-r1.31' -u '/v/ossp/cvs/ossp-pkg/mm/mm.pod,v' 2>/dev/null --- mm.pod 2006/08/10 19:00:33 1.30 +++ mm.pod 2006/08/15 06:58:11 1.31 @@ -314,7 +314,7 @@ This resets the global shared memory pool: all chunks that have been allocated in the pool are marked as free and are eligible for reuse. The global memory pool itself is not destroyed. - + =item void B(void); This destroys the global shared memory pool and should be called I all