summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/group.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-04-25Pointer coding style cleanupsDan McGee1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-06-29Rename internal functions with grp in their nameAllan McRae1-2/+2
2011-06-28Rename pmgrp_t to alpm_group_tAllan McRae1-4/+4
2011-06-16Make pmgrp_t publicDan McGee1-12/+0
2011-06-14Switch all logging to use handle directlyDan McGee1-4/+1
2011-06-14Move pm_errno onto the handleDan McGee1-2/+2
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-8/+0
2011-04-21Header inclusion cleanupDan McGee1-1/+0
2011-03-21Style change: return(x) --> return xDan McGee1-3/+3
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-10/+0
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee1-3/+6
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee1-6/+1
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-1/+1
2007-06-05Const correctness!Dan McGee1-2/+2
2007-04-28Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee1-5/+1
2007-04-27Clean up gettext on the libalpm sideDan McGee1-1/+0
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-3/+5
2007-02-26* Enforce const char* params when using stringsAaron Griffin1-1/+1
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin1-0/+8
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-2/+2
2007-01-23* Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin1-4/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-2/+2
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-0/+16
2006-10-31Numerous changes:Aaron Griffin1-1/+1
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-1/+2
2006-03-02code cleanupAurelien Foret1-1/+6
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+3
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-3/+3
2006-01-16more code cleanupAurelien Foret1-1/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-04-24code cleanupAurelien Foret1-1/+1
2005-03-15Initial revisionJudd Vinet1-0/+67