Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Solaris tarball has changed checksum, so no RMD160 added.
|
|
|
|
|
|
|
|
917c917
< if (r->finfo.st_size >= MMAP_THRESHOLD) {
---
> if ((r->finfo.st_size >= MMAP_THRESHOLD) && (!r->header_only)) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
by Mike Cheponis.
pmccabe processes the named files, or standard input if none
are named, calculating statistics including McCabe cyclomatic
complexity for each function found. The files are expected to
be either C (ANSI or K&R) or C++.
pmccabe ignores all cpp preprocessor directives - calculating
the complexity of the appearance of the code rather than the
complexity after the preprocessor mangles the code. This is
especially important since simple things like getchar(3)
expand into macros which increase complexity.
|
|
|
|
by Mike Cheponis.
pmccabe processes the named files, or standard input if none
are named, calculating statistics including McCabe cyclomatic
complexity for each function found. The files are expected to
be either C (ANSI or K&R) or C++.
pmccabe ignores all cpp preprocessor directives - calculating
the complexity of the appearance of the code rather than the
complexity after the preprocessor mangles the code. This is
especially important since simple things like getchar(3)
expand into macros which increase complexity.
|
|
Firewall Builder is a multi-platform firewall configuration and
management tool. It consists of a GUI and a set of policy compilers for
various firewall platforms. Firewall Builder uses an object-oriented
approach, it helps administrators maintain a database of network
objects and allows policy editing using simple drag-and-drop
operations. Firewall Builder currently supports
iptables,
IP Filter,
ipfw,
OpenBSD PF, and
Cisco PIX
fwbuilder provides the GUI frontend and the policy compilers.
|
|
|
|
useful.
Firewall Builder is a multi-platform firewall configuration and
management tool. It consists of a GUI and a set of policy compilers for
various firewall platforms. Firewall Builder uses an object-oriented
approach, it helps administrators maintain a database of network
objects and allows policy editing using simple drag-and-drop
operations. Firewall Builder currently supports
iptables,
IP Filter,
ipfw,
OpenBSD PF, and
Cisco PIX
libfwbuilder provides the back-end functionality in a library.
|
|
|
|
|
|
|
|
* A new detection method has been added to repair importer mistakes.
This should prevent crashes on importing documents.
* Lots of improvements again to the Mac OS X port
* Handle all platform supported graphics formats by default in the GTK port
* Improved HTML export, including the handling of Tables of Contents
* Improved WordPerfect import, including support for WordPerfect 3.0-3.5(e)
for Mac documents
* and much more
|
|
|
|
|
|
Also make it work with older gcc (patch-aa).
|
|
Fix the last commit which didn't record the correct rpath for the X11
libraries due too the usage of two -rpath options for libtool.
|
|
last bump)
|
|
libraries due too the usage of two -rpath options for libtool:
libtool: link: warning: ignoring multiple `-rpath's for a libtool library
According to the gnu libtool page you have to use -R:
-R libdir
If output-file is a program, add libdir to its run-time path. If
output-file is a library, add -Rlibdir to its dependency_libs, so
that, whenever the library is linked into a program, libdir will be
added to its run-time path.
|
|
|
|
|
|
|
|
Some systems (solaris 9) do not like multiple directories being listed
at once.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
o 1.33 - December 15, 2004
MacOSX docs tweaks [David Wheeler]
fix Makefile.PL to properly skip the test suite if A-T requirements
weren't satisfied [Stas]
require Apache::Test 1.13 to run perl tests (need() was added at that
version) [Stas]
Fix `strEQ' redefined warnings in the perl build [Stas]
Upgrade license to the Apache License Version 2.0. [davidw, joes]
o 1.32
Fix mfd's Content-Type parser to deal with Opera 7.2's extra attributes.
For details see
http://marc.theaimsgroup.com/?l=apreq-dev&m=106606052700407&w=2
Bug first reported by Sven Geisler [joes].
o 1.31 - ongoing
added a proper implementation of the ithreads support. At the same
time it should resolve the problem with perl 5.8.2 under threaded
applications, since it no longer relies on the implicit context and
passes aTHX around. [Stas]
o 1.30 - September 27, 2003
libapreq-1.3 is released.
o 1.25 - August 23, 2003
Michael G. Schwern's "play it safe" patch to c/Makefile.PL
(applied patch submitted by Steve Hay). See
http://marc.theaimsgroup.com/?l=perl5-porters&m=105981649201380&w=2
http://marc.theaimsgroup.com/?l=apreq-dev&m=106146287323705&w=2
for details. [joes]
o 1.24 - August 23, 2003
Applied Steve Hay's Request.pm doc patch explaining the tempnam()
dependence for C<Apache::Request::new()>'s TEMP_DIR option. [joes]
o 1.23 - July 10, 2003
Applied Graham Clark's patch to cleanup apache_request.h macros.
Added missing doc credits for Steve Hay in Request.pm. [joes]
o 1.22 - July 5, 2003
Open uploaded files with binary mode (relevant for Perl > 5.7),
so as to be able to get the correct sizes on systems where such
a mode makes a difference. Thanks to Steve Hay for first pointing
out this problem. [randyk]
o 1.21 - June 25, 2003
Fix memory access problem with TEMP_DIR - see
http://marc.theaimsgroup.com/?l=apreq-dev&m=105647058517842&w=2
Thanks to Jay Buffington for the spot. [joes]
|
|
|