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