| Age | Commit message (Collapse) | Author | Files | Lines |
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
|
|
|
While here, normalize some packages with strange variable order.
|
|
* Changes from version 1.0.1 to 1.0.2
---------------------------------
+ some bugs fixed
|
|
|
|
|
|
|
|
This fixes 'intermittent stack exhaustion' reported
by Sebastian Cato.
|
|
|
|
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.
|
|
* Changes from version 0.12 to 1.0
---------------------------------
+ group "names" can be any Lua value
+ some bugs fixed
+ other small improvements
|
|
Fix a crash reported on lua-l mailing list.
|
|
This new release fixes a few bugs; in particular, it corrects a small
incompatibility with Lua 5.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
What is LPeg? LPeg is a new (well, not that new now) pattern-matching
library for Lua, based on Parsing Expression Grammars (PEGs).
What is new in version 0.12?
+ no "unsigned short" limit for pattern sizes
+ mathtime captures considered nullable (*)
+ some bugs and compiler warnings fixed
Where to get it?
http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12-rc1.tar.gz
(*) Although this change can be considered logically a bug fix, it can
lead to some old patterns being refused with a "loop body may accept
empty string" error. It should be easy to fix these patterns.
|
|
LPeg is a new pattern-matching library for Lua, based on
Parsing Expression Grammars (PEGs).
|