Next | Query returned 37 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-05-16 22:14:06 by David H. Gutteridge | Files touched by this commit (1)
Log message:
link-grammar: add argp dependency now needed for some OSes
   2021-05-16 21:57:35 by David H. Gutteridge | Files touched by this commit (3) | Package updated
Log message:
link-grammar: update to 5.9.1

Version 5.9.1 (28 April 2021)
 * Fix build break when SQLite3 is not installed. #1195

Version 5.9.0 (25 April 2021)
 * Use #define for custom configuration in dictionaries. #1128
 * Panic-mode fixes and extensions. In link-parser see !help panic_variables.
 * English dict: fix silly mistake with "I love cats and dogs".
 * Disable maintainer-mode in `configure.ac`.
 * Fix very rare crash/corruption introduced in v.5.8.1 #1142
 * English dict: fix problems with "just/only".
 * English dict: work on hesitation markers.
 * Fix multi-threading mem-leak. #1149
 * Provide emscripten javascript wrapper for the command-line parser.
 * Public API shared library entry points exported automatically. #1182
 * Provide bindings for the Vala programming language.
 * Increase number of allowed idiom expressions. #1187
 * Replace O(n^2) idiom loading algo by an O(n log n) algo. #1194
 * Disable SAT solver by default.
 * New tool: Sentence generator! This is an experimental prototype.
   2021-02-26 19:02:24 by Ryo ONODERA | Files touched by this commit (3)
Log message:
link-grammar: Fix runtime error on NetBSD 9.99.80 after 2021-02-26

* Pass REG_GNU to regcomp(3) for GNU extensions,
  suggested by christos@. Thank you.
* Fix PR 56024.
* Bump PKGREVISION for binary change.
   2021-01-20 01:55:58 by David H. Gutteridge | Files touched by this commit (4) | Package updated
Log message:
link-grammar: update to 5.8.1

Version 5.8.1 (8 January 2021)
 * Fix macOS/SunOS build break.
 * English dict: fix numerical identifiers used as adjectives.
 * English dict: fix post-posed Latin adjectival modifiers.
 * Merge upstream gentoo patches. #1102
 * Make -O3 default for CFLAGS/CXXFLAGS, but overridable by the user.
 * English dict: fix look_at, listen_to person-action
 * English dict: fix verb "felt" with object-action.
 * English dict: fix why-perform-action questions.
 * Fix race condition in spell-guesser. #1122 #1123
   2020-04-19 05:31:08 by David H. Gutteridge | Files touched by this commit (1)
Log message:
link-grammar: fix builds with older compilers (NetBSD 7, CentOS)
   2020-04-17 03:43:41 by David H. Gutteridge | Files touched by this commit (2)
Log message:
link-grammar: add the upstream pull request to a patch
   2020-04-16 16:45:15 by David H. Gutteridge | Files touched by this commit (3)
Log message:
link-grammar: fix macOS and SunOS builds

A vestigial reference to removed functionality was causing a failure to
link on macOS and SunOS. Separately, an expectation about the presence
of strtod_l(3) was causing a build failure on SunOS.
   2020-03-31 01:20:21 by David H. Gutteridge | Files touched by this commit (4) | Package updated
Log message:
link-grammar: update to 5.8.0

Version 5.8.0 (28 February 2020)
 * Java bindings: Remove the obsolete senses API.
 * swig-4.0 compatibility bug fix.
 * English dict: Fixes to support questions ending in WH-words.
 * Copy (merge) Richard van der Dys `node.js` bindings.
 * English dict: Provide head and tail markers for all conjunctions.
 * Remove the Python 2 bindings.
 * Add dialect support to the library.
 * English dict: support for archaic/poetic abbreviations
 * English dict: introduce OH link for vocatives/invocations.
 * English dict: improved parsing of imperatives.
 * Add !!word/ link-parser command for displaying extended word dict info.

Version 5.7.0 (13 Sept 2019)
 * Minor efficiency improvements to the SQL-backed dictionary.
 * Incompatible change to the Exp traversal API.
 * Remove the obsolete and unsupported "corpus statistics" code.
 * Major performance improvement (3x-4x) for long sentences. #996
 * Fix broken build on Windows.
 * Convert Windows build to Visual Studio 2019.
 * Fix a bug that causes random results on 32-bit systems. #1000
 * Fix a bug that could cause missing linkages on some systems. #1007
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2020-01-18 18:38:41 by David H. Gutteridge | Files touched by this commit (1)
Log message:
link-grammar: explicitly disable Python bindings

In some OS environments (e.g., some Linux distros), Python in the base
userland was being detected, and bindings were generated, causing a
build failure due to PLIST mismatch. (Python bindings aren't required
for this package's intended dependencies in pkgsrc, and so aren't
meant to be included. If someone wants them, they should add them as a
non-default option.)

Next | Query returned 37 messages, browsing 11 to 20 | Previous