Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Documentation and tidies preparatory to 8.37 release.
Fix pcregrep loop when \K is used in a lookbehind assertion.
Files tidied for 8.36-RC1.
Fixed several memory leaks in pcregrep.
Two minor changes to avoid compiler warnings.
Source tidies for 8.34-RC1.
Fix small z/OS bug.
Add z/OS-specific code to pcregrep.
Fix pcregrep looping bug for multiline empty string match.
Final source file tidies for 8.33 release.
Fix pcregrep so that it can find empty lines.
File tidies, preparing for 8.32-RC1.
Last minute fixes and some documentation update in the JIT compiler.
pcregrep: Fix unused variable warning When compiling with neither libz nor libbz2 support.
pcre32: pcregrep: Use uint32 for characters
Allow multiple -o in pcregrep, and add --om-separator.
Make pcregrep use PCRE_STUDY_EXTRA_NEEDED.
General spring-clean of EBCDIC-related issues in the code, which had decayed over time. Also the documentation. Added one test that can be run in an ASCII world to do a little testing of EBCDIC-related things.
Another stupid typo in pcregrep.
Fix typos #DEFINE should be #define.
Fix a number of issues in pcregrep.
Document update for 8.31-RC1 test release.
Fix pcregrep build problem when bzip2 but not gzip was enabled.
Add support for binary files to pcregrep.
Added --file-list to pcregrep.
Additional casts to avoid compiler warnings, originally from a MS compiler, but also given by gcc if you turn on enough warnings.
Avoid compiler warning when neither SUPPORT_LIBZ nor SUPPORT_LIBZ2 is set.
Merging all the changes from the pcre16 branch into the trunk.
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
Added (int) casts to reduce 64-bit warnings.
Add some casts to get rid of compiler warnings from MSVC8.
Final source and document tidies for 8.20-RC1.
Update pcregrep to use JIT by default with options to disable.
Commit all the changes for JIT support, but without any documentation yet.
Documentation and general text tidies in preparation for test release.
Fix typo in error message in pcregrep.
Changes to pcregrep concerned with very long lines.
Code tidy
Fix pcregrep repeated match in same line bug.
Tidies for Release 8.12
Another bugfix for pcregrep with -M and colour.
Fix -M bugs in pcregrep
Move definition of pcregrep_exit() above its first reference; this applies only to Windows.
Fix pcregrep bug when --colour was used with -v.
Fix pcregrep cast issue for 64-bit big-endian systems.
Tidies of documenation and code while preparing for release.
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.)
Added parentheses argument to -o and --only-matching options of pcregrep.
Fix bad return code from pcregrep when -o is used (yielded 1, not 0, after a match).
Added --match-limit and --recursion-limit to pcregrep; tidied some error messages.
Fix missing code for missing strtoul() and strerror().
Prepare for release candidate.
Added a lot of (int) casts to avoid compiler warnings in systems where size_t is 64-bit.
Added --line-buffered to pcregrep.
Avoid warnings about fwrite in pcregrep.
Tidy up, remove trailing spaces, etc. for 8.00-RC1.
Fix --regex(p)=pattern not working in pcregrep.
Fix --fixed-strings.
Fix infelicities to do with --count in pcregrep.
Open with "rb" in pcregrep.
Update after detrailing for a test release.
Add support for UTF-8 in EBCDIC environments.
Lock out empty string matches in pcregrep.
Make pcregrep with --colour show all matches in a line in colour.
Use colour when requested with -o in pcregrep.
Added two (int) casts to pcregrep.
Tidies for the 7.7-RC1 distribution.
Add --include_dir and --exclude_dir to pcregrep.
Fix bugs with --include and --exclude in pcregrep.
Update copyright year to 2008.
Remove the use of %n from pcregrep.
Add .gz and .bz2 optional support to pcregrep.
David Byron's patch for typos and one re-arrangement in Windows code in pcregrep.
Add --line-offsets and --file-offsets to pcregrep.
Fix -o bugs in pcregrep.
Detrailed files for 7.4-RC1 test release.
Fix line ending missing for pcregrep with --colour.
<config.h> => "config.h" and also some cases of <pcre.h>.
Fix pcregrep -Mv looping bug.
Daniel's patch for config.h and Windows DLL declarations (not fully working).
Typos in the docs, missing casts and #ifdefs in the code.
Tidies: added some casts and some missing #ifdefs.
Update HTML documentation.
Add PCRE_NEWLINE_ANYCRLF.
Trailing spaces.
Fixed obscure bug when matching a null string in multiline mode with newline=any.
Daniel's patches.
Removal of trailing spaces.
Add some missing free() calls to pcretest and pcregrep.
Update copyright years to 2007.
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.
r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties throughout
Load pcre-7.0 into code/trunk.
Load pcre-6.7 into code/trunk.
Load pcre-6.6 into code/trunk.
Load pcre-6.5 into code/trunk.
Load pcre-6.4 into code/trunk.
Load pcre-6.0 into code/trunk.
Load pcre-5.0 into code/trunk.
Load pcre-4.4 into code/trunk.
Load pcre-4.2 into code/trunk.
Load pcre-4.0 into code/trunk.
Load pcre-3.5 into code/trunk.
Load pcre-3.3 into code/trunk.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.5 |