summaryrefslogtreecommitdiff
path: root/extension/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Update all ChangeLog files.Arnold D. Robbins2022-11-171-0/+4
|
* Prep for release.Arnold D. Robbins2022-11-171-0/+4
|
* Improve debuggability, mainly for maintainers.Arnold D. Robbins2022-10-281-0/+8
|
* Try to get macros to work in the debugger.Arnold D. Robbins2022-10-261-0/+4
|
* Improve handling of .developing file.Arnold D. Robbins2022-10-231-0/+1
|
* Squashed commit of the following:Arnold D. Robbins2022-10-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 79ae97ddb8193e1b239703d103892497f3a467fc Author: Arnold D. Robbins <arnold@skeeve.com> Date: Sun Oct 23 14:36:57 2022 +0300 Manual updates. commit 67bd0bd0c8cdc03e7adfcc987d042477a4487c5e Author: Arnold D. Robbins <arnold@skeeve.com> Date: Sun Oct 23 14:32:37 2022 +0300 Update ChangeLogs. commit c5d2da0b5ddd9bed85c27a68ffbe8290740c5ad6 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Sun Oct 23 14:29:08 2022 +0300 Doc updates. commit 5736dd06fd6830a2fc07d18459024a03eeb90fda Merge: 4dc118c4 e5eb1da0 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Sun Oct 23 14:28:47 2022 +0300 Merge branch 'gawk-5.2-stable' into feature/m1-pma commit 4dc118c46554003b64365114fb07ab1e2a90b2b3 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Sun Oct 23 14:22:31 2022 +0300 Simplify macos stuff in m4/pma.m4. commit 76a602a0034b506e59aa6819c8d89912a05b0a32 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Oct 21 13:47:23 2022 +0300 Another fix. commit 8c76dbf27619f450f35153b116ff045235a7690f Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Oct 21 13:44:16 2022 +0300 Fix in extension/configure.ac commit a3652d3a3de4b4a8e2aa2cdc124725d7264189c3 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Oct 21 13:24:27 2022 +0300 Compile gawk as Intel exe on Apple M1.
* Fix rwarray:readall issues.Arnold D. Robbins2022-10-141-0/+11
|
* Bug fix for rwarray.c and doc and test updates.Arnold D. Robbins2022-09-171-0/+5
|
* Update ChangeLog files. Make release tarball.gawk-5.2.0Arnold D. Robbins2022-09-041-0/+4
|
* Update copryright in more files, minor doc fixes.Arnold D. Robbins2022-07-141-0/+4
|
* Make the time extension deprecated.Arnold D. Robbins2022-07-111-0/+5
|
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+6
|
* Cygwin fixes.Arnold D. Robbins2022-06-171-0/+7
|
* Add a new destroy_array API hook to fix a memory leak in the rwarray extension.Andrew J. Schorr2022-06-071-0/+6
|
* Fix rwarray extension to compile if don't have MPFR.Arnold D. Robbins2022-06-011-0/+6
|
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-04-061-0/+5
|\
| * Small fix to remove a compiler warning.Arnold D. Robbins2022-04-061-0/+5
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-04-011-0/+6
|\ \ | |/
| * Small fixes from the persistent-gawk team.Arnold D. Robbins2022-04-011-0/+6
| |
* | Doc fixes, extension/rwarray.3m.Arnold D. Robbins2022-03-111-0/+4
| |
* | Fix memory management of GMP/MPFR values for extensions.Arnold D. Robbins2022-02-251-0/+7
| |
* | Merge branch 'master' into feature/readallArnold D. Robbins2022-02-221-1/+8
|\ \
| * \ Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-221-0/+7
| |\ \ | | |/
| | * Fix resource links found by Coverity.Arnold D. Robbins2022-02-221-0/+7
| | |
* | | Fix comment in rwarray about rounding mode.Andrew J. Schorr2021-12-101-0/+5
| | |
* | | Merge branch 'master' into feature/readallArnold D. Robbins2021-12-101-0/+4
|\ \ \ | |/ /
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-101-0/+12
| |\ \ | | |/
| | * Reformat some comments in extension/rwarray.c.Arnold D. Robbins2021-12-101-0/+4
| | |
* | | When rwarray reads and writes mpfr values, use mpfr_get_default_rounding_mode().Andrew J. Schorr2021-12-091-0/+7
| | |
* | | Fix rwarray extension to allocate mpz & mpfr values at proper scope.Andrew J. Schorr2021-12-081-0/+17
| | |
* | | Enhance rwarray extension to add writeall and readall functions for dumping ↵Andrew J. Schorr2021-12-081-0/+38
| | | | | | | | | | | | and reloading global state.
* | | Patch API to allow extensions to convert undefined variables to arrays, and ↵Andrew J. Schorr2021-12-081-0/+9
| | | | | | | | | | | | add a test case.
* | | Merge commit '09e98ee95fb453adc0f1783937477cd065611581' into feature/readall ↵Andrew J. Schorr2021-12-081-0/+8
|\ \ \ | |/ / |/| / | |/ to get rwarray to work with mpfr values.
| * In extension rwarray, write and read mpfr values as strings instead of using ↵Andrew J. Schorr2021-12-081-0/+8
| | | | | | | | the new and experimental floating-point interchange format.
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-181-0/+6
|\ \ | |/
| * Add GMP and MPFR support to rwarray extension.Arnold D. Robbins2021-11-181-0/+6
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-071-0/+5
|\ \ | |/
| * Remove some unused files.Arnold D. Robbins2021-11-071-0/+5
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-10-281-0/+4
|\ \ | |/
| * Make 5.1.1 tar ball and diff file.gawk-5.1.1Arnold D. Robbins2021-10-281-0/+4
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-10-141-2/+5
|\ \ | |/
| * Update copyright years, some other small cleanups.Arnold D. Robbins2021-10-131-2/+5
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-10-011-0/+9
|\ \ | |/
| * Fix white space in ord function patch.Andrew J. Schorr2021-09-271-0/+4
| |
| * Patch ord function to avoid returning negative values.Andrew J. Schorr2021-09-271-0/+5
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-221-0/+4
|\ \ | |/
| * Update version in extension/configure.ac.Arnold D. Robbins2021-09-221-0/+4
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-101-1/+11
|\ \ | |/
| * Update to Automake 1.16.4.Arnold D. Robbins2021-09-101-0/+5
| |
| * Finish update to Autoconf 2.71. Remove lots of warnings.Arnold D. Robbins2021-09-101-1/+6
| |