]> sourceware.org Git - systemtap.git/commit - session.h
PR11334: partial progress to wrapping re2c in regcomp.cxx.
authorSerguei Makarov <smakarov@redhat.com>
Wed, 7 Nov 2012 18:47:49 +0000 (13:47 -0500)
committerSerguei Makarov <smakarov@redhat.com>
Tue, 29 Jan 2013 15:32:31 +0000 (10:32 -0500)
commitbe87f53a1a6bc6ac63cfa2e2ca157fde1b84b76c
tree1f8b5d92ed47b45710d40bec40658d31bf8aa3c9
parentbbf0003e648cd66ce298a657c5b675799181da0f
PR11334: partial progress to wrapping re2c in regcomp.cxx.

To test out, cd build/re2c-migrate/, run make, and use ./regtest.
Lots of ommissions currently, and a known bug where re2c eats the first
character of the regexp at some point between the AST and the code output,
so this commit is definitely useful only as a status update...
13 files changed:
Makefile.am
Makefile.in
configure
configure.ac
re2c-migrate/Makefile.am [new file with mode: 0644]
re2c-migrate/Makefile.in [new file with mode: 0644]
re2c-migrate/regcomp.cxx [new file with mode: 0644]
re2c-migrate/regcomp.h [new file with mode: 0644]
re2c-migrate/regtest.cxx [new file with mode: 0644]
re2c-migrate/translator_output_STANDALONE.cxx [new file with mode: 0644]
re2c-migrate/util_STANDALONE.cxx [new file with mode: 0644]
session.cxx
session.h
This page took 0.029642 seconds and 5 git commands to generate.