Updated build system.
Major changes:
- Moved all re2c source files to a separate directory. Top source
directory should only contain autotools source files and a few other
files like README.
- Enabled out-of-source builds (and wrote a simple script build.sh
that makes out-of-source build).
- Improved portable variant of <stdint.h> header (src/c99_stdint.h):
now it relies only on some few defines in configure-generated
src/config.h (instead of checking for MSVC version and relying
on MSVC-defined stuff). Implementation follows C99 standard closely.
- Removed all windows-related build stuff. It was no use keeping it:
it's been broken for a long time and I can't maintain it.
- Removed all RPM stuff: distro-maintainers use their own hacks anyway.
Makefile.am is definetely the wrong place to keep such things.
A separete script and .spec file is a better idea, but again, nobody
uses it.
- added make target 'bootstrap' to make mainteiners' job easier.
- Merged lessons and examples into one.
- Updated README and doc/index.html.
- Run tests in parallel by default.
Changes concerning particular files:
- configure.ac:
- removed autoconf version check: developers will need the right
version anyway (otherwize autoconf will reject to work);
users should use configure script provided by package
distribution
- removed GCC version (3 or above) check: it's pretty ancient
and I don't know which features are missing anyway
- removed some useless checks (which resulted in defines in
src/config,h used by no one)
- introduced some new checks (used by src/c99_stdint.h)
- followed the advices of autoupdate
Makefile.am:
- explicitly prefixed all file names with $(srcdir) or $(builddir)
- removed windows and RPM related rules and targets
- added target 'bootstrap'
- sorted out automake variables
add-release.txt |
[changed mode: 0755->0644]
|
blob | history |
re2c/.gitignore |
|
diff | blob | history |
re2c/Makefile.am |
[changed mode: 0755->0644]
|
diff | blob | history |
re2c/README |
[new file with mode: 0644] |
blob |
re2c/README.in |
[deleted file] |
blob | history |
re2c/autogen.sh |
|
diff | blob | history |
re2c/bootstrap/manual.html |
[new file with mode: 0644] |
blob |
re2c/bootstrap/parser.cc |
|
diff | blob | history |
re2c/bootstrap/re2c.1 |
|
diff | blob | history |
re2c/bootstrap/scanner.cc |
|
diff | blob | history |
re2c/bootstrap/y.tab.h |
|
diff | blob | history |
re2c/bug2102138-test.sh |
[deleted file] |
blob | history |
re2c/build.sh |
[new file with mode: 0755] |
blob |
re2c/c99_stdint.h |
[deleted file] |
blob | history |
re2c/config_w32.h |
[deleted file] |
blob | history |
re2c/config_w32.h.in |
[deleted file] |
blob | history |
re2c/configure.ac |
|
diff | blob | history |
re2c/doc/index.html |
[moved from re2c/htdocs/index.html with 92% similarity, mode: 0644] |
diff | blob | history |
re2c/doc/re2c.ad.in |
[moved from re2c/re2c.ad.in with 99% similarity] |
diff | blob | history |
re2c/examples/001_upn_calculator/README |
[moved from re2c/lessons/001_upn_calculator/readme.txt with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_001.re |
[moved from re2c/lessons/001_upn_calculator/calc_001.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_002.re |
[moved from re2c/lessons/001_upn_calculator/calc_002.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_003.re |
[moved from re2c/lessons/001_upn_calculator/calc_003.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_004.re |
[moved from re2c/lessons/001_upn_calculator/calc_004.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_005.re |
[moved from re2c/lessons/001_upn_calculator/calc_005.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_006.s.re |
[moved from re2c/lessons/001_upn_calculator/calc_006.s.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_007.b.re |
[moved from re2c/lessons/001_upn_calculator/calc_007.b.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/calc_008.b.re |
[moved from re2c/lessons/001_upn_calculator/calc_008.b.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/windows/HiResTimer.h |
[moved from re2c/lessons/001_upn_calculator/windows/HiResTimer.h with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/001_upn_calculator/windows/main.b.re |
[moved from re2c/lessons/001_upn_calculator/windows/main.b.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/002_strip_comments/README |
[moved from re2c/lessons/002_strip_comments/readme.txt with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/002_strip_comments/strip_001.s.re |
[moved from re2c/lessons/002_strip_comments/strip_001.s.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/002_strip_comments/strip_002.s.re |
[moved from re2c/lessons/002_strip_comments/strip_002.s.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/002_strip_comments/strip_003.b.re |
[moved from re2c/lessons/002_strip_comments/strip_003.b.re with 100% similarity, mode: 0644] |
blob | history |
re2c/examples/basemmap.c |
[deleted file] |
blob | history |
re2c/examples/cmmap.re |
[deleted file] |
blob | history |
re2c/examples/cnokw.re |
[deleted file] |
blob | history |
re2c/examples/cunroll.re |
[deleted file] |
blob | history |
re2c/examples/langs/c.re |
[moved from re2c/examples/c.re with 100% similarity] |
blob | history |
re2c/examples/langs/modula.re |
[moved from re2c/examples/modula.re with 98% similarity] |
diff | blob | history |
re2c/examples/langs/rexx.re |
[moved from re2c/examples/rexx/rexx.l with 100% similarity] |
blob | history |
re2c/examples/pp-c.re |
[deleted file] |
blob | history |
re2c/examples/push_model/push.re |
[moved from re2c/examples/push.re with 99% similarity] |
diff | blob | history |
re2c/examples/repeater.re |
[deleted file] |
blob | history |
re2c/examples/rexx/README |
[deleted file] |
blob | history |
re2c/examples/rexx/scanio.c |
[deleted file] |
blob | history |
re2c/examples/sample.re |
[deleted file] |
blob | history |
re2c/examples/simple.re |
[deleted file] |
blob | history |
re2c/htdocs/.gitignore |
[deleted file] |
blob | history |
re2c/lessons/.gitignore |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/.gitignore |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/.gitignore |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/BuildAndRun.bat |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/TestRe2c-2005.sln |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/TestRe2c-2005.vcproj |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/TestRe2c.dsp |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/TestRe2c.dsw |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/TestRe2c.sln |
[deleted file] |
blob | history |
re2c/lessons/001_upn_calculator/windows/TestRe2c.vcproj |
[deleted file] |
blob | history |
re2c/lessons/002_strip_comments/.gitignore |
[deleted file] |
blob | history |
re2c/lessons/readme.txt |
[deleted file] |
blob | history |
re2c/logo.pspimage |
[deleted file] |
blob | history |
re2c/makerpm.in |
[deleted file] |
blob | history |
re2c/re2c.rules |
[deleted file] |
blob | history |
re2c/re2c.spec.in |
[deleted file] |
blob | history |
re2c/release.sh |
|
diff | blob | history |
re2c/run_tests.sh.in |
|
diff | blob | history |
re2c/src/actions.cc |
[moved from re2c/actions.cc with 99% similarity] |
diff | blob | history |
re2c/src/c99_stdint.h |
[new file with mode: 0644] |
blob |
re2c/src/code.cc |
[moved from re2c/code.cc with 99% similarity] |
diff | blob | history |
re2c/src/code.h |
[moved from re2c/code.h with 97% similarity, mode: 0644] |
diff | blob | history |
re2c/src/code_names.cc |
[moved from re2c/code_names.cc with 85% similarity] |
diff | blob | history |
re2c/src/code_names.h |
[moved from re2c/code_names.h with 100% similarity] |
blob | history |
re2c/src/dfa.cc |
[moved from re2c/dfa.cc with 97% similarity] |
diff | blob | history |
re2c/src/dfa.h |
[moved from re2c/dfa.h with 99% similarity] |
diff | blob | history |
re2c/src/enc.cc |
[moved from re2c/enc.cc with 99% similarity] |
diff | blob | history |
re2c/src/enc.h |
[moved from re2c/enc.h with 98% similarity] |
diff | blob | history |
re2c/src/free_list.h |
[moved from re2c/free_list.h with 100% similarity] |
blob | history |
re2c/src/globals.h |
[moved from re2c/globals.h with 95% similarity] |
diff | blob | history |
re2c/src/go.h |
[moved from re2c/go.h with 98% similarity] |
diff | blob | history |
re2c/src/go_construct.cc |
[moved from re2c/go_construct.cc with 99% similarity] |
diff | blob | history |
re2c/src/go_destruct.cc |
[moved from re2c/go_destruct.cc with 95% similarity] |
diff | blob | history |
re2c/src/go_emit.cc |
[moved from re2c/go_emit.cc with 98% similarity] |
diff | blob | history |
re2c/src/go_used_labels.cc |
[moved from re2c/go_used_labels.cc with 97% similarity] |
diff | blob | history |
re2c/src/indent.h |
[moved from re2c/indent.h with 90% similarity] |
diff | blob | history |
re2c/src/input.cc |
[moved from re2c/input.cc with 93% similarity] |
diff | blob | history |
re2c/src/input.h |
[moved from re2c/input.h with 92% similarity] |
diff | blob | history |
re2c/src/input_api.cc |
[moved from re2c/input_api.cc with 97% similarity] |
diff | blob | history |
re2c/src/input_api.h |
[moved from re2c/input_api.h with 96% similarity] |
diff | blob | history |
re2c/src/ins.h |
[moved from re2c/ins.h with 95% similarity] |
diff | blob | history |
re2c/src/main.cc |
[moved from re2c/main.cc with 98% similarity] |
diff | blob | history |
re2c/src/mbo_getopt.cc |
[moved from re2c/mbo_getopt.cc with 99% similarity, mode: 0644] |
diff | blob | history |
re2c/src/mbo_getopt.h |
[moved from re2c/mbo_getopt.h with 100% similarity, mode: 0644] |
blob | history |
re2c/src/output.cc |
[moved from re2c/output.cc with 98% similarity] |
diff | blob | history |
re2c/src/output.h |
[moved from re2c/output.h with 98% similarity] |
diff | blob | history |
re2c/src/parser.h |
[moved from re2c/parser.h with 90% similarity] |
diff | blob | history |
re2c/src/parser.ypp |
[moved from re2c/parser.y with 99% similarity] |
diff | blob | history |
re2c/src/print.cc |
[moved from re2c/print.cc with 98% similarity] |
diff | blob | history |
re2c/src/print.h |
[moved from re2c/print.h with 90% similarity] |
diff | blob | history |
re2c/src/range.cc |
[moved from re2c/range.cc with 97% similarity] |
diff | blob | history |
re2c/src/range.h |
[moved from re2c/range.h with 93% similarity] |
diff | blob | history |
re2c/src/range_suffix.cc |
[moved from re2c/range_suffix.cc with 89% similarity] |
diff | blob | history |
re2c/src/range_suffix.h |
[moved from re2c/range_suffix.h with 90% similarity] |
diff | blob | history |
re2c/src/re.h |
[moved from re2c/re.h with 97% similarity] |
diff | blob | history |
re2c/src/scanner.h |
[moved from re2c/scanner.h with 95% similarity] |
diff | blob | history |
re2c/src/scanner.re |
[moved from re2c/scanner.re with 98% similarity] |
diff | blob | history |
re2c/src/skeleton.cc |
[moved from re2c/skeleton.cc with 99% similarity] |
diff | blob | history |
re2c/src/skeleton.h |
[moved from re2c/skeleton.h with 98% similarity] |
diff | blob | history |
re2c/src/smart_ptr.h |
[moved from re2c/smart_ptr.h with 100% similarity] |
blob | history |
re2c/src/substr.cc |
[moved from re2c/substr.cc with 93% similarity] |
diff | blob | history |
re2c/src/substr.h |
[moved from re2c/substr.h with 94% similarity] |
diff | blob | history |
re2c/src/token.h |
[moved from re2c/token.h with 97% similarity] |
diff | blob | history |
re2c/src/translate.cc |
[moved from re2c/translate.cc with 89% similarity] |
diff | blob | history |
re2c/src/utf16.cc |
[moved from re2c/utf16.cc with 90% similarity] |
diff | blob | history |
re2c/src/utf16.h |
[moved from re2c/utf16.h with 96% similarity] |
diff | blob | history |
re2c/src/utf16_range.cc |
[moved from re2c/utf16_range.cc with 98% similarity] |
diff | blob | history |
re2c/src/utf16_range.h |
[moved from re2c/utf16_range.h with 90% similarity] |
diff | blob | history |
re2c/src/utf16_regexp.cc |
[moved from re2c/utf16_regexp.cc with 90% similarity] |
diff | blob | history |
re2c/src/utf16_regexp.h |
[moved from re2c/utf16_regexp.h with 90% similarity] |
diff | blob | history |
re2c/src/utf8.cc |
[moved from re2c/utf8.cc with 98% similarity] |
diff | blob | history |
re2c/src/utf8.h |
[moved from re2c/utf8.h with 97% similarity] |
diff | blob | history |
re2c/src/utf8_range.cc |
[moved from re2c/utf8_range.cc with 98% similarity] |
diff | blob | history |
re2c/src/utf8_range.h |
[moved from re2c/utf8_range.h with 87% similarity] |
diff | blob | history |
re2c/src/utf8_regexp.cc |
[moved from re2c/utf8_regexp.cc with 91% similarity] |
diff | blob | history |
re2c/src/utf8_regexp.h |
[moved from re2c/utf8_regexp.h with 90% similarity] |
diff | blob | history |
re2c/test/.gitignore |
[deleted file] |
blob | history |
re2c/test/bug1054496.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1054496.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1163046.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1163046.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1187785.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1187785.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1297658.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1390174.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1390174.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1454253.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1454253.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1454253.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1454253.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1454253b.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1454253b.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.b.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1472770.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1479044.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1479044.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1479044.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1479044.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1479044.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1528269.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1528269.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1529351.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1682718.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1682718.is.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1682718.is.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1682718.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1708378.ib.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1708378.ib.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug1711240.ei.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138.i.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138.i.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138.i.txt |
[deleted file] |
blob | history |
re2c/test/bug2102138a.ei.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138a.ei.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138a.ei.txt |
[deleted file] |
blob | history |
re2c/test/bug2102138b.ei.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138b.ei.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138b.ei.txt |
[deleted file] |
blob | history |
re2c/test/bug2102138c.ei.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138c.ei.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2102138c.ei.txt |
[deleted file] |
blob | history |
re2c/test/bug2462777.ci.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/bug2462777.i.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/calc_001.c |
[moved from re2c/lessons/001_upn_calculator/calc_001.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_001.dei.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/calc_001.ei.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/calc_001.re |
[new file with mode: 0644] |
blob |
re2c/test/calc_002.c |
[moved from re2c/lessons/001_upn_calculator/calc_002.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_002.re |
[new file with mode: 0644] |
blob |
re2c/test/calc_003.c |
[moved from re2c/lessons/001_upn_calculator/calc_003.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_003.re |
[new file with mode: 0644] |
blob |
re2c/test/calc_004.c |
[moved from re2c/lessons/001_upn_calculator/calc_004.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_004.re |
[new file with mode: 0644] |
blob |
re2c/test/calc_005.c |
[moved from re2c/lessons/001_upn_calculator/calc_005.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_005.re |
[new file with mode: 0644] |
blob |
re2c/test/calc_006.s.c |
[moved from re2c/lessons/001_upn_calculator/calc_006.s.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_006.s.re |
[new file with mode: 0644] |
blob |
re2c/test/calc_007.b.c |
[moved from re2c/lessons/001_upn_calculator/calc_007.b.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_007.b.re |
[new file with mode: 0644] |
blob |
re2c/test/calc_008.b.c |
[moved from re2c/lessons/001_upn_calculator/calc_008.b.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/calc_008.b.re |
[new file with mode: 0644] |
blob |
re2c/test/casing-flags.i--case-insensitive.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/casing-flags.i--case-insensitive.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/casing-flags.i--case-inverted.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/casing-flags.i--case-inverted.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/casing-flags.i.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/casing-flags.i.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_00.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_00.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_01.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_01.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_02.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_02.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_03.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_03.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_04.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_04.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_05.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_05.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_06.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_06.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_07.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_07.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_08.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_08.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_09.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_09.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_10.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_10.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_11.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cond_error_11.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_01.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_01.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_01a.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_01a.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_01b.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_01b.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_02.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_02.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_02.cg.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_02.cg.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_03.cg.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_03.cg.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_04.cg.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_04.cg.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cg.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cg.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cgitcondition_05.cgit.h.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cgitcondition_05.cgit.h.h |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cgitcondition_05.cgit.h.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cgtcondition_05.cgt.h.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cgtcondition_05.cgt.h.h |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cgtcondition_05.cgt.h.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cs.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_05.cs.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_06.cs.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_06.cs.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_07.cbi.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_07.cbi.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_08.cbi.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_08.cbif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_09.cbif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_09.cgif.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_09.cgif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_10.cgif.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_10.cgif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_11.cg.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_11.cg.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_12.cgif.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_12.cgif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_13.cg.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_13.cg.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_14.cbif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_14.cgif.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_14.cgif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_14.cif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_14.csif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/condition_15.csif.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config1.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config1.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config10.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config10.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config11.ei.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config11.ei.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config2.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config2.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config3.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config3.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4a.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4a.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4b.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4b.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4c.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4c.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4d.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4d.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4e.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4e.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4f.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4f.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4g.ifs.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config4g.ifs.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config5.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config5.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config6.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config6.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config7a.g.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config7a.g.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config7b.g.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config7b.g.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config8.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config8.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config9.b.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/config9.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/ctx.b.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/ctx.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/ctx.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/ctx.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/ctx.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/ctx.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.u.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.ub.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.w.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/cvsignore.wb.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error1.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error1.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error10.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error10.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error11.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error11.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error12.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error12.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error13.1.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error13.1.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error13.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error13.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error14.1.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error14.1.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error14.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error14.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error2.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error2.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error3.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error3.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error4.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error4.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error5.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error5.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error6.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error6.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error7.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error7.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error8.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error8.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error9.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/error9.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/flex-01.i.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/flex-01.i.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/flex-01.iF.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/flex-01.iF.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input10.b.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input10.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input10.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input10.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input10.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input10.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.b.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.i.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.i.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input11.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input12.boinput12.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input12.boinput12.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input12.oinput12.c.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input12.oinput12.c.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input13.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input13.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input4.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input4.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input5.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input5.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input6.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input6.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input7.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input7.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input8.b.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input8.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input8.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input8.g.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input8.g.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input8.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input9.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/input9.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/line-01.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/line-01.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/main.b.c |
[moved from re2c/lessons/001_upn_calculator/windows/main.b.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/main.b.re |
[new file with mode: 0644] |
blob |
re2c/test/overflow-1.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/overflow-1.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/overflow-2.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/overflow-2.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/overflow-3.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/overflow-3.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/overflow-4.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/overflow-4.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date.b.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date.db.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date.g.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date.g.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/parse_date_1_78.db.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.f.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.f.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.fb.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.fb.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.fg.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.fg.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.fs.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.fs.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/push.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-00.cgi.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-00.cgi.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-01.cgir.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-01.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-02.cgir.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-02.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-03.cgir.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-03.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-04.cgir.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-04.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-05.cgir.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-05.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-06.gir.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-06.gir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-07.gir.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-07.gir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/repeat-07_error.gir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/reuse_conds_default_0.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/reuse_conds_default_1.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/reuse_conds_setup_0.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/reuse_conds_setup_1.cgir.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/rexx.c |
[new file with mode: 0644] |
blob |
re2c/test/rexx.re |
[new file with mode: 0644] |
blob |
re2c/test/scanner.fs.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/scanner.fs.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/scanner.s.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/scanner.s.re |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/strip_001.s.c |
[moved from re2c/lessons/002_strip_comments/strip_001.s.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/strip_001.s.re |
[new file with mode: 0644] |
blob |
re2c/test/strip_002.s.c |
[moved from re2c/lessons/002_strip_comments/strip_002.s.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/strip_002.s.re |
[new file with mode: 0644] |
blob |
re2c/test/strip_003.b.c |
[moved from re2c/lessons/002_strip_comments/strip_003.b.c with 100% similarity, mode: 0644] |
blob | history |
re2c/test/strip_003.b.re |
[new file with mode: 0644] |
blob |
re2c/test/yyaccept_missing.bci.c |
[changed mode: 0755->0644]
|
blob | history |
re2c/test/yyaccept_missing.bci.re |
[changed mode: 0755->0644]
|
blob | history |