index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | |
Forcing vim users to view files with a tabstop of 2 seems really unnecessary when noet is set. I find it much easier to read code with ts=4 and I dislike having to override the modeline by hand. Command run: find . -type f -exec sed -i '/vim.* noet/s# ts=2 sw=2##' {} + Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2014-01-06 | Update copyright years for 2014 | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | |
This commit: -- replaces space-based indents with tabs per the coding standards -- removes extraneous whitespace (e.g. extra spaces between function args) -- adds missing braces for a one-line if statement Signed-off-by: Jason St. John <jstjohn@purdue.edu> | |||
2013-09-04 | common: compare value rather than pointer address | Sami Kerola | |
Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-03-14 | update util-common.h copyright year | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2013-01-04 | Split common utility functions for libalpm and pacman | Allan McRae | |
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> |