Log of /code/trunk
Directory Listing
Revision
1019 -
Directory Listing
Modified
Mon Aug 27 13:15:02 2012 UTC
(8 years, 4 months ago)
by
ph10
Daniel Richard G's patch for checking POSIX threads when JIT is configure.
Revision
1018 -
Directory Listing
Modified
Mon Aug 27 11:20:22 2012 UTC
(8 years, 4 months ago)
by
ph10
Fix RunGrepTest so that it runs in a non-source build directory. Recent changes
broke it.
Revision
1017 -
Directory Listing
Modified
Sun Aug 26 16:30:50 2012 UTC
(8 years, 4 months ago)
by
ph10
Tidies to pcretest to ensure freeing memory and closing files.
Revision
1016 -
Directory Listing
Modified
Sun Aug 26 16:17:55 2012 UTC
(8 years, 4 months ago)
by
ph10
Style tidies to some scripts.
Revision
1015 -
Directory Listing
Modified
Sun Aug 26 16:07:14 2012 UTC
(8 years, 4 months ago)
by
ph10
Improve extended grapheme clusters using a bit table.
Revision
1014 -
Directory Listing
Modified
Sun Aug 26 04:53:49 2012 UTC
(8 years, 4 months ago)
by
zherczeg
Optimize register allocation of \X in JIT.
Revision
1013 -
Directory Listing
Modified
Sat Aug 25 16:50:00 2012 UTC
(8 years, 5 months ago)
by
ph10
Fix oversight in updated pcregrep test script.
Revision
1012 -
Directory Listing
Modified
Sat Aug 25 15:34:13 2012 UTC
(8 years, 5 months ago)
by
zherczeg
JIT support for extended grapheme cluster.
Revision
1011 -
Directory Listing
Modified
Sat Aug 25 11:36:15 2012 UTC
(8 years, 5 months ago)
by
ph10
Upgrade \X to match an extended grapheme cluster
Revision
1010 -
Directory Listing
Modified
Thu Aug 23 08:05:11 2012 UTC
(8 years, 5 months ago)
by
zherczeg
Final touches on capturing bracket optimization. (Recursion doesn't affect it)
Revision
1009 -
Directory Listing
Modified
Wed Aug 22 12:01:22 2012 UTC
(8 years, 5 months ago)
by
zherczeg
Improve the matching speed of capturing brackets.
Revision
1008 -
Directory Listing
Modified
Sat Aug 18 16:38:40 2012 UTC
(8 years, 5 months ago)
by
ph10
Fix missing backslash in PrepareRelease.
Revision
1007 -
Directory Listing
Modified
Fri Aug 17 16:47:49 2012 UTC
(8 years, 5 months ago)
by
ph10
Correct error concerning pcre_jit_compile.c in NON-AUTOTOOLS-BUILD, and clarify
that "by hand" is not relevant when CMake is used.
Revision
1006 -
Directory Listing
Modified
Fri Aug 17 16:37:50 2012 UTC
(8 years, 5 months ago)
by
ph10
Make it clear in comments in config.h that any value is OK for macros where
the tests are for defined/not-defined.
Revision
1005 -
Directory Listing
Modified
Fri Aug 17 16:20:31 2012 UTC
(8 years, 5 months ago)
by
ph10
Another stupid typo in pcregrep.
Revision
1004 -
Directory Listing
Modified
Fri Aug 17 08:26:17 2012 UTC
(8 years, 5 months ago)
by
ph10
Fix typos #DEFINE should be #define.
Revision
1003 -
Directory Listing
Modified
Wed Aug 15 16:45:36 2012 UTC
(8 years, 5 months ago)
by
ph10
Fix a number of issues in pcregrep.
Revision
1002 -
Directory Listing
Modified
Tue Aug 14 09:31:00 2012 UTC
(8 years, 5 months ago)
by
zherczeg
Some renamings
Revision
1001 -
Directory Listing
Modified
Wed Aug 8 10:18:25 2012 UTC
(8 years, 5 months ago)
by
ph10
Improve documentation of \c in EBCDIC mode.
Revision
1000 -
Directory Listing
Modified
Wed Aug 8 09:38:49 2012 UTC
(8 years, 5 months ago)
by
ph10
1000th commit! Update version to 8.32-RC1.
Revision
999 -
Directory Listing
Modified
Mon Aug 6 07:36:49 2012 UTC
(8 years, 5 months ago)
by
zherczeg
Variable renamings in the JIT compiler
Revision
998 -
Directory Listing
Modified
Fri Aug 3 11:45:53 2012 UTC
(8 years, 5 months ago)
by
zherczeg
Final touches on Power/PowerPC cache flush
Revision
997 -
Directory Listing
Modified
Fri Jul 27 11:31:03 2012 UTC
(8 years, 5 months ago)
by
zherczeg
Improved instruction cache flush for POWER/PowerPC
Revision
996 -
Directory Listing
Modified
Thu Jul 12 10:10:51 2012 UTC
(8 years, 6 months ago)
by
zherczeg
Improved cache flush for AIX
Revision
995 -
Directory Listing
Modified
Wed Jul 11 11:05:30 2012 UTC
(8 years, 6 months ago)
by
zherczeg
IBM AIX OS support for PPC
Revision
994 -
Directory Listing
Modified
Tue Jul 10 14:29:26 2012 UTC
(8 years, 6 months ago)
by
ph10
Fix patterns that incorrectly set "anchored" or "start of line" for .* inside
atomic parentheses or when *PRUNE or *SKIP is present.
Revision
993 -
Directory Listing
Modified
Tue Jul 10 04:33:00 2012 UTC
(8 years, 6 months ago)
by
zherczeg
Fix a firstline related bug introduced in r986, and use TMP3 as temporary storage for firstline
Revision
992 -
Directory Listing
Modified
Sun Jul 8 17:10:07 2012 UTC
(8 years, 6 months ago)
by
zherczeg
One more range optimization in the JIT compiler for case insensitive, English letter ranges
Revision
991 -
Directory Listing
Modified
Sun Jul 8 16:44:39 2012 UTC
(8 years, 6 months ago)
by
zherczeg
Rename the leave variable names to quit to improve WinCE compatibility.
Revision
990 -
Directory Listing
Modified
Sun Jul 8 16:32:22 2012 UTC
(8 years, 6 months ago)
by
zherczeg
Improved JIT compiler optimizations for character ranges.
Revision
989 -
Directory Listing
Modified
Sat Jul 7 11:11:02 2012 UTC
(8 years, 6 months ago)
by
zherczeg
Single character iterator optimizations in the JIT compiler.
Revision
988 -
Directory Listing
Modified
Sat Jul 7 08:21:14 2012 UTC
(8 years, 6 months ago)
by
ph10
Fix minor typo.
Revision
987 -
Directory Listing
Modified
Sat Jul 7 04:11:29 2012 UTC
(8 years, 6 months ago)
by
zherczeg
Supporting IBM XL C compilers for PPC architectures in the JIT compiler.
Revision
986 -
Directory Listing
Modified
Sat Jul 7 03:33:54 2012 UTC
(8 years, 6 months ago)
by
zherczeg
Improved JIT compiler optimizations
Revision
984 -
Directory Listing
Modified
Fri Jul 6 09:58:13 2012 UTC
(8 years, 6 months ago)
by
ph10
Final tidies for 8.31.
Revision
983 -
Directory Listing
Modified
Fri Jul 6 08:55:10 2012 UTC
(8 years, 6 months ago)
by
ph10
Fix 2 incorrect #ifdefs in pcre_study.c.
Revision
982 -
Directory Listing
Modified
Wed Jun 20 15:15:27 2012 UTC
(8 years, 7 months ago)
by
ph10
Source tidies for 8.31-RC2.
Revision
981 -
Directory Listing
Modified
Mon Jun 18 18:22:51 2012 UTC
(8 years, 7 months ago)
by
ph10
Rework and rename some of the docs about building methods.
Revision
980 -
Directory Listing
Modified
Mon Jun 18 16:47:14 2012 UTC
(8 years, 7 months ago)
by
ph10
Add libpcre.la to link commands for pcretest and pcregrep because this is
required in some OS for shared objects.
Revision
979 -
Directory Listing
Modified
Sun Jun 17 19:08:41 2012 UTC
(8 years, 7 months ago)
by
ph10
Fix DFA bug (3 cases) when UTF code was being obeyed in non-UTF mode.
Revision
978 -
Directory Listing
Modified
Sun Jun 17 16:55:07 2012 UTC
(8 years, 7 months ago)
by
ph10
Apply character value checks to \u.... in JavaScript mode, for compatibility
with \x{....} in non-JavaScript mode.
Revision
977 -
Directory Listing
Modified
Sun Jun 17 06:20:52 2012 UTC
(8 years, 7 months ago)
by
zherczeg
Optimizing single character iterators in JIT
Revision
976 -
Directory Listing
Modified
Sat Jun 16 17:53:17 2012 UTC
(8 years, 7 months ago)
by
ph10
Fix capture problem with repeated, empty-string-matching groups.
Revision
975 -
Directory Listing
Modified
Sat Jun 2 11:03:06 2012 UTC
(8 years, 7 months ago)
by
ph10
Document update for 8.31-RC1 test release.
Revision
974 -
Directory Listing
Modified
Sat Jun 2 05:56:58 2012 UTC
(8 years, 7 months ago)
by
zherczeg
Improve JIT code generation for greedy plus quantifier
Revision
973 -
Directory Listing
Modified
Fri Jun 1 18:38:40 2012 UTC
(8 years, 7 months ago)
by
ph10
Some tests were in the wrong files.
Revision
972 -
Directory Listing
Modified
Fri Jun 1 18:03:18 2012 UTC
(8 years, 7 months ago)
by
ph10
Documentation and other tidying for release.
Revision
971 -
Directory Listing
Modified
Fri Jun 1 16:29:43 2012 UTC
(8 years, 7 months ago)
by
ph10
Fix pcregrep build problem when bzip2 but not gzip was enabled.
Revision
970 -
Directory Listing
Modified
Sun May 27 05:28:19 2012 UTC
(8 years, 7 months ago)
by
zherczeg
Variable renamings in the PCRE-JIT compiler
Revision
969 -
Directory Listing
Modified
Sun May 27 04:33:38 2012 UTC
(8 years, 7 months ago)
by
zherczeg
Put spaces around SLJIT_PRINT_D in the JIT compiler
Revision
968 -
Directory Listing
Modified
Sat May 26 14:22:52 2012 UTC
(8 years, 8 months ago)
by
ph10
Spelling corrections in documentation.
Revision
967 -
Directory Listing
Modified
Mon May 14 07:36:39 2012 UTC
(8 years, 8 months ago)
by
zherczeg
cache flush for Apple devices
Revision
966 -
Directory Listing
Modified
Mon May 14 06:27:21 2012 UTC
(8 years, 8 months ago)
by
zherczeg
JIT compiler update
Revision
965 -
Directory Listing
Modified
Fri May 4 13:09:04 2012 UTC
(8 years, 8 months ago)
by
ph10
Doc fix: JIT supports MARK and COMMIT.
Revision
964 -
Directory Listing
Modified
Fri May 4 13:03:39 2012 UTC
(8 years, 8 months ago)
by
ph10
Check for overlong name in (*MARK) etc.
Revision
963 -
Directory Listing
Modified
Sat Apr 21 18:06:31 2012 UTC
(8 years, 9 months ago)
by
ph10
Fix ovector overrun when backreferences need temporary memory and the highest
block is not used.
Revision
962 -
Directory Listing
Modified
Fri Apr 20 17:28:23 2012 UTC
(8 years, 9 months ago)
by
ph10
Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables
specify characters in the range 127-255 are letters, spaces, etc.
Revision
961 -
Directory Listing
Modified
Fri Apr 20 11:49:13 2012 UTC
(8 years, 9 months ago)
by
ph10
Fix auto-possessify bugs for \s*\R and \S*R.
Revision
960 -
Directory Listing
Modified
Thu Apr 19 17:30:38 2012 UTC
(8 years, 9 months ago)
by
ph10
Fix long-standing DFA testing restart bug in pcretest, and add some
plausibility checks when restarting in pcre_dfa_exec().
Revision
959 -
Directory Listing
Modified
Sat Apr 14 16:16:58 2012 UTC
(8 years, 9 months ago)
by
ph10
Update documentation to clarify that UTF-8/16 checking is done on complete
strings before any other processing.
Revision
958 -
Directory Listing
Modified
Wed Apr 11 10:19:10 2012 UTC
(8 years, 9 months ago)
by
zherczeg
support NO_START_OPTIMIZE in JIT
Revision
957 -
Directory Listing
Modified
Wed Apr 4 16:18:29 2012 UTC
(8 years, 9 months ago)
by
ph10
Change man page link creation from -s to -sf.
Revision
956 -
Directory Listing
Modified
Wed Apr 4 05:35:52 2012 UTC
(8 years, 9 months ago)
by
zherczeg
JIT compiler update: fix x86-64 alignemnt issue
Revision
955 -
Directory Listing
Modified
Tue Apr 3 15:32:36 2012 UTC
(8 years, 9 months ago)
by
zherczeg
JIT compiler update
Revision
954 -
Directory Listing
Modified
Sat Mar 31 18:09:26 2012 UTC
(8 years, 9 months ago)
by
ph10
Add date and PCRE version to .TH macros of all man pages.
Revision
953 -
Directory Listing
Modified
Thu Mar 29 17:41:57 2012 UTC
(8 years, 9 months ago)
by
zherczeg
Fixed a bug for backward assertions with REVERSE 0 in the JIT compiler
Revision
952 -
Directory Listing
Modified
Fri Mar 16 12:59:30 2012 UTC
(8 years, 10 months ago)
by
zherczeg
comment fixes
Revision
951 -
Directory Listing
Modified
Thu Mar 15 07:15:02 2012 UTC
(8 years, 10 months ago)
by
zherczeg
JIT compiler update
Revision
950 -
Directory Listing
Modified
Sat Mar 10 09:23:27 2012 UTC
(8 years, 10 months ago)
by
ph10
Fix typo.
Revision
949 -
Directory Listing
Modified
Thu Mar 8 10:28:49 2012 UTC
(8 years, 10 months ago)
by
zherczeg
Rename madvise to posix_madvise
Revision
948 -
Directory Listing
Modified
Sun Mar 4 16:52:39 2012 UTC
(8 years, 10 months ago)
by
ph10
Forgot to update this test file.
Revision
947 -
Directory Listing
Modified
Sun Mar 4 16:51:13 2012 UTC
(8 years, 10 months ago)
by
ph10
Add support for binary files to pcregrep.
Revision
946 -
Directory Listing
Modified
Wed Feb 29 18:00:55 2012 UTC
(8 years, 10 months ago)
by
ph10
Tidy up this developer's test program and add more descriptive comments.
Revision
945 -
Directory Listing
Modified
Wed Feb 29 09:37:15 2012 UTC
(8 years, 10 months ago)
by
ph10
Fix typo in comment.
Revision
944 -
Directory Listing
Modified
Tue Feb 28 16:49:21 2012 UTC
(8 years, 10 months ago)
by
ph10
Added --file-list to pcregrep.
Revision
943 -
Directory Listing
Modified
Tue Feb 28 15:02:51 2012 UTC
(8 years, 10 months ago)
by
ph10
Update ucptest maintenance program for Unicode 6.1.0.
Revision
942 -
Directory Listing
Modified
Tue Feb 28 14:50:31 2012 UTC
(8 years, 10 months ago)
by
ph10
Update for Unicode 6.1.0.
Revision
941 -
Directory Listing
Modified
Tue Feb 28 11:33:34 2012 UTC
(8 years, 10 months ago)
by
zherczeg
(COMMIT*) is now supported by the JIT compiler
Revision
940 -
Directory Listing
Modified
Tue Feb 28 10:30:51 2012 UTC
(8 years, 10 months ago)
by
ph10
Previous patch to fix (*COMMIT) in assertions was bad; fix it.
Revision
939 -
Directory Listing
Modified
Sun Feb 26 17:21:43 2012 UTC
(8 years, 10 months ago)
by
ph10
CMake support for linking pcretest with libedit.
Revision
938 -
Directory Listing
Modified
Sun Feb 26 16:08:15 2012 UTC
(8 years, 10 months ago)
by
ph10
Add /usr/include/edit/readline/ as somewhere where editline's header might be.
Revision
937 -
Directory Listing
Modified
Sun Feb 26 15:58:56 2012 UTC
(8 years, 10 months ago)
by
ph10
Confine (*COMMIT) inside positive assertions, as documented.
Revision
936 -
Directory Listing
Modified
Sat Feb 25 17:02:23 2012 UTC
(8 years, 10 months ago)
by
ph10
Add support for linking pcretest with libedit instead of libreadline.
Revision
935 -
Directory Listing
Modified
Sat Feb 25 14:57:36 2012 UTC
(8 years, 10 months ago)
by
ph10
Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).
Revision
934 -
Directory Listing
Modified
Sat Feb 25 12:30:36 2012 UTC
(8 years, 11 months ago)
by
ph10
Stop (*COMMIT) escaping from a recursive subroutine call.
Revision
933 -
Directory Listing
Modified
Sat Feb 25 12:18:23 2012 UTC
(8 years, 11 months ago)
by
ph10
Applied Graycode's patch to use heap stack frames more efficiently.
Revision
932 -
Directory Listing
Modified
Fri Feb 24 18:54:43 2012 UTC
(8 years, 11 months ago)
by
ph10
Add support for PCRE_INFO_MAXLOOKBEHIND.
Revision
931 -
Directory Listing
Modified
Fri Feb 24 13:21:02 2012 UTC
(8 years, 11 months ago)
by
ph10
Make "RunTest list" list the tests without running them.
Revision
930 -
Directory Listing
Modified
Fri Feb 24 12:05:54 2012 UTC
(8 years, 11 months ago)
by
ph10
Improve documentation for (*MARK); update HTML.
Revision
929 -
Directory Listing
Modified
Fri Feb 24 11:07:47 2012 UTC
(8 years, 11 months ago)
by
zherczeg
(*MARK) support, set_SOM optimization and other fixes in JIT
Revision
928 -
Directory Listing
Modified
Thu Feb 23 17:57:01 2012 UTC
(8 years, 11 months ago)
by
ph10
Expand explanation of JIT stacks and threads.
Revision
927 -
Directory Listing
Modified
Wed Feb 22 15:15:08 2012 UTC
(8 years, 11 months ago)
by
ph10
Correct and tidy up comments relating to OP_NOT (no code changes).
Revision
926 -
Directory Listing
Modified
Wed Feb 22 15:01:32 2012 UTC
(8 years, 11 months ago)
by
ph10
Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT
callback. Removed the PCRE_EXTRA_USED_JIT flag.
Revision
925 -
Directory Listing
Modified
Wed Feb 22 14:24:56 2012 UTC
(8 years, 11 months ago)
by
ph10
Upgrade DFA support to handle OP_NOTI with multibyte characters (other related
opcodes were OK).
Revision
924 -
Directory Listing
Modified
Wed Feb 22 10:23:56 2012 UTC
(8 years, 11 months ago)
by
zherczeg
OP_NOT now supports any UTF character
Revision
923 -
Directory Listing
Modified
Tue Feb 21 13:25:05 2012 UTC
(8 years, 11 months ago)
by
ph10
Make it possible for pcretest to select which JIT compile options are used.
Revision
922 -
Directory Listing
Modified
Mon Feb 20 18:44:42 2012 UTC
(8 years, 11 months ago)
by
ph10
Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ and
-s++ to pcretest to show whether JIT was used or not.
Revision
921 -
Directory Listing
Modified
Sat Feb 18 18:45:55 2012 UTC
(8 years, 11 months ago)
by
ph10
Update documentation for partial matching support in JIT.
Revision
920 -
Directory Listing
Modified
Sat Feb 18 08:35:01 2012 UTC
(8 years, 11 months ago)
by
zherczeg
fixing OP_ANY soft partial matching and improving local stack management in JIT
Revision
919 -
Directory Listing
Modified
Fri Feb 17 11:48:02 2012 UTC
(8 years, 11 months ago)
by
ph10
Fix partial match issues with CRLF and \r, and update tests.
Revision
918 -
Directory Listing
Modified
Thu Feb 16 06:39:20 2012 UTC
(8 years, 11 months ago)
by
zherczeg
Handle remaining partial matching cases in JIT
Revision
917 -
Directory Listing
Modified
Wed Feb 15 10:02:34 2012 UTC
(8 years, 11 months ago)
by
ph10
DFA tests for partial matching bug fixes.
Revision
916 -
Directory Listing
Modified
Wed Feb 15 09:50:53 2012 UTC
(8 years, 11 months ago)
by
ph10
Fix several partial matching bugs for backrefs, \R, \X, and CRLF line endings.
Revision
915 -
Directory Listing
Modified
Tue Feb 14 13:05:39 2012 UTC
(8 years, 11 months ago)
by
zherczeg
Improved \X and back reference partial matching
Revision
914 -
Directory Listing
Modified
Mon Feb 13 06:04:50 2012 UTC
(8 years, 11 months ago)
by
zherczeg
Partial matching support is added to the JIT compiler
Revision
913 -
Directory Listing
Modified
Sun Feb 12 17:06:59 2012 UTC
(8 years, 11 months ago)
by
ph10
Add a cast to fix a compiler warning.
Revision
912 -
Directory Listing
Modified
Sun Feb 12 16:53:39 2012 UTC
(8 years, 11 months ago)
by
ph10
Remove bashism from the RunTest script.
Revision
911 -
Directory Listing
Modified
Fri Feb 10 08:05:30 2012 UTC
(8 years, 11 months ago)
by
zherczeg
Fixing a wrong JIT test case
Revision
909 -
Directory Listing
Modified
Sat Feb 4 15:01:47 2012 UTC
(8 years, 11 months ago)
by
ph10
Final source and document tidies for 8.30.
Revision
908 -
Directory Listing
Modified
Mon Jan 30 12:19:29 2012 UTC
(8 years, 11 months ago)
by
ph10
One more cast to avoid compiler warning about 'const'.
Revision
907 -
Directory Listing
Modified
Fri Jan 27 11:12:31 2012 UTC
(8 years, 11 months ago)
by
ph10
Man page symbolic links should be relative, not absolute.
Revision
906 -
Directory Listing
Modified
Tue Jan 24 09:55:16 2012 UTC
(9 years ago)
by
zherczeg
opcode lengths must be private for printint and fixed some compiler warnings
Revision
905 -
Directory Listing
Modified
Mon Jan 23 19:26:03 2012 UTC
(9 years ago)
by
zherczeg
fix local symbol issues in pcre_printint.c
Revision
904 -
Directory Listing
Modified
Mon Jan 23 17:30:49 2012 UTC
(9 years ago)
by
ph10
Additional casts to avoid compiler warnings, originally from a MS compiler, but
also given by gcc if you turn on enough warnings.
Revision
903 -
Directory Listing
Modified
Sat Jan 21 16:37:17 2012 UTC
(9 years ago)
by
ph10
Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building
symbolic links to man pages.
Revision
902 -
Directory Listing
Modified
Sat Jan 21 15:59:35 2012 UTC
(9 years ago)
by
ph10
Documentation clarification.
Revision
901 -
Directory Listing
Modified
Sat Jan 21 15:47:59 2012 UTC
(9 years ago)
by
ph10
More tidies and documentation for stack frame measurement.
Revision
900 -
Directory Listing
Modified
Fri Jan 20 15:20:54 2012 UTC
(9 years ago)
by
ph10
Add two new tests to the distribution.
Revision
898 -
Directory Listing
Modified
Fri Jan 20 14:25:21 2012 UTC
(9 years ago)
by
ph10
Formatting tidy
Revision
897 -
Directory Listing
Modified
Fri Jan 20 14:24:02 2012 UTC
(9 years ago)
by
ph10
Move 16-bit pre-compiled reloading tests to separate files that are run only
when the link size is 2.
Revision
896 -
Directory Listing
Modified
Fri Jan 20 12:22:48 2012 UTC
(9 years ago)
by
ph10
Update version number and date.
Revision
895 -
Directory Listing
Modified
Fri Jan 20 12:12:03 2012 UTC
(9 years ago)
by
ph10
Modified, and made non-default the stack size info experimental code.
Revision
894 -
Directory Listing
Modified
Fri Jan 20 11:58:19 2012 UTC
(9 years ago)
by
ph10
Avoid compiler warning when UTF not configured.
Revision
893 -
Directory Listing
Modified
Thu Jan 19 17:15:11 2012 UTC
(9 years ago)
by
ph10
Experimental stack size determination.
Revision
892 -
Directory Listing
Modified
Wed Jan 18 17:23:20 2012 UTC
(9 years ago)
by
ph10
Put top level heap frame on the stack.
Revision
891 -
Directory Listing
Modified
Wed Jan 18 16:26:18 2012 UTC
(9 years ago)
by
ph10
Fix indentation error.
Revision
890 -
Directory Listing
Modified
Wed Jan 18 16:25:19 2012 UTC
(9 years ago)
by
ph10
Add PCRE_CONFIG_JITTARGET output to pcretest -C.
Revision
889 -
Directory Listing
Modified
Tue Jan 17 14:51:50 2012 UTC
(9 years ago)
by
ph10
More portable way of linking pcretest with -lreadline.
Revision
888 -
Directory Listing
Modified
Tue Jan 17 14:43:23 2012 UTC
(9 years ago)
by
ph10
Fix MARK bug for assertions.
Revision
887 -
Directory Listing
Modified
Tue Jan 17 14:32:32 2012 UTC
(9 years ago)
by
ph10
Document PCRE_CONFIG_JITTARGET
Revision
886 -
Directory Listing
Modified
Tue Jan 17 14:25:07 2012 UTC
(9 years ago)
by
ph10
CMake parses version information out of configure.ac instead of relying on
pcre.h.generic.
Revision
885 -
Directory Listing
Modified
Tue Jan 17 14:12:47 2012 UTC
(9 years ago)
by
ph10
Make AM_SILENT_RULES conditional.
Revision
884 -
Directory Listing
Modified
Tue Jan 17 11:52:43 2012 UTC
(9 years ago)
by
zherczeg
JIT test prints cpu info
Revision
883 -
Directory Listing
Modified
Mon Jan 16 08:35:42 2012 UTC
(9 years ago)
by
zherczeg
Fix compiler warnings
Revision
882 -
Directory Listing
Modified
Sun Jan 15 18:45:27 2012 UTC
(9 years ago)
by
ph10
Fix nested *MARK bug (nothing shown for /(?=(*:x))((*:y)q|)/ etc.)
Revision
881 -
Directory Listing
Modified
Sun Jan 15 18:07:05 2012 UTC
(9 years ago)
by
ph10
Get rid of a number of -Wunused-but-set-variable compiler warnings.
Revision
880 -
Directory Listing
Modified
Sun Jan 15 17:23:37 2012 UTC
(9 years ago)
by
zherczeg
JIT compiler update (rename GENERAL to SAVED)
Revision
879 -
Directory Listing
Modified
Sun Jan 15 15:50:06 2012 UTC
(9 years ago)
by
ph10
Avoid compiler warning when neither SUPPORT_LIBZ nor SUPPORT_LIBZ2 is set.
Revision
878 -
Directory Listing
Modified
Sun Jan 15 15:44:47 2012 UTC
(9 years ago)
by
ph10
Fix HTML documentation and rebuild.
Revision
877 -
Directory Listing
Modified
Sun Jan 15 12:20:28 2012 UTC
(9 years ago)
by
ph10
Tidy layout in pcre_jit_stack_alloc.3; switch on AM_SILENT_RULES in
configure.ac; arrange for soft links for function man pages.
Revision
876 -
Directory Listing
Modified
Sun Jan 15 09:29:56 2012 UTC
(9 years ago)
by
zherczeg
fix help text in configure.ac
Revision
875 -
Directory Listing
Modified
Sat Jan 14 17:05:53 2012 UTC
(9 years ago)
by
zherczeg
JIT compiler update
Revision
874 -
Directory Listing
Modified
Sat Jan 14 17:03:15 2012 UTC
(9 years ago)
by
ph10
Maintenance notes update
Revision
873 -
Directory Listing
Modified
Sat Jan 14 16:45:24 2012 UTC
(9 years ago)
by
ph10
Documentation minor edits.
Revision
872 -
Directory Listing
Modified
Sat Jan 14 16:27:27 2012 UTC
(9 years ago)
by
ph10
Make pcre[16]_config set 0 in the data field when it returns BADOPTION because
PCRE_INFO_UTF8/16 has been called in the wrong library.
Revision
871 -
Directory Listing
Modified
Sat Jan 14 16:20:44 2012 UTC
(9 years ago)
by
ph10
Fix issues with UTF-8 in the Perl checking script.
Revision
870 -
Directory Listing
Modified
Sat Jan 14 11:23:25 2012 UTC
(9 years ago)
by
ph10
Documentation correction.
Revision
869 -
Directory Listing
Modified
Sat Jan 14 11:16:23 2012 UTC
(9 years ago)
by
ph10
Bring HTML docs up to date.
Revision
868 -
Directory Listing
Modified
Fri Jan 13 17:16:32 2012 UTC
(9 years ago)
by
ph10
The last of the 16-bit documentation major updates.
Revision
867 -
Directory Listing
Modified
Fri Jan 13 13:34:07 2012 UTC
(9 years ago)
by
zherczeg
JIT compiler update
Revision
866 -
Directory Listing
Modified
Fri Jan 13 12:30:12 2012 UTC
(9 years ago)
by
ph10
Updated documentation for 16-bit.
Revision
865 -
Directory Listing
Modified
Fri Jan 13 11:28:41 2012 UTC
(9 years ago)
by
ph10
Remove SUPPORT_UTF8 and make small changes to the comments.
Revision
864 -
Directory Listing
Modified
Fri Jan 13 04:58:55 2012 UTC
(9 years ago)
by
zherczeg
cmake support for out of source builds by Stephen Kelly
Revision
863 -
Directory Listing
Modified
Thu Jan 12 19:19:56 2012 UTC
(9 years ago)
by
zherczeg
16 bit support for cmake and RunTest.bat
Revision
862 -
Directory Listing
Modified
Wed Jan 11 16:07:32 2012 UTC
(9 years ago)
by
ph10
Diagnose more than 8 hex digits in \x{...} in pcretest data lines.
Revision
861 -
Directory Listing
Modified
Tue Jan 10 14:54:28 2012 UTC
(9 years ago)
by
ph10
Documentation.
Revision
860 -
Directory Listing
Modified
Mon Jan 9 20:12:58 2012 UTC
(9 years ago)
by
zherczeg
rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler update
Revision
859 -
Directory Listing
Modified
Mon Jan 9 17:43:54 2012 UTC
(9 years ago)
by
ph10
Documentation.
Revision
858 -
Directory Listing
Modified
Sun Jan 8 17:55:38 2012 UTC
(9 years ago)
by
ph10
Documentation updates.
Revision
857 -
Directory Listing
Modified
Sat Jan 7 17:39:10 2012 UTC
(9 years ago)
by
ph10
Documentation.
Revision
856 -
Directory Listing
Modified
Sat Jan 7 17:02:55 2012 UTC
(9 years ago)
by
ph10
Documentation updates.
Revision
855 -
Directory Listing
Modified
Fri Jan 6 15:08:49 2012 UTC
(9 years ago)
by
ph10
Update for revised API.
Revision
854 -
Directory Listing
Modified
Fri Jan 6 14:40:33 2012 UTC
(9 years ago)
by
ph10
Typos in comments.
Revision
853 -
Directory Listing
Modified
Fri Jan 6 13:48:54 2012 UTC
(9 years ago)
by
ph10
Remove pcre_info.c, add pcre_string_utils.c to list of sources.
Revision
852 -
Directory Listing
Modified
Thu Jan 5 19:18:12 2012 UTC
(9 years ago)
by
zherczeg
Add pcre16 prefix to 16 bit structs
Revision
851 -
Directory Listing
Modified
Thu Jan 5 17:57:28 2012 UTC
(9 years ago)
by
ph10
Update libpcre_version for change of API, and add libpcre16_version.
Revision
850 -
Directory Listing
Modified
Wed Jan 4 17:29:11 2012 UTC
(9 years ago)
by
zherczeg
add pcre16_callout_block and pcre16_extra
Revision
849 -
Directory Listing
Modified
Wed Jan 4 17:02:01 2012 UTC
(9 years ago)
by
ph10
Allow octal escapes up to \777 in 16-bit non-UTF mode.
Revision
848 -
Directory Listing
Modified
Wed Jan 4 16:34:01 2012 UTC
(9 years ago)
by
ph10
Tidy compile-time error messages for 16-bit.
Revision
847 -
Directory Listing
Modified
Tue Jan 3 17:49:03 2012 UTC
(9 years ago)
by
zherczeg
fix signed/unsigned half load mismatches and JIT compiler update
Revision
846 -
Directory Listing
Modified
Tue Jan 3 13:57:27 2012 UTC
(9 years ago)
by
ph10
Documentation update for 16-bit.
Revision
845 -
Directory Listing
Modified
Sun Jan 1 20:49:28 2012 UTC
(9 years ago)
by
zherczeg
fix the name of pcre16_refcount
Revision
844 -
Directory Listing
Modified
Sun Jan 1 15:53:39 2012 UTC
(9 years ago)
by
ph10
Remove prototype for pcre[16]_info.
Revision
843 -
Directory Listing
Modified
Sun Jan 1 14:36:56 2012 UTC
(9 years ago)
by
ph10
Update pcre-config for 16-bit library and correct type on libpcre16.pc.in.
Revision
842 -
Directory Listing
Modified
Sat Dec 31 15:19:04 2011 UTC
(9 years ago)
by
ph10
Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and
RunGrepTest when building in non-source directory; problem in pcretest when no
UTF or 16-bit support; other tidies consequent on building a tarball.
Revision
841 -
Directory Listing
Modified
Sat Dec 31 07:04:43 2011 UTC
(9 years ago)
by
zherczeg
use unsigned short for 16 bit strings and a minor fix
Revision
840 -
Directory Listing
Modified
Fri Dec 30 19:32:50 2011 UTC
(9 years ago)
by
ph10
16-bit update of non-man documentation files and the PrepareRelease script.
Revision
839 -
Directory Listing
Modified
Fri Dec 30 13:22:28 2011 UTC
(9 years ago)
by
zherczeg
endianness fixes and JIT compiler update
Revision
838 -
Directory Listing
Modified
Thu Dec 29 18:27:07 2011 UTC
(9 years ago)
by
ph10
Add -C newline to pcretest; update ManyConfigTests to use new -C features; add
some 16-bit tests with link sizes 3 and 4.
Revision
837 -
Directory Listing
Modified
Thu Dec 29 17:25:26 2011 UTC
(9 years ago)
by
ph10
Fix msys RunGrepTest failure (Bugzilla #1185).
Revision
836 -
Directory Listing
Modified
Wed Dec 28 17:16:11 2011 UTC
(9 years ago)
by
ph10
Merging all the changes from the pcre16 branch into the trunk.
Revision
835 -
Directory Listing
Modified
Wed Dec 28 16:10:09 2011 UTC
(9 years ago)
by
ph10
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
Revision
807 -
Directory Listing
Modified
Sun Dec 18 10:03:38 2011 UTC
(9 years, 1 month ago)
by
ph10
Renamed isnumber in pcre_compile to avoid a clash with ctype.h in Macs, and
fixed a bug in fixed-length calculation for lookbehinds that would show up only
in quite long subpatterns.
Revision
799 -
Directory Listing
Modified
Mon Dec 12 12:07:23 2011 UTC
(9 years, 1 month ago)
by
ph10
A last-minute update to RunTest.bat from Sheri.
Revision
797 -
Directory Listing
Modified
Sun Dec 11 17:09:37 2011 UTC
(9 years, 1 month ago)
by
ph10
Source tidies for 8.21
Revision
793 -
Directory Listing
Modified
Wed Dec 7 16:52:34 2011 UTC
(9 years, 1 month ago)
by
ph10
Computation of memory needed for the table of names of groups was giving an
unnecessarily large value.
Revision
792 -
Directory Listing
Modified
Wed Dec 7 16:44:48 2011 UTC
(9 years, 1 month ago)
by
ph10
Fix a possible uninitialized memory bug.
Revision
791 -
Directory Listing
Modified
Wed Dec 7 16:38:03 2011 UTC
(9 years, 1 month ago)
by
ph10
Updated RunTest.bat (don't use JIT for tests 7-10).
Revision
790 -
Directory Listing
Modified
Wed Dec 7 16:33:33 2011 UTC
(9 years, 1 month ago)
by
ph10
Previous pcre-config.in patch did not update libs-cpp.
Revision
788 -
Directory Listing
Modified
Tue Dec 6 15:38:01 2011 UTC
(9 years, 1 month ago)
by
ph10
Source tidies for 8.21-RC1
Revision
787 -
Directory Listing
Modified
Tue Dec 6 15:37:24 2011 UTC
(9 years, 1 month ago)
by
ph10
Fix uninitialized memory use when writing study data to file if no starting
byte set exists.
Revision
784 -
Directory Listing
Modified
Mon Dec 5 12:33:44 2011 UTC
(9 years, 1 month ago)
by
ph10
Tidies for 8.21-RC1 release.
Revision
783 -
Directory Listing
Modified
Mon Dec 5 10:29:19 2011 UTC
(9 years, 1 month ago)
by
ph10
Include CheckMan in distribution (accidentally omitted) and put an explicit
"perl" before Perl scripts in PrepareRelease instead of relying on automatic
execution because this helps in Windows.
Revision
780 -
Directory Listing
Modified
Fri Dec 2 11:39:21 2011 UTC
(9 years, 1 month ago)
by
ph10
Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it for
the /M option in pcretest.
Revision
779 -
Directory Listing
Modified
Fri Dec 2 10:39:32 2011 UTC
(9 years, 1 month ago)
by
ph10
Added (int) casts to reduce 64-bit warnings.
Revision
778 -
Directory Listing
Modified
Thu Dec 1 17:38:47 2011 UTC
(9 years, 1 month ago)
by
ph10
Fix bug with caseless matching of characters of different lengths when the
shorter is right at the end of the subject.
Revision
777 -
Directory Listing
Modified
Thu Dec 1 15:15:31 2011 UTC
(9 years, 1 month ago)
by
zherczeg
Retrieve executable code size support for the JIT compiler and fixing some warnings.
Revision
776 -
Directory Listing
Modified
Thu Dec 1 11:02:56 2011 UTC
(9 years, 1 month ago)
by
ph10
Documentation update.
Revision
775 -
Directory Listing
Modified
Thu Dec 1 10:35:30 2011 UTC
(9 years, 1 month ago)
by
ph10
Fix pcretest not forgetting JIT after it has been used once.
Revision
773 -
Directory Listing
Modified
Wed Nov 30 18:10:27 2011 UTC
(9 years, 1 month ago)
by
ph10
Expand compile workspace for very many forward references. This ups the limit
by a factor of 100.
Revision
772 -
Directory Listing
Modified
Wed Nov 30 10:18:07 2011 UTC
(9 years, 1 month ago)
by
ph10
Documentation update.
Revision
771 -
Directory Listing
Modified
Tue Nov 29 15:34:12 2011 UTC
(9 years, 1 month ago)
by
ph10
Update *MARK handling to be more like Perl.
Revision
768 -
Directory Listing
Modified
Sat Nov 26 19:05:39 2011 UTC
(9 years, 1 month ago)
by
ph10
Add some words about multiple PCRE versions to the JIT documentation.
Revision
766 -
Directory Listing
Modified
Fri Nov 25 10:04:12 2011 UTC
(9 years, 2 months ago)
by
ph10
Some UTF-8 tests were in the wrong file.
Revision
765 -
Directory Listing
Modified
Wed Nov 23 17:45:04 2011 UTC
(9 years, 2 months ago)
by
ph10
Added comments about options usage.
Revision
762 -
Directory Listing
Modified
Tue Nov 22 13:36:51 2011 UTC
(9 years, 2 months ago)
by
ph10
Fix repeated forward reference needed character bug.
Revision
761 -
Directory Listing
Modified
Tue Nov 22 12:24:26 2011 UTC
(9 years, 2 months ago)
by
ph10
Add JIT stack FAQ to JIT documentation.
Revision
760 -
Directory Listing
Modified
Tue Nov 22 11:23:43 2011 UTC
(9 years, 2 months ago)
by
ph10
Test for workspace overflow with forward reference data.
Revision
758 -
Directory Listing
Modified
Mon Nov 21 12:05:36 2011 UTC
(9 years, 2 months ago)
by
ph10
Disallow \N in character classes, for Perl compatibility.
Revision
754 -
Directory Listing
Modified
Sat Nov 19 18:32:18 2011 UTC
(9 years, 2 months ago)
by
ph10
Support \C in lookbehinds and DFA matching when not in UTF-8 mode.
Revision
753 -
Directory Listing
Modified
Sat Nov 19 17:03:35 2011 UTC
(9 years, 2 months ago)
by
ph10
Remove -L from pcre-config when install is into /usr/lib (fixes
cross-compiling).
Revision
752 -
Directory Listing
Modified
Sat Nov 19 15:28:29 2011 UTC
(9 years, 2 months ago)
by
zherczeg
JIT should use pcre_malloc/pcre_free for allocation.
Revision
751 -
Directory Listing
Modified
Fri Nov 18 11:13:30 2011 UTC
(9 years, 2 months ago)
by
ph10
Code tidies.
Revision
750 -
Directory Listing
Modified
Fri Nov 18 11:07:14 2011 UTC
(9 years, 2 months ago)
by
ph10
Fix problem with possessively repeated groups with minima greater than one.
Revision
749 -
Directory Listing
Modified
Fri Nov 18 10:36:45 2011 UTC
(9 years, 2 months ago)
by
ph10
Fix bad compiling of possessively repeated conditional subpattern.
Revision
748 -
Directory Listing
Modified
Tue Nov 15 17:44:38 2011 UTC
(9 years, 2 months ago)
by
ph10
Update JIT documenation for latest supported items.
Revision
747 -
Directory Listing
Modified
Tue Nov 15 17:35:10 2011 UTC
(9 years, 2 months ago)
by
ph10
Fixed several items that were being incorrectly rejected as "not fixed length"
in lookbehinds.
Revision
746 -
Directory Listing
Modified
Tue Nov 15 15:07:02 2011 UTC
(9 years, 2 months ago)
by
ph10
Caseless matching of backreferences with fixed length repetitions was broken.
Revision
745 -
Directory Listing
Modified
Mon Nov 14 11:41:03 2011 UTC
(9 years, 2 months ago)
by
ph10
Small tidies, and documentation update for JavaScript \x, \u, \U support.
Revision
744 -
Directory Listing
Modified
Sun Nov 13 16:31:38 2011 UTC
(9 years, 2 months ago)
by
zherczeg
Correctly supporting \x and \u in JavaScript compatibility mode
Revision
743 -
Directory Listing
Modified
Tue Nov 8 09:59:38 2011 UTC
(9 years, 2 months ago)
by
ph10
Marks in non-capturing atomic groups were not being passed out.
Revision
742 -
Directory Listing
Modified
Sun Nov 6 08:05:33 2011 UTC
(9 years, 2 months ago)
by
zherczeg
Fix cache-flush issue on PowerPC, adding some comments and a check for disabled PCRE_EXTRA_TABLES.
Revision
741 -
Directory Listing
Modified
Mon Oct 31 09:31:46 2011 UTC
(9 years, 2 months ago)
by
zherczeg
Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compiler
Revision
740 -
Directory Listing
Modified
Mon Oct 31 06:10:14 2011 UTC
(9 years, 2 months ago)
by
zherczeg
Updating the JIT compiler
Revision
738 -
Directory Listing
Modified
Fri Oct 21 09:04:01 2011 UTC
(9 years, 3 months ago)
by
ph10
Source tidies for 8.20 release.
Revision
737 -
Directory Listing
Modified
Wed Oct 19 17:37:29 2011 UTC
(9 years, 3 months ago)
by
ph10
Add more about \C to documentation.
Revision
736 -
Directory Listing
Modified
Sun Oct 16 15:48:03 2011 UTC
(9 years, 3 months ago)
by
zherczeg
Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character length computation
Revision
735 -
Directory Listing
Modified
Thu Oct 13 15:51:27 2011 UTC
(9 years, 3 months ago)
by
ph10
Rewrite code that broke under Mac OS (isxdigit with ++ in its argument).
Revision
734 -
Directory Listing
Modified
Wed Oct 12 16:35:29 2011 UTC
(9 years, 3 months ago)
by
ph10
Fix ASCII dependency in pcretest when decoding hex characters.
Revision
733 -
Directory Listing
Modified
Tue Oct 11 10:29:36 2011 UTC
(9 years, 3 months ago)
by
ph10
Source tidies for 8.20-RC3.
Revision
732 -
Directory Listing
Modified
Tue Oct 11 10:24:28 2011 UTC
(9 years, 3 months ago)
by
ph10
Needed to put "sh" before test commands for CMake build.
Revision
731 -
Directory Listing
Modified
Mon Oct 10 17:03:58 2011 UTC
(9 years, 3 months ago)
by
ph10
Update the config test script to run some tests under valgrind.
Revision
730 -
Directory Listing
Modified
Mon Oct 10 16:07:02 2011 UTC
(9 years, 3 months ago)
by
ph10
Remove redundant line of code.
Revision
729 -
Directory Listing
Modified
Mon Oct 10 16:02:20 2011 UTC
(9 years, 3 months ago)
by
ph10
Fix THEN:ARG bug introduced with *THEN refactoring.
Revision
728 -
Directory Listing
Modified
Mon Oct 10 16:01:03 2011 UTC
(9 years, 3 months ago)
by
ph10
PCRE_NO_START_OPTIMIZE, if given to pcre_compile(), did not suppress the
subject length check at run time.
Revision
727 -
Directory Listing
Modified
Mon Oct 10 10:35:50 2011 UTC
(9 years, 3 months ago)
by
ph10
Updates to NON-UNIX-USE supplied by Sheri.
Revision
726 -
Directory Listing
Modified
Sun Oct 9 18:53:25 2011 UTC
(9 years, 3 months ago)
by
zherczeg
Refactoring atomic block data saving. The new code is considerably simpler and use less memory. OP_ONCE_NC is also supported.
Revision
725 -
Directory Listing
Modified
Sun Oct 9 16:26:33 2011 UTC
(9 years, 3 months ago)
by
ph10
Additional atomic group tests.
Revision
724 -
Directory Listing
Modified
Sun Oct 9 16:23:45 2011 UTC
(9 years, 3 months ago)
by
ph10
Document PCRE/Perl capture diffences in subroutines/recursions.
Revision
723 -
Directory Listing
Modified
Sat Oct 8 15:55:23 2011 UTC
(9 years, 3 months ago)
by
ph10
Revert handling of atomic groups that do not include captures to the old way of
handling, thus reducing stack usage.
Revision
722 -
Directory Listing
Modified
Fri Oct 7 19:18:55 2011 UTC
(9 years, 3 months ago)
by
zherczeg
JIT compiler update: Make fast_call a separate call type. Allows call optimizations on MIPS.
Revision
721 -
Directory Listing
Modified
Fri Oct 7 15:51:39 2011 UTC
(9 years, 3 months ago)
by
ph10
Comment correction and minor code improvement.
Revision
720 -
Directory Listing
Modified
Fri Oct 7 15:18:21 2011 UTC
(9 years, 3 months ago)
by
ph10
Fix RunGrepTest colour bug.
Revision
719 -
Directory Listing
Modified
Fri Oct 7 11:41:05 2011 UTC
(9 years, 3 months ago)
by
ph10
Another improved RunTest.bat and also CMakeLists.txt provided by Sheri P.
Revision
718 -
Directory Listing
Modified
Wed Oct 5 16:11:19 2011 UTC
(9 years, 3 months ago)
by
ph10
Add some casts to get rid of compiler warnings from MSVC8.
Revision
717 -
Directory Listing
Modified
Wed Oct 5 15:58:51 2011 UTC
(9 years, 3 months ago)
by
ph10
Document Power PC JIT support as experimental.
Revision
716 -
Directory Listing
Modified
Tue Oct 4 16:38:05 2011 UTC
(9 years, 3 months ago)
by
ph10
Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.
Revision
715 -
Directory Listing
Modified
Sat Oct 1 06:42:38 2011 UTC
(9 years, 3 months ago)
by
zherczeg
A fix for signed/unsigned comparison warnings reported by Visual C++ in the JIT compiler
Revision
714 -
Directory Listing
Modified
Wed Sep 28 17:40:47 2011 UTC
(9 years, 3 months ago)
by
zherczeg
JIT compiler update: MIPS III support
Revision
713 -
Directory Listing
Modified
Tue Sep 27 11:03:15 2011 UTC
(9 years, 3 months ago)
by
ph10
Fix bug with (*THEN) in a subroutine/recursion.
Revision
712 -
Directory Listing
Modified
Mon Sep 26 16:31:42 2011 UTC
(9 years, 3 months ago)
by
ph10
Allow for CRLF terminations of pcretest output in RunTest.
Revision
711 -
Directory Listing
Modified
Sun Sep 25 11:04:33 2011 UTC
(9 years, 4 months ago)
by
ph10
Look for testdata in parent directory if not found in current.
Revision
710 -
Directory Listing
Modified
Sun Sep 25 10:57:12 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix to the code for running tests under msys.
Revision
709 -
Directory Listing
Modified
Sun Sep 25 10:54:12 2011 UTC
(9 years, 4 months ago)
by
ph10
Put back CRLF line endings on RunTest.bat, and remove it from the list of files
that are detrailed.
Revision
708 -
Directory Listing
Modified
Fri Sep 23 11:03:03 2011 UTC
(9 years, 4 months ago)
by
ph10
File tidies for 8.20-RC2 release.
Revision
707 -
Directory Listing
Modified
Fri Sep 23 10:32:53 2011 UTC
(9 years, 4 months ago)
by
ph10
Documentation clarifications.
Revision
706 -
Directory Listing
Modified
Fri Sep 23 10:11:35 2011 UTC
(9 years, 4 months ago)
by
ph10
RunTest uses Windows files for "fr" locale and looks for testdata in parent
directory. CMakeLists.txt uses RunTest for testing in msys environment.
Revision
705 -
Directory Listing
Modified
Thu Sep 22 10:44:35 2011 UTC
(9 years, 4 months ago)
by
zherczeg
JIT compiler fix for MIPS position independent calls
Revision
704 -
Directory Listing
Modified
Wed Sep 21 12:35:36 2011 UTC
(9 years, 4 months ago)
by
zherczeg
Borland C++ JIT support by Dmitry Ukolov
Revision
703 -
Directory Listing
Modified
Tue Sep 20 16:27:11 2011 UTC
(9 years, 4 months ago)
by
zherczeg
Small, MIPS related fix in the JIT compiler
Revision
702 -
Directory Listing
Modified
Tue Sep 20 15:45:06 2011 UTC
(9 years, 4 months ago)
by
ph10
Restore tail-recursion optimizations when no (*THEN) in pattern.
Revision
701 -
Directory Listing
Modified
Tue Sep 20 11:30:56 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix miscompile of /(*ACCEPT)a/, which thought a match had to start with "a".
Revision
700 -
Directory Listing
Modified
Tue Sep 20 10:51:26 2011 UTC
(9 years, 4 months ago)
by
ph10
New RunTest.bat provided by Sheri Pierce.
Revision
699 -
Directory Listing
Modified
Tue Sep 20 10:46:54 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix *THEN in condition issue.
Revision
698 -
Directory Listing
Modified
Mon Sep 19 15:43:02 2011 UTC
(9 years, 4 months ago)
by
ph10
Revised pcre_jit_test that runs OK with or without UTF-8 and/or UCP.
Revision
697 -
Directory Listing
Modified
Mon Sep 19 12:28:24 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix minimum length bug with *ACCEPT.
Revision
696 -
Directory Listing
Modified
Sun Sep 18 15:09:49 2011 UTC
(9 years, 4 months ago)
by
zherczeg
Remove continual recording of MAX_INDEX, calculate itonly at the end of the match. 5% progress.
Revision
695 -
Directory Listing
Modified
Sat Sep 17 06:05:38 2011 UTC
(9 years, 4 months ago)
by
zherczeg
Swap MAX_INDEX and CALL_COUNT, since CALL_COUNT is used far more frequently so it should be a register. 5% progress on a 64 bit x86 machine.
Revision
694 -
Directory Listing
Modified
Fri Sep 16 15:52:05 2011 UTC
(9 years, 4 months ago)
by
zherczeg
JIT must support special NEWLINE constants
Revision
693 -
Directory Listing
Modified
Mon Sep 12 15:59:57 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix typo.
Revision
692 -
Directory Listing
Modified
Mon Sep 12 11:38:03 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix CMake for release candidate; doc tidies.
Revision
691 -
Directory Listing
Modified
Sun Sep 11 14:31:21 2011 UTC
(9 years, 4 months ago)
by
ph10
Final source and document tidies for 8.20-RC1.
Revision
690 -
Directory Listing
Modified
Sat Sep 10 16:19:31 2011 UTC
(9 years, 4 months ago)
by
ph10
Update full set of tests with many configurations.
Revision
689 -
Directory Listing
Modified
Fri Sep 9 10:34:57 2011 UTC
(9 years, 4 months ago)
by
ph10
Patch to RunTest for use with simulations; further JIT code/test tidies.
Revision
688 -
Directory Listing
Modified
Fri Sep 9 09:35:48 2011 UTC
(9 years, 4 months ago)
by
ph10
Tidy up interface from pcre_study() to JIT, and ignore a minimum length of 0.
Revision
687 -
Directory Listing
Modified
Tue Sep 6 16:09:43 2011 UTC
(9 years, 4 months ago)
by
ph10
Forgot to update ChangeLog
Revision
686 -
Directory Listing
Modified
Tue Sep 6 16:06:36 2011 UTC
(9 years, 4 months ago)
by
ph10
More documentation updates.
Revision
685 -
Directory Listing
Modified
Tue Sep 6 15:02:07 2011 UTC
(9 years, 4 months ago)
by
ph10
Update pcregrep to use JIT by default with options to disable.
Revision
684 -
Directory Listing
Modified
Tue Sep 6 10:44:57 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix Win32 problem with user's patch.
Revision
683 -
Directory Listing
Modified
Tue Sep 6 10:37:15 2011 UTC
(9 years, 4 months ago)
by
ph10
Documentation updates.
Revision
682 -
Directory Listing
Modified
Tue Sep 6 09:24:07 2011 UTC
(9 years, 4 months ago)
by
ph10
Tests for recent bug fixes.
Revision
681 -
Directory Listing
Modified
Tue Sep 6 09:16:32 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix loop/bad error when recursed group contains (*PRUNE) etc.
Revision
680 -
Directory Listing
Modified
Tue Sep 6 09:15:54 2011 UTC
(9 years, 4 months ago)
by
ph10
Fix small return value bug.
Revision
679 -
Directory Listing
Modified
Sat Sep 3 18:23:04 2011 UTC
(9 years, 4 months ago)
by
zherczeg
Small, ARM related fix in the JIT compiler
Revision
678 -
Directory Listing
Modified
Sun Aug 28 15:23:03 2011 UTC
(9 years, 4 months ago)
by
ph10
Documentation for JIT support.
Revision
677 -
Directory Listing
Modified
Sun Aug 28 10:50:07 2011 UTC
(9 years, 4 months ago)
by
ph10
Adjust JIT limit code; make JIT test return 1 if not successful.
Revision
676 -
Directory Listing
Modified
Sat Aug 27 15:53:04 2011 UTC
(9 years, 4 months ago)
by
ph10
Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.
Revision
675 -
Directory Listing
Modified
Sat Aug 27 10:18:46 2011 UTC
(9 years, 4 months ago)
by
ph10
Change pcre_assign_jit_callback to pcre_assign_jit_stack.
Revision
674 -
Directory Listing
Modified
Fri Aug 26 18:17:51 2011 UTC
(9 years, 5 months ago)
by
ph10
More JIT testing.
Revision
673 -
Directory Listing
Modified
Thu Aug 25 16:06:03 2011 UTC
(9 years, 5 months ago)
by
ph10
Update comments.
Revision
672 -
Directory Listing
Modified
Tue Aug 23 16:45:55 2011 UTC
(9 years, 5 months ago)
by
ph10
Update non-manpage documentation for JIT.
Revision
671 -
Directory Listing
Modified
Tue Aug 23 11:17:49 2011 UTC
(9 years, 5 months ago)
by
ph10
Refactor RunTest and add JIT-specific tests.
Revision
670 -
Directory Listing
Modified
Tue Aug 23 11:16:56 2011 UTC
(9 years, 5 months ago)
by
ph10
Get rid of unused variable compiler warnings when UTF-8 not supported.
Revision
669 -
Directory Listing
Modified
Tue Aug 23 09:56:11 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix unset memory bug found by valgrind.
Revision
668 -
Directory Listing
Modified
Mon Aug 22 15:08:53 2011 UTC
(9 years, 5 months ago)
by
ph10
JIT source modifications
Revision
667 -
Directory Listing
Modified
Mon Aug 22 14:57:32 2011 UTC
(9 years, 5 months ago)
by
ph10
Commit all the changes for JIT support, but without any documentation yet.
Revision
666 -
Directory Listing
Modified
Mon Aug 22 14:56:43 2011 UTC
(9 years, 5 months ago)
by
ph10
Commit changes for JIT support
Revision
665 -
Directory Listing
Modified
Mon Aug 22 14:55:27 2011 UTC
(9 years, 5 months ago)
by
ph10
Commit all the changes for JIT support, but without any documentation yet.
Revision
664 -
Directory Listing
Modified
Mon Aug 22 14:54:38 2011 UTC
(9 years, 5 months ago)
by
ph10
Commit all the changes for JIT support, but without any documentation yet.
Revision
663 -
Directory Listing
Modified
Mon Aug 22 14:53:12 2011 UTC
(9 years, 5 months ago)
by
ph10
ChangeLog got stuck
Revision
662 -
Directory Listing
Modified
Mon Aug 22 14:35:22 2011 UTC
(9 years, 5 months ago)
by
ph10
JIT compiler source
Revision
661 -
Directory Listing
Modified
Sun Aug 21 09:00:54 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix bug introduced by 8.13/37 concerning POSIX class recognition
Revision
659 -
Directory Listing
Modified
Tue Aug 16 09:48:29 2011 UTC
(9 years, 5 months ago)
by
ph10
Formatting tidies for 8.13 release.
Revision
658 -
Directory Listing
Modified
Mon Aug 15 17:43:44 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix incorrect comment in pcretest.c.
Revision
657 -
Directory Listing
Modified
Mon Aug 15 17:39:09 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix pcre_study() bug with \b at start of branch.
Revision
656 -
Directory Listing
Modified
Sat Aug 13 12:27:51 2011 UTC
(9 years, 5 months ago)
by
ph10
Clarify PCRE_INFO_STUDYSIZE in documentation.
Revision
655 -
Directory Listing
Modified
Tue Aug 2 16:26:12 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix oversights in CMake config file.
Revision
654 -
Directory Listing
Modified
Tue Aug 2 11:00:40 2011 UTC
(9 years, 5 months ago)
by
ph10
Documentation and general text tidies in preparation for test release.
Revision
653 -
Directory Listing
Modified
Tue Aug 2 09:15:13 2011 UTC
(9 years, 5 months ago)
by
ph10
Typos and numeration errors in ChangeLog.
Revision
652 -
Directory Listing
Modified
Mon Aug 1 16:42:03 2011 UTC
(9 years, 5 months ago)
by
ph10
More test re-arrangements (to match different configurations)
Revision
651 -
Directory Listing
Modified
Mon Aug 1 16:32:40 2011 UTC
(9 years, 5 months ago)
by
ph10
Test updates.
Revision
650 -
Directory Listing
Modified
Mon Aug 1 16:10:17 2011 UTC
(9 years, 5 months ago)
by
ph10
Update CMake for new PCREGREP_BUFSIZE compile-time option.
Revision
649 -
Directory Listing
Modified
Mon Aug 1 11:23:52 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix partial match bug with /f.*/8s.
Revision
648 -
Directory Listing
Modified
Mon Aug 1 11:02:08 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix bug that caused /.(*F)/ to give a partial match instead of no match.
Revision
647 -
Directory Listing
Modified
Mon Aug 1 10:22:59 2011 UTC
(9 years, 5 months ago)
by
ph10
Add tests for *MARK in callouts, and update pcretest documentation.
Revision
646 -
Directory Listing
Modified
Mon Aug 1 09:54:26 2011 UTC
(9 years, 5 months ago)
by
ph10
Fix typo in error message in pcregrep.
Revision
645 -
Directory Listing
Modified
Sun Jul 31 17:02:18 2011 UTC
(9 years, 5 months ago)
by
ph10
Pass *MARK name to callouts
Revision
644 -
Directory Listing
Modified
Sat Jul 30 17:13:00 2011 UTC
(9 years, 5 months ago)
by
ph10
Changes to pcregrep concerned with very long lines.
Revision
643 -
Directory Listing
Modified
Fri Jul 29 15:56:39 2011 UTC
(9 years, 5 months ago)
by
ph10
Allow all characters except closing parens in MARK:NAME etc.
Revision
642 -
Directory Listing
Modified
Thu Jul 28 18:59:40 2011 UTC
(9 years, 5 months ago)
by
ph10
Avoid false positive for infinite recursion by not checking conditionals at
compile time, but add tests at runtime that also catch infinite mutual
recursion.
Revision
641 -
Directory Listing
Modified
Mon Jul 25 16:56:54 2011 UTC
(9 years, 6 months ago)
by
ph10
Add minix to list of OS not supporting -S in pcretest.
Revision
640 -
Directory Listing
Modified
Mon Jul 25 10:50:28 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix three compile-time bugs (Bugzilla #1123).
Revision
639 -
Directory Listing
Modified
Mon Jul 25 09:45:43 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix one-character typo.
Revision
638 -
Directory Listing
Modified
Mon Jul 25 09:41:19 2011 UTC
(9 years, 6 months ago)
by
ph10
Minor code tidy.
Revision
637 -
Directory Listing
Modified
Sun Jul 24 17:44:12 2011 UTC
(9 years, 6 months ago)
by
ph10
Permit quantifiers on parenthesized assertions.
Revision
636 -
Directory Listing
Modified
Sun Jul 24 17:43:51 2011 UTC
(9 years, 6 months ago)
by
ph10
Code tidy
Revision
635 -
Directory Listing
Modified
Sat Jul 23 16:19:50 2011 UTC
(9 years, 6 months ago)
by
ph10
Document and comment tidies.
Revision
634 -
Directory Listing
Modified
Sat Jul 23 15:37:07 2011 UTC
(9 years, 6 months ago)
by
ph10
Better documentation patch.
Revision
633 -
Directory Listing
Modified
Sat Jul 23 14:34:27 2011 UTC
(9 years, 6 months ago)
by
ph10
Documentation update.
Revision
632 -
Directory Listing
Modified
Fri Jul 22 17:47:49 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix pcregrep repeated match in same line bug.
Revision
631 -
Directory Listing
Modified
Fri Jul 22 10:13:28 2011 UTC
(9 years, 6 months ago)
by
ph10
Documentation update.
Revision
630 -
Directory Listing
Modified
Fri Jul 22 10:00:10 2011 UTC
(9 years, 6 months ago)
by
ph10
Make (*MARK) work in positive assertions.
Revision
629 -
Directory Listing
Modified
Fri Jul 22 09:18:11 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix isolated \k bug.
Revision
628 -
Directory Listing
Modified
Wed Jul 20 18:03:20 2011 UTC
(9 years, 6 months ago)
by
ph10
Document difference between PCRE and Perl's versions of \X.
Revision
627 -
Directory Listing
Modified
Wed Jul 20 17:53:09 2011 UTC
(9 years, 6 months ago)
by
ph10
Minor typo: "peculiaraity".
Revision
626 -
Directory Listing
Modified
Wed Jul 20 17:51:54 2011 UTC
(9 years, 6 months ago)
by
ph10
Add the /= modifier to pcretest so as to be able to check unset capturing
parentheses at the ends of patterns.
Revision
625 -
Directory Listing
Modified
Wed Jul 20 16:46:19 2011 UTC
(9 years, 6 months ago)
by
ph10
Ensure unused capturing parentheses at the end of patterns are unset, because
this is documented. (A recent patch altered this.)
Revision
624 -
Directory Listing
Modified
Tue Jul 19 10:43:28 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix unset variable bug introduced during recursion refactoring.
Revision
623 -
Directory Listing
Modified
Tue Jul 19 09:58:42 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix \X* bug when first character has the mark property. Also improve code for
property and script handling.
Revision
622 -
Directory Listing
Modified
Mon Jul 18 10:46:51 2011 UTC
(9 years, 6 months ago)
by
ph10
Updated RunTest.bat to Tom Fortmann's improved version.
Revision
621 -
Directory Listing
Modified
Mon Jul 18 10:14:09 2011 UTC
(9 years, 6 months ago)
by
ph10
Remove atomic from single repeats; convert possessive atomic to possessive
non-atomic (because they are the same).
Revision
620 -
Directory Listing
Modified
Sun Jul 17 13:53:14 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix mutual recursion minimum calculation in study bug.
Revision
619 -
Directory Listing
Modified
Sun Jul 17 13:23:14 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix capturing not happening in assertion conditions.
Revision
618 -
Directory Listing
Modified
Sat Jul 16 17:24:16 2011 UTC
(9 years, 6 months ago)
by
ph10
Re-do atomic group processing to fix backtrack capture bugs. Recursion is also
re-worked.
Revision
617 -
Directory Listing
Modified
Tue Jul 12 11:00:10 2011 UTC
(9 years, 6 months ago)
by
ph10
Small code and comment tidy
Revision
616 -
Directory Listing
Modified
Mon Jul 11 15:55:25 2011 UTC
(9 years, 6 months ago)
by
ph10
Add the ++ feature to pcretest.
Revision
615 -
Directory Listing
Modified
Mon Jul 11 14:23:06 2011 UTC
(9 years, 6 months ago)
by
ph10
A better patch for the atomic capturing not resetting bug.
Revision
614 -
Directory Listing
Modified
Sat Jul 9 10:48:16 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix atomic group and assertion capturing problems.
Revision
613 -
Directory Listing
Modified
Sat Jul 2 16:59:52 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix problem with the interaction of (*ACCEPT) in an assertion with
PCRE_NOTEMPTY.
Revision
612 -
Directory Listing
Modified
Sat Jul 2 15:20:59 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix two study bugs concerned with minimum subject lengths; add features to
pcretest so that all tests can be run with or without study; adjust tests so
that this happens.
Revision
611 -
Directory Listing
Modified
Wed Jun 29 08:49:21 2011 UTC
(9 years, 6 months ago)
by
ph10
Fix \R problem with study: incorrect minimum subject length.
Revision
610 -
Directory Listing
Modified
Tue Jun 28 15:58:34 2011 UTC
(9 years, 6 months ago)
by
ph10
Fixed newly introduced bug for patterns like /(?:(b))++/, where the capturing
was happening, but not setting the correct return code.
Revision
609 -
Directory Listing
Modified
Wed Jun 15 18:09:23 2011 UTC
(9 years, 7 months ago)
by
ph10
Fix bug with /\A.*?(?:a|b(*THEN)c)/ by removing the tail recursion optimization
for the final branch. Also fix a similar bug for conditional subpatterns.
Revision
608 -
Directory Listing
Modified
Sun Jun 12 16:25:55 2011 UTC
(9 years, 7 months ago)
by
ph10
Fix problems with capturing parens and *ACCEPT with recursion.
Revision
607 -
Directory Listing
Modified
Sun Jun 12 15:09:49 2011 UTC
(9 years, 7 months ago)
by
ph10
Document that isolated \Q continues till the end of the pattern.
Revision
606 -
Directory Listing
Modified
Mon Jun 6 17:46:22 2011 UTC
(9 years, 7 months ago)
by
ph10
Tidy the API for _pcre_valid_utf8() to a more suitable form for a future public
release. Also make -s in pcretest force a study for every regex.
Revision
605 -
Directory Listing
Modified
Fri Jun 3 18:18:30 2011 UTC
(9 years, 7 months ago)
by
ph10
Make pcre_study() more robust against update omissions; fix ONCE oversight.
Revision
604 -
Directory Listing
Modified
Thu Jun 2 19:04:54 2011 UTC
(9 years, 7 months ago)
by
ph10
Refactoring to reduce stack usage for possessively quantified subpatterns. Also
fixed a number of bugs related to repeated subpatterns. Some further tidies
consequent on the removal of OP_OPT are also in this patch.
Revision
603 -
Directory Listing
Modified
Fri May 27 10:14:09 2011 UTC
(9 years, 8 months ago)
by
ph10
Fixed some omissions in pcre_study() for the new caseless opcodes.
Revision
602 -
Directory Listing
Modified
Wed May 25 08:29:03 2011 UTC
(9 years, 8 months ago)
by
ph10
Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with
patterns like /(?i:([^b]))(?1)/, where the /i option was mishandled.
Revision
601 -
Directory Listing
Modified
Mon May 9 09:06:55 2011 UTC
(9 years, 8 months ago)
by
ph10
Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl
doesn't have them yet.
Revision
600 -
Directory Listing
Modified
Mon May 9 08:54:11 2011 UTC
(9 years, 8 months ago)
by
ph10
Fix backup bug for \R with greedy quantifier.
Revision
599 -
Directory Listing
Modified
Sat May 7 16:09:06 2011 UTC
(9 years, 8 months ago)
by
ph10
Fix typos in pcregrep and pcretest man pages.
Revision
598 -
Directory Listing
Modified
Sat May 7 15:37:31 2011 UTC
(9 years, 8 months ago)
by
ph10
Pass back detailed info when UTF-8 check fails at runtime.
Revision
597 -
Directory Listing
Modified
Mon May 2 17:08:52 2011 UTC
(9 years, 8 months ago)
by
ph10
Complete incomplete fix for UTF-8 caseless references of different lengths.
Revision
596 -
Directory Listing
Modified
Mon May 2 10:47:52 2011 UTC
(9 years, 8 months ago)
by
ph10
Minor doc update.
Revision
595 -
Directory Listing
Modified
Mon May 2 10:33:29 2011 UTC
(9 years, 8 months ago)
by
ph10
Fix problems with caseless reference matching in UTF-8 mode when the
upper/lower case characters have different lengths.
Revision
594 -
Directory Listing
Modified
Sun May 1 08:22:12 2011 UTC
(9 years, 8 months ago)
by
ph10
Added #include <string.h> to some .cc files (needed in some environments).
Revision
593 -
Directory Listing
Modified
Sun May 1 08:14:24 2011 UTC
(9 years, 8 months ago)
by
ph10
Fix small typos in pcre_internal.h
Revision
592 -
Directory Listing
Modified
Sat Apr 30 17:37:37 2011 UTC
(9 years, 8 months ago)
by
ph10
Update tables to Unicode 6.0.0.
Revision
591 -
Directory Listing
Modified
Sat Jan 15 17:26:57 2011 UTC
(10 years ago)
by
ph10
Typo in ChangeLog
Revision
589 -
Directory Listing
Modified
Sat Jan 15 11:31:39 2011 UTC
(10 years ago)
by
ph10
Tidies for Release 8.12
Revision
588 -
Directory Listing
Modified
Sat Jan 15 11:22:47 2011 UTC
(10 years ago)
by
ph10
Another bugfix for pcregrep with -M and colour.
Revision
587 -
Directory Listing
Modified
Fri Jan 14 19:01:25 2011 UTC
(10 years ago)
by
ph10
Fix -M bugs in pcregrep
Revision
586 -
Directory Listing
Modified
Wed Jan 12 17:36:47 2011 UTC
(10 years ago)
by
ph10
Move definition of pcregrep_exit() above its first reference; this applies only
to Windows.
Revision
585 -
Directory Listing
Modified
Wed Jan 12 17:21:11 2011 UTC
(10 years ago)
by
ph10
Fix pcregrep bug when --colour was used with -v.
Revision
584 -
Directory Listing
Modified
Wed Jan 12 11:41:55 2011 UTC
(10 years ago)
by
ph10
Fix pcregrep cast issue for 64-bit big-endian systems.
Revision
583 -
Directory Listing
Modified
Tue Jan 11 16:49:55 2011 UTC
(10 years ago)
by
ph10
Add script to check for man page markup typos. Fix some typos.
Revision
581 -
Directory Listing
Modified
Fri Dec 10 11:40:00 2010 UTC
(10 years, 1 month ago)
by
ph10
Final tidies for 8.11 release.
Revision
580 -
Directory Listing
Modified
Fri Nov 26 11:16:43 2010 UTC
(10 years, 1 month ago)
by
ph10
Patches to avoid build problems in some Borland environments.
Revision
579 -
Directory Listing
Modified
Wed Nov 24 17:39:25 2010 UTC
(10 years, 2 months ago)
by
ph10
Tidies of documenation and code while preparing for release.
Revision
578 -
Directory Listing
Modified
Tue Nov 23 15:34:55 2010 UTC
(10 years, 2 months ago)
by
ph10
Fix internal error for recursive named back references.
Revision
577 -
Directory Listing
Modified
Sun Nov 21 18:51:22 2010 UTC
(10 years, 2 months ago)
by
ph10
More documentation for (*NO_START_OPT).
Revision
576 -
Directory Listing
Modified
Sun Nov 21 18:45:10 2010 UTC
(10 years, 2 months ago)
by
ph10
Added support for (*NO_START_OPT)
Revision
575 -
Directory Listing
Modified
Sun Nov 21 12:55:42 2010 UTC
(10 years, 2 months ago)
by
ph10
Documentation clarification.
Revision
574 -
Directory Listing
Modified
Sat Nov 20 17:47:27 2010 UTC
(10 years, 2 months ago)
by
ph10
Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).
Revision
573 -
Directory Listing
Modified
Fri Nov 19 19:29:44 2010 UTC
(10 years, 2 months ago)
by
ph10
Remove loops from GETCHAR etc. macros.
Revision
572 -
Directory Listing
Modified
Wed Nov 17 17:55:57 2010 UTC
(10 years, 2 months ago)
by
ph10
Documentation updates and tidies.
Revision
571 -
Directory Listing
Modified
Tue Nov 16 17:51:37 2010 UTC
(10 years, 2 months ago)
by
ph10
Rename --{in,ex}clude_dir with hyphen instead of underscore in pcregrep, but
leave the old versions as undocumented synonyms. (In GNU grep, hyphens are
used.)
Revision
570 -
Directory Listing
Modified
Sun Nov 7 16:25:12 2010 UTC
(10 years, 2 months ago)
by
ph10
Clarify pcretest documentation of \xhh vs \x{hh}.
Revision
569 -
Directory Listing
Modified
Sun Nov 7 16:14:50 2010 UTC
(10 years, 2 months ago)
by
ph10
Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.
Revision
568 -
Directory Listing
Modified
Sat Nov 6 17:36:26 2010 UTC
(10 years, 2 months ago)
by
ph10
Clarify documentation about ovector setting.
Revision
567 -
Directory Listing
Modified
Sat Nov 6 17:10:00 2010 UTC
(10 years, 2 months ago)
by
ph10
Test for ridiculous values of starting offsets; tidy UTF-8 code.
Revision
566 -
Directory Listing
Modified
Wed Nov 3 18:32:55 2010 UTC
(10 years, 2 months ago)
by
ph10
Fix broken /g code in pcretest and -g code in pcredemo.
Revision
565 -
Directory Listing
Modified
Sun Oct 31 18:18:48 2010 UTC
(10 years, 2 months ago)
by
ph10
Added parentheses argument to -o and --only-matching options of pcregrep.
Revision
564 -
Directory Listing
Modified
Sun Oct 31 16:07:24 2010 UTC
(10 years, 2 months ago)
by
ph10
Fix bad return code from pcregrep when -o is used (yielded 1, not 0, after a
match).
Revision
563 -
Directory Listing
Modified
Sun Oct 31 14:15:04 2010 UTC
(10 years, 2 months ago)
by
ph10
Add casts needed for Visual Studio when NO_RECURSE is set.
Revision
562 -
Directory Listing
Modified
Sun Oct 31 14:06:43 2010 UTC
(10 years, 2 months ago)
by
ph10
Clarify documentation about comments in patterns.
Revision
561 -
Directory Listing
Modified
Sat Oct 30 18:37:47 2010 UTC
(10 years, 2 months ago)
by
ph10
Added --match-limit and --recursion-limit to pcregrep; tidied some error
messages.
Revision
560 -
Directory Listing
Modified
Wed Oct 27 09:59:43 2010 UTC
(10 years, 2 months ago)
by
ph10
Further test tidies for Perl comparisons.
Revision
559 -
Directory Listing
Modified
Wed Oct 27 09:45:20 2010 UTC
(10 years, 2 months ago)
by
ph10
Tidy up test comments, now that Perl >= 5.10 is generally around.
Revision
558 -
Directory Listing
Modified
Tue Oct 26 15:26:45 2010 UTC
(10 years, 3 months ago)
by
ph10
Fix missing code for missing strtoul() and strerror().
Revision
557 -
Directory Listing
Modified
Tue Oct 26 15:26:12 2010 UTC
(10 years, 3 months ago)
by
ph10
Add more explanation about conditional subpatterns.
Revision
556 -
Directory Listing
Modified
Tue Oct 26 11:06:44 2010 UTC
(10 years, 3 months ago)
by
ph10
Fix #-comment bugs in UTF-8 mode with PCRE_NEWLINE_ANY.
Revision
555 -
Directory Listing
Modified
Tue Oct 26 08:26:20 2010 UTC
(10 years, 3 months ago)
by
ph10
Document that an isolated \E is ignored.
Revision
554 -
Directory Listing
Modified
Mon Oct 25 15:01:05 2010 UTC
(10 years, 3 months ago)
by
ph10
Add test for a (*SKIP) bug that was fixed by other changes.
Revision
553 -
Directory Listing
Modified
Fri Oct 22 15:57:50 2010 UTC
(10 years, 3 months ago)
by
ph10
Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.
Revision
552 -
Directory Listing
Modified
Wed Oct 13 10:15:41 2010 UTC
(10 years, 3 months ago)
by
ph10
Fix \s bug in character classes (always removing VT).
Revision
551 -
Directory Listing
Modified
Sun Oct 10 17:33:07 2010 UTC
(10 years, 3 months ago)
by
ph10
Make (*COMMIT) override (*THEN) and similar.
Revision
550 -
Directory Listing
Modified
Sun Oct 10 16:24:11 2010 UTC
(10 years, 3 months ago)
by
ph10
Fix problem with (*THEN) not backing up far enough.
Revision
548 -
Directory Listing
Modified
Fri Jun 25 14:42:00 2010 UTC
(10 years, 7 months ago)
by
ph10
Final updates for 8.10 release.
Revision
547 -
Directory Listing
Modified
Mon Jun 21 14:06:54 2010 UTC
(10 years, 7 months ago)
by
ph10
Another documentation update.
Revision
546 -
Directory Listing
Modified
Sun Jun 20 15:44:12 2010 UTC
(10 years, 7 months ago)
by
ph10
Even more explanatory wording for PCRE_NO_START_OPTIMIZE.
Revision
545 -
Directory Listing
Modified
Wed Jun 16 10:51:15 2010 UTC
(10 years, 7 months ago)
by
ph10
Tidyup for 8.10-RC2 test release.
Revision
544 -
Directory Listing
Modified
Tue Jun 15 17:20:55 2010 UTC
(10 years, 7 months ago)
by
ph10
Fix forward reference in the presence of (?#( (open parens in comment).
Revision
543 -
Directory Listing
Modified
Tue Jun 15 16:33:29 2010 UTC
(10 years, 7 months ago)
by
ph10
Avoid loop caused by (*SKIP) with an argument.
Revision
542 -
Directory Listing
Modified
Tue Jun 15 08:49:47 2010 UTC
(10 years, 7 months ago)
by
ph10
Improve documentation for PCRE_NO_START_OPTIMIZE.
Revision
541 -
Directory Listing
Modified
Mon Jun 14 15:19:33 2010 UTC
(10 years, 7 months ago)
by
ph10
Add /T option to pcretest and additional tests with non-standard tables.
Revision
540 -
Directory Listing
Modified
Mon Jun 14 13:54:29 2010 UTC
(10 years, 7 months ago)
by
ph10
Typo in comment.
Revision
539 -
Directory Listing
Modified
Sun Jun 13 21:35:04 2010 UTC
(10 years, 7 months ago)
by
ph10
A more correct fix for the chartables bug with UTF-8 and non-std tables.
Revision
538 -
Directory Listing
Modified
Wed Jun 9 19:30:57 2010 UTC
(10 years, 7 months ago)
by
ph10
Fix pcre_study() problem with non-C-locale chartables in UTF-8 mode.
Revision
537 -
Directory Listing
Modified
Tue Jun 8 15:28:26 2010 UTC
(10 years, 7 months ago)
by
ph10
Add newline in pcretest output if the last data line doesn't have one.
Revision
536 -
Directory Listing
Modified
Mon Jun 7 16:39:32 2010 UTC
(10 years, 7 months ago)
by
ph10
Reverse pcreposix.c #include patch; doesn't work on Windows.
Revision
535 -
Directory Listing
Modified
Thu Jun 3 19:18:24 2010 UTC
(10 years, 7 months ago)
by
ph10
Prepare for release candidate.
Revision
534 -
Directory Listing
Modified
Thu Jun 3 18:26:05 2010 UTC
(10 years, 7 months ago)
by
ph10
Correct typo in recent malloc check fix.
Revision
533 -
Directory Listing
Modified
Wed Jun 2 19:02:41 2010 UTC
(10 years, 7 months ago)
by
ph10
One more (int) cast.
Revision
532 -
Directory Listing
Modified
Tue Jun 1 16:21:42 2010 UTC
(10 years, 7 months ago)
by
ph10
Extend auto-possessify to handle some Unicode properties.
Revision
531 -
Directory Listing
Modified
Tue Jun 1 13:53:26 2010 UTC
(10 years, 7 months ago)
by
ph10
Check for running out of memory when using heap for recursion.
Revision
530 -
Directory Listing
Modified
Tue Jun 1 13:42:06 2010 UTC
(10 years, 7 months ago)
by
ph10
Added a lot of (int) casts to avoid compiler warnings in systems where
size_t is 64-bit.
Revision
529 -
Directory Listing
Modified
Mon May 31 17:28:08 2010 UTC
(10 years, 7 months ago)
by
ph10
Fix crash for property test in non-UTF-8 mode.
Revision
528 -
Directory Listing
Modified
Sat May 29 16:40:22 2010 UTC
(10 years, 7 months ago)
by
ph10
Add knowledge of \R to auto-possessify feature.
Revision
527 -
Directory Listing
Modified
Sat May 29 15:50:39 2010 UTC
(10 years, 7 months ago)
by
ph10
Fix oversight for no-recurse version.
Revision
526 -
Directory Listing
Modified
Wed May 26 10:54:18 2010 UTC
(10 years, 8 months ago)
by
ph10
Forgot to mention pcrecpp.h in previous fix.
Revision
525 -
Directory Listing
Modified
Wed May 26 10:50:24 2010 UTC
(10 years, 8 months ago)
by
ph10
Put the comment about Windows static linking in more places.
Revision
524 -
Directory Listing
Modified
Mon May 24 17:06:28 2010 UTC
(10 years, 8 months ago)
by
ph10
Make pcre_study() recognize \h, \v, and \R.
Revision
523 -
Directory Listing
Modified
Sun May 23 18:48:54 2010 UTC
(10 years, 8 months ago)
by
ph10
Fix pcre_study() bug for \p{Nd}* type items at pattern start.
Revision
522 -
Directory Listing
Modified
Sat May 22 19:19:40 2010 UTC
(10 years, 8 months ago)
by
ph10
Typo in comment.
Revision
521 -
Directory Listing
Modified
Sat May 22 19:03:35 2010 UTC
(10 years, 8 months ago)
by
ph10
Remove explicit include of pcre.h from pcreposix.c because pcre_internal.h
already includes it. This avoids a PCRE_EXP_DECL problem.
Revision
520 -
Directory Listing
Modified
Sat May 22 18:54:05 2010 UTC
(10 years, 8 months ago)
by
ph10
Fix caseless bug with pcre_study() for starting letter greater than 127.
Revision
519 -
Directory Listing
Modified
Fri May 21 16:43:17 2010 UTC
(10 years, 8 months ago)
by
ph10
Added --line-buffered to pcregrep.
Revision
518 -
Directory Listing
Modified
Tue May 18 15:47:01 2010 UTC
(10 years, 8 months ago)
by
ph10
Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
Revision
517 -
Directory Listing
Modified
Wed May 5 10:44:20 2010 UTC
(10 years, 8 months ago)
by
ph10
Add new special properties Xan, Xps, Xsp, Xwd to help with \w etc.
Revision
516 -
Directory Listing
Modified
Tue May 4 15:51:35 2010 UTC
(10 years, 8 months ago)
by
ph10
Avoid compiler warning in pcretest.
Revision
515 -
Directory Listing
Modified
Tue May 4 09:12:25 2010 UTC
(10 years, 8 months ago)
by
ph10
Avoid warnings about fwrite in pcregrep.
Revision
514 -
Directory Listing
Modified
Mon May 3 12:54:22 2010 UTC
(10 years, 8 months ago)
by
ph10
Add support for \N.
Revision
513 -
Directory Listing
Modified
Mon May 3 11:13:37 2010 UTC
(10 years, 8 months ago)
by
ph10
Make \R and \X in a character class behave more like Perl
Revision
512 -
Directory Listing
Modified
Tue Mar 30 11:11:52 2010 UTC
(10 years, 9 months ago)
by
ph10
Fix compile problems when heap is in use
Revision
511 -
Directory Listing
Modified
Mon Mar 29 09:25:38 2010 UTC
(10 years, 9 months ago)
by
ph10
Make (*ACCEPT) work inside an atomic group.
Revision
510 -
Directory Listing
Modified
Sat Mar 27 17:45:29 2010 UTC
(10 years, 10 months ago)
by
ph10
Add support for *MARK and names for *PRUNE, *SKIP, *THEN.
Revision
508 -
Directory Listing
Modified
Fri Mar 19 10:26:03 2010 UTC
(10 years, 10 months ago)
by
ph10
Adjust version and date for 8.02 release.
Revision
507 -
Directory Listing
Modified
Wed Mar 10 16:08:01 2010 UTC
(10 years, 10 months ago)
by
ph10
Tidies for 8.02-RC1 release.
Revision
506 -
Directory Listing
Modified
Tue Mar 9 17:01:40 2010 UTC
(10 years, 10 months ago)
by
ph10
Fix "srtoq" typo in configure.ac.
Revision
505 -
Directory Listing
Modified
Tue Mar 9 16:50:47 2010 UTC
(10 years, 10 months ago)
by
ph10
Improve compile-time overrun checking.
Revision
504 -
Directory Listing
Modified
Mon Mar 8 08:57:04 2010 UTC
(10 years, 10 months ago)
by
ph10
Previous patch for fixing problem with recursion loop checking was incorrect.
Revision
503 -
Directory Listing
Modified
Sun Mar 7 17:35:52 2010 UTC
(10 years, 10 months ago)
by
ph10
Fix incorrect compile time error for certain types of recursive patterns.
Revision
502 -
Directory Listing
Modified
Sun Mar 7 12:05:20 2010 UTC
(10 years, 10 months ago)
by
ph10
Add crossreference from pcreperform to pcrestack.
Revision
501 -
Directory Listing
Modified
Sun Mar 7 11:49:54 2010 UTC
(10 years, 10 months ago)
by
ph10
Preparation code for future (*MARK) support.
Revision
500 -
Directory Listing
Modified
Sat Mar 6 19:00:29 2010 UTC
(10 years, 10 months ago)
by
ph10
Fix bugs with \K in atomic groups, subroutines, and assertions.
Revision
499 -
Directory Listing
Modified
Wed Mar 3 20:09:39 2010 UTC
(10 years, 10 months ago)
by
ph10
Add some checks for the eint vector size and the list of compile-time error
texts.
Revision
498 -
Directory Listing
Modified
Wed Mar 3 19:29:38 2010 UTC
(10 years, 10 months ago)
by
ph10
Fix missing data in coptable and poptable vectors; add compile-time checks for
their lengths.
Revision
497 -
Directory Listing
Modified
Wed Mar 3 12:01:00 2010 UTC
(10 years, 10 months ago)
by
ph10
Use local function indirection for pcre_malloc etc. for Visual Studio and
Symbian.
Revision
496 -
Directory Listing
Modified
Tue Mar 2 19:11:17 2010 UTC
(10 years, 10 months ago)
by
ph10
Fix DEFINE bug for forward reference with a possessive quantifier.
Revision
495 -
Directory Listing
Modified
Tue Mar 2 11:56:59 2010 UTC
(10 years, 10 months ago)
by
ph10
Ensure CMake checks for inttypes.
Revision
494 -
Directory Listing
Modified
Tue Mar 2 11:53:12 2010 UTC
(10 years, 10 months ago)
by
ph10
If stdint.h is not available, include inttypes.h if available.
Revision
493 -
Directory Listing
Modified
Tue Mar 2 11:37:21 2010 UTC
(10 years, 10 months ago)
by
ph10
Updated licensing terms in pcregexp.pas
Revision
492 -
Directory Listing
Modified
Tue Mar 2 11:26:55 2010 UTC
(10 years, 10 months ago)
by
ph10
Added --libs-cpp to pcre-config, but only when C++ support is configured.
Revision
491 -
Directory Listing
Modified
Mon Mar 1 17:45:08 2010 UTC
(10 years, 10 months ago)
by
ph10
Update Unicode tables to Unicode version 5.2.0.
Revision
489 -
Directory Listing
Modified
Tue Jan 19 16:42:21 2010 UTC
(11 years ago)
by
ph10
File tidies and documentation update for 8.01.
Revision
488 -
Directory Listing
Modified
Mon Jan 11 15:29:42 2010 UTC
(11 years ago)
by
ph10
Fix #947, recursive back reference bug.
Revision
487 -
Directory Listing
Modified
Wed Jan 6 10:26:55 2010 UTC
(11 years ago)
by
ph10
Tidying updates for 8.01-RC1 release.
Revision
486 -
Directory Listing
Modified
Tue Jan 5 17:44:57 2010 UTC
(11 years ago)
by
ph10
Fix HP compile problem for pcrecpp.cc.
Revision
485 -
Directory Listing
Modified
Tue Jan 5 17:13:14 2010 UTC
(11 years ago)
by
ph10
Remove m4 from version control.
Revision
484 -
Directory Listing
Modified
Mon Jan 4 17:11:54 2010 UTC
(11 years ago)
by
ph10
Update autogen.sh to try several names for libtoolize.
Revision
483 -
Directory Listing
Modified
Mon Jan 4 16:19:17 2010 UTC
(11 years ago)
by
ph10
Fix some discrepancies between "USPTR" and "unsigned char *".
Revision
482 -
Directory Listing
Modified
Mon Jan 4 15:55:46 2010 UTC
(11 years ago)
by
ph10
Fix partial match bug (code omitted) for \W.
Revision
481 -
Directory Listing
Modified
Sun Jan 3 17:45:53 2010 UTC
(11 years ago)
by
ph10
Forbid 08 and 09 as minor version numbers.
Revision
480 -
Directory Listing
Modified
Sun Jan 3 17:29:59 2010 UTC
(11 years ago)
by
ph10
Update stack documentation to be clearer about pcre_dfa_exec().
Revision
479 -
Directory Listing
Modified
Sun Jan 3 16:31:39 2010 UTC
(11 years ago)
by
ph10
Add AC_CONFIG_MACRO_DIR([m4]) to configure.ac and -I m4 to ACLOCAL_AMFLAGS in
Makefile.am, as suggested by libtoolize.
Revision
478 -
Directory Listing
Modified
Sun Jan 3 16:05:13 2010 UTC
(11 years ago)
by
ph10
Update configure.ac to solve libbz2 problem under Win32.
Revision
477 -
Directory Listing
Modified
Sun Jan 3 15:53:09 2010 UTC
(11 years ago)
by
ph10
Add comments to pcredemo about compiling by using pkg-config.
Revision
476 -
Directory Listing
Modified
Sun Jan 3 15:37:24 2010 UTC
(11 years ago)
by
ph10
Add casts to avoid compiler warnings.
Revision
475 -
Directory Listing
Modified
Sat Jan 2 18:21:30 2010 UTC
(11 years ago)
by
ph10
Tidies to allow easier embedded compilation; avoid (double) where possible.
Revision
474 -
Directory Listing
Modified
Sat Jan 2 16:30:46 2010 UTC
(11 years ago)
by
ph10
Fix C++ wrapper GlobalReplace function for empty matches.
Revision
473 -
Directory Listing
Modified
Sat Jan 2 12:40:07 2010 UTC
(11 years ago)
by
ph10
Fix bugs relating to the use of (*SKIP) etc in assertions.
Revision
472 -
Directory Listing
Modified
Fri Dec 11 16:42:50 2009 UTC
(11 years, 1 month ago)
by
ph10
Fix options set and reset at top level bug.
Revision
471 -
Directory Listing
Modified
Fri Dec 11 15:11:55 2009 UTC
(11 years, 1 month ago)
by
ph10
Fix study bug with single-branch conditions, including (DEFINE).
Revision
469 -
Directory Listing
Modified
Mon Oct 19 14:38:48 2009 UTC
(11 years, 3 months ago)
by
ph10
Final doc and source tidies for 8.00
Revision
468 -
Directory Listing
Modified
Mon Oct 19 11:46:26 2009 UTC
(11 years, 3 months ago)
by
ph10
Fix typos and other things.
Revision
467 -
Directory Listing
Modified
Mon Oct 19 11:43:18 2009 UTC
(11 years, 3 months ago)
by
ph10
Fix study problem with JavaScript compatibility flag and back references.
Revision
466 -
Directory Listing
Modified
Mon Oct 19 11:42:08 2009 UTC
(11 years, 3 months ago)
by
ph10
Include pcredemo.html in the distribution.
Revision
465 -
Directory Listing
Modified
Mon Oct 19 11:12:04 2009 UTC
(11 years, 3 months ago)
by
ph10
Update Windows testing files for new tests.
Revision
464 -
Directory Listing
Modified
Sun Oct 18 19:50:34 2009 UTC
(11 years, 3 months ago)
by
ph10
Document more clearly capturing behaviour for recursion and subroutines.
Revision
463 -
Directory Listing
Modified
Sun Oct 18 10:02:46 2009 UTC
(11 years, 3 months ago)
by
ph10
Further tidies to partial matching.
Revision
462 -
Directory Listing
Modified
Sat Oct 17 19:55:02 2009 UTC
(11 years, 3 months ago)
by
ph10
Fix PCRE_PARTIAL_HARD for patterns that end optionally, e.g. abc*
Revision
461 -
Directory Listing
Modified
Mon Oct 5 10:59:35 2009 UTC
(11 years, 3 months ago)
by
ph10
Tidy up, remove trailing spaces, etc. for 8.00-RC1.
Revision
460 -
Directory Listing
Modified
Sun Oct 4 09:27:20 2009 UTC
(11 years, 3 months ago)
by
ph10
Documentation update.
Revision
459 -
Directory Listing
Modified
Sun Oct 4 09:21:39 2009 UTC
(11 years, 3 months ago)
by
ph10
Fix problems with conditional references to duplicate named subpatterns.
Revision
458 -
Directory Listing
Modified
Sat Oct 3 16:48:17 2009 UTC
(11 years, 3 months ago)
by
ph10
Documentation update.
Revision
457 -
Directory Listing
Modified
Sat Oct 3 16:24:08 2009 UTC
(11 years, 3 months ago)
by
ph10
Allow duplicate names for same-numbered groups; forbid different names.
Revision
456 -
Directory Listing
Modified
Fri Oct 2 08:53:31 2009 UTC
(11 years, 3 months ago)
by
ph10
Documentation update
Revision
455 -
Directory Listing
Modified
Sat Sep 26 19:12:32 2009 UTC
(11 years, 3 months ago)
by
ph10
Added lower bound length-finding to pcre_study() and use it when matching; make
the value available via pcre_fullinfo(); also fixed bugs connected with
pcre_study() in pcre_dfa_exec().
Revision
454 -
Directory Listing
Modified
Tue Sep 22 09:42:11 2009 UTC
(11 years, 4 months ago)
by
ph10
Allow fixed-length subroutine calls in lookbehinds.
Revision
453 -
Directory Listing
Modified
Fri Sep 18 19:12:35 2009 UTC
(11 years, 4 months ago)
by
ph10
Add more explanation about recursive subpatterns, and make it possible to
process the documenation without building a whole release.
Revision
452 -
Directory Listing
Modified
Wed Sep 16 19:18:51 2009 UTC
(11 years, 4 months ago)
by
ph10
Add note about MySQL to README.
Revision
451 -
Directory Listing
Modified
Wed Sep 16 11:05:51 2009 UTC
(11 years, 4 months ago)
by
ph10
Another tweak to documentation and tests.
Revision
450 -
Directory Listing
Modified
Wed Sep 16 10:56:40 2009 UTC
(11 years, 4 months ago)
by
ph10
Minor doc fix; update tests by adding comments to each file, and generally
tidying.
Revision
449 -
Directory Listing
Modified
Wed Sep 16 08:48:17 2009 UTC
(11 years, 4 months ago)
by
ph10
Another test for (*ACCEPT)
Revision
448 -
Directory Listing
Modified
Tue Sep 15 19:11:48 2009 UTC
(11 years, 4 months ago)
by
ph10
Re-organize tests to make is possible to test 5.10 features against Perl.
Revision
447 -
Directory Listing
Modified
Tue Sep 15 18:17:54 2009 UTC
(11 years, 4 months ago)
by
ph10
Capture data when (*ACCEPT) is inside capturing parentheses.
Revision
446 -
Directory Listing
Modified
Tue Sep 15 10:49:50 2009 UTC
(11 years, 4 months ago)
by
ph10
Correct returned capture count after recursion has matched more than outer.
Revision
445 -
Directory Listing
Modified
Sun Sep 13 16:44:49 2009 UTC
(11 years, 4 months ago)
by
ph10
Documentation clarifications.
Revision
444 -
Directory Listing
Modified
Sun Sep 13 16:26:39 2009 UTC
(11 years, 4 months ago)
by
ph10
Fix comment in code.
Revision
443 -
Directory Listing
Modified
Sun Sep 13 16:00:08 2009 UTC
(11 years, 4 months ago)
by
ph10
Source tidy
Revision
442 -
Directory Listing
Modified
Fri Sep 11 10:21:02 2009 UTC
(11 years, 4 months ago)
by
ph10
Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.
Revision
441 -
Directory Listing
Modified
Wed Sep 9 10:37:29 2009 UTC
(11 years, 4 months ago)
by
ph10
Add some user-supplied comments about Stratus OpenVOS.
Revision
440 -
Directory Listing
Modified
Wed Sep 9 10:14:40 2009 UTC
(11 years, 4 months ago)
by
ph10
Fix typo.
Revision
439 -
Directory Listing
Modified
Tue Sep 8 17:27:24 2009 UTC
(11 years, 4 months ago)
by
ph10
Added performance comment to pcre_exec.c.
Revision
438 -
Directory Listing
Modified
Sun Sep 6 20:00:47 2009 UTC
(11 years, 4 months ago)
by
ph10
Fix internal error for forward reference with [^m] interposing.
Revision
437 -
Directory Listing
Modified
Sun Sep 6 16:34:42 2009 UTC
(11 years, 4 months ago)
by
ph10
Add test for diff -u to RunGrepTest.
Revision
436 -
Directory Listing
Modified
Sun Sep 6 16:23:55 2009 UTC
(11 years, 4 months ago)
by
ph10
Documentation tidies
Revision
435 -
Directory Listing
Modified
Sat Sep 5 10:20:44 2009 UTC
(11 years, 4 months ago)
by
ph10
Further updates to partial matching.
Revision
434 -
Directory Listing
Modified
Sat Sep 5 10:20:28 2009 UTC
(11 years, 4 months ago)
by
ph10
Update CMake info to use cmake-gui
Revision
433 -
Directory Listing
Modified
Wed Sep 2 16:09:13 2009 UTC
(11 years, 4 months ago)
by
ph10
For regexec(), if pmatch is NULL, force nmatch to be zero.
Revision
432 -
Directory Listing
Modified
Wed Sep 2 16:02:56 2009 UTC
(11 years, 4 months ago)
by
ph10
Add REG_UNGREEDY (non-standard) to the POSIX interface.
Revision
431 -
Directory Listing
Modified
Wed Sep 2 09:23:21 2009 UTC
(11 years, 4 months ago)
by
ph10
Updage ChangeLog for another bug, already fixed by previous patch.
Revision
430 -
Directory Listing
Modified
Tue Sep 1 16:29:46 2009 UTC
(11 years, 4 months ago)
by
ph10
Add -DPCRE_STATIC to configuration files when no shared library is built.
Revision
429 -
Directory Listing
Modified
Tue Sep 1 16:10:16 2009 UTC
(11 years, 4 months ago)
by
ph10
Add pcredemo man page, containing a listing of pcredemo.c.
Revision
428 -
Directory Listing
Modified
Mon Aug 31 17:10:26 2009 UTC
(11 years, 4 months ago)
by
ph10
Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.
Revision
427 -
Directory Listing
Modified
Fri Aug 28 09:55:54 2009 UTC
(11 years, 4 months ago)
by
ph10
Add new PCRE_PARTIAL_HARD option.
Revision
426 -
Directory Listing
Modified
Wed Aug 26 15:38:32 2009 UTC
(11 years, 5 months ago)
by
ph10
Remove restrictions on pcre_exec() partial matching.
Revision
425 -
Directory Listing
Modified
Mon Aug 17 14:48:48 2009 UTC
(11 years, 5 months ago)
by
ph10
Add #ifndef SUPPORT_UCP to pcre_ucd.c
Revision
424 -
Directory Listing
Modified
Sat Aug 15 18:45:00 2009 UTC
(11 years, 5 months ago)
by
ph10
Add warning comment to pcreposix doc.
Revision
423 -
Directory Listing
Modified
Sat Aug 15 18:17:31 2009 UTC
(11 years, 5 months ago)
by
ph10
Add libpcreposix.pc for pkg-config, which was missing.
Revision
422 -
Directory Listing
Modified
Fri Aug 14 16:42:55 2009 UTC
(11 years, 5 months ago)
by
ph10
Fix --regex(p)=pattern not working in pcregrep.
Revision
421 -
Directory Listing
Modified
Fri Aug 14 15:43:27 2009 UTC
(11 years, 5 months ago)
by
ph10
Fix --fixed-strings.
Revision
420 -
Directory Listing
Modified
Wed Aug 12 17:32:27 2009 UTC
(11 years, 5 months ago)
by
ph10
Fix infelicities to do with --count in pcregrep.
Revision
419 -
Directory Listing
Modified
Wed Aug 12 10:45:33 2009 UTC
(11 years, 5 months ago)
by
ph10
Open with "rb" in pcregrep.
Revision
418 -
Directory Listing
Modified
Fri Apr 24 09:17:18 2009 UTC
(11 years, 9 months ago)
by
ph10
Fix POSIX error code bug.
Revision
416 -
Directory Listing
Modified
Sat Apr 11 14:34:02 2009 UTC
(11 years, 9 months ago)
by
ph10
File tidies for 7.9 release.
Revision
415 -
Directory Listing
Modified
Sat Apr 11 14:22:17 2009 UTC
(11 years, 9 months ago)
by
ph10
Update version, date.
Revision
414 -
Directory Listing
Modified
Sat Apr 11 14:19:13 2009 UTC
(11 years, 9 months ago)
by
ph10
Further tweak to CMakeLists.txt
Revision
413 -
Directory Listing
Modified
Sat Apr 11 11:41:52 2009 UTC
(11 years, 9 months ago)
by
ph10
CMake: arrange for release type compiler flags to be shown in the summary.
Revision
412 -
Directory Listing
Modified
Sat Apr 11 10:34:37 2009 UTC
(11 years, 9 months ago)
by
ph10
Add support for (*UTF8).
Revision
411 -
Directory Listing
Modified
Fri Apr 10 15:40:21 2009 UTC
(11 years, 9 months ago)
by
ph10
Wrap fileno/isatty defs for Windows in #ifndefs
Revision
410 -
Directory Listing
Modified
Wed Apr 1 07:39:22 2009 UTC
(11 years, 9 months ago)
by
ph10
Add another test
Revision
409 -
Directory Listing
Modified
Sat Mar 28 17:10:56 2009 UTC
(11 years, 9 months ago)
by
ph10
Further USPTR additions.
Revision
408 -
Directory Listing
Modified
Fri Mar 27 17:52:03 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix forward references when duplicate group numbers are involved.
Revision
407 -
Directory Listing
Modified
Mon Mar 23 15:29:18 2009 UTC
(11 years, 10 months ago)
by
ph10
Upgrade CMake support to disable tests, pcregrep, and configuration listing.
Revision
406 -
Directory Listing
Modified
Mon Mar 23 12:05:43 2009 UTC
(11 years, 10 months ago)
by
ph10
Trailing space tidies
Revision
405 -
Directory Listing
Modified
Mon Mar 23 12:05:20 2009 UTC
(11 years, 10 months ago)
by
ph10
Patch to make CMake work when PCRE is included within another project.
Revision
404 -
Directory Listing
Modified
Mon Mar 23 11:37:54 2009 UTC
(11 years, 10 months ago)
by
ph10
Remove one repeated test case.
Revision
403 -
Directory Listing
Modified
Sat Mar 21 17:33:11 2009 UTC
(11 years, 10 months ago)
by
ph10
Conditional fix needed fixing for the "heapstack" case.
Revision
402 -
Directory Listing
Modified
Sat Mar 21 17:26:03 2009 UTC
(11 years, 10 months ago)
by
ph10
Add missing #ifdef SUPPORT_UTF8 round heapframe::Xcharptr.
Revision
401 -
Directory Listing
Modified
Sat Mar 21 17:13:18 2009 UTC
(11 years, 10 months ago)
by
ph10
Add comments about contributed .chm files.
Revision
400 -
Directory Listing
Modified
Sat Mar 21 16:59:40 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix memory leak for -8 error during recursion.
Revision
399 -
Directory Listing
Modified
Sat Mar 21 12:34:15 2009 UTC
(11 years, 10 months ago)
by
ph10
Further fix to auto-callout with conditional groups whose condition is an
assertion.
Revision
398 -
Directory Listing
Modified
Fri Mar 20 20:41:29 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix problem with autocallout and dfa_exec.
Revision
397 -
Directory Listing
Modified
Fri Mar 20 19:40:08 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix non-callout function supplied for pcre_dfa_exec() bug.
Revision
396 -
Directory Listing
Modified
Fri Mar 20 11:23:20 2009 UTC
(11 years, 10 months ago)
by
ph10
Forgot to commit this one.
Revision
395 -
Directory Listing
Modified
Fri Mar 20 11:22:42 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix looping bug by recognizing that a conditional with only one branch may
match an empty string.
Revision
394 -
Directory Listing
Modified
Wed Mar 18 16:38:23 2009 UTC
(11 years, 10 months ago)
by
ph10
Add words about \b in UTF-8 mode.
Revision
393 -
Directory Listing
Modified
Tue Mar 17 21:47:54 2009 UTC
(11 years, 10 months ago)
by
ph10
Force SUPPORT_UTF8 if SUPPORT_UCP is set (for non-"configure" users).
Revision
392 -
Directory Listing
Modified
Tue Mar 17 21:30:30 2009 UTC
(11 years, 10 months ago)
by
ph10
Update after detrailing for a test release.
Revision
391 -
Directory Listing
Modified
Tue Mar 17 21:16:01 2009 UTC
(11 years, 10 months ago)
by
ph10
Add support for UTF-8 in EBCDIC environments.
Revision
390 -
Directory Listing
Modified
Tue Mar 17 10:58:16 2009 UTC
(11 years, 10 months ago)
by
ph10
Comments about no_arg in the C++ wrapper.
Revision
389 -
Directory Listing
Modified
Sun Mar 15 18:24:05 2009 UTC
(11 years, 10 months ago)
by
ph10
Add PCRE_NO_START_OPTIMIZE
Revision
388 -
Directory Listing
Modified
Wed Mar 11 17:03:17 2009 UTC
(11 years, 10 months ago)
by
ph10
Added REG_NOTEMPTY to the POSIX wrapper.
Revision
387 -
Directory Listing
Modified
Tue Mar 10 11:51:36 2009 UTC
(11 years, 10 months ago)
by
ph10
Correct comment.
Revision
386 -
Directory Listing
Modified
Tue Mar 10 11:48:33 2009 UTC
(11 years, 10 months ago)
by
ph10
Add the -M option to pcretest.
Revision
385 -
Directory Listing
Modified
Sun Mar 8 16:56:58 2009 UTC
(11 years, 10 months ago)
by
ph10
Document named subpattern behaviour in the presence of duplicate numbers.
Revision
384 -
Directory Listing
Modified
Sun Mar 8 16:27:43 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix Unicode property support in character classes for chars > 127 in non-UTF-8
mode.
Revision
383 -
Directory Listing
Modified
Sun Mar 8 15:26:59 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix PCRE_DOLLAR_ENDONLY bug in pcre_dfa_exec().
Revision
382 -
Directory Listing
Modified
Sun Mar 8 15:11:02 2009 UTC
(11 years, 10 months ago)
by
ph10
Comment on building under Windows CE.
Revision
381 -
Directory Listing
Modified
Tue Mar 3 16:08:23 2009 UTC
(11 years, 10 months ago)
by
ph10
Fix bug with (?(?=.*b)b|^) thinking it must match at start of line; also fix
bug causing a crash when auto-callout is used with a conditional assertion.
Revision
380 -
Directory Listing
Modified
Tue Mar 3 12:32:47 2009 UTC
(11 years, 10 months ago)
by
ph10
The pattern (?(?=.*b)b|^) was incorrectly processed as requiring a match at the
start of the subject or after a newline.
Revision
379 -
Directory Listing
Modified
Mon Mar 2 20:30:05 2009 UTC
(11 years, 10 months ago)
by
ph10
Lock out empty string matches in pcregrep.
Revision
378 -
Directory Listing
Modified
Sun Mar 1 14:13:34 2009 UTC
(11 years, 10 months ago)
by
ph10
Make pcregrep with --colour show all matches in a line in colour.
Revision
377 -
Directory Listing
Modified
Sun Mar 1 12:07:19 2009 UTC
(11 years, 10 months ago)
by
ph10
Use colour when requested with -o in pcregrep.
Revision
376 -
Directory Listing
Modified
Sun Mar 1 12:00:59 2009 UTC
(11 years, 10 months ago)
by
ph10
Bug fixes: forgot to commit these individually.
Revision
374 -
Directory Listing
Modified
Fri Sep 5 16:42:28 2008 UTC
(12 years, 4 months ago)
by
ph10
Updates for 7.8 release
Revision
373 -
Directory Listing
Modified
Fri Sep 5 10:25:46 2008 UTC
(12 years, 4 months ago)
by
ph10
Update the Virtual Pascal + BCC files for current versions.
Revision
372 -
Directory Listing
Modified
Tue Aug 26 11:49:38 2008 UTC
(12 years, 5 months ago)
by
ph10
Update maint/README with new wishlist items.
Revision
371 -
Directory Listing
Modified
Mon Aug 25 18:28:05 2008 UTC
(12 years, 5 months ago)
by
ph10
Source tidies for 7.8-RC1
Revision
370 -
Directory Listing
Modified
Sun Aug 24 18:33:00 2008 UTC
(12 years, 5 months ago)
by
ph10
A UTF-8 test had accidentally been put in the wrong test.
Revision
369 -
Directory Listing
Modified
Sun Aug 24 16:53:47 2008 UTC
(12 years, 5 months ago)
by
ph10
Patch to reduce warnings from certain compilers.
Revision
368 -
Directory Listing
Modified
Sun Aug 24 16:25:20 2008 UTC
(12 years, 5 months ago)
by
ph10
Make it clearer that ovector values are byte offsets, not character counts.
Revision
367 -
Directory Listing
Modified
Sun Aug 24 11:25:07 2008 UTC
(12 years, 5 months ago)
by
ph10
Add missing copyright to pcrecpp_internal.h
Revision
366 -
Directory Listing
Modified
Mon Jul 14 15:45:32 2008 UTC
(12 years, 6 months ago)
by
ph10
Lazy qualifiers were not always working in UTF-8 mode (8.0/15).
Revision
365 -
Directory Listing
Modified
Fri Jul 11 17:06:55 2008 UTC
(12 years, 6 months ago)
by
ph10
Further fixes for bumpalong processing in UTF-8 mode.
Revision
364 -
Directory Listing
Modified
Fri Jul 11 14:53:41 2008 UTC
(12 years, 6 months ago)
by
ph10
Several bugs concerned with skipping over UTF-8 characters at the start of
matching (8.0/13, 8.0/14).
Revision
363 -
Directory Listing
Modified
Thu Jul 10 16:24:33 2008 UTC
(12 years, 6 months ago)
by
ph10
Previous change to pcretest wasn't correct for POSIX mode (needs zero
terminator).
Revision
362 -
Directory Listing
Modified
Thu Jul 10 16:06:45 2008 UTC
(12 years, 6 months ago)
by
ph10
Forgot to add test for previous bug.
Revision
361 -
Directory Listing
Modified
Thu Jul 10 16:03:28 2008 UTC
(12 years, 6 months ago)
by
ph10
Fix off-end-of-buffer bug for patterns that match only at start of line.
Revision
360 -
Directory Listing
Modified
Wed Jul 9 20:00:28 2008 UTC
(12 years, 6 months ago)
by
ph10
Fix CVE-2008-2371 (outer level option with alternatives caused crash).
Revision
359 -
Directory Listing
Modified
Wed Jul 9 16:20:19 2008 UTC
(12 years, 6 months ago)
by
ph10
Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.
Revision
358 -
Directory Listing
Modified
Wed Jul 9 11:03:07 2008 UTC
(12 years, 6 months ago)
by
ph10
Comments about stack usage added.
Revision
357 -
Directory Listing
Modified
Tue Jul 8 14:18:28 2008 UTC
(12 years, 6 months ago)
by
ph10
Added two (int) casts to pcregrep.
Revision
356 -
Directory Listing
Modified
Tue Jul 8 14:14:34 2008 UTC
(12 years, 6 months ago)
by
ph10
Minor bugfix in pcrecpp.cc.
Revision
355 -
Directory Listing
Modified
Mon Jul 7 17:45:23 2008 UTC
(12 years, 6 months ago)
by
ph10
Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.
Revision
354 -
Directory Listing
Modified
Mon Jul 7 16:30:33 2008 UTC
(12 years, 6 months ago)
by
ph10
Fix caseless backreferences for non-ASCII characters.
Revision
353 -
Directory Listing
Modified
Mon Jul 7 15:44:24 2008 UTC
(12 years, 6 months ago)
by
ph10
Fix SKIPZERO bug in pcre_study().
Revision
352 -
Directory Listing
Modified
Mon Jul 7 15:12:56 2008 UTC
(12 years, 6 months ago)
by
ph10
Final (?) tidies for new Unicode property code.
Revision
351 -
Directory Listing
Modified
Fri Jul 4 18:27:16 2008 UTC
(12 years, 6 months ago)
by
ph10
Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.
Revision
350 -
Directory Listing
Modified
Wed Jul 2 19:18:41 2008 UTC
(12 years, 6 months ago)
by
ph10
More of the UCP speedup update.
Revision
349 -
Directory Listing
Modified
Wed Jul 2 18:42:11 2008 UTC
(12 years, 6 months ago)
by
ph10
Preliminary patch for upgraded Unicode Property support.
Revision
347 -
Directory Listing
Modified
Wed May 7 16:38:04 2008 UTC
(12 years, 8 months ago)
by
ph10
Final updates for 7.7 release.
Revision
346 -
Directory Listing
Modified
Wed Apr 30 16:35:49 2008 UTC
(12 years, 8 months ago)
by
ph10
Fix typo in ucpinternal.h.
Revision
345 -
Directory Listing
Modified
Mon Apr 28 15:10:02 2008 UTC
(12 years, 8 months ago)
by
ph10
Tidies for the 7.7-RC1 distribution.
Revision
344 -
Directory Listing
Modified
Tue Apr 22 09:16:15 2008 UTC
(12 years, 9 months ago)
by
ph10
CMake patches for readline support to ensure ncurses is linked when required.
Revision
343 -
Directory Listing
Modified
Mon Apr 21 16:30:37 2008 UTC
(12 years, 9 months ago)
by
ph10
Fixes to pcretest for readline support on Windows.
Revision
342 -
Directory Listing
Modified
Sun Apr 20 17:10:13 2008 UTC
(12 years, 9 months ago)
by
ph10
Slight performance improvement by using the new OP_ALLANY opcode for cases of
the metacharacter "." when DOTALL is set. Also, some tidies consequent upon its
invention.
Revision
341 -
Directory Listing
Modified
Sat Apr 19 16:41:04 2008 UTC
(12 years, 9 months ago)
by
ph10
Fix DFA (?!) bug; add support for JavaScript empty classes.
Revision
340 -
Directory Listing
Modified
Fri Apr 18 20:00:21 2008 UTC
(12 years, 9 months ago)
by
ph10
Fix incorrect error for patterns like /(?2)[]a()b](abc)/
Revision
339 -
Directory Listing
Modified
Sun Apr 13 15:14:34 2008 UTC
(12 years, 9 months ago)
by
ph10
Some systems have a diff without a -u option. Test for it.
Revision
338 -
Directory Listing
Modified
Sun Apr 13 14:58:34 2008 UTC
(12 years, 9 months ago)
by
ph10
Update docs to point out that sometimes -lncurses will be needed with
libreadline.
Revision
337 -
Directory Listing
Modified
Sun Apr 13 14:21:06 2008 UTC
(12 years, 9 months ago)
by
ph10
Forgot to add PCRE_JAVASCRIPT_COMPAT to pcre.h.in.
Revision
336 -
Directory Listing
Modified
Sat Apr 12 15:59:03 2008 UTC
(12 years, 9 months ago)
by
ph10
Added PCRE_JAVASCRIPT_COMPAT option.
Revision
335 -
Directory Listing
Modified
Sat Apr 12 14:36:14 2008 UTC
(12 years, 9 months ago)
by
ph10
Do not discard subpatterns with {0} quantifiers, as they may be called as
subroutines.
Revision
334 -
Directory Listing
Modified
Fri Apr 11 15:48:14 2008 UTC
(12 years, 9 months ago)
by
ph10
Fix bug in Oniguruma \g support.
Revision
333 -
Directory Listing
Modified
Thu Apr 10 19:55:57 2008 UTC
(12 years, 9 months ago)
by
ph10
Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.
Revision
332 -
Directory Listing
Modified
Sat Apr 5 16:11:05 2008 UTC
(12 years, 9 months ago)
by
ph10
Alan Lehotsky's patch for REG_STARTEND.
Revision
331 -
Directory Listing
Modified
Sat Apr 5 15:38:53 2008 UTC
(12 years, 9 months ago)
by
ph10
Applied Craig's patch to remove the use of push_back().
Revision
330 -
Directory Listing
Modified
Sat Apr 5 15:31:38 2008 UTC
(12 years, 9 months ago)
by
ph10
Craig's further amended patch for OS X.
Revision
329 -
Directory Listing
Modified
Fri Mar 28 12:06:36 2008 UTC
(12 years, 9 months ago)
by
ph10
Craig's second patch to fix the previous one.
Revision
328 -
Directory Listing
Modified
Wed Mar 26 17:39:06 2008 UTC
(12 years, 10 months ago)
by
ph10
Patch to pcrecpp.cc to fix an OS X linking problem.
Revision
327 -
Directory Listing
Modified
Sat Mar 8 19:38:30 2008 UTC
(12 years, 10 months ago)
by
ph10
Added some missing "const"s to declarations of static tables in
pcre_compile.c and pcre_dfa_exec.c.
Revision
326 -
Directory Listing
Modified
Sat Mar 8 17:24:02 2008 UTC
(12 years, 10 months ago)
by
ph10
Craig's patch to the QuoteMeta function in pcrecpp.cc so that it escapes the
NUL character as backslash + 0 rather than backslash + NUL, because PCRE
doesn't support NULs in patterns.
Revision
325 -
Directory Listing
Modified
Sat Mar 8 17:13:02 2008 UTC
(12 years, 10 months ago)
by
ph10
Add --include_dir and --exclude_dir to pcregrep.
Revision
324 -
Directory Listing
Modified
Fri Mar 7 19:48:32 2008 UTC
(12 years, 10 months ago)
by
ph10
Fix bugs with --include and --exclude in pcregrep.
Revision
323 -
Directory Listing
Modified
Wed Mar 5 17:23:42 2008 UTC
(12 years, 10 months ago)
by
ph10
Remove a line of dead code, identified by coverity and reported by Nuno Lopes.
Revision
322 -
Directory Listing
Modified
Wed Mar 5 17:14:08 2008 UTC
(12 years, 10 months ago)
by
ph10
Craig's patch to pcrecpp.cc to restore ABI compatibility with pre-7.6 versions,
which defined a global no_arg variable instead of putting it in the RE class.
Revision
321 -
Directory Listing
Modified
Wed Mar 5 17:10:45 2008 UTC
(12 years, 10 months ago)
by
ph10
Craig's patch to sort out a long long problem: "If we can't convert
a string to a long long, pretend we don't even have a long long."
Revision
319 -
Directory Listing
Modified
Mon Jan 28 15:27:45 2008 UTC
(12 years, 11 months ago)
by
ph10
File tidy-up for 7.6 release.
Revision
318 -
Directory Listing
Modified
Mon Jan 28 15:27:17 2008 UTC
(12 years, 11 months ago)
by
ph10
Further tidies from Sheri and Christian.
Revision
317 -
Directory Listing
Modified
Fri Jan 25 17:57:39 2008 UTC
(13 years ago)
by
ph10
Further tidies in comments about Windows use.
Revision
316 -
Directory Listing
Modified
Fri Jan 25 17:38:26 2008 UTC
(13 years ago)
by
ph10
Update comments about CMake.
Revision
315 -
Directory Listing
Modified
Fri Jan 25 17:23:16 2008 UTC
(13 years ago)
by
ph10
Update comments in pcredemo.c to point out the necessity of using PCRE_STATIC
when linking statically on Windows.
Revision
314 -
Directory Listing
Modified
Fri Jan 25 17:09:21 2008 UTC
(13 years ago)
by
ph10
Wording tidy, as suggested by Sheri.
Revision
313 -
Directory Listing
Modified
Wed Jan 23 18:05:06 2008 UTC
(13 years ago)
by
ph10
Tidies for 7.6-RC2.
Revision
312 -
Directory Listing
Modified
Wed Jan 23 18:02:23 2008 UTC
(13 years ago)
by
ph10
Remove the automatic build of pcredemo.
Revision
311 -
Directory Listing
Modified
Wed Jan 23 17:34:58 2008 UTC
(13 years ago)
by
ph10
Applied Sheri's patch to CMakeLists.txt to add library name options and correct
the recursion comment.
Revision
310 -
Directory Listing
Modified
Wed Jan 23 17:00:19 2008 UTC
(13 years ago)
by
ph10
List actual files, not the whole cmake directory, for inclusion in the
distribution (avoids including .svn).
Revision
309 -
Directory Listing
Modified
Mon Jan 21 15:22:09 2008 UTC
(13 years ago)
by
ph10
Tidies for 7.6-RC1 test release.
Revision
308 -
Directory Listing
Modified
Mon Jan 21 14:57:19 2008 UTC
(13 years ago)
by
ph10
Apply Craig's patch to move no_arg into the RE class.
Revision
307 -
Directory Listing
Modified
Sun Jan 20 20:36:45 2008 UTC
(13 years ago)
by
ph10
Add Ron Aaron's Makefile patch (experimentally).
Revision
306 -
Directory Listing
Modified
Sun Jan 20 20:17:10 2008 UTC
(13 years ago)
by
ph10
Added user-suggested comments about CMake relative paths to NON-UNIX-USE.
Revision
305 -
Directory Listing
Modified
Sun Jan 20 20:07:32 2008 UTC
(13 years ago)
by
ph10
Update copyright year to 2008.
Revision
304 -
Directory Listing
Modified
Sun Jan 20 19:52:18 2008 UTC
(13 years ago)
by
ph10
Add detail to cmake update note.
Revision
303 -
Directory Listing
Modified
Sun Jan 20 19:39:43 2008 UTC
(13 years ago)
by
ph10
Apply Christian Ehrlicher's patch to update the CMake files.
Revision
302 -
Directory Listing
Modified
Sun Jan 20 19:12:46 2008 UTC
(13 years ago)
by
ph10
Exclude "long long" test in pcrecpp_unittest when HAVE_LONG_LONG is not
defined.
Revision
301 -
Directory Listing
Modified
Mon Jan 14 19:58:32 2008 UTC
(13 years ago)
by
ph10
Add TagRelease.
Revision
300 -
Directory Listing
Modified
Mon Jan 14 19:43:19 2008 UTC
(13 years ago)
by
ph10
Fix buffer overrun for class with very many characters whose codepoints are
above 255.
Revision
298 -
Directory Listing
Modified
Thu Jan 10 17:09:12 2008 UTC
(13 years ago)
by
ph10
Tidies for the 7.5 release.
Revision
297 -
Directory Listing
Modified
Fri Jan 4 19:44:00 2008 UTC
(13 years ago)
by
ph10
Craig's patch for the double-counting bug in global replace.
Revision
296 -
Directory Listing
Modified
Tue Jan 1 20:09:30 2008 UTC
(13 years ago)
by
ph10
Remove the use of %n from pcregrep.
Revision
295 -
Directory Listing
Modified
Mon Dec 31 17:00:24 2007 UTC
(13 years ago)
by
ph10
Make POSIX character class parsing more like Perl.
Revision
294 -
Directory Listing
Modified
Sat Dec 29 16:55:59 2007 UTC
(13 years ago)
by
ph10
Fix UTF-8/newline=ANY with .* crash.
Revision
293 -
Directory Listing
Modified
Sat Dec 29 16:50:30 2007 UTC
(13 years ago)
by
ph10
Fix typo in comment.
Revision
292 -
Directory Listing
Modified
Thu Dec 27 09:27:23 2007 UTC
(13 years, 1 month ago)
by
ph10
Tidies for 7.5-RC2 release.
Revision
291 -
Directory Listing
Modified
Wed Dec 26 18:46:46 2007 UTC
(13 years, 1 month ago)
by
ph10
Update CMake files for new build-arguments.
Revision
290 -
Directory Listing
Modified
Wed Dec 26 10:11:56 2007 UTC
(13 years, 1 month ago)
by
ph10
Add missing error numbers to documentation.
Revision
289 -
Directory Listing
Modified
Sun Dec 23 12:17:20 2007 UTC
(13 years, 1 month ago)
by
ph10
Tidies for 7.5-RC1 release.
Revision
288 -
Directory Listing
Modified
Wed Dec 19 12:21:45 2007 UTC
(13 years, 1 month ago)
by
ph10
Fix C++ GlobalReplace() double-counting bug.
Revision
287 -
Directory Listing
Modified
Tue Dec 18 20:11:28 2007 UTC
(13 years, 1 month ago)
by
ph10
Added --enable-pcretest-libreadline.
Revision
286 -
Directory Listing
Modified
Mon Dec 17 14:46:11 2007 UTC
(13 years, 1 month ago)
by
ph10
Add .gz and .bz2 optional support to pcregrep.
Revision
285 -
Directory Listing
Modified
Wed Dec 12 17:03:50 2007 UTC
(13 years, 1 month ago)
by
ph10
Fix bad compiled code for things like /\pL{2}+/ in which a possessive
quantifier with a fixed limit was applied to a character property.
Revision
284 -
Directory Listing
Modified
Fri Dec 7 20:01:16 2007 UTC
(13 years, 1 month ago)
by
ph10
Oops, forgot the ChangeLog.
Revision
283 -
Directory Listing
Modified
Fri Dec 7 19:59:19 2007 UTC
(13 years, 1 month ago)
by
ph10
David Byron's patch for typos and one re-arrangement in Windows code in
pcregrep.
Revision
282 -
Directory Listing
Modified
Fri Dec 7 19:32:32 2007 UTC
(13 years, 1 month ago)
by
ph10
Fix non-diagnosis of (?=a)(?R) (positive lookaheads not skipped when checking
for an empty match).
Revision
281 -
Directory Listing
Modified
Fri Dec 7 15:57:05 2007 UTC
(13 years, 1 month ago)
by
ph10
Documentation improvement.
Revision
280 -
Directory Listing
Modified
Wed Dec 5 20:56:03 2007 UTC
(13 years, 1 month ago)
by
ph10
Add --line-offsets and --file-offsets to pcregrep.
Revision
279 -
Directory Listing
Modified
Tue Dec 4 20:01:43 2007 UTC
(13 years, 1 month ago)
by
ph10
Fix -o bugs in pcregrep.
Revision
278 -
Directory Listing
Modified
Tue Nov 27 16:55:12 2007 UTC
(13 years, 1 month ago)
by
ph10
Minor rewording of PCRE_INFO_JCHANGED documentation.
Revision
277 -
Directory Listing
Modified
Mon Nov 26 17:03:45 2007 UTC
(13 years, 2 months ago)
by
ph10
Fix incorrect script bug in Unicode character table.
Revision
276 -
Directory Listing
Modified
Wed Nov 21 15:39:20 2007 UTC
(13 years, 2 months ago)
by
ph10
Remove two redunant, never-reachable lines of code whose function had been
moved.
Revision
275 -
Directory Listing
Modified
Wed Nov 21 15:35:09 2007 UTC
(13 years, 2 months ago)
by
ph10
s/backslash/backspace in two comments where it was wrong.
Revision
274 -
Directory Listing
Modified
Tue Nov 20 10:05:23 2007 UTC
(13 years, 2 months ago)
by
ph10
Change "alphameric" to "alphanumeric".
Revision
273 -
Directory Listing
Modified
Mon Nov 19 10:09:04 2007 UTC
(13 years, 2 months ago)
by
ph10
Update pcretest doc to clarify the output for unset substrings.
Revision
272 -
Directory Listing
Modified
Sat Nov 17 16:53:53 2007 UTC
(13 years, 2 months ago)
by
ph10
Generalize wording for (?&) error as it also applies to \k'' and other cases.
Revision
271 -
Directory Listing
Modified
Fri Nov 16 19:58:26 2007 UTC
(13 years, 2 months ago)
by
ph10
Missed test data for previous change.
Revision
270 -
Directory Listing
Modified
Fri Nov 16 19:55:16 2007 UTC
(13 years, 2 months ago)
by
ph10
Diagnose conditional numerical reference to a non-existent subpattern.
Revision
269 -
Directory Listing
Modified
Fri Nov 16 16:22:24 2007 UTC
(13 years, 2 months ago)
by
ph10
Improve error messages for (?+-a) and (?-+a).
Revision
268 -
Directory Listing
Modified
Thu Nov 15 10:28:09 2007 UTC
(13 years, 2 months ago)
by
ph10
Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.
Revision
267 -
Directory Listing
Modified
Wed Nov 14 11:48:49 2007 UTC
(13 years, 2 months ago)
by
ph10
Fixed reference to PCRECPP_STATIC that should have been PCRE_STATIC.
Revision
266 -
Directory Listing
Modified
Wed Nov 14 11:40:45 2007 UTC
(13 years, 2 months ago)
by
ph10
Fix typo.
Revision
265 -
Directory Listing
Modified
Wed Nov 14 11:35:48 2007 UTC
(13 years, 2 months ago)
by
ph10
Fix negative POSIX class bug with Unicode characters.
Revision
264 -
Directory Listing
Modified
Tue Nov 13 11:07:16 2007 UTC
(13 years, 2 months ago)
by
ph10
Fix [\S] etc. bug in UTF-8 mode with characters > 255.
Revision
263 -
Directory Listing
Modified
Mon Nov 12 16:53:25 2007 UTC
(13 years, 2 months ago)
by
ph10
Apply Craig's patch, which makes it possible to "ignore" values in parens
when parsing an RE using the c++ wrapper.
Revision
261 -
Directory Listing
Modified
Fri Sep 21 08:37:48 2007 UTC
(13 years, 4 months ago)
by
ph10
Final doc updates and file tidies for 7.4.
Revision
260 -
Directory Listing
Modified
Thu Sep 20 10:19:16 2007 UTC
(13 years, 4 months ago)
by
ph10
Documentation tidies and clarifications.
Revision
259 -
Directory Listing
Modified
Wed Sep 19 09:52:44 2007 UTC
(13 years, 4 months ago)
by
ph10
File tidies caused by building a release.
Revision
258 -
Directory Listing
Modified
Wed Sep 19 09:27:50 2007 UTC
(13 years, 4 months ago)
by
ph10
Sheri's CMake updates and notes.
Revision
257 -
Directory Listing
Modified
Wed Sep 19 09:11:19 2007 UTC
(13 years, 4 months ago)
by
ph10
Craig's patch to remove the checks for windows.h and instead check for
_strtoi64 explicitly, and avoid using snprintf() at all.
Revision
256 -
Directory Listing
Modified
Wed Sep 19 08:57:53 2007 UTC
(13 years, 4 months ago)
by
ph10
Patches to C++ code to avoid compiler warnings.
Revision
255 -
Directory Listing
Modified
Wed Sep 19 08:50:04 2007 UTC
(13 years, 4 months ago)
by
ph10
Add casts to pcretest.c to avoid compiler warnings.
Revision
254 -
Directory Listing
Modified
Mon Sep 17 11:05:37 2007 UTC
(13 years, 4 months ago)
by
ph10
Update files tidied by making a release.
Revision
253 -
Directory Listing
Modified
Mon Sep 17 10:51:30 2007 UTC
(13 years, 4 months ago)
by
ph10
Added checks for ANY and ANYCRLF to pcrecpp.cc where previously it checked only
for CRLF.
Revision
252 -
Directory Listing
Modified
Mon Sep 17 10:38:40 2007 UTC
(13 years, 4 months ago)
by
ph10
Documentation tweak.
Revision
251 -
Directory Listing
Modified
Mon Sep 17 10:33:48 2007 UTC
(13 years, 4 months ago)
by
ph10
Documentation tweaks.
Revision
250 -
Directory Listing
Modified
Mon Sep 17 10:33:36 2007 UTC
(13 years, 4 months ago)
by
ph10
Distribute version of test 3 for Windows.
Revision
249 -
Directory Listing
Modified
Mon Sep 17 10:33:10 2007 UTC
(13 years, 4 months ago)
by
ph10
Version of Test 3 for Windows.
Revision
248 -
Directory Listing
Modified
Mon Sep 17 10:09:22 2007 UTC
(13 years, 4 months ago)
by
ph10
Change condition for the macros for snprintf and strtoll from _WIN32 to
HAVE_WINDOWS_H because they are needed only when windows.h is present.
Revision
247 -
Directory Listing
Modified
Mon Sep 17 09:38:32 2007 UTC
(13 years, 4 months ago)
by
ph10
(1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.
(2) Updates files changed by building test release.
Revision
246 -
Directory Listing
Modified
Fri Sep 14 10:22:03 2007 UTC
(13 years, 4 months ago)
by
ph10
Document that, for example, (*CR)(*BSR_ANYCRLF) can both be used in the same
pattern.
Revision
245 -
Directory Listing
Modified
Fri Sep 14 10:06:05 2007 UTC
(13 years, 4 months ago)
by
ph10
Skip some tests when \R is defaulted to ANYCRLF.
Revision
244 -
Directory Listing
Modified
Fri Sep 14 09:14:24 2007 UTC
(13 years, 4 months ago)
by
ph10
Fix broken --disable-stack-for-recursion without --enable-unicode-properties.
Revision
243 -
Directory Listing
Modified
Thu Sep 13 09:28:14 2007 UTC
(13 years, 4 months ago)
by
ph10
Detrailed files for 7.4-RC1 test release.
Revision
242 -
Directory Listing
Modified
Thu Sep 13 09:20:12 2007 UTC
(13 years, 4 months ago)
by
ph10
Update NEWS file for 7.4.
Revision
241 -
Directory Listing
Modified
Thu Sep 13 09:19:42 2007 UTC
(13 years, 4 months ago)
by
ph10
Fix typo when changing <> to "".
Revision
240 -
Directory Listing
Modified
Tue Sep 11 15:47:20 2007 UTC
(13 years, 4 months ago)
by
ph10
Refactoring to reduce the number of relocations in a shared library.
Revision
239 -
Directory Listing
Modified
Tue Sep 11 13:46:30 2007 UTC
(13 years, 4 months ago)
by
ph10
Fix line ending missing for pcregrep with --colour.
Revision
238 -
Directory Listing
Modified
Tue Sep 11 13:27:16 2007 UTC
(13 years, 4 months ago)
by
ph10
Distribute the pcresyntax.3 man page.
Revision
237 -
Directory Listing
Modified
Tue Sep 11 13:12:13 2007 UTC
(13 years, 4 months ago)
by
ph10
Add comments about -DHAVE_CONFIG_H to the documentation and to config.h itself.
Revision
236 -
Directory Listing
Modified
Tue Sep 11 12:57:06 2007 UTC
(13 years, 4 months ago)
by
ph10
<config.h> => "config.h" and also some cases of <pcre.h>.
Revision
235 -
Directory Listing
Modified
Tue Sep 11 11:39:14 2007 UTC
(13 years, 4 months ago)
by
ph10
Fix typo.
Revision
234 -
Directory Listing
Modified
Tue Sep 11 11:36:27 2007 UTC
(13 years, 4 months ago)
by
ph10
Macros for snprintf, strtoll, strtoull when compiling the C++ things under
Windows.
Revision
233 -
Directory Listing
Modified
Tue Sep 11 11:26:11 2007 UTC
(13 years, 4 months ago)
by
ph10
Put back the definition of PCRE_ERROR_NULLWSLIMIT for compatibility, even
though it is no longer used.
Revision
232 -
Directory Listing
Modified
Tue Sep 11 11:18:50 2007 UTC
(13 years, 4 months ago)
by
ph10
doc/pcresyntax.html was missing from the distribution.
Revision
231 -
Directory Listing
Modified
Tue Sep 11 11:15:33 2007 UTC
(13 years, 4 months ago)
by
ph10
Add facility to make \R match only CR, LF, or CRLF.
Revision
230 -
Directory Listing
Modified
Mon Sep 10 13:23:56 2007 UTC
(13 years, 4 months ago)
by
ph10
(1) Move internal flags out of the options field, to make room.
(2) \r and \n must be explicit to trigger the special CRLF handline exception.
(3) (?J) at the start now sets JCHANGED as well as DUPNAMES.
Revision
228 -
Directory Listing
Modified
Tue Aug 28 13:37:37 2007 UTC
(13 years, 4 months ago)
by
ph10
Final version number changes for the 7.3 release.
Revision
227 -
Directory Listing
Modified
Tue Aug 21 15:00:15 2007 UTC
(13 years, 5 months ago)
by
ph10
Add (*CR) etc.
Revision
226 -
Directory Listing
Modified
Tue Aug 21 11:46:08 2007 UTC
(13 years, 5 months ago)
by
ph10
Don't advance by 2 if explicit \r or \n in the pattern. Add
PCRE_INFO_HASCRORLF.
Revision
225 -
Directory Listing
Modified
Mon Aug 20 14:38:34 2007 UTC
(13 years, 5 months ago)
by
ph10
Document anomaly when \r or \n is used explicity with CRLF as a line
terminator.
Revision
224 -
Directory Listing
Modified
Mon Aug 20 12:58:29 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix loop for group with possible zero repeat containing \p or \P.
Revision
223 -
Directory Listing
Modified
Mon Aug 20 11:07:53 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix loop for classes containing \p or \P and just one ascii character.
Revision
222 -
Directory Listing
Modified
Fri Aug 17 10:48:51 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix pcregrep -Mv looping bug.
Revision
221 -
Directory Listing
Modified
Fri Aug 17 09:25:08 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix bad fix for repeated \p and \P.
Revision
220 -
Directory Listing
Modified
Thu Aug 16 13:29:39 2007 UTC
(13 years, 5 months ago)
by
ph10
Tidies for 7.3-RC5 prerelease
Revision
219 -
Directory Listing
Modified
Thu Aug 16 11:46:40 2007 UTC
(13 years, 5 months ago)
by
ph10
Fixed bug with repeated \S or \W in UTF-8 mode.
Revision
218 -
Directory Listing
Modified
Thu Aug 16 10:13:23 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix several compile bugs involving repeated \p or \P items.
Revision
217 -
Directory Listing
Modified
Wed Aug 15 15:21:04 2007 UTC
(13 years, 5 months ago)
by
ph10
Crash in debug output when printing the name of a Unicode property.
Revision
216 -
Directory Listing
Modified
Wed Aug 15 14:35:57 2007 UTC
(13 years, 5 months ago)
by
ph10
Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class
inside group with unlimited repeat).
Revision
215 -
Directory Listing
Modified
Wed Aug 15 14:20:05 2007 UTC
(13 years, 5 months ago)
by
ph10
Fixed overrun for missing ] with a forward reference, e.g. /(?1)\c[/.
Revision
214 -
Directory Listing
Modified
Wed Aug 15 14:08:10 2007 UTC
(13 years, 5 months ago)
by
ph10
Fixed another looking-too-far-back-in-non-UTF-8-mode bug.
Revision
213 -
Directory Listing
Modified
Wed Aug 15 11:34:14 2007 UTC
(13 years, 5 months ago)
by
ph10
Add integer overflow tests to escape processing.
Revision
212 -
Directory Listing
Modified
Thu Aug 9 11:16:34 2007 UTC
(13 years, 5 months ago)
by
ph10
Updating docs for release; fix heap-related bugs in pcre_exec shown up by
release testing.
Revision
211 -
Directory Listing
Modified
Thu Aug 9 09:52:43 2007 UTC
(13 years, 5 months ago)
by
ph10
Update UTF-8 validity check and documentation.
Revision
210 -
Directory Listing
Modified
Wed Aug 8 14:24:50 2007 UTC
(13 years, 5 months ago)
by
ph10
Add Perl 5.10's backtracking verbs.
Revision
209 -
Directory Listing
Modified
Tue Aug 7 09:22:06 2007 UTC
(13 years, 5 months ago)
by
ph10
Add words about valid UTF-8 vs assigned Unicode code point to the docs.
Revision
208 -
Directory Listing
Modified
Mon Aug 6 15:23:29 2007 UTC
(13 years, 5 months ago)
by
ph10
Added a pcresyntax man page; tidied some others.
Revision
207 -
Directory Listing
Modified
Mon Aug 6 09:32:14 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in
non-UTF-8 mode and the presence of top-bit-set characters.
Revision
206 -
Directory Listing
Modified
Fri Aug 3 14:53:04 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix loop for null-matching condition nested in an outer unlimited repeat.
Revision
205 -
Directory Listing
Modified
Fri Aug 3 13:18:33 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix bugs with [\E] and [\Q\E].
Revision
204 -
Directory Listing
Modified
Fri Aug 3 10:59:08 2007 UTC
(13 years, 5 months ago)
by
ph10
Increment RC number.
Revision
203 -
Directory Listing
Modified
Fri Aug 3 10:09:57 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix doc bug for duplicate named subpatterns.
Revision
202 -
Directory Listing
Modified
Fri Aug 3 09:44:26 2007 UTC
(13 years, 5 months ago)
by
ph10
Refactor the integer overflow testing so as to avoid imposing an artificial
limit on the size of subpatterns.
Revision
201 -
Directory Listing
Modified
Thu Aug 2 08:37:31 2007 UTC
(13 years, 5 months ago)
by
ph10
Update version number; use %I64U instead of %llu under MingGW in
pcrecpp_unittest.
Revision
200 -
Directory Listing
Modified
Wed Aug 1 09:10:40 2007 UTC
(13 years, 5 months ago)
by
ph10
Correct errors in previous patch; tidy for test release.
Revision
199 -
Directory Listing
Modified
Tue Jul 31 14:39:09 2007 UTC
(13 years, 5 months ago)
by
ph10
Daniel's patch for config.h and Windows DLL declarations (not fully working).
Revision
198 -
Directory Listing
Modified
Tue Jul 31 11:11:23 2007 UTC
(13 years, 5 months ago)
by
ph10
Update version number; add words about stacks to NON-UNIX-USE.
Revision
197 -
Directory Listing
Modified
Tue Jul 31 10:50:18 2007 UTC
(13 years, 5 months ago)
by
ph10
Abolish the NULLWSLIMIT error at the expense of using more stack when an
unlimited repeat could match an empty string. Also, doc tidies for a test
release.
Revision
196 -
Directory Listing
Modified
Mon Jul 30 13:44:50 2007 UTC
(13 years, 5 months ago)
by
ph10
Clarify doc about PCRE_INFO_OPTIONS.
Revision
195 -
Directory Listing
Modified
Mon Jul 30 13:23:28 2007 UTC
(13 years, 5 months ago)
by
ph10
Add words about EBCDIC to doc and ./configure --help (somebody thought it might
be a useful option and tried it on an ASCII system). Fixed one missing table
entry for EBCDIC.
Revision
194 -
Directory Listing
Modified
Mon Jul 30 11:37:52 2007 UTC
(13 years, 5 months ago)
by
ph10
Addes test 10 to the RunTest.bat file.
Revision
193 -
Directory Listing
Modified
Mon Jul 30 11:34:18 2007 UTC
(13 years, 5 months ago)
by
ph10
Arrange to use "%I64d" instead of "%lld" for long printing in the pcrecpp
unittest when running under MinGW.
Revision
192 -
Directory Listing
Modified
Mon Jul 30 11:23:21 2007 UTC
(13 years, 5 months ago)
by
ph10
Adjust opcode names in debugging output.
Revision
191 -
Directory Listing
Modified
Mon Jul 30 11:13:54 2007 UTC
(13 years, 5 months ago)
by
ph10
Expand the documentation about the NULLWSLIMIT error.
Revision
190 -
Directory Listing
Modified
Thu Jul 19 10:38:20 2007 UTC
(13 years, 6 months ago)
by
ph10
Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance
improvement for .* in DOTALL UTF-8 mode.
Revision
189 -
Directory Listing
Modified
Thu Jul 5 11:50:49 2007 UTC
(13 years, 6 months ago)
by
ph10
Change #include <pcre.h> to #include "pcre.h" in pcre_internal.h (an error that
crept in at 7.1).
Revision
188 -
Directory Listing
Modified
Thu Jul 5 11:49:44 2007 UTC
(13 years, 6 months ago)
by
ph10
Add information about required header files to the generic instructions, so
that all needed files are mentioned.
Revision
187 -
Directory Listing
Modified
Thu Jul 5 11:49:04 2007 UTC
(13 years, 6 months ago)
by
ph10
Update version number.
Revision
185 -
Directory Listing
Modified
Tue Jun 19 13:39:46 2007 UTC
(13 years, 7 months ago)
by
ph10
Documentation final tidies for 7.2 release.
Revision
184 -
Directory Listing
Modified
Tue Jun 19 13:26:46 2007 UTC
(13 years, 7 months ago)
by
ph10
Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.
Revision
183 -
Directory Listing
Modified
Wed Jun 13 15:17:05 2007 UTC
(13 years, 7 months ago)
by
ph10
Make sure config.h.generic and pcre.h.generic are always "standard".
Revision
182 -
Directory Listing
Modified
Wed Jun 13 15:09:54 2007 UTC
(13 years, 7 months ago)
by
ph10
More document tidies, pre-release.
Revision
181 -
Directory Listing
Modified
Wed Jun 13 14:55:18 2007 UTC
(13 years, 7 months ago)
by
ph10
Documentation update preparatory to release.
Revision
180 -
Directory Listing
Modified
Wed Jun 13 10:59:18 2007 UTC
(13 years, 7 months ago)
by
ph10
Add auto-possessification for \h, \H, \v, \V.
Revision
179 -
Directory Listing
Modified
Wed Jun 13 08:53:45 2007 UTC
(13 years, 7 months ago)
by
ph10
Apply C++ patch to fix a bad optimization.
Revision
178 -
Directory Listing
Modified
Wed Jun 13 08:44:34 2007 UTC
(13 years, 7 months ago)
by
ph10
Add support for \h, \H, \v, \V.
Revision
177 -
Directory Listing
Modified
Mon Jun 11 15:08:58 2007 UTC
(13 years, 7 months ago)
by
ph10
Minor documentation tidies.
Revision
176 -
Directory Listing
Modified
Mon Jun 11 13:48:37 2007 UTC
(13 years, 7 months ago)
by
ph10
Inserted some (unsigned int) casts to kill compiler warnings.
Revision
175 -
Directory Listing
Modified
Mon Jun 11 13:38:38 2007 UTC
(13 years, 7 months ago)
by
ph10
Added the Perl 5.10 (?| "branch reset" feature.
Revision
174 -
Directory Listing
Modified
Tue Jun 5 11:38:06 2007 UTC
(13 years, 7 months ago)
by
ph10
Minor doc update; fix test 2 for link size != 2.
Revision
173 -
Directory Listing
Modified
Tue Jun 5 11:17:10 2007 UTC
(13 years, 7 months ago)
by
ph10
Update to next RC number; fix bug in test script.
Revision
172 -
Directory Listing
Modified
Tue Jun 5 10:40:13 2007 UTC
(13 years, 7 months ago)
by
ph10
Drastically reduce workspace used for alternatives in groups; also some
trailing space removals for a test release.
Revision
171 -
Directory Listing
Modified
Mon Jun 4 14:28:58 2007 UTC
(13 years, 7 months ago)
by
ph10
Support \k{name} and \g{name} a la Perl 5.10.
Revision
170 -
Directory Listing
Modified
Mon Jun 4 11:21:13 2007 UTC
(13 years, 7 months ago)
by
ph10
Fix bug in detecting potentially empty groups.
Revision
169 -
Directory Listing
Modified
Mon Jun 4 10:49:21 2007 UTC
(13 years, 7 months ago)
by
ph10
Add PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED.
Revision
168 -
Directory Listing
Modified
Tue May 29 15:18:18 2007 UTC
(13 years, 7 months ago)
by
ph10
Add support for the Perl 5.10 \K facility.
Revision
167 -
Directory Listing
Modified
Wed May 9 15:53:54 2007 UTC
(13 years, 8 months ago)
by
ph10
Add (?(-n) and (?(+n) relative conditions.
Revision
166 -
Directory Listing
Modified
Wed May 9 14:48:28 2007 UTC
(13 years, 8 months ago)
by
ph10
Add (?-n) and (?+n) relative references.
Revision
165 -
Directory Listing
Modified
Wed May 9 10:50:57 2007 UTC
(13 years, 8 months ago)
by
ph10
Non-longjmp heap recursion.
Revision
164 -
Directory Listing
Modified
Fri May 4 15:11:14 2007 UTC
(13 years, 8 months ago)
by
ph10
Replace longjmp() with gotos when not using stack recursion.
Revision
163 -
Directory Listing
Modified
Fri May 4 15:10:45 2007 UTC
(13 years, 8 months ago)
by
ph10
New test for internal sizes and offsets when link size is 2.
Revision
162 -
Directory Listing
Modified
Thu May 3 10:47:48 2007 UTC
(13 years, 8 months ago)
by
ph10
Correct tests for link sizes 3 and 4
Revision
161 -
Directory Listing
Modified
Thu May 3 10:28:07 2007 UTC
(13 years, 8 months ago)
by
ph10
Use the pcretest "Z" option so all tests can be run with all link sizes.
Revision
160 -
Directory Listing
Modified
Wed May 2 10:58:35 2007 UTC
(13 years, 8 months ago)
by
ph10
Fix RunGrepTest for make distcheck (previous change added a bug).
Revision
159 -
Directory Listing
Modified
Wed May 2 10:27:18 2007 UTC
(13 years, 8 months ago)
by
ph10
Add code to configure.ac to remove -g from default CFLAGS and CXXFLAGS.
Revision
158 -
Directory Listing
Modified
Tue May 1 10:30:14 2007 UTC
(13 years, 8 months ago)
by
ph10
More test updates.
Revision
157 -
Directory Listing
Modified
Tue May 1 09:19:56 2007 UTC
(13 years, 8 months ago)
by
ph10
Try "french" locale if "fr_FR" not present. Update NEWS re Win32 libs.
Revision
155 -
Directory Listing
Modified
Tue Apr 24 13:36:11 2007 UTC
(13 years, 9 months ago)
by
ph10
Tidies and final updates for 7.1.
Revision
154 -
Directory Listing
Modified
Wed Apr 18 09:26:41 2007 UTC
(13 years, 9 months ago)
by
ph10
Fix typos in comment.
Revision
153 -
Directory Listing
Modified
Wed Apr 18 09:12:14 2007 UTC
(13 years, 9 months ago)
by
ph10
Added a man page for pcre-config.
Revision
152 -
Directory Listing
Modified
Tue Apr 17 15:55:53 2007 UTC
(13 years, 9 months ago)
by
ph10
Typos in the docs, missing casts and #ifdefs in the code.
Revision
151 -
Directory Listing
Modified
Tue Apr 17 15:07:29 2007 UTC
(13 years, 9 months ago)
by
ph10
Tidies: added some casts and some missing #ifdefs.
Revision
150 -
Directory Listing
Modified
Tue Apr 17 08:22:40 2007 UTC
(13 years, 9 months ago)
by
ph10
Update HTML documentation.
Revision
149 -
Directory Listing
Modified
Mon Apr 16 15:28:08 2007 UTC
(13 years, 9 months ago)
by
ph10
Add PCRE_NEWLINE_ANYCRLF.
Revision
148 -
Directory Listing
Modified
Mon Apr 16 13:25:10 2007 UTC
(13 years, 9 months ago)
by
ph10
Fix bugs in the documentation.
Revision
147 -
Directory Listing
Modified
Mon Apr 16 13:24:37 2007 UTC
(13 years, 9 months ago)
by
ph10
Fix bad handling of data lines longer than 50K by pcretest.
Revision
146 -
Directory Listing
Modified
Thu Apr 5 09:17:28 2007 UTC
(13 years, 9 months ago)
by
ph10
Another buglet in pcretest for "any" newline and /g.
Revision
145 -
Directory Listing
Modified
Wed Apr 4 14:06:52 2007 UTC
(13 years, 9 months ago)
by
ph10
Reworked all the WIN32 __declspec stuff in the hope of getting it right.
Revision
144 -
Directory Listing
Modified
Mon Apr 2 13:32:07 2007 UTC
(13 years, 9 months ago)
by
ph10
Daniel's patches to add to the CMake support.
Revision
143 -
Directory Listing
Modified
Mon Apr 2 10:08:14 2007 UTC
(13 years, 9 months ago)
by
ph10
Previous fix for pcretest was buggy. Try again.
Revision
142 -
Directory Listing
Modified
Fri Mar 30 15:55:18 2007 UTC
(13 years, 9 months ago)
by
ph10
Trailing spaces.
Revision
141 -
Directory Listing
Modified
Fri Mar 30 15:46:27 2007 UTC
(13 years, 9 months ago)
by
ph10
Fixed obscure bug when matching a null string in multiline mode with
newline=any.
Revision
140 -
Directory Listing
Modified
Fri Mar 30 14:16:42 2007 UTC
(13 years, 9 months ago)
by
ph10
Adjust CMakeLists.txt for 2.4.3 and tests.
Revision
139 -
Directory Listing
Modified
Fri Mar 30 13:41:47 2007 UTC
(13 years, 9 months ago)
by
ph10
Documentation notes that fr_FR locale is "french" in Windows; add an
out-of-tree built test to maint/ManyConfigTests.
Revision
138 -
Directory Listing
Modified
Thu Mar 29 15:20:15 2007 UTC
(13 years, 9 months ago)
by
ph10
Fix RunGrepTest so that it can be run when the build directory is not the
source directory.
Revision
137 -
Directory Listing
Modified
Thu Mar 29 13:56:00 2007 UTC
(13 years, 9 months ago)
by
ph10
Daniel's patches.
Revision
136 -
Directory Listing
Modified
Thu Mar 29 09:13:21 2007 UTC
(13 years, 9 months ago)
by
ph10
Remove 3 more generated files.
Revision
135 -
Directory Listing
Modified
Thu Mar 29 09:09:33 2007 UTC
(13 years, 9 months ago)
by
ph10
Hopefully the final rename of makevp-* to makevp_*.
Revision
134 -
Directory Listing
Modified
Mon Mar 26 16:00:17 2007 UTC
(13 years, 10 months ago)
by
ph10
Commit after detrailing; set executable on autogen.sh.
Revision
133 -
Directory Listing
Modified
Mon Mar 26 15:20:09 2007 UTC
(13 years, 10 months ago)
by
ph10
Update ignore property for generated files.
Revision
132 -
Directory Listing
Modified
Mon Mar 26 15:11:03 2007 UTC
(13 years, 10 months ago)
by
ph10
New grep test output.
Revision
131 -
Directory Listing
Modified
Mon Mar 26 15:10:12 2007 UTC
(13 years, 10 months ago)
by
ph10
Various new tidies.
Revision
130 -
Directory Listing
Modified
Mon Mar 26 15:09:47 2007 UTC
(13 years, 10 months ago)
by
ph10
Fix multiline ^$ bug when newline=any.
Revision
129 -
Directory Listing
Modified
Tue Mar 20 16:33:54 2007 UTC
(13 years, 10 months ago)
by
ph10
The maint/ManyConfigTests script runs a whole slew of tests.
Revision
128 -
Directory Listing
Modified
Tue Mar 20 11:46:50 2007 UTC
(13 years, 10 months ago)
by
ph10
Make the use of dftables optional, and not the default. Further tidies to
documentation.
Revision
127 -
Directory Listing
Modified
Mon Mar 19 11:44:45 2007 UTC
(13 years, 10 months ago)
by
ph10
A number of tidies, file renames, etc.
Revision
126 -
Directory Listing
Modified
Mon Mar 19 10:20:14 2007 UTC
(13 years, 10 months ago)
by
ph10
Fixed bug in the debugging /Z option of pcretest that made it assume /8.
Revision
125 -
Directory Listing
Modified
Mon Mar 12 16:35:29 2007 UTC
(13 years, 10 months ago)
by
ph10
Update svn:ignore properties.
Revision
124 -
Directory Listing
Modified
Mon Mar 12 16:34:51 2007 UTC
(13 years, 10 months ago)
by
ph10
Update svn:ignore properties.
Revision
123 -
Directory Listing
Modified
Mon Mar 12 15:19:06 2007 UTC
(13 years, 10 months ago)
by
ph10
Removal of trailing spaces.
Revision
122 -
Directory Listing
Modified
Mon Mar 12 15:10:25 2007 UTC
(13 years, 10 months ago)
by
ph10
Documentation spring clean, and expansion of maint/README.
Revision
121 -
Directory Listing
Modified
Mon Mar 12 12:12:47 2007 UTC
(13 years, 10 months ago)
by
ph10
Add some missing free() calls to pcretest and pcregrep.
Revision
120 -
Directory Listing
Modified
Mon Mar 12 11:36:14 2007 UTC
(13 years, 10 months ago)
by
ph10
Valgrind showed up a bug in bug fix 7.1/12 which is now fixed.
Revision
119 -
Directory Listing
Modified
Mon Mar 12 09:29:45 2007 UTC
(13 years, 10 months ago)
by
ph10
Fix crash when erroroffset passed as NULL.
Revision
118 -
Directory Listing
Modified
Fri Mar 9 16:17:46 2007 UTC
(13 years, 10 months ago)
by
ph10
Fix bug in emulated memmove() for downward moves.
Revision
117 -
Directory Listing
Modified
Fri Mar 9 15:59:06 2007 UTC
(13 years, 10 months ago)
by
ph10
Update copyright years to 2007.
Revision
116 -
Directory Listing
Modified
Fri Mar 9 15:23:02 2007 UTC
(13 years, 10 months ago)
by
ph10
Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3
independent of link size.
Revision
115 -
Directory Listing
Modified
Fri Mar 9 12:23:37 2007 UTC
(13 years, 10 months ago)
by
ph10
Fix two obscure, but nasty bugs concerned with caseless matching with Unicode
property support.
Revision
114 -
Directory Listing
Modified
Fri Mar 9 10:15:12 2007 UTC
(13 years, 10 months ago)
by
ph10
Rename "maintain" as "maint".
Revision
113 -
Directory Listing
Modified
Fri Mar 9 10:13:26 2007 UTC
(13 years, 10 months ago)
by
ph10
Update documentation for forthcoming rename of "maintain" as "maint"
Revision
112 -
Directory Listing
Modified
Thu Mar 8 16:55:45 2007 UTC
(13 years, 10 months ago)
by
ph10
Update ignore properties.
Revision
111 -
Directory Listing
Modified
Thu Mar 8 16:53:09 2007 UTC
(13 years, 10 months ago)
by
ph10
Create the PrepareRelease script to process the documentation and create the
.generic files for distribution, also to remove trailing spaces. Update a lot
more of the build-time documentation. Arrange for PrepareRelease and its
sub-scripts to be distributed.
Revision
110 -
Directory Listing
Modified
Wed Mar 7 16:31:04 2007 UTC
(13 years, 10 months ago)
by
ph10
Some more #ifdefs for SUPPORT_UTF8.
Revision
109 -
Directory Listing
Modified
Wed Mar 7 15:35:57 2007 UTC
(13 years, 10 months ago)
by
ph10
Update the README file.
Revision
108 -
Directory Listing
Modified
Wed Mar 7 11:11:23 2007 UTC
(13 years, 10 months ago)
by
ph10
Arguments for the emulated memmove() should be void *, not char *.
Revision
107 -
Directory Listing
Modified
Wed Mar 7 11:02:28 2007 UTC
(13 years, 10 months ago)
by
ph10
Added some additional #ifdef SUPPORT_UTF8 to minimize the code when UTF-8
support is not compiled.
Revision
106 -
Directory Listing
Modified
Wed Mar 7 09:43:22 2007 UTC
(13 years, 10 months ago)
by
ph10
Add comment about valid newline values to configure.ac so that it ends up in
config.h.in and thus in config.h.
Revision
105 -
Directory Listing
Modified
Tue Mar 6 16:32:53 2007 UTC
(13 years, 10 months ago)
by
ph10
Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)
as "const".
Revision
104 -
Directory Listing
Modified
Tue Mar 6 16:25:15 2007 UTC
(13 years, 10 months ago)
by
ph10
Add -Wl,-R... flags in pcre-config.in for *BSD* systems, as I'm told
that is needed.
Revision
103 -
Directory Listing
Modified
Tue Mar 6 15:58:33 2007 UTC
(13 years, 10 months ago)
by
ph10
Ensure the VP-related files are distributed.
Revision
102 -
Directory Listing
Modified
Tue Mar 6 15:50:45 2007 UTC
(13 years, 10 months ago)
by
ph10
Fix test problem caused by training space in the data.
Revision
101 -
Directory Listing
Modified
Tue Mar 6 15:19:44 2007 UTC
(13 years, 10 months ago)
by
ph10
Updated the support (such as it is) for Virtual Pascal, thanks to Stefan
Weber: (1) pcre_internal.h was missing some function renames; (2) updated
makevp.bat for the current PCRE, using the additional files !compile.txt,
!linklib.txt, and pcregexp.pas.
Revision
100 -
Directory Listing
Modified
Tue Mar 6 14:53:10 2007 UTC
(13 years, 10 months ago)
by
ph10
Updated comments in configure.ac that end up in config.h.in, and arrange for
config.h to be distributed (compare pcre.h).
Revision
99 -
Directory Listing
Modified
Tue Mar 6 12:27:42 2007 UTC
(13 years, 10 months ago)
by
ph10
1. Move the comment about version numbers from pcre.h.in to configure.ac
because that's where they are now set.
2. Update all the man pages to remove the use of .br and .in because this
causes trouble for some HTML converters. Also standardised the final sections
giving author information and revision date.
3. Update the maintain/132html man page converter to handle .nf/.fi and to barf
at .br/.in.
Revision
98 -
Directory Listing
Modified
Mon Mar 5 15:55:02 2007 UTC
(13 years, 10 months ago)
by
ph10
This is a second preliminary update, after having done a test build and also a
check of the maintenance programs. The version is now 7.1-RC1. In autogen.sh,
autoheader is now before automake, and Tech.Notes (being now in the "maintain"
directory) are no longer distributed.
Revision
97 -
Directory Listing
Modified
Mon Mar 5 12:36:47 2007 UTC
(13 years, 10 months ago)
by
ph10
Applied Bob and Daniel's patches to convert the build system to automake. Added
the maintain directory, containing files that are used for maintenance, but are
not distributed. This is an intermediate step.
Revision
96 -
Directory Listing
Modified
Fri Mar 2 13:10:43 2007 UTC
(13 years, 10 months ago)
by
nigel
r6896@hex: nm | 2007-03-02 13:09:14 +0000
Added EOL and keywork properties throughout
Revision
93 -
Directory Listing
Modified
Sat Feb 24 21:41:42 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-7.0 into code/trunk.
Revision
91 -
Directory Listing
Modified
Sat Feb 24 21:41:34 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.7 into code/trunk.
Revision
89 -
Directory Listing
Modified
Sat Feb 24 21:41:27 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.6 into code/trunk.
Revision
87 -
Directory Listing
Modified
Sat Feb 24 21:41:21 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.5 into code/trunk.
Revision
85 -
Directory Listing
Modified
Sat Feb 24 21:41:13 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.4 into code/trunk.
Revision
83 -
Directory Listing
Modified
Sat Feb 24 21:41:06 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.3 into code/trunk.
Revision
81 -
Directory Listing
Modified
Sat Feb 24 21:40:59 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.2 into code/trunk.
Revision
79 -
Directory Listing
Modified
Sat Feb 24 21:40:52 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.1 into code/trunk.
Revision
77 -
Directory Listing
Modified
Sat Feb 24 21:40:45 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-6.0 into code/trunk.
Revision
75 -
Directory Listing
Modified
Sat Feb 24 21:40:37 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-5.0 into code/trunk.
Revision
73 -
Directory Listing
Modified
Sat Feb 24 21:40:30 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-4.5 into code/trunk.
Revision
71 -
Directory Listing
Modified
Sat Feb 24 21:40:24 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-4.4 into code/trunk.
Revision
69 -
Directory Listing
Modified
Sat Feb 24 21:40:18 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-4.3 into code/trunk.
Revision
67 -
Directory Listing
Modified
Sat Feb 24 21:40:13 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-4.2 into code/trunk.
Revision
65 -
Directory Listing
Modified
Sat Feb 24 21:40:08 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-4.1 into code/trunk.
Revision
63 -
Directory Listing
Modified
Sat Feb 24 21:40:03 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-4.0 into code/trunk.
Revision
61 -
Directory Listing
Modified
Sat Feb 24 21:39:58 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.9 into code/trunk.
Revision
59 -
Directory Listing
Modified
Sat Feb 24 21:39:54 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.8 into code/trunk.
Revision
57 -
Directory Listing
Modified
Sat Feb 24 21:39:50 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.7 into code/trunk.
Revision
55 -
Directory Listing
Modified
Sat Feb 24 21:39:46 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.6 into code/trunk.
Revision
53 -
Directory Listing
Modified
Sat Feb 24 21:39:42 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.5 into code/trunk.
Revision
51 -
Directory Listing
Modified
Sat Feb 24 21:39:37 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.4 into code/trunk.
Revision
49 -
Directory Listing
Modified
Sat Feb 24 21:39:33 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.3 into code/trunk.
Revision
47 -
Directory Listing
Modified
Sat Feb 24 21:39:29 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.2 into code/trunk.
Revision
45 -
Directory Listing
Modified
Sat Feb 24 21:39:25 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.1 into code/trunk.
Revision
43 -
Directory Listing
Modified
Sat Feb 24 21:39:21 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-3.0 into code/trunk.
Revision
41 -
Directory Listing
Modified
Sat Feb 24 21:39:17 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.08a into code/trunk.
Revision
39 -
Directory Listing
Modified
Sat Feb 24 21:39:13 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.08 into code/trunk.
Revision
37 -
Directory Listing
Modified
Sat Feb 24 21:39:09 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.07 into code/trunk.
Revision
35 -
Directory Listing
Modified
Sat Feb 24 21:39:05 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.06 into code/trunk.
Revision
33 -
Directory Listing
Modified
Sat Feb 24 21:39:01 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.05 into code/trunk.
Revision
31 -
Directory Listing
Modified
Sat Feb 24 21:38:57 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.04 into code/trunk.
Revision
29 -
Directory Listing
Modified
Sat Feb 24 21:38:53 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.03 into code/trunk.
Revision
27 -
Directory Listing
Modified
Sat Feb 24 21:38:49 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.02 into code/trunk.
Revision
25 -
Directory Listing
Modified
Sat Feb 24 21:38:45 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.01 into code/trunk.
Revision
23 -
Directory Listing
Modified
Sat Feb 24 21:38:41 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-2.00 into code/trunk.
Revision
21 -
Directory Listing
Modified
Sat Feb 24 21:38:37 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.09 into code/trunk.
Revision
19 -
Directory Listing
Modified
Sat Feb 24 21:38:33 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.08 into code/trunk.
Revision
17 -
Directory Listing
Modified
Sat Feb 24 21:38:29 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.07 into code/trunk.
Revision
15 -
Directory Listing
Modified
Sat Feb 24 21:38:25 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.06 into code/trunk.
Revision
13 -
Directory Listing
Modified
Sat Feb 24 21:38:21 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.05 into code/trunk.
Revision
11 -
Directory Listing
Modified
Sat Feb 24 21:38:17 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.04 into code/trunk.
Revision
9 -
Directory Listing
Modified
Sat Feb 24 21:38:13 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.03 into code/trunk.
Revision
7 -
Directory Listing
Modified
Sat Feb 24 21:38:09 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.02 into code/trunk.
Revision
5 -
Directory Listing
Modified
Sat Feb 24 21:38:05 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.01 into code/trunk.
Revision
3 -
Directory Listing
Modified
Sat Feb 24 21:38:01 2007 UTC
(13 years, 11 months ago)
by
nigel
Load pcre-1.00 into code/trunk.
Revision
2 -
Directory Listing
Added
Sat Feb 24 21:37:30 2007 UTC
(13 years, 11 months ago)
by
nigel
initial project and structure