]> granicus.if.org Git - neomutt/commit
merge: create library of shared code
authorRichard Russon <rich@flatcap.org>
Thu, 3 Aug 2017 14:36:53 +0000 (15:36 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 3 Aug 2017 14:36:53 +0000 (15:36 +0100)
commitb11349ce3523e8eb2c857b35c56053cfa4a5e8d0
treea867ec6a2bd6a51faf60ee5e80852f3cb1f0ce0b
parent8410cd0cdcfd35c232b22ead3d452ea31c643de0
parent800fcfc953f0dbbe7783277b7dc202f05fcc3e2c
merge: create library of shared code

 * split out state functions
 * split out parameter functions
 * create library
 * change code to use lib/lib.h
 * move the ascii functions to the library
 * move the base64 functions to the library
 * move the date functions to the library
 * move the exit functions to the library
 * move the md5 functions to the library
 * move the sha1 functions to the library
 * move the memory functions to the library
 * move the message functions to the library
 * move the debug functions to the library
 * move the string functions to the library
 * move the file functions to the library
 * move the buffer functions to the library
 * move the hash functions to the library
 * drop lib.c
 * doxygen: update config
 * rename the library to libmutt