Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

Location:
python/vendor/current/Modules/zlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Modules/zlib/deflate.c

    r2 r388  
    164164/* ===========================================================================
    165165 * Update a hash value with the given input byte
    166  * IN  assertion: all calls to to UPDATE_HASH are made with consecutive
     166 * IN  assertion: all calls to UPDATE_HASH are made with consecutive
    167167 *    input characters, so that a running hash key can be computed from the
    168168 *    previous key instead of complete recalculation each time.
     
    177177 * If this file is compiled with -DFASTEST, the compression level is forced
    178178 * to 1, and no hash chains are maintained.
    179  * IN  assertion: all calls to to INSERT_STRING are made with consecutive
     179 * IN  assertion: all calls to INSERT_STRING are made with consecutive
    180180 *    input characters and the first MIN_MATCH bytes of str are valid
    181181 *    (except for the last MIN_MATCH-1 bytes of the input file).
  • python/vendor/current/Modules/zlib/zlib.h

    r2 r388  
    765765  if no more input was provided, Z_DATA_ERROR if no flush point has been found,
    766766  or Z_STREAM_ERROR if the stream structure was inconsistent. In the success
    767   case, the application may save the current current value of total_in which
     767  case, the application may save the current value of total_in which
    768768  indicates where valid compressed data was found. In the error case, the
    769769  application may repeatedly call inflateSync, providing more input each time,
Note: See TracChangeset for help on using the changeset viewer.