[Checkins] [zopefoundation/persistent] 59773d: Use unsigned constants for second arithmetic in C ...

GitHub noreply at github.com
Sat Aug 18 19:35:07 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: 59773d277c44fb4539e4f8ebe3ab78ef7483aa6a
      https://github.com/zopefoundation/persistent/commit/59773d277c44fb4539e4f8ebe3ab78ef7483aa6a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M CHANGES.rst
    M persistent/_timestamp.c

  Log Message:
  -----------
  Use unsigned constants for second arithmetic in C timestamp

This might fix #86

I also find that it makes the data derivation/reconstruction more
clear by making the powers-of-two factors more obvious.


  Commit: 01b65fc51b39387e939b64b12117cde184c83aca
      https://github.com/zopefoundation/persistent/commit/01b65fc51b39387e939b64b12117cde184c83aca
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M persistent/_timestamp.c

  Log Message:
  -----------
  Use names and 'functions' for the various constants and packing/unpacking operations for better readability.


  Commit: 3a6d8af5c88a3a14c74fb2d1733eaa217430cc24
      https://github.com/zopefoundation/persistent/commit/3a6d8af5c88a3a14c74fb2d1733eaa217430cc24
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M persistent/_timestamp.c

  Log Message:
  -----------
  whitespace


  Commit: fe3de156683a8e29f5e6c256800680b86d5cf46f
      https://github.com/zopefoundation/persistent/commit/fe3de156683a8e29f5e6c256800680b86d5cf46f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M persistent/_timestamp.c

  Log Message:
  -----------
  Comments, and rename SCONV to TS_SECOND_BYTES_BIAS


  Commit: 795b66b9af005d874f01f563b16741cb16e6edd4
      https://github.com/zopefoundation/persistent/commit/795b66b9af005d874f01f563b16741cb16e6edd4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M persistent/_timestamp.c
    M persistent/timestamp.py

  Log Message:
  -----------
  Rename SCONV in timestamp.py too, and change _UNSIGNED_ into _UINT32_ in C to better express the expected range.


  Commit: 23b4acbb1779c0d233c828afbcc4e8df1a1b7494
      https://github.com/zopefoundation/persistent/commit/23b4acbb1779c0d233c828afbcc4e8df1a1b7494
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M CHANGES.rst
    M persistent/_timestamp.c
    M persistent/timestamp.py

  Log Message:
  -----------
  Merge pull request #87 from zopefoundation/use-unsigned-hex-consts-in-timestamp

Use unsigned constants for second arithmetic in C timestamp


Compare: https://github.com/zopefoundation/persistent/compare/85ab57959e9d...23b4acbb1779
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list