summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm_list.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-15add alpm_list_appendAndrew Gregory1-10/+24
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-10-14libalpm: move function pointer conditionslavomir vlcek1-4/+6
2013-06-06Document alpm_list files are to be stand aloneAllan McRae1-0/+4
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06Merge branch 'maint'Dan McGee1-1/+4
2012-01-31Fix rare segfault on package removalAllan McRae1-1/+4
2012-01-02alpm_list_msort: inline alpm_list_nth() callDan McGee1-7/+14
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-13/+0
2011-09-28alpm_list: use malloc instead of callocDan McGee1-4/+4
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee1-1/+0
2011-08-24Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa1-10/+15
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-0/+32
2011-07-05Simplify alpm_list_previousAllan McRae1-4/+3
2011-07-05Remove alpm_list_firstAllan McRae1-16/+0
2011-07-03Add alpm_list_previous methodAllan McRae1-0/+18
2011-06-01Merge branch 'maint'Dan McGee1-1/+1
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han1-1/+1
2011-04-21Header inclusion cleanupDan McGee1-1/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-13/+13
2011-03-21Style change: return(x) --> return xDan McGee1-43/+44
2011-03-17alpm_list: fix typo in doxygen commentDave Reisner1-1/+1
2011-02-04Add new alpm_list_remove_item() functionDan McGee1-33/+53
2011-01-08Use size_t for alpm_list sizesAllan McRae1-4/+4
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-26alpm_list_diff_sorted - make some arguments constAllan McRae1-4/+4
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-10-24Fix a small typo in alpm_list.cLaszlo Papp1-1/+1
2009-10-11alpm_list : add new alpm_list_diff_sorted functionXavier Chantry1-17/+68
2009-10-11alpm_list : fix a bug in alpm_list_removeXavier Chantry1-0/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2008-07-18alpm_list_remove treat NULL needle as "nothing"Nagy Gabor1-0/+4
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-5/+23
2008-02-25More cleanup to alpm_listDan McGee1-20/+7
2008-02-25alpm_list.c clean-upNagy Gabor1-58/+63
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-03alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier1-9/+9
2007-11-21New alpm_list_join functionNagy Gabor1-0/+33
2007-11-17Generalized alpm_list_find.Nagy Gabor1-15/+28
2007-11-17War on whitespaceDan McGee1-9/+9
2007-11-15Fix alpm_list_copy_dataDan McGee1-5/+7
2007-11-15alpm_list_add == alpm_list_add_lastNagy Gabor1-1/+1
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee1-2/+10
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee1-29/+0
2007-11-07Maintain list tail pointers in the head nodeAaron Griffin1-15/+44
2007-11-04Add a little const correctness fix to alpm_listDan McGee1-3/+4