* Support platforms without a hostname command, fall back to
reading /etc/hostname.
Thanks, Chris Morgan
* commit: Support -mmessage, without a space, since eg git commit
can be used that way.
Thanks, martin f. krafft
* commit: When multiple parameters are given, use them all as the commit
message, instead of the old behavior of only using the first parameter and
throwing the rest away.
Thanks, martin f. krafft
libao tried disable the macos plugin by setting a configure
environment variable that didn't work. This forces the option
off by the SUBST framework to edit the config file.
GNU texinfo 6.7 fails to parse api-compound.texi because of an
unnecessary non-breaking space character (code point 160). (Whereas
GNU texinfo 6.5 succeeds there, as does the old C source version
bundled with NetBSD's userland.)
utf8 "\xA0" does not map to Unicode at ParserNonXS.pm line 1796, <FH> line 908.
Malformed UTF-8 character: \xa0 (unexpected continuation byte 0xa0, with no
preceding start byte) in pattern match (m//) at ParserNonXS.pm line 3364.
Malformed UTF-8 character (fatal) at ParserNonXS.pm line 3364.
It's simpler to just replace the byte in that source file with an ASCII
space character than attempt to fix the texinfo parsing code (and we're
in a freeze right now, too). This should fix the bulk build failures on
SmartOS and others.
Changes:
- Added support for default hyperlink style in worksheet_write_url().
- Added support for hyperlink in images, see
worksheet_insert_image_opt().
- Fixed several worksheet_write_url() edge cases.