Log of /code/trunk/maint
Directory Listing
Revision
124 -
Directory Listing
Modified
Mon Mar 12 16:34:51 2007 UTC
(6 years, 2 months ago)
by
ph10
Update svn:ignore properties.
Revision
123 -
Directory Listing
Modified
Mon Mar 12 15:19:06 2007 UTC
(6 years, 2 months ago)
by
ph10
Removal of trailing spaces.
Revision
122 -
Directory Listing
Modified
Mon Mar 12 15:10:25 2007 UTC
(6 years, 2 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
(6 years, 2 months 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
(6 years, 2 months 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
(6 years, 2 months 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
(6 years, 2 months 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
(6 years, 2 months 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.