[pacman-dev] [GIT] pacman branch, master now at R_3_0_0-198-gf7912e9

Dan McGee dan at archlinux.org
Tue Jun 5 20:37:19 EDT 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  f7912e9dc6be71b177d546da0f8d005e7b4af9e8 (commit)
       via  4906b76c85bc93c4a86dfa8449d58b55ede30425 (commit)
       via  d8e88aa0175fd950d007578ea0690952f49247f1 (commit)
      from  26e3db423abeb4cb5704f89dc0fc50a767f19b47 (commit)

- Log -----------------------------------------------------------------
commit f7912e9dc6be71b177d546da0f8d005e7b4af9e8
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jun 5 17:34:33 2007 -0400

    Const correctness!
    
    Add some 'const' keywords all over the code to make it a bit more strict on
    what you can and can't do with data. This is especially important when we
    return pointers to the pacman frontend- ideally this would always be
    untouchable data.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit 4906b76c85bc93c4a86dfa8449d58b55ede30425
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jun 5 17:32:53 2007 -0400

    Clean up unnecessary headers and macros from alpm.c
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

commit d8e88aa0175fd950d007578ea0690952f49247f1
Author: Dan McGee <dan at archlinux.org>
Date:   Tue Jun 5 17:32:09 2007 -0400

    Fix compilation with GCC 4.2.0
    
    'inline' keyword in C99 is not correctly recognized, so compilation fails on
    the warning it spits. This fixes this.
    
    Signed-off-by: Dan McGee <dan at archlinux.org>

-----------------------------------------------------------------------

Diffstat:
 lib/libalpm/Makefile.am |    2 +-
 lib/libalpm/add.c       |   37 +++++++++++++++-----------
 lib/libalpm/alpm.c      |   11 +-------
 lib/libalpm/alpm.h      |   38 ++++++++++++---------------
 lib/libalpm/alpm_list.c |   42 ++++++++++++++++-------------
 lib/libalpm/alpm_list.h |   18 ++++++------
 lib/libalpm/backup.c    |    4 +-
 lib/libalpm/backup.h    |    2 +-
 lib/libalpm/be_files.c  |    4 +-
 lib/libalpm/cache.c     |    2 +-
 lib/libalpm/db.c        |   66 ++++++++++++++++++++++++----------------------
 lib/libalpm/db.h        |    6 ++--
 lib/libalpm/error.c     |    2 +-
 lib/libalpm/group.c     |    4 +-
 lib/libalpm/handle.c    |    9 +++---
 lib/libalpm/package.c   |    6 ++--
 lib/libalpm/server.c    |    4 +-
 lib/libalpm/server.h    |    2 +-
 lib/libalpm/sync.c      |   10 +++---
 src/pacman/query.c      |    4 +-
 src/pacman/remove.c     |    8 +++---
 src/pacman/sync.c       |    3 +-
 src/pacman/util.c       |    8 +++---
 src/pacman/util.h       |    4 +-
 24 files changed, 148 insertions(+), 148 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  26e3db423abeb4cb5704f89dc0fc50a767f19b47 \
  f7912e9dc6be71b177d546da0f8d005e7b4af9e8




More information about the pacman-dev mailing list