aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update some config.* files.Arnold D. Robbins2018-01-283-290/+301
|/
* Update config.sub.Arnold D. Robbins2018-01-152-67/+20
|
* Update build-aux files.Arnold D. Robbins2018-01-116-10/+21
|
* Remove incorrect * on ext_id in extensions and in doc.Arnold D. Robbins2018-01-1116-15/+23
|
* Fix finding fmod in extension/configure.ac.Arnold D. Robbins2017-12-294-17/+27
|
* Get rid of GLIBC/compile warnings on Fedora in extension directory.Arnold D. Robbins2017-12-286-79/+103
|
* Small fix in extension/gawkfts.c.Arnold D. Robbins2017-12-262-1/+7
|
* Fix intdiv.c to compile for MPFR 2.4.1.Arnold D. Robbins2017-12-242-0/+9
|
* Update build infrastructure files.Arnold D. Robbins2017-12-225-24/+90
|
* Add --enable-versioned-extension-dir configure option.Arnold D. Robbins2017-12-223-2/+9
|
* Use bug reporting address in extension/ext_custom.h.Arnold D. Robbins2017-12-192-2/+4
|
* Improvements to configure.ac and extension/configure.ac.Arnold D. Robbins2017-12-193-2/+35
|
* Small improvements in extension/rwarray.c.Arnold D. Robbins2017-10-282-2/+9
|
* Make 4.2.0 tarball.Arnold D. Robbins2017-10-193-0/+12
|
* Update some config.* files.Arnold D. Robbins2017-10-023-5/+21
|
* Bump version in rwarray.c.Arnold D. Robbins2017-09-192-1/+5
|
* Update many build-aux files.Arnold D. Robbins2017-09-186-49/+25
|
* Minor fix to filefuncs.c for Fedora compilation.Arnold D. Robbins2017-09-172-2/+9
|
* Update copyright year in extension/rwarray.c.Arnold D. Robbins2017-09-132-1/+6
|
* Allow rwarray extension to write/read undefined values.Arnold D. Robbins2017-09-122-1/+11
|
* Add use of <sys/sysmacros.h> to extension/fnmatch.c.Arnold D. Robbins2017-08-302-0/+12
|
* Solaris fix for intdiv extension.Arnold D. Robbins2017-08-213-4/+11
|
* Integrate changes for z/OS.Arnold D. Robbins2017-08-212-8/+12
|
* Fix the test suite for the MinGW build.Eli Zaretskii2017-08-192-1/+6
|
* Update config.guess, bump version in extension/configure.ac.Arnold D. Robbins2017-08-165-13/+24
|
* Stop including <gmp.h> in the intdiv extension, since <mpfr.h> grabs this ↵Andrew J. Schorr2017-08-112-1/+5
| | | | for us.
* Fix initialization in intdiv extension, since MPFR version check is now ↵Andrew J. Schorr2017-08-102-13/+7
| | | | automatic.
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-045-5/+13
|\
| * Update copyright years in all relevant files.Arnold D. Robbins2017-08-043-2/+6
| |
| * Update build infrastructure files.Arnold D. Robbins2017-08-042-3/+7
| |
* | Fix intdiv extension to build on Cygwin.Arnold D. Robbins2017-06-273-5/+13
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-236-14/+29
|\|
| * In rwarray extensions, use malloc where calloc not needed.Andrew J. Schorr2017-06-223-2/+10
| |
| * In readfile extension, no need to zero out the buffer before overwriting it.Andrew J. Schorr2017-06-222-8/+12
| |
| * Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-226-10/+13
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-183-9/+20
|\|
| * Update config.* infrastructure files.Arnold D. Robbins2017-06-183-9/+20
| |
* | Rename intdiv to intdiv0, require it to be configured in.Arnold D. Robbins2017-04-162-1/+5
| |
* | In the intdiv extension, division by zero now gives a warning and returns -1 ↵Andrew J. Schorr2017-04-142-4/+17
| | | | | | | | instead of throwing a fatal error.
* | For intdiv mpfr division by zero, call fatal without further ado.Andrew J. Schorr2017-04-132-9/+6
| |
* | Make MPFR division by zero fatal in intdiv.c. Some other cleanups.Arnold D. Robbins2017-04-135-15/+30
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-127-7/+419
|\|
| * Merge branch 'master' into feature/api-parserArnold D. Robbins2017-04-072-1/+7
| |\
| * | Minor edits in feature/api-parser prepatory to merging.Arnold D. Robbins2017-03-273-6/+14
| | |
| * | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-232-1/+10
| |\ \
| * | | Fix compile warnings in some of the extensions.Arnold D. Robbins2017-03-234-3/+13
| | | |
| * | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵Andrew J. Schorr2017-03-212-11/+27
| | | | | | | | | | | | | | | | API field parsing.
| * | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-205-8/+20
| |\ \ \
| * | | | For API input field parsing, use an array of structs instead of an array of ↵Andrew J. Schorr2017-03-092-9/+17
| | | | | | | | | | | | | | | | | | | | integers.
| * | | | Merge branch 'master' into feature/api-parserAndrew J. Schorr2017-03-073-7/+26
| |\ \ \ \