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

GitHub noreply at github.com
Sat Aug 18 16:57:31 CEST 2018


  Branch: refs/heads/use-unsigned-hex-consts-in-timestamp
  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.


Compare: https://github.com/zopefoundation/persistent/compare/d4c7c0d0205f...01b65fc51b39
      **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