aboutsummaryrefslogtreecommitdiffstats
path: root/common/strlist.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-24Clarify text of LGPLv2+/GPLv2+ licensed files.Werner Koch1-2/+2
--
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2016-04-21common: Add 'free_strlist_wipe' which wipes memory.Justus Winter1-0/+2
* common/strlist.c (free_strlist_wipe): New function. * common/strlist.h (free_strlist_wipe): New prototype. Signed-off-by: Justus Winter <[email protected]>
2016-04-21common: Add 'append_to_strlist_try' which can fail.Justus Winter1-0/+1
* common/strlist.c (append_to_strlist): Use the new function. (append_to_strlist_try): New function. * common/strlist.h (append_to_strlist_try): New prototype. Signed-off-by: Justus Winter <[email protected]>
2015-11-06common: Add new function strlist_rev.Neal H. Walfield1-0/+1
* common/strlist.c (strlist_rev): New function. * common/t-strlist.c: New file. * common/Makefile.am (common_sources): Add strlist.c and strlist.h. (module_tests): Add t-strlist. (t_strlist_LDADD): New variable. -- Signed-off-by: Neal H. Walfield <[email protected]>
2015-09-18common: Add new function strlist_length.Neal H. Walfield1-0/+1
* common/strlist.c (strlist_length): New function. -- Signed-off-by: Neal H. Walfield <[email protected]>.
2015-04-24common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch1-6/+6
* common/README.jnlib: Remove. -- This is the final part of merging jnlib into gnupg/common.
2015-03-23Add new function strlist_find.Neal H. Walfield1-0/+3
* common/strlist.h (strlist_find): New declaration. * common/strlist.c (strlist_find): New function. -- Signed-off-by: Neal H. Walfield <[email protected]>
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
This is to allow the use of this code with code under GPLv2(only).
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-1/+1
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-03-10Merged jnlib into common.Werner Koch1-0/+0
2009-10-19[g13] Add RECIPEINT and CREATE command.Werner Koch1-0/+1
[sm] Chnage --include-certs default
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-10-02Fix for bug 537Werner Koch1-16/+16
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-2/+2
2006-04-19Merged with gpg 1.4.3 code. Werner Koch1-2/+1
The gpg part does not yet build.
2003-11-17Preparing for 1.9.2 release.V1-9-2Werner Koch1-0/+2
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-9/+14
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-2/+3
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.
2003-01-09Updated from NewPGWerner Koch1-0/+43