Changelog:
=========
- Okay, apparently the stddata addition is causing havoc (who knew how many
scripts just haphazardly hand programs random file descriptors, that's
surely not a problem.) Going forward the stddata option will only work
if the environment variable STDDATA_FD is present or set to the descriptor
to produce the JSON output on.
- Fix HTML url output issue. It was definitely broken in the 2.0.0 release,
and this should normalize it with respect to older versions.
- Update MANPATH for OS X
- Fixed an error with * in the patchmatch code where *foo*bar would match
*foo alone.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>