cvs commit: apachen/src PORTING CHANGES

1997-10-28 Thread dgaudet
dgaudet 97/10/27 22:47:27

  Modified:src  PORTING CHANGES
  Log:
  Document the WANTHSREGEX change.
  
  Revision  ChangesPath
  1.16  +7 -2  apachen/src/PORTING
  
  Index: PORTING
  ===
  RCS file: /export/home/cvs/apachen/src/PORTING,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- PORTING   1997/10/27 19:10:34 1.15
  +++ PORTING   1997/10/28 06:47:24 1.16
  @@ -116,8 +116,13 @@
   below]) to handle OS-specific code. Each code that has and requires
   such OS-specific code will require a unique system cookie defined
   in 'CFLAGS'. You will also note that Configure also goes ahead and
  -predefines the LIBS and LDFLAGS Makefile variables (DEF_WANTHSREGEX is
  -explained below).
  +predefines the LIBS and LDFLAGS Makefile variables.
  +
  +DEF_WANTHSREGEX indicates the default setting of the WANTHSREGEX rule.
  +If left undefined it'll default to yes.  Yes means the src/regex/
  +directory, containing Henry Spencer's regex library will be used rather
  +than any system supplied regex.  It's been our experience that system
  +supplied regex libraries are generally buggy, and to be avoided.
   
   conf.h:
   ===
  
  
  
  1.479 +4 -0  apachen/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.478
  retrieving revision 1.479
  diff -u -r1.478 -r1.479
  --- CHANGES   1997/10/27 19:10:32 1.478
  +++ CHANGES   1997/10/28 06:47:25 1.479
  @@ -1,5 +1,9 @@
   Changes with Apache 1.3b3
   
  +  *) PORT: All ports which don't otherwise define DEF_WANTHSREGEX will
  + get Spencer regex by default.  This is to avoid having to
  + discover bugs in operating system libraries.  [Dean Gaudet]
  +
 *) PORT: Fix PR#467 by generating warnings on systems which we have
not been able to get working USE_*_SERIALIZED_ACCEPT settings for.
Document this a bit more in src/PORTING.  [Dean Gaudet] PR#467
  
  
  


cvs commit: apachen/src/main http_config.h

1997-10-28 Thread dougm
dougm   97/10/28 14:38:47

  Modified:src/main http_config.h
  Log:
  bump MODULE_MAGIC_NUMBER for Martin's new custom config stuff
  Submitted by: Doug MacEachern
  
  Revision  ChangesPath
  1.55  +1 -1  apachen/src/main/http_config.h
  
  Index: http_config.h
  ===
  RCS file: /export/home/cvs/apachen/src/main/http_config.h,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- http_config.h 1997/10/26 20:19:38 1.54
  +++ http_config.h 1997/10/28 22:38:46 1.55
  @@ -245,7 +245,7 @@
* handle it back-compatibly, or at least signal an error).
*/
   
  -#define MODULE_MAGIC_NUMBER 19970912
  +#define MODULE_MAGIC_NUMBER 19971026
   #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL
   
   /* Generic accessors for other modules to get at their own module-specific
  
  
  


cvs commit: apache-devsite mmn.txt

1997-10-28 Thread dougm
dougm   97/10/28 14:41:35

  Modified:.mmn.txt
  Log:
  bumped for 1.3b3-dev's custom config hooks in place
  Submitted by: Doug MacEachern
  
  Revision  ChangesPath
  1.7   +3 -0  apache-devsite/mmn.txt
  
  Index: mmn.txt
  ===
  RCS file: /export/home/cvs/apache-devsite/mmn.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mmn.txt   1997/09/12 20:47:22 1.6
  +++ mmn.txt   1997/10/28 22:41:35 1.7
  @@ -24,3 +24,6 @@
 - piped_log API
 - short_score split into parent and child pieces
 - os_is_absolute_path
  +
  +19971026 (1.3b3-dev) - custom config hooks in place
  +