cvs commit: apache-1.3/src/lib/expat-lite CHANGES

2000-01-15 Thread gstein
gstein  00/01/15 02:46:15

  Modified:src/lib/expat-lite CHANGES
  Log:
  document our changes from the standard Expat distribution.
  
  Revision  ChangesPath
  1.2   +34 -10apache-1.3/src/lib/expat-lite/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/lib/expat-lite/CHANGES,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CHANGES   1999/05/31 11:12:54 1.1
  +++ CHANGES   2000/01/15 10:46:14 1.2
  @@ -18,24 +18,48 @@
   We also retain expat/expat.html for attribution to James Clark and
   licensing information.
   
  -In addition, we remove expat/xmltok/dllmain.c from our version since
  -we statically link expat-lite into the executable (rather than
  -building a DLL on the Win32 platform). The *.dsp files are also
  -removed, since we place those elsewhere in the Apache source
  -distribution and they will have a very different structure.
  +Note that Apache has replaced (with custom versions) the .dsp files
  +normally distributed with Expat. Other changes are detailed further
  +below.
   
  -Makefile.tmpl has been created from scratch to provide build
  -instructions to the Apache build system.
   
  +=== FILES ADDED ===
  +
   This file (CHANGES) has been added to document changes from the
   original Expat distribution.
   
  +Makefile.tmpl has been created from scratch to provide build
  +instructions to the Apache build system.
  +
  +xmlparse.def and xmltok.def have been added.
   
  -=== CHANGES TO ORIGINAL ===
  +.cvsignore has been added.
  +
   
  -There have been no changes made to any Expat file at this point in
  -time (May 31, 1999).
  +=== CHANGES TO ORIGINAL ===
   
   The files, in their original state from the Expat distribution, have
   been tagged within CVS with the EXPAT_1_1 tag. That tag may be used
   as a reference for changes made by the Apache Group.
  +
  +The following changes have been made:
  +
  +June, 1999:
  +
  +  - modified xmldef.h to define XML_BYTE_ORDER in terms of the
  +AP_BYTE_ORDER symbol.
  +  - removed compilation warnings from: xmlparse.c, xmltok.c, xmltok.h, 
  +xmltok_impl.c, xmltok_ns.c
  +
  +November, 1999:
  +
  +  - xmlparse.{def,dsp,mak} and xmltok.{def,dsp,mak} were added.
  +NOTE: the .dsp files are different from the standard Expat
  +   distribution.
  +  - dllmain.c (from the Expat distribution) was added
  +
  +January, 2000:
  +
  +  - Renamed lookup() in hashtable.[ch] to hashTableLookup() to prevent
  +possible conflicts with third-party libraries and modules. Updated
  +calls in xmlparse.c accordingly.
  
  
  


cvs commit: apache-1.3/src/lib/expat-lite CHANGES

1999-05-31 Thread gstein
gstein  99/05/31 04:12:55

  Added:   src/lib/expat-lite CHANGES
  Log:
  Document changes made by the Apache Group, along with details on Apache's
  particular subset of the full Expat 1.1 distribution.
  
  Revision  ChangesPath
  1.1  apache-1.3/src/lib/expat-lite/CHANGES
  
  Index: CHANGES
  ===
  === PURPOSE ===
  
  This file documents the changes made by the Apache Group to James
  Clark's Expat parser. The original Expat distribution can be found at
  http://www.jclark.com/xml/expat.html.
  
  
  === SUBSET INFORMATION ===
  
  Apache does not choose (or need) to use the entire Expat parser
  distribution. The subset that Apache will use will be referred to as
  expat-lite. In particular, this directory contains the files from
  the following Expat distribution subdirectories:
  
expat/xmltok/*
expat/xmlparse/*
  
  We also retain expat/expat.html for attribution to James Clark and
  licensing information.
  
  In addition, we remove expat/xmltok/dllmain.c from our version since
  we statically link expat-lite into the executable (rather than
  building a DLL on the Win32 platform). The *.dsp files are also
  removed, since we place those elsewhere in the Apache source
  distribution and they will have a very different structure.
  
  Makefile.tmpl has been created from scratch to provide build
  instructions to the Apache build system.
  
  This file (CHANGES) has been added to document changes from the
  original Expat distribution.
  
  
  === CHANGES TO ORIGINAL ===
  
  There have been no changes made to any Expat file at this point in
  time (May 31, 1999).
  
  The files, in their original state from the Expat distribution, have
  been tagged within CVS with the EXPAT_1_1 tag. That tag may be used
  as a reference for changes made by the Apache Group.