Reduce C&P code by factoring out the uniquifying string pool.
authorMichael Matz <matz@suse.de>
Fri, 16 Nov 2007 13:48:23 +0000 (13:48 +0000)
committerMichael Matz <matz@suse.de>
Fri, 16 Nov 2007 13:48:23 +0000 (13:48 +0000)
commit9e09e79d5ea318d3e4ec8f9dc7b2d53c9c2a07c6
tree096d85b660e63cc5c670a353add5b41c98536f80
parent06ad039561bc89fb3937a0503870333d32ee087e
Reduce C&P code by factoring out the uniquifying string pool.
12 files changed:
src/CMakeLists.txt
src/pool.c
src/pool.h
src/poolid.c
src/poolid_private.h
src/pooltypes.h
src/repo_solv.c
src/strpool.c [new file with mode: 0644]
src/strpool.h [new file with mode: 0644]
tools/attr_store.c
tools/attr_store_p.h
tools/repo_write.c