summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.41libgpg-error-1.41gpgrt-1.41Werner Koch2020-12-212-2/+5
* core: Yet another fix to the ignore meta command.Werner Koch2020-12-211-1/+18
* po: Fix two typos in the German translationWerner Koch2020-12-211-3/+3
* Post release updatesWerner Koch2020-12-213-2/+9
* Release 1.40libgpg-error-1.40gpgrt-1.40Werner Koch2020-12-213-4/+15
* po: Auto-updateWerner Koch2020-12-211-2/+4
* po: Update German translationWerner Koch2020-12-211-18/+11
* po: Update Polish translation.Jakub Bogusz2020-12-211-71/+46
* w32: Allow Unicode for internal getusername function.Werner Koch2020-12-211-9/+19
* core: Fix the "ignore" meta command of the argparser.Werner Koch2020-12-183-37/+60
* build: Use AC_CHECK_TOOL to detect objdump for cross build.NIIBE Yutaka2020-12-071-3/+3
* m4: Update with newer autoconf constructs.NIIBE Yutaka2020-11-171-3/+3
* build: Update to new autoconf constructs.NIIBE Yutaka2020-11-176-25/+31
* New public function gpgrt_access.Werner Koch2020-10-1911-3/+90
* w32: Support utf8 also for getcwd.Werner Koch2020-10-095-23/+172
* doc: Fix typos in commentsWerner Koch2020-10-082-5/+4
* po: Update Japanese Translation.NIIBE Yutaka2020-08-251-18/+10
* Post release updatesWerner Koch2020-08-242-1/+5
* Release 1.39libgpg-error-1.39gpgrt-1.39Werner Koch2020-08-243-6/+18
* core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir.Werner Koch2020-08-217-22/+232
* argparse: Handle a corner case of wrong ARGC.NIIBE Yutaka2020-08-211-2/+1
* Fix a current gcc's -fsanitize warning.Werner Koch2020-08-171-2/+2
* core,w32: Use timeout in es_poll even if there are no FDs.Werner Koch2020-08-111-3/+17
* Make --lib-version work again.Werner Koch2020-08-051-3/+36
* gpgrt-config: Fix handling 'Requires' field.NIIBE Yutaka2020-08-031-6/+11
* w32: Add gpgrt_fcancel to the definition.NIIBE Yutaka2020-07-151-0/+2
* estream: Add gpgrt_fcancelWerner Koch2020-06-268-9/+49
* build: Fix the gpg-error-config test for cross build.NIIBE Yutaka2020-06-151-0/+2
* build: Fix command-line to make 'src 'dir.NIIBE Yutaka2020-06-121-1/+1
* build: On cross build, detect host's objdump.NIIBE Yutaka2020-06-111-8/+13
* build: Fix cross-compiling into a separate build dir.David Michael2020-06-032-1/+2
* Post release updatesWerner Koch2020-05-292-1/+5
* Release 1.38libgpg-error-1.38gpgrt-1.38Werner Koch2020-05-292-3/+18
* po: Auto updateWerner Koch2020-05-2920-77/+906
* po: Update Ukrainian translationYuri Chornoivan2020-05-291-49/+40
* po: Update and proofread Russian translationIneiev2020-05-291-175/+40
* syscfg: add 64-bit big-endian MIPS architecturedkg/fix-4952Daniel Kahn Gillmor2020-05-192-0/+26
* build: Use gen-lock-obj.sh script when possible.NIIBE Yutaka2020-04-092-0/+21
* build: Add a shell script to generate lock-obj-pub.h.NIIBE Yutaka2020-04-091-0/+112
* core: Improve the echo and info meta commands of the arg parserWerner Koch2020-04-033-12/+84
* core: Implement meta command [user] also for WindowsWerner Koch2020-04-032-2/+21
* core: Implement meta command [user] for the arg parser.Werner Koch2020-04-034-36/+125
* core: Tweak the printing of headers in the --help output.Werner Koch2020-03-063-8/+21
* core: Add features for pretty printing the helpWerner Koch2020-03-063-7/+38
* core: New function gpgrt_reallocarray.Werner Koch2020-03-0310-1/+206
* core: Fix allocation bug introduced with last commit.Werner Koch2020-03-031-1/+3
* core: New internal option --dump-option-table for argparser.Werner Koch2020-03-021-3/+85
* core: Replace fputs by es_fputs in argparser.Werner Koch2020-03-021-1/+1
* core: Allow returning of attributes from gpgrt_argparser.Werner Koch2020-03-024-21/+75
* core: Implement meta commands for the argparser.Werner Koch2020-02-275-75/+207