2020-12-15do not need this
Volker Birk <vb@pep-project.org> [Tue, 15 Dec 2020 11:29:51 +0100] rev 68
do not need this

2020-03-19use system-specific path separators
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 17:17:47 +0100] rev 67
use system-specific path separators

2020-03-19read version from setup.cfg
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 17:17:22 +0100] rev 66
read version from setup.cfg

2020-03-19Merge 2.6.3
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 16:47:39 +0100] rev 65
Merge 2.6.3

2020-03-19make main(), easier merge
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 15:20:28 +0100] rev 64
make main(), easier merge

2020-03-19Release 2.6.3
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:47:36 +0100] rev 63
Release 2.6.3

2020-03-19Merge 2.6.3
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 16:45:02 +0100] rev 62
Merge 2.6.3

2020-03-19ignore setup.py stuff in .hgignore
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 14:54:23 +0100] rev 61
ignore setup.py stuff in .hgignore

2020-03-19make PyPI package
Claudio Luck <claudio.luck@pep.foundation> [Thu, 19 Mar 2020 14:53:28 +0100] rev 60
make PyPI package

2020-03-18fix version
Claudio Luck <claudio.luck@pep.foundation> [Wed, 18 Mar 2020 19:32:02 +0100] rev 59
fix version

2020-03-18pypackage: Merge 2.6.2
Claudio Luck <claudio.luck@pep.foundation> [Wed, 18 Mar 2020 19:20:01 +0100] rev 58
pypackage: Merge 2.6.2

2019-02-27Track changes of 2.5.10
Claudio Luck <claudio.luck@pep.foundation> [Wed, 27 Feb 2019 14:43:35 +0100] rev 57
Track changes of 2.5.10

2018-09-04wip: add setup.py, README.md and debian packaging
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 56
wip: add setup.py, README.md and debian packaging

2018-09-04rename binaries but add compat symlinks (for prep for setup.py)
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:00:00 +0200] rev 55
rename binaries but add compat symlinks (for prep for setup.py)

2018-09-04move module body into main()
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:57:05 +0200] rev 54
move module body into main()

2018-09-04prepare to move body code into main function
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:52:30 +0200] rev 53
prepare to move body code into main function

2018-09-04move python code into new package dir
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 16:48:59 +0200] rev 52
move python code into new package dir

2020-03-19Bump version to 2.6.3.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:42:20 +0100] rev 51
Bump version to 2.6.3.

2020-03-19Update copyright year.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 19 Mar 2020 10:41:45 +0100] rev 50
Update copyright year.

2016-10-27Makefile: Add target `install`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 14:37:23 +0200] rev 49
Makefile: Add target `install`.

This makes distribution packagers live even easier.

2020-03-17Makefile: Add target `dist`.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:29:04 +0100] rev 48
Makefile: Add target `dist`.

2020-03-17Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:13:21 +0100] rev 47
Update .hgignore.

2018-09-04Add a README.
Claudio Luck <claudio.luck@pep.foundation> [Tue, 04 Sep 2018 17:09:43 +0200] rev 46
Add a README.

2020-03-17Add setup.py, setup.cfg and MANIFEST.in.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 11:05:51 +0100] rev 45
Add setup.py, setup.cfg and MANIFEST.in.

2016-10-27docs: Include files are always searched at standard location, too.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 13:33:48 +0200] rev 44
docs: Include files are always searched at standard location, too.

This removes the need to specify the location where yml2 was unpacked or
installed as YML_PATH. So this now works:

YML_PATH=/foo ./yml2proc --xml2yml

The standard system location <prefix>/share/yml2 is now always appended to
the include search path. If this path does not exist, the directory one
above the `backend.py` file is added, allowing the same behaviour for
uninstalled yml2.

In the Makefile enforce the .ysl2 files to be searched in the current
directory first.

2020-03-17Move data files into the Python package.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 10:26:38 +0100] rev 43
Move data files into the Python package.

The packe directory is now always searched for include files, after
all other directoreis given in $YML_PATH.

2016-10-27Catch missing xml2yml.ysl2 early.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Thu, 27 Oct 2016 12:51:47 +0200] rev 42
Catch missing xml2yml.ysl2 early.

2020-03-17Convert yml2 into a Python package.
Hartmut Goebel <h.goebel@crazy-compilers.com> [Tue, 17 Mar 2020 10:12:14 +0100] rev 41
Convert yml2 into a Python package.

* Rename yml2.py -> yml2/__init__.py
* Rename backend.py -> yml2/backend.py
* Rename pyPEG.py -> yml2/pyPEG.py
* Use relative imports where appropriate.
* Change imports in yml2c, yml2proc.
* Update make target `clean`.

2019-11-04date
Volker Birk <vb@pep-project.org> [Mon, 04 Nov 2019 11:38:34 +0100] rev 40
date

2019-11-04Added tag 2.6.2 for changeset f93de5b34430
Volker Birk <vb@pep-project.org> [Mon, 04 Nov 2019 11:37:27 +0100] rev 39
Added tag 2.6.2 for changeset f93de5b34430

2019-11-04explicitely name match attribute
Volker Birk <vb@pep-project.org> [Mon, 04 Nov 2019 11:36:06 +0100] rev 38
explicitely name match attribute

2019-10-12documentation
Volker Birk <vb@pep-project.org> [Sat, 12 Oct 2019 15:56:01 +0200] rev 37
documentation

2019-10-11Added tag 2.6.1 for changeset 6c0e2881db60
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 22:56:56 +0200] rev 36
Added tag 2.6.1 for changeset 6c0e2881db60

2019-10-11bug: textsectionu disappeared
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 22:56:23 +0200] rev 35
bug: textsectionu disappeared

2019-10-11exit on version string
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 21:47:20 +0200] rev 34
exit on version string

2019-10-11Added tag 2.6.0 for changeset 9b2eff55a3ae
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 21:39:11 +0200] rev 33
Added tag 2.6.0 for changeset 9b2eff55a3ae

2019-10-11fixes
Volker Birk <vb@pep-project.org> [Fri, 11 Oct 2019 21:38:48 +0200] rev 32
fixes

2019-09-23adapting to Python 3
Volker Birk <vb@pep-project.org> [Mon, 23 Sep 2019 19:25:58 +0200] rev 31
adapting to Python 3

2019-02-15Added tag 2.5.10 for changeset c48f0d1d29ac
Volker Birk <vb@pep-project.org> [Fri, 15 Feb 2019 10:45:57 +0100] rev 30
Added tag 2.5.10 for changeset c48f0d1d29ac

2019-02-15feature: default function is used as a template
Volker Birk <vb@pep-project.org> [Fri, 15 Feb 2019 10:45:50 +0100] rev 29
feature: default function is used as a template

2019-02-05adding hex literals
Volker Birk <vb@pep-project.org> [Tue, 05 Feb 2019 17:45:35 +0100] rev 28
adding hex literals

2019-01-29...
Volker Birk <vb@pep-project.org> [Tue, 29 Jan 2019 11:23:36 +0100] rev 27
...

2019-01-29adding samples
Volker Birk <vb@pep-project.org> [Tue, 29 Jan 2019 11:21:18 +0100] rev 26
adding samples

2019-01-25...
Volker Birk <vb@pep-project.org> [Fri, 25 Jan 2019 23:31:57 +0100] rev 25
...

2018-11-20Added tag 2.5.9 for changeset 8138b86a9196
Volker Birk <vb@pep.foundation> [Tue, 20 Nov 2018 22:35:38 +0100] rev 24
Added tag 2.5.9 for changeset 8138b86a9196

2018-11-20allowing || in line quotes
Volker Birk <vb@pep.foundation> [Tue, 20 Nov 2018 22:35:22 +0100] rev 23
allowing || in line quotes

2018-08-29easier
Volker Birk <vb@pep.foundation> [Wed, 29 Aug 2018 23:57:58 +0200] rev 22
easier

2018-08-29Added tag 2.5.8 for changeset 172da49a35f6
Volker Birk <vb@pep.foundation> [Wed, 29 Aug 2018 23:53:30 +0200] rev 21
Added tag 2.5.8 for changeset 172da49a35f6

2018-08-29keywords as values in decl parameters
Volker Birk <vb@pep.foundation> [Wed, 29 Aug 2018 23:53:10 +0200] rev 20
keywords as values in decl parameters

2018-04-26Added tag 2.5.7 for changeset b4343a05f5d5
Volker Birk <vb@pep.foundation> [Thu, 26 Apr 2018 19:26:19 +0200] rev 19
Added tag 2.5.7 for changeset b4343a05f5d5

2018-04-26new distribution version
Volker Birk <vb@pep.foundation> [Thu, 26 Apr 2018 19:26:10 +0200] rev 18
new distribution version

2018-04-26on special demand
Volker Birk <vb@pep.foundation> [Thu, 26 Apr 2018 19:23:44 +0200] rev 17
on special demand

2017-10-15glob() does not sort any more - adding sorted() function
Volker Birk <vb@pep.foundation> [Sun, 15 Oct 2017 09:05:19 +0200] rev 16
glob() does not sort any more - adding sorted() function

2017-09-21correcting version number
Volker Birk <vb@pep.foundation> [Thu, 21 Sep 2017 07:57:17 +0200] rev 15
correcting version number

2017-09-21Version 2.5.6
Volker Birk <vb@pep.foundation> [Thu, 21 Sep 2017 07:36:27 +0200] rev 14
Version 2.5.6

2017-09-21Added tag 2.5.6 for changeset 80d024464521
Volker Birk <vb@pep.foundation> [Thu, 21 Sep 2017 07:36:15 +0200] rev 13
Added tag 2.5.6 for changeset 80d024464521

2017-06-08...
Volker Birk <vb@pep.foundation> [Thu, 08 Jun 2017 23:31:46 +0200] rev 12
...

2017-06-08workaround is harmful now, bug does not exist any more
Volker Birk <vb@pep.foundation> [Thu, 08 Jun 2017 23:30:58 +0200] rev 11
workaround is harmful now, bug does not exist any more

2017-06-03adding mixedCase()
Volker Birk <vb@pep.foundation> [Sat, 03 Jun 2017 19:30:27 +0200] rev 10
adding mixedCase()

2017-04-25...
Volker Birk <vb@pep.foundation> [Tue, 25 Apr 2017 20:46:59 +0200] rev 9
...

2017-04-25typo
Volker Birk <vb@pep.foundation> [Tue, 25 Apr 2017 17:44:53 +0200] rev 8
typo

2016-12-10beginning with Python 3 compat
Volker Birk <vb@pep.foundation> [Sat, 10 Dec 2016 10:11:31 +0100] rev 7
beginning with Python 3 compat

2016-08-24correcting docu
Volker Birk <vb@pep.foundation> [Wed, 24 Aug 2016 21:22:51 +0200] rev 6
correcting docu

2016-08-24Added tag 2.5.5 for changeset a0f3d678b3ca
Volker Birk <vb@pep.foundation> [Wed, 24 Aug 2016 21:18:54 +0200] rev 5
Added tag 2.5.5 for changeset a0f3d678b3ca

2016-08-24Version 5.5
Volker Birk <vb@pep.foundation> [Wed, 24 Aug 2016 21:18:46 +0200] rev 4
Version 5.5

2016-08-23adding yml namespace
Volker Birk <vb@pep.foundation> [Tue, 23 Aug 2016 11:33:17 +0200] rev 3
adding yml namespace

2016-08-21correcting ??? problems in parantheses
Volker Birk <vb@pep.foundation> [Sun, 21 Aug 2016 08:50:09 +0200] rev 2
correcting ??? problems in parantheses

2016-07-11adding decl supplements
Volker Birk <vb@pep-project.org> [Mon, 11 Jul 2016 23:35:43 +0200] rev 1
adding decl supplements

2016-07-11initial commit
Volker Birk <vb@pep-project.org> [Mon, 11 Jul 2016 23:15:28 +0200] rev 0
initial commit