1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/lib/libalpm
Dan McGee 1799afc9c1 Discussed on IRC for a bit, this makes the following changes for clarity:
* alpm_list_is_in    --> alpm_list_find
* alpm_list_is_strin --> alpm_list_find_str
* Flip parameters of both functions to be inline with rest of alpm_list.

First commit, woohoo.
2007-01-30 03:46:33 +00:00
..
po cvsignore cleanup and additions 2007-01-17 03:40:08 +00:00
.cvsignore added .cvsignore files 2006-03-27 17:17:35 +00:00
add.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
add.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
alpm_list.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
alpm_list.h Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
alpm.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
alpm.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
backup.c Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
backup.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
be_files.c * Shuffled some of the alpm_list free funtions - still not perfect, but better 2007-01-24 08:51:50 +00:00
cache.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
cache.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
conflict.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
conflict.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
db.c This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
db.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
deps.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
deps.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
Doxyfile added Doxyfile 2005-11-21 22:14:32 +00:00
error.c Dan McGee <dpmcgee@gmail.com> 2007-01-18 16:52:57 +00:00
error.h * Cosmetic changes and typo fixes 2006-12-01 09:32:29 +00:00
group.c * Added some calloc calls to replace the malloc-then-set-to-zero functionality 2007-01-23 01:34:58 +00:00
group.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
handle.c This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
handle.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
log.c This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
log.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
Makefile.am * Fix building outside $(srcdir). 2007-01-29 22:18:31 +00:00
md5.c Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5.h Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5driver.c Dan McGee <dpmcgee@gmail.com> 2007-01-18 16:52:57 +00:00
package.c * Shuffled some of the alpm_list free funtions - still not perfect, but better 2007-01-24 08:51:50 +00:00
package.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
provide.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
provide.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
remove.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
remove.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
server.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
server.h Preliminary checkin for alpm_list conversion 2007-01-19 09:28:44 +00:00
sha1.c Dan McGee <dpmcgee@gmail.com> 2007-01-18 16:52:57 +00:00
sha1.h Dan McGee <dpmcgee@gmail.com> 2007-01-18 16:52:57 +00:00
sync.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
sync.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
trans.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
trans.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
util.c * Fix FS #3107- Use ISO date style 2007-01-26 01:33:03 +00:00
util.h This mainly deals with code clarity- removing currently unneeded 2007-01-24 03:02:53 +00:00
versioncmp.c Discussed on IRC for a bit, this makes the following changes for clarity: 2007-01-30 03:46:33 +00:00
versioncmp.h * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) 2006-11-22 09:03:41 +00:00