aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-023-2/+10
|\
| * Improve memory hygiene in set_profile_text.Arnold D. Robbins2017-02-023-2/+10
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-02-016-41/+46
|\|
| * Improve making of profile number code and also MPFR case thereof.Arnold D. Robbins2017-02-013-32/+26
| |
| * Fix up mbc_char_count to be correct.Arnold D. Robbins2017-02-012-2/+8
| |
| * Further revise po/POTFILES.in.Arnold D. Robbins2017-02-012-7/+12
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-272-8/+14
|\|
| * Update po/POTFILES.in for correct location of support files.Arnold D. Robbins2017-01-272-8/+14
| |
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-2719-1217/+2715
|\|
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-1/+1
| |\
| | * Typo fix in ChangeLog.Arnold D. Robbins2017-01-271-1/+1
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-2717-1214/+2708
| |\|
| | * Fix assignment from gensub to $0.Arnold D. Robbins2017-01-279-6/+40
| | |
| | * Improve messge translatability in debug.c. Update copyright in interpret.h.Arnold D. Robbins2017-01-273-4/+11
| | |
| | * Update copyright and UPDATE-MONTH in the manual.Arnold D. Robbins2017-01-274-8/+12
| | |
| | * Updated po/pt_BR.po and reactivated it in LINGUAS.Arnold D. Robbins2017-01-273-1198/+2644
| | |
| * | Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-263-3/+7
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-263-18/+41
|\| |
| * | Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-253-15/+39
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-252-16/+36
|\| |
| * | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2017-01-252-16/+36
| |\ \
| | * | Minor performance optimization for numeric operations.Andrew J. Schorr2017-01-222-16/+36
| | | |
* | | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-254-570/+575
|\| | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-254-570/+575
| |\ \ \ | | |/ / | |/| / | | |/
| | * Doc update - awk.info is gone.Arnold D. Robbins2017-01-254-559/+564
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-2111-90/+409
|\| |
| * | Typo fix in pc/gawkmisc.pc.Arnold D. Robbins2017-01-212-1/+5
| | |
| * | Support LC_* environment variables in the MinGW build.Eli Zaretskii2017-01-214-32/+96
| | |
| * | Fix the MinGW build and sync its tests with mainline,Eli Zaretskii2017-01-219-59/+310
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-199-52/+83
|\| |
| * | Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-199-52/+83
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-194-3/+116
|\| |
| * | Improve random number generator's period using a shuffle buffer.Arnold D. Robbins2017-01-194-3/+116
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-194-5/+12
|\| |
| * | Sync support with GNULIB, fix a dfa memory leak.Arnold D. Robbins2017-01-194-5/+12
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-182-5/+13
|\| |
| * | Improve robustness of Op_assign_concat optimization.Andrew J. Schorr2017-01-182-5/+13
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-162-1/+6
|\| |
| * | Sync dfa.Arnold D. Robbins2017-01-162-1/+6
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-158-4/+41
|\| |
| * | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-01-158-4/+41
| |\|
| | * Fix bug in string concatenation optimization.Andrew J. Schorr2017-01-158-4/+41
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-102-24/+18
|\| |
| * | Sync dfa from gnulib, for the umpteenth time.Arnold D. Robbins2017-01-102-24/+18
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-102-100/+88
|\| |
| * | Sync dfa with GNULIB.Arnold D. Robbins2017-01-102-100/+88
| | |
* | | Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-01-0712-564/+509
|\| |
| * | Update auxiliary build files from GNULIB.Arnold D. Robbins2017-01-0510-106/+70
| | |
| * | Sync dfa with GNULIB.Arnold D. Robbins2017-01-032-458/+439
| | |
* | | Enhance API to support extended-precision arithmetic and implement intdiv as ↵Andrew J. Schorr2017-01-0614-49/+621
|/ / | | | | | | a demonstration.