Log of /code/trunk/maint
Directory Listing
Revision
372 -
Directory Listing
Modified
Tue Aug 26 11:49:38 2008 UTC
(12 years, 6 months ago)
by
ph10
Update maint/README with new wishlist items.
Revision
352 -
Directory Listing
Modified
Mon Jul 7 15:12:56 2008 UTC
(12 years, 7 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, 8 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, 8 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, 8 months ago)
by
ph10
Preliminary patch for upgraded Unicode Property support.
Revision
301 -
Directory Listing
Modified
Mon Jan 14 19:58:32 2008 UTC
(13 years, 1 month ago)
by
ph10
Add TagRelease.
Revision
292 -
Directory Listing
Modified
Thu Dec 27 09:27:23 2007 UTC
(13 years, 2 months ago)
by
ph10
Tidies for 7.5-RC2 release.
Revision
277 -
Directory Listing
Modified
Mon Nov 26 17:03:45 2007 UTC
(13 years, 3 months ago)
by
ph10
Fix incorrect script bug in Unicode character table.
Revision
244 -
Directory Listing
Modified
Fri Sep 14 09:14:24 2007 UTC
(13 years, 5 months ago)
by
ph10
Fix broken --disable-stack-for-recursion without --enable-unicode-properties.
Revision
231 -
Directory Listing
Modified
Tue Sep 11 11:15:33 2007 UTC
(13 years, 5 months ago)
by
ph10
Add facility to make \R match only CR, LF, or CRLF.
Revision
212 -
Directory Listing
Modified
Thu Aug 9 11:16:34 2007 UTC
(13 years, 6 months ago)
by
ph10
Updating docs for release; fix heap-related bugs in pcre_exec shown up by
release testing.
Revision
181 -
Directory Listing
Modified
Wed Jun 13 14:55:18 2007 UTC
(13 years, 8 months ago)
by
ph10
Documentation update preparatory to release.
Revision
155 -
Directory Listing
Modified
Tue Apr 24 13:36:11 2007 UTC
(13 years, 10 months ago)
by
ph10
Tidies and final updates for 7.1.
Revision
149 -
Directory Listing
Modified
Mon Apr 16 15:28:08 2007 UTC
(13 years, 10 months ago)
by
ph10
Add PCRE_NEWLINE_ANYCRLF.
Revision
139 -
Directory Listing
Modified
Fri Mar 30 13:41:47 2007 UTC
(13 years, 11 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
135 -
Directory Listing
Modified
Thu Mar 29 09:09:33 2007 UTC
(13 years, 11 months ago)
by
ph10
Hopefully the final rename of makevp-* to makevp_*.
Revision
129 -
Directory Listing
Modified
Tue Mar 20 16:33:54 2007 UTC
(13 years, 11 months ago)
by
ph10
The maint/ManyConfigTests script runs a whole slew of tests.
Revision
127 -
Directory Listing
Modified
Mon Mar 19 11:44:45 2007 UTC
(13 years, 11 months ago)
by
ph10
A number of tidies, file renames, etc.
Revision
124 -
Directory Listing
Modified
Mon Mar 12 16:34:51 2007 UTC
(13 years, 11 months ago)
by
ph10
Update svn:ignore properties.
Revision
123 -
Directory Listing
Modified
Mon Mar 12 15:19:06 2007 UTC
(13 years, 11 months ago)
by
ph10
Removal of trailing spaces.
Revision
122 -
Directory Listing
Modified
Mon Mar 12 15:10:25 2007 UTC
(13 years, 11 months ago)
by
ph10
Documentation spring clean, and expansion of maint/README.
Revision
111 -
Directory Listing
Modified
Thu Mar 8 16:53:09 2007 UTC
(14 years ago)
by
ph10
Original Path:
code/trunk/maintain
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
105 -
Directory Listing
Modified
Tue Mar 6 16:32:53 2007 UTC
(14 years ago)
by
ph10
Original Path:
code/trunk/maintain
Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)
as "const".
Revision
99 -
Directory Listing
Modified
Tue Mar 6 12:27:42 2007 UTC
(14 years ago)
by
ph10
Original Path:
code/trunk/maintain
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
(14 years ago)
by
ph10
Original Path:
code/trunk/maintain
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
Added
Mon Mar 5 12:36:47 2007 UTC
(14 years ago)
by
ph10
Original Path:
code/trunk/maintain
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.