Re: mod_macro contributors?

2012-12-31 Thread Roy T. Fielding
On Dec 30, 2012, at 5:19 PM, Eric Covener wrote:

 On Mon, Dec 24, 2012 at 1:42 AM,  fab...@apache.org wrote:
 
 Thanks Fabien. I am striking out on a valid e-mail for Dirk. Do you
 recall if he even sent in a patch, and if so the size/scope?
 
 
 It was not a patch. It was a bug report about the Warning  Error
 directives which were coredumping on Apache 2.2 because of changes between
 2.0  2.2. It triggered version 1.1.9 of mod_macro in November 2007.
 
 
 The only unresolved contribution is:
 
 - Paul Mcilwaine paul dot mcilwaine at gmail dot com,
   Mike Papper michael at realgirlsmedia dot com
   (Mac OS X compiliation issue with boolean/false/true)
 
 Fabien -- can you review/describe it here?
 
 (I did send Mike a mail at his new work address and didn't CC dev@
 but no response.)

Please note that it is not necessary to obtain permission for
contributions that consisted of a bug report or repair to the
existing functionality of the product, particularly when they
were freely given to the maintainer.  Those contributions are
not eligible for separate copyright anyway, and we shouldn't
annoy folks who aren't active in the development community when
their permission isn't needed in the first place.

Roy


Re: mod_macro contributors?

2012-12-30 Thread Eric Covener
On Mon, Dec 24, 2012 at 1:42 AM,  fab...@apache.org wrote:

 Thanks Fabien. I am striking out on a valid e-mail for Dirk. Do you
 recall if he even sent in a patch, and if so the size/scope?


 It was not a patch. It was a bug report about the Warning  Error
 directives which were coredumping on Apache 2.2 because of changes between
 2.0  2.2. It triggered version 1.1.9 of mod_macro in November 2007.


The only unresolved contribution is:

 - Paul Mcilwaine paul dot mcilwaine at gmail dot com,
   Mike Papper michael at realgirlsmedia dot com
   (Mac OS X compiliation issue with boolean/false/true)

Fabien -- can you review/describe it here?

(I did send Mike a mail at his new work address and didn't CC dev@
but no response.)


Re: mod_macro contributors?

2012-12-30 Thread fabien



The only unresolved contribution is:

- Paul Mcilwaine paul dot mcilwaine at gmail dot com,
  Mike Papper michael at realgirlsmedia dot com
  (Mac OS X compiliation issue with boolean/false/true)

Fabien -- can you review/describe it here?


It was a bug report about mod_macro compilation on MacOS X. It defines a 
boolean type with true and false constants, which were clashing with 
typedef boolean { false, true }; that I was using. I just changed it to 
typedef mm_boolean { mm_false, mm_true };, and now I have removed it 
anyway in my current dev version because apache does not use a boolean 
type and I do not want to add one in order to blend in with the code.


--
Fabien.


Re: mod_macro contributors?

2012-12-23 Thread fabien



Can you respond with a list of mod_macro contributors, minor/bugfix or
otherwise, so we can confirm there are no barriers to pulling it in?


I'm the author of mod_macro, I did it on my own.

Nevertheless, minor fixes, suggestions or help was provided by, as far as 
I can see from my logs:

 - Gregg Smith gregg at apachehaus dot com
   (windows test)
 - Paul Mcilwaine paul dot mcilwaine at gmail dot com,
   Mike Papper michael at realgirlsmedia dot com
   (Mac OS X compiliation issue with boolean/false/true)
 - Vyacheslav Grebyonki svl at dev4masses dot com
   (documentation html style, will be turned to xml)
 - Marc Stern marc dot stern at approach dot be
   (escape and other issue reports)
 - Dirk Schreiner Dirk dot Schreiner at tria dot de
   (issue report with Apache 2.2)
 - Jorge Schrauwen info at blackdot dot be
   (64 bits compilation dsp file)
 - Marc M. Adkins Marc dot M dot Adkins at doorways dot org
   (Makefile for Windows compilation)
 - Axel Beckert abe at debian dot org
   (2 line fix to skip comments)

--
Fabien.


Re: mod_macro contributors?

2012-12-23 Thread Eric Covener
Paul, Vyacheslav, Marc S, Dirk, Marc Axel, Jorge, and Gregg

You have been identified as contributors to mod_macro
(http://people.apache.org/~fabien/mod_macro/) which is in the process
of being contributed to the core of Apache HTTP Server.

Can you confirm that you consider your contributions to mod_macro as
minor patches and have no issue with Fabien licensing mod_macro to
the ASF under the Apache License, Version 2.0?

Thanks,

On Sun, Dec 23, 2012 at 11:51 AM,  fab...@apache.org wrote:

 Can you respond with a list of mod_macro contributors, minor/bugfix or
 otherwise, so we can confirm there are no barriers to pulling it in?


 I'm the author of mod_macro, I did it on my own.

 Nevertheless, minor fixes, suggestions or help was provided by, as far as I
 can see from my logs:
  - Gregg Smith gregg at apachehaus dot com
(windows test)
  - Paul Mcilwaine paul dot mcilwaine at gmail dot com,
Mike Papper michael at realgirlsmedia dot com
(Mac OS X compiliation issue with boolean/false/true)
  - Vyacheslav Grebyonki svl at dev4masses dot com
(documentation html style, will be turned to xml)
  - Marc Stern marc dot stern at approach dot be
(escape and other issue reports)
  - Dirk Schreiner Dirk dot Schreiner at tria dot de
(issue report with Apache 2.2)
  - Jorge Schrauwen info at blackdot dot be
(64 bits compilation dsp file)
  - Marc M. Adkins Marc dot M dot Adkins at doorways dot org
(Makefile for Windows compilation)
  - Axel Beckert abe at debian dot org
(2 line fix to skip comments)

 --
 Fabien.



-- 
Eric Covener
cove...@gmail.com


Re: mod_macro contributors?

2012-12-23 Thread Eric Covener
Thanks Fabien. I am striking out on a valid e-mail for Dirk. Do you
recall if he even sent in a patch, and if so the size/scope?

On Sun, Dec 23, 2012 at 11:51 AM,  fab...@apache.org wrote:

 Can you respond with a list of mod_macro contributors, minor/bugfix or
 otherwise, so we can confirm there are no barriers to pulling it in?


 I'm the author of mod_macro, I did it on my own.

 Nevertheless, minor fixes, suggestions or help was provided by, as far as I
 can see from my logs:
  - Gregg Smith gregg at apachehaus dot com
(windows test)
  - Paul Mcilwaine paul dot mcilwaine at gmail dot com,
Mike Papper michael at realgirlsmedia dot com
(Mac OS X compiliation issue with boolean/false/true)
  - Vyacheslav Grebyonki svl at dev4masses dot com
(documentation html style, will be turned to xml)
  - Marc Stern marc dot stern at approach dot be
(escape and other issue reports)
  - Dirk Schreiner Dirk dot Schreiner at tria dot de
(issue report with Apache 2.2)
  - Jorge Schrauwen info at blackdot dot be
(64 bits compilation dsp file)
  - Marc M. Adkins Marc dot M dot Adkins at doorways dot org
(Makefile for Windows compilation)
  - Axel Beckert abe at debian dot org
(2 line fix to skip comments)

 --
 Fabien.



-- 
Eric Covener
cove...@gmail.com


Re: mod_macro contributors?

2012-12-23 Thread fabien



Thanks Fabien. I am striking out on a valid e-mail for Dirk. Do you
recall if he even sent in a patch, and if so the size/scope?


It was not a patch. It was a bug report about the Warning  Error 
directives which were coredumping on Apache 2.2 because of changes between 
2.0  2.2. It triggered version 1.1.9 of mod_macro in November 2007.


--
Fabien.


mod_macro contributors?

2012-12-22 Thread Eric Covener
Fabien,

Can you respond with a list of mod_macro contributors, minor/bugfix or
otherwise, so we can confirm there are no barriers to pulling it in?

--
Eric Covener
cove...@gmail.com