aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-22core: Add GPG_ERR_SOURCE_TPM2D.Werner Koch1-2/+2
2021-03-05w32: Allow Unicode paths for the gettext domain.Werner Koch1-45/+12
2021-03-04w32: Minor cleanup of w32-gettextWerner Koch2-3/+6
2021-02-18build: Support --disable-threads by gen-lock-obj.sh.NIIBE Yutaka1-1/+17
2021-02-16build: Fix gpgrt-config.NIIBE Yutaka1-6/+1
2021-02-16build: More fix for determining libdir for gpgrt-config.NIIBE Yutaka1-11/+33
2021-02-15build: Fix the previous change.NIIBE Yutaka1-6/+6
2021-02-12build: Improve how to determine $libdir for gpgrt-configNIIBE Yutaka1-46/+42
2021-02-09Support cross-compiling on more platforms.NIIBE Yutaka1-4/+12
2020-12-21core: Yet another fix to the ignore meta command.Werner Koch1-1/+18
2020-12-21Release 1.40libgpg-error-1.40gpgrt-1.40Werner Koch1-1/+2
2020-12-21w32: Allow Unicode for internal getusername function.Werner Koch1-9/+19
2020-12-18core: Fix the "ignore" meta command of the argparser.Werner Koch1-35/+54
2020-11-17m4: Update with newer autoconf constructs.NIIBE Yutaka1-3/+3
2020-10-19New public function gpgrt_access.Werner Koch9-3/+69
2020-10-09w32: Support utf8 also for getcwd.Werner Koch4-22/+74
2020-10-08doc: Fix typos in commentsWerner Koch1-1/+1
2020-08-24Release 1.39libgpg-error-1.39gpgrt-1.39Werner Koch1-1/+1
2020-08-21core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir.Werner Koch6-20/+227
2020-08-21argparse: Handle a corner case of wrong ARGC.NIIBE Yutaka1-2/+1
2020-08-17Fix a current gcc's -fsanitize warning.Werner Koch1-2/+2
2020-08-11core,w32: Use timeout in es_poll even if there are no FDs.Werner Koch1-3/+17
2020-08-05Make --lib-version work again.Werner Koch1-3/+36
2020-08-03gpgrt-config: Fix handling 'Requires' field.NIIBE Yutaka1-6/+11
2020-07-15w32: Add gpgrt_fcancel to the definition.NIIBE Yutaka1-0/+2
2020-06-26estream: Add gpgrt_fcancelWerner Koch7-9/+44
2020-06-15build: Fix the gpg-error-config test for cross build.NIIBE Yutaka1-0/+2
2020-06-03build: Fix cross-compiling into a separate build dir.David Michael1-1/+1
2020-05-19syscfg: add 64-bit big-endian MIPS architecturedkg/fix-4952Daniel Kahn Gillmor2-0/+26
2020-04-09build: Use gen-lock-obj.sh script when possible.NIIBE Yutaka1-0/+7
2020-04-09build: Add a shell script to generate lock-obj-pub.h.NIIBE Yutaka1-0/+112
2020-04-03core: Improve the echo and info meta commands of the arg parserWerner Koch1-9/+74
2020-04-03core: Implement meta command [user] also for WindowsWerner Koch2-2/+21
2020-04-03core: Implement meta command [user] for the arg parser.Werner Koch3-25/+106
2020-03-06core: Tweak the printing of headers in the --help output.Werner Koch2-8/+19
2020-03-06core: Add features for pretty printing the helpWerner Koch2-7/+35
2020-03-03core: New function gpgrt_reallocarray.Werner Koch7-0/+63
2020-03-03core: Fix allocation bug introduced with last commit.Werner Koch1-1/+3
2020-03-02core: New internal option --dump-option-table for argparser.Werner Koch1-3/+85
2020-03-02core: Replace fputs by es_fputs in argparser.Werner Koch1-1/+1
2020-03-02core: Allow returning of attributes from gpgrt_argparser.Werner Koch2-20/+60
2020-02-27core: Implement meta commands for the argparser.Werner Koch1-68/+189
2020-02-27indent: Fix indentation in an argparse.c functionWerner Koch1-85/+85
2020-02-26core: Add meta command handler stubs to argparse.c.Werner Koch1-1/+115
2020-02-26core: Prepare argparse.c to track additional info for options.Werner Koch1-105/+188
2020-02-25core: Add parser for meta commands to gpgrt_argparser.Werner Koch2-2/+74
2020-02-25core: Fold duplicated code from _gpgrt_argparse.Werner Koch1-82/+86
2020-02-25core: Improve readability of _gpgrt_argparse.Werner Koch1-41/+57
2020-02-25core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.Werner Koch2-20/+76
2020-02-25core: New pseudo option ARGPARSE_PERMISSION_ERROR.Werner Koch2-0/+5