Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) #4974

Merged
merged 8 commits into from
Dec 30, 2017

Commits on Dec 22, 2017

  1. Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)

    This patch provides the changes needed for this integration with the OS.
    
    On AIX the base function is uuid_create() rather than uuid_generate_time()
    The AIX uuid_t typedef is more aligned to the UUID field based definition
    while the Linux typedef that is more aligned with UUID bytes
    (or perhaps UUID bytes_le) definitions.
    aixtools committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    cb89ed6 View commit details
    Browse the repository at this point in the history
  2. add blurb

    aixtools committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    e49eef0 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Modify _uuidmodule.c and configure.ac so that the uuid() routines

    and appropriate include macro for uuid.h are used.
    aixtools committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    a471c96 View commit details
    Browse the repository at this point in the history
  2. Seems autoreconf is not run for integration testing, so the macro def…

    …ines
    
    in _uuidmodules.c are missed.
    As _uuid module may fail, the tests say PASS - but actually, they failed.
    aixtools committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    93101c8 View commit details
    Browse the repository at this point in the history
  3. textual change

    aixtools committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    62d142d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    938ce02 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. Configuration menu
    Copy the full SHA
    7740fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c933229 View commit details
    Browse the repository at this point in the history