Log of /code/trunk
Directory Listing
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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 months ago)
by
nigel
initial project and structure