aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fix finding fmod in extension/configure.ac.Arnold D. Robbins2017-12-291-1/+8
|
* Get rid of GLIBC/compile warnings on Fedora in extension directory.Arnold D. Robbins2017-12-281-0/+13
|
* Small fix in extension/gawkfts.c.Arnold D. Robbins2017-12-261-0/+6
|
* Fix intdiv.c to compile for MPFR 2.4.1.Arnold D. Robbins2017-12-241-0/+4
|
* Add --enable-versioned-extension-dir configure option.Arnold D. Robbins2017-12-221-0/+5
|
* Use bug reporting address in extension/ext_custom.h.Arnold D. Robbins2017-12-191-0/+2
|
* Improvements to configure.ac and extension/configure.ac.Arnold D. Robbins2017-12-191-0/+5
|
* Small improvements in extension/rwarray.c.Arnold D. Robbins2017-10-281-0/+5
|
* Make 4.2.0 tarball.Arnold D. Robbins2017-10-191-0/+4
|
* Bump version in rwarray.c.Arnold D. Robbins2017-09-191-0/+4
|
* Minor fix to filefuncs.c for Fedora compilation.Arnold D. Robbins2017-09-171-0/+6
|
* Update copyright year in extension/rwarray.c.Arnold D. Robbins2017-09-131-0/+4
|
* Allow rwarray extension to write/read undefined values.Arnold D. Robbins2017-09-121-0/+4
|
* Add use of <sys/sysmacros.h> to extension/fnmatch.c.Arnold D. Robbins2017-08-301-0/+6
|
* Solaris fix for intdiv extension.Arnold D. Robbins2017-08-211-0/+5
|
* Integrate changes for z/OS.Arnold D. Robbins2017-08-211-1/+5
|
* Fix the test suite for the MinGW build.Eli Zaretskii2017-08-191-0/+5
|
* Update config.guess, bump version in extension/configure.ac.Arnold D. Robbins2017-08-161-0/+4
|
* Stop including <gmp.h> in the intdiv extension, since <mpfr.h> grabs this ↵Andrew J. Schorr2017-08-111-0/+5
| | | | for us.
* Fix initialization in intdiv extension, since MPFR version check is now ↵Andrew J. Schorr2017-08-101-0/+6
| | | | automatic.
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-041-0/+4
|\
| * Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-0/+4
| |
* | Fix intdiv extension to build on Cygwin.Arnold D. Robbins2017-06-271-0/+5
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-231-0/+20
|\|
| * In rwarray extensions, use malloc where calloc not needed.Andrew J. Schorr2017-06-221-0/+6
| |
| * In readfile extension, no need to zero out the buffer before overwriting it.Andrew J. Schorr2017-06-221-0/+6
| |
| * Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-0/+8
| |
* | Rename intdiv to intdiv0, require it to be configured in.Arnold D. Robbins2017-04-161-0/+4
| |
* | In the intdiv extension, division by zero now gives a warning and returns -1 ↵Andrew J. Schorr2017-04-141-0/+5
| | | | | | | | instead of throwing a fatal error.
* | For intdiv mpfr division by zero, call fatal without further ado.Andrew J. Schorr2017-04-131-0/+5
| |
* | Make MPFR division by zero fatal in intdiv.c. Some other cleanups.Arnold D. Robbins2017-04-131-0/+6
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-0/+38
|\|
| * Merge branch 'master' into feature/api-parserArnold D. Robbins2017-04-071-0/+6
| |\
| * | Minor edits in feature/api-parser prepatory to merging.Arnold D. Robbins2017-03-271-0/+6
| | |
| * | Fix compile warnings in some of the extensions.Arnold D. Robbins2017-03-231-0/+7
| | |
| * | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵Andrew J. Schorr2017-03-211-0/+11
| | | | | | | | | | | | API field parsing.
| * | For API input field parsing, use an array of structs instead of an array of ↵Andrew J. Schorr2017-03-091-0/+7
| | | | | | | | | | | | integers.
| * | Merge branch 'master' into feature/api-parserAndrew J. Schorr2017-03-071-0/+12
| |\ \
| * | | Create new extension readdir_test for testing new get_record field_width ↵Andrew J. Schorr2017-03-061-0/+7
| | | | | | | | | | | | | | | | parsing.
* | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-071-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix a message in extension/inplace.c.Arnold D. Robbins2017-04-031-0/+6
| | |/ | |/|
* | | Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-03-071-0/+12
|\| |
| * | Stop installing the extension testext library, since it is useful only for ↵Andrew J. Schorr2017-03-071-0/+12
| |/ | | | | | | testing.
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-211-0/+10
|\|
| * Fix the MinGW build and sync its tests with mainline,Eli Zaretskii2017-01-211-0/+10
| |
* | Enhance API to support extended-precision arithmetic and implement intdiv as ↵Andrew J. Schorr2017-01-061-0/+10
|/ | | | a demonstration.
* Doc cleanups after merge. Totally break binary compat in the API.Arnold D. Robbins2016-12-221-0/+4
|
* Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-221-0/+43
|\
| * Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-221-0/+43
| |\
| | * Further improvements to min/max args code and doc.Arnold D. Robbins2016-12-161-0/+4
| | |