[macports-base] branch gsoc17-migrate updated (c23bfe4 -> 211f9e2)

Umesh Singla umeshksingla at users.noreply.github.com
Sat Aug 12 18:24:27 UTC 2017


Umesh Singla (umeshksingla) pushed a change to branch gsoc17-migrate
in repository macports-base.

    from c23bfe4  WIP: Add utility functions for snapshot entity
     new e88eceb  Remove potential compiling errors and modularize snapshot
     new 6bc408e  Add C header file for handling snapshot object methods
     new 18e3a72  Add C header file for handling snapshot methods
     new 211f9e2  WIP: Move cregistry snapshot functions

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/cregistry/entry.c                              | 22 ++++++---
 src/cregistry/entry.h                              | 32 -------------
 .../include/null.inc => src/cregistry/snapshot.c   |  0
 src/cregistry/{file.h => snapshot.h}               | 52 +++++++++++++---------
 .../include/null.inc => src/registry2.0/snapshot.c |  0
 src/registry2.0/{portgroup.h => snapshot.h}        | 13 +++---
 .../null.inc => src/registry2.0/snapshotobj.c      |  0
 src/registry2.0/{portgroupobj.h => snapshotobj.h}  | 13 +++---
 src/registry2.0/util.c                             |  2 +-
 9 files changed, 61 insertions(+), 73 deletions(-)
 copy vendor/tcllib-1.18/modules/valtype/include/null.inc => src/cregistry/snapshot.c (100%)
 copy src/cregistry/{file.h => snapshot.h} (61%)
 copy vendor/tcllib-1.18/modules/valtype/include/null.inc => src/registry2.0/snapshot.c (100%)
 copy src/registry2.0/{portgroup.h => snapshot.h} (85%)
 copy vendor/tcllib-1.18/modules/valtype/include/null.inc => src/registry2.0/snapshotobj.c (100%)
 copy src/registry2.0/{portgroupobj.h => snapshotobj.h} (84%)



More information about the macports-changes mailing list