Commit Graph

  • 7efba85b56 Change lengths to PCRE2_SIZE and revise OP_RECURSE processing. Philip.Hazel 2014-08-16 09:46:58 +0000
  • d108fc47ad Adjust svn properties to ignore coverage files. Philip.Hazel 2014-08-15 16:17:23 +0000
  • 7770350034 Remove (possibly temporarily) byte-ordering functions (which were dummies anyway), to be thought about later. Philip.Hazel 2014-08-15 10:07:50 +0000
  • 415cf1a40e Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of int. Philip.Hazel 2014-08-15 09:55:18 +0000
  • 8397209c5b Specifying that the pcre2_memctl block must be at the start of all relevant blocks simplifies the code. Philip.Hazel 2014-08-15 09:19:04 +0000
  • d631f4025c Remove save/load from pcre2test, as they will not be implemented just yet (if at all). Philip.Hazel 2014-08-12 17:41:11 +0000
  • 803c38f004 Add PCRE2_CONFIG_UNICODE_VERSION to give the Unicode version string. Philip.Hazel 2014-08-12 09:48:56 +0000
  • 059a8ebfe4 Re-arrange option bits and fix bad indentation. Philip.Hazel 2014-08-11 18:43:15 +0000
  • 732927337e Enable RunTest when "make check" is obeyed. Philip.Hazel 2014-08-11 18:30:24 +0000
  • 1ee50d75e5 Remove src/config.h.in from version control. Philip.Hazel 2014-08-11 18:26:05 +0000
  • 19153b31a9 Remove generated m4 files from version control. Philip.Hazel 2014-08-11 18:23:02 +0000
  • bcfa6a7d5b Don't say "No options" or "No first/last code unit"; simplifies pcre2test output. Philip.Hazel 2014-08-10 16:32:58 +0000
  • 4d228f42ce Update SVN ignores. Philip.Hazel 2014-08-10 16:20:23 +0000
  • b6b9087081 Multi-config tests (without JIT) now work. Philip.Hazel 2014-08-10 16:09:24 +0000
  • fa89e0d74b Test tweak. Philip.Hazel 2014-08-08 18:21:05 +0000
  • 55967f9a4f Preparatory work for JIT. Philip.Hazel 2014-08-08 18:18:18 +0000
  • b7c5d02b3d Fix stack overflow bug, copying fix from PCRE1. Philip.Hazel 2014-08-08 15:36:18 +0000
  • 896e6051ab Abolish 'D' abbrevation for 'debug'. Philip.Hazel 2014-08-07 16:57:28 +0000
  • f40fba5dc8 Adjust tests for PCRE/Perl anomalies in character properties & fix one bug. Philip.Hazel 2014-08-06 17:33:14 +0000
  • fd555f266c Test tidies and additional tests. Philip.Hazel 2014-08-06 09:35:11 +0000
  • e022475d54 All tests except JIT and save/reload are implemented. Philip.Hazel 2014-08-05 16:51:32 +0000
  • e2076960d4 Changes to pcre2test single-letter modifiers. Philip.Hazel 2014-08-03 18:15:32 +0000
  • 8792477279 Add more tests. Philip.Hazel 2014-08-03 17:50:08 +0000
  • 2addfec25d Test 4 installed (combines old tests 4 and 6) Philip.Hazel 2014-07-25 16:35:51 +0000
  • cd9fc139cd Tidy up test 3. Philip.Hazel 2014-07-25 09:36:50 +0000
  • 1f9e6eb439 Test 3 (locale test) converted. Philip.Hazel 2014-07-24 18:01:11 +0000
  • 017b6a1624 Tests 1 and 2 are converted (but without save/restore). Philip.Hazel 2014-07-24 16:32:38 +0000
  • 1701838220 Enable pcre2grep tests. Philip.Hazel 2014-07-15 08:49:45 +0000
  • 7854bf34b3 Implement pcre2grep and its test. Philip.Hazel 2014-07-15 08:46:12 +0000
  • 3d0229c097 Add -dfa command line option to pcre2test. Philip.Hazel 2014-07-05 16:02:10 +0000
  • cfea40d7b5 DFA matching is starting to work. Philip.Hazel 2014-07-05 11:09:59 +0000
  • 0188214a63 Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET for offset values. Philip.Hazel 2014-07-04 16:26:09 +0000
  • b33a39fb15 Convert pcredemo to pcre2demo. Philip.Hazel 2014-06-30 19:01:12 +0000
  • f7377a58bb Runtime memory testing and finding match limits are working. Philip.Hazel 2014-06-30 17:01:40 +0000
  • 04abdb7105 Callout testing in pcre2test is now working. Philip.Hazel 2014-06-30 10:56:11 +0000
  • 38b570f99d The pcre2_match() function's basic facilities are working (though hardly tested). Philip.Hazel 2014-06-28 14:23:18 +0000
  • 06aa11b428 Miscellanous name tidies. Philip.Hazel 2014-06-24 15:47:33 +0000
  • 99a5f1b2a9 Improve consistency in #defined names, in particular with regard to underscores. Philip.Hazel 2014-06-24 15:30:10 +0000
  • 4739ccde40 Allow \R and newline handling to be specified at match time (as for PCRE1). Philip.Hazel 2014-06-24 09:51:58 +0000
  • 200ca3f1b4 Add --version as a pcre2test option, and add a comment to config. Philip.Hazel 2014-06-23 17:07:24 +0000
  • 2a1dc104ed Abolish pcre2_version(); add PCRE2_CONFIG_VERSION. Philip.Hazel 2014-06-23 16:41:29 +0000
  • e8bbba897d Tidies in pcre2.h Philip.Hazel 2014-06-22 14:08:59 +0000
  • 5008860489 Auto-possession and studying added; compile-time errors refactored. Philip.Hazel 2014-06-21 12:39:48 +0000
  • bf2bc83ed8 Update for Unicode 7.0.0 Philip.Hazel 2014-06-20 12:40:32 +0000
  • 1abd5a7f8d Basic pcre2_compile() is working (no study, no auto-possess yet). Philip.Hazel 2014-06-14 18:29:51 +0000
  • 2801d5d132 Update the two Python maintenance scripts for Python 3. Philip.Hazel 2014-06-03 16:26:20 +0000
  • 1b4bcb79ae Got pcre2test as far as it can go without real compile and match functions. Philip.Hazel 2014-05-20 18:48:43 +0000
  • d455d11b62 Preliminary documentation for pcre2test. Philip.Hazel 2014-05-18 16:33:18 +0000
  • 8e5a5acf51 As far as pcre2test can usefully go without a real library. Philip.Hazel 2014-05-13 15:58:29 +0000
  • 225992aa3a Further work on pcre2test (can now display compiled code). Philip.Hazel 2014-05-13 11:20:03 +0000
  • 9812ca8b0a More groundwork for pcre2test: POSIX support. Philip.Hazel 2014-04-30 16:55:24 +0000
  • 06ba06c763 Refactor the framework for revised API. Philip.Hazel 2014-04-18 15:37:56 +0000
  • f4174bab90 Create dummy framework for all functions and programs. Philip.Hazel 2014-03-07 17:28:52 +0000
  • 0fd300bf87 Some basic building infrastructure. Philip.Hazel 2014-02-28 09:40:55 +0000
  • 7d60040966 Add basic configuration files. Philip.Hazel 2014-02-20 19:17:05 +0000
  • 3dcd688d4e Test commit: placeholder README. Philip.Hazel 2014-02-18 10:50:52 +0000
  • 4a64b1d1bf Create a base for PCRE2 development Philip.Hazel 2014-02-18 10:48:27 +0000