aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-02-25w32: Fix exporting gpgrt_argparser.NIIBE Yutaka1-1/+1
2020-02-22core: Extend the way a config file can be specified,Werner Koch1-8/+88
2020-02-20core: Change printed license names.Werner Koch1-3/+3
2020-02-20core: Skip cmdline parsing for no or an empty argv.Werner Koch1-4/+13
2020-02-19core: More fixes for the new option/argument parser.Werner Koch1-7/+18
2020-02-19core: Some fixes for the new option/argument parserWerner Koch1-8/+29
2020-02-18core: Add a high level option/argument parser.Werner Koch9-11/+426
2020-02-18core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch9-0/+318
2020-02-18w32: Support static link with -lws2_32.NIIBE Yutaka2-2/+3
2020-02-10logging: Also protect gpgrt_inc_errorcount against counter overflow.Werner Koch1-7/+5
2020-02-06tools: Allow error symbol lookup w/o the GPG_ERR_ prefix.Werner Koch1-0/+71
2020-02-06build: Always pass -no-undefined to libtool.Werner Koch1-3/+1