admin
bin
data
doc
include
lib
compat
external
fetch
portableproplib
prop
prop_array.h
prop_bool.h
prop_data.h
prop_dictionary.h
prop_ingest.h
prop_number.h
prop_object.h
prop_string.h
proplib.h
rbtree.h
prop_array.c
prop_array_util.c
prop_bool.c
prop_data.c
prop_dictionary.c
prop_dictionary_util.c
prop_ingest.c
prop_number.c
prop_object.c
prop_object_impl.h
prop_rb_impl.h
prop_stack.c
prop_stack.h
prop_string.c
prop_zlib.c
rb.c
Makefile
archive.c
cb_util.c
download.c
initend.c
package_alternatives.c
package_config_files.c
package_configure.c
package_find_obsoletes.c
package_fulldeptree.c
package_msg.c
package_orphans.c
package_register.c
package_remove.c
package_script.c
package_state.c
package_unpack.c
pkgdb.c
pkgdb_conversion.c
plist.c
plist_fetch.c
plist_find.c
plist_match.c
plist_remove.c
proplib_wrapper.c
pubkey2fp.c
repo.c
repo_pkgdeps.c
repo_sync.c
rpool.c
transaction_commit.c
transaction_conflicts.c
transaction_dictionary.c
transaction_ops.c
transaction_package_replace.c
transaction_revdeps.c
transaction_shlibs.c
transaction_store.c
util.c
util_hash.c
verifysig.c
mk
tests
.gitignore
.travis.yml
3RDPARTY
AUTHORS
CONTRIBUTORS
COPYING
COPYING.3RDPARTY
Makefile
NEWS
README.md
TODO
configure
run-tests
The behaviour of this routine mimics the existing xbps_array_add() with the difference that stored objects are moved to the right to insert our object as the first element on the array. Use this to add replaced packages in the transaction array at the head rather than at the end, to preserve the proper sorting order.