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

History of commit frequency

CVS Commit History:


   2018-01-22 14:27:41 by Filip Hajny | Files touched by this commit (2)
Log message:
Turn oniguruma support into a (default) option.
   2018-01-15 09:51:55 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
jq: fixed dynamic linking (now bin/jq is tiny); cleaned pkglint warnings
   2018-01-12 15:41:24 by Filip Hajny | Files touched by this commit (1)
Log message:
devel/jq: Link against textproc/oniguruma to enable regexp support.
   2017-08-03 14:38:22 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Reset MAINTAINERship.
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2016-08-10 17:52:15 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Fix build on SunOS.  Submitted by Attila Fueloep.
   2016-05-10 11:20:52 by Tobias Nygren | Files touched by this commit (3)
Log message:
CVE-2015-8863 heap-based buffer overflow (via upstream)
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-28 11:09:22 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.5, and simplify a lot.

New features in 1.5 since 1.4:

 - regular expressions (with Oniguruma)

 - a library/module system

 - many new builtins

    - datetime builtins
    - math builtins
    - regexp-related builtins
    - stream-related builtins (e.g., all/1, any/1)
    - minimal I/O builtins (`inputs`, `debug`)

 - new syntactic features, including:

    - destructuring (`. as [$first, $second] | ...`)
    - try/catch, generalized `?` operator, and label/break
    - `foreach`
    - multiple definitions of a function with different numbers of
      arguments

 - command-line arguments

    - --join-lines / -j for raw output
    - --argjson and --slurpfile
    - --tab and --indent
    - --stream (streaming JSON parser)
    - --seq (RFC7464 JSON text sequence)
    - --run-tests improvements

 - optimizations:

    - tail-call optimization
    - reduce and foreach no longer leak a reference to .
   2015-07-31 15:14:20 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 1.4

* Use github framework.

Changelog:
Not available.

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