Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | common: compare value rather than pointer address | Sami Kerola | 2013-09-04 |
| | | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | update util-common.h copyright year | Allan McRae | 2013-03-14 |
| | | | | Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | Split common utility functions for libalpm and pacman | Allan McRae | 2013-01-04 |
There is duplicated code in the util.c files in the libalpm and pacman source code. Split this into a separate file so that it can be shared via a symlink. This prevents code divergence between the two code bases. Also, move mbasename and mdirname from pacman/util.c into util-common.c in preparation for the following patch that uses them to add an extension to pacsave files. Signed-off-by: Allan McRae <allan@archlinux.org> |