summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Simplify checking headers.NIIBE Yutaka2021-08-051-1/+1
* core: Minor clean up.NIIBE Yutaka2021-08-051-3/+0
* build: Fix --disable-threads.NIIBE Yutaka2021-06-211-1/+1
* core: Avoid truncation of error message in the middle of a character.NIIBE Yutaka2021-06-082-0/+26
* build: _DARWIN_C_SOURCE should be 1.NIIBE Yutaka2021-05-211-1/+1
* core: Make gpgrt_free robust against legacy free implementations.Werner Koch2021-05-201-0/+12
* build,tests: Fix leaks of memory or file pointer.Jakub Jelen2021-04-123-0/+4
* core: Fix gpgrt_wait_processes, by skipping invalid PID.NIIBE Yutaka2021-04-081-1/+6
* build: Fix gpgrt-config for handling 'Requires' field.NIIBE Yutaka2021-04-071-1/+2
* m4: Fix previous commit.NIIBE Yutaka2021-03-311-1/+1
* m4: Support cross-compiling better.NIIBE Yutaka2021-03-311-3/+4
* build: Fix generation of lock-obj-pub.native.h for cross build.David Michael2021-03-261-1/+1
* Post release updatesWerner Koch2021-03-222-1/+7
* Release 1.42libgpg-error-1.42gpgrt-1.42Werner Koch2021-03-222-5/+12
* po: Update all translations for TPM2d.Werner Koch2021-03-2220-36/+91
* core: Add GPG_ERR_SOURCE_TPM2D.Werner Koch2021-03-222-2/+7
* w32: Allow Unicode paths for the gettext domain.Werner Koch2021-03-051-45/+12
* w32: Minor cleanup of w32-gettextWerner Koch2021-03-042-3/+6
* build: Support --disable-threads by gen-lock-obj.sh.NIIBE Yutaka2021-02-182-3/+25
* build: Fix gpgrt-config.NIIBE Yutaka2021-02-161-6/+1
* build: More fix for determining libdir for gpgrt-config.NIIBE Yutaka2021-02-161-11/+33
* build: Fix the previous change.NIIBE Yutaka2021-02-151-6/+6
* build: Improve how to determine $libdir for gpgrt-configNIIBE Yutaka2021-02-121-46/+42
* doc: Document another interface change in 1.37Werner Koch2021-02-101-0/+1
* Support cross-compiling on more platforms.NIIBE Yutaka2021-02-091-4/+12
* yat2m: New option --html and some basic html rendering.Werner Koch2021-01-071-43/+272
* doc: Add a description for GPG_ERR_USE_CONDITIONS.Werner Koch2021-01-051-0/+8
* po: Update Traditional Chinese Translation.bobwxc2020-12-281-366/+175
* po: Update Simplified Chinese Translation.bobwxc2020-12-241-600/+367
* Post release updatesWerner Koch2020-12-212-1/+7
* 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