boiled-mozc.el wraps("boil"s) mozc.el to offer modeless input style,
where you can type a Romaji sequence without activating the Mozc input
method and then just hit \M-o or \C-o to obtain its Hiragana and
Kana-Kanji conversion, respectively.
20161002:
- Definitions of float shift operators << and >> have been added to
float.s7i (A << B is equivalent to A * 2.0 ** B and A >> B is
equivalent to A / 2.0 ** B).
- Checks for the operators << and >> have been added to chflt.sd7.
- Interpreter and compiler have been improved to support the primitiv
actions FLT_LSHIFT and FLT_RSHIFT.
- The example program find7.sd7 has been added. This program is an
utility to search for files and file contents.
- Documentation comments have been added to arrlib.c, biglib.c,
blnlib.c, bstlib.c, fillib.c, pcslib.c, prclib.c, prglib.c and
strlib.c.
Because GitHub releases are not fetched with correct modification time,
set TIMESTAMP to 1474862429 which corresponds to commit 0e5c7a6 tagged
as release.
Security release to patch possible buffer overflow in prepared
statements. Reported and fixed by Pali Rohar. This vulnerability
is present in all releases at least back to versions 3.0 of the
driver, which were released in 2005.
Security: CVE-2016-1246
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.037/Changes
MFH: 2016Q3
- Reimplementation of the clipboard API.
- Message handling in WebServices.
- Many more API Set libraries.
- Various bug fixes.
Sort the fonts from Staging into the others in pkg-plist.
./cli/main.cpp: In member function 'int HLCmdLineApp::run(int, const char**)':
./cli/main.cpp:406: error: 'unique_ptr' was not declared in this scope
./cli/main.cpp:406: error: expected primary-expression before '>' token
./cli/main.cpp:406: error: 'generator' was not declared in this scope
Reported by: pkg-fallout
Approved by: portmgr blanket
signatures.c:36: error: expected declaration specifiers or '...' before 'ECDSA_SIG'
signatures.c: In function 'ECDSA_SIG_get0':
signatures.c:38: error: 'sig' undeclared (first use in this function)
signatures.c:38: error: (Each undeclared identifier is reported only once
signatures.c:38: error: for each function it appears in.)
Reported by: pkg-fallout
Approved by: portmgr blanket
In file included from src/BulletInverseDynamics/IDConfig.hpp:65,
from src/BulletInverseDynamics/IDMath.hpp:6,
from src/BulletInverseDynamics/IDMath.cpp:1:
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp: In constructor 'btInverseDynamicsBullet3::vecx::vecx(int)':
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:51: error: class 'btInverseDynamicsBullet3::vecx' does not have any field named 'btVectorX'
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp: In member function 'const btInverseDynamicsBullet3::vecx& btInverseDynamicsBullet3::vecx::operator=(const btVectorX<float>&)':
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected type-specifier before 'btVectorX'
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected `>' before 'btVectorX'
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected `(' before 'btVectorX'
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: missing template arguments before '*' token
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected primary-expression before '>' token
src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected `)' before ';' token
Reported by: pkg-fallout
Approved by: portmgr blanket
symbol-table-ops.cc: In function 'bool fst::AddAuxiliarySymbols(const string&, int64, int64, fst::SymbolTable*)':
symbol-table-ops.cc:131:43: error: 'to_string' is not a member of 'std'
if (index != syms->AddSymbol(prefix + std::to_string(i), index)) {
^
Reported by: pkg-fallout
Approved by: portmgr blanket
- Quickly create multiple tmux panes, each with an ssh connection to a
specified host and optionally synchronize input
- Written in POSIX sh
- Only depends on tmux
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D8129
configure script was stale and that "aclocal&autoconf" will fix it.
This indeed fixes ./configure not detcting a working fork() and vfork().
He will update the readme in the tarball.
Recommended by: Bishop Clark <bishopolis@gmail.com>
vtun upline
However, the project site uses 'Content-Disposition: attachment; filename=' to
provide the filename. Unfortunately this is not yet supported by fetch.
Therefore self host distfile. Note, this does not mean that the proeject site
mentioned under WWW doesn't provide the distfile. It just means that the
distfile would have an undesired name due to the mentioned shortcoming of fetch.
The checksum of that file matches the one that was previously hosted at google
code.