~ubuntu-branches/ubuntu/quantal/menhir/quantal

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Mehdi Dogguy, Stéphane Glondu, Mehdi Dogguy
  • Date: 2011-04-16 00:12:54 UTC
  • mfrom: (1.1.7 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110416001254-orcso5c2dktmds4x
Tags: 20110201.dfsg-1
[ Stéphane Glondu ]
* Do not install examples twice (Closes: #603335)

[ Mehdi Dogguy ]
* New upstream release.
* Set filter-pristine-tar to True in debian/gbp.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2011/01/24:
 
2
Fixed a bug that would cause an assertion failure in the generated parser
 
3
in some situations where the input stream was incorrect and the grammar
 
4
involved the error token. The fix might cause grammars that use the error
 
5
token to behave differently (hopefully more accurately) as of now.
 
6
 
 
7
2009/06/18:
 
8
Makefile changes: build and install only the bytecode version of menhirLib
 
9
when TARGET=byte is set.
 
10
 
1
11
2009/02/06:
2
12
Fixed ocamldep.wrapper to avoid quoting the name of the ocaml command.
3
13
This is hoped to fix a compilation problem under MinGW.