aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-141-0/+3
| |\| | | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Make indirect call of gensub with 3 args work.Arnold D. Robbins2015-04-141-0/+3
* | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-141-0/+14
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-141-0/+7
| |\| | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Improve negative time value checking for strftime.Arnold D. Robbins2015-04-141-0/+7
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-131-0/+7
| |\| | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Remove fatal error if strftime timestamp < 0.Arnold D. Robbins2015-04-131-0/+7
* | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-131-0/+19
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-131-2/+16
| |\| | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Fix regex code to avoid malloc(0).Arnold D. Robbins2015-04-131-0/+9
| | * | | | | | | | | | | | | | | | Fix efence target, whitepsace in ChangeLog.Arnold D. Robbins2015-04-121-2/+7
| * | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-091-0/+5
| |\| | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | VMS build and compilation fixes.Arnold D. Robbins2015-04-091-0/+5
* | | | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-081-0/+26
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-0/+4
| |\| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Add a comment for tranlators in main.c.Arnold D. Robbins2015-04-081-0/+4
| * | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-0/+16
| |\| | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Enable special filenames for profiling output.Arnold D. Robbins2015-04-081-0/+11
| | * | | | | | | | | | | | | | Allow to redirect profile to stdout more portably.Eli Zaretskii2015-04-081-0/+5
| * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-061-0/+6
| |\| | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Minor code cleanups.Arnold D. Robbins2015-04-061-0/+6
| | * | | | | | | | | | | | | Doc fixes.Arnold D. Robbins2015-04-051-1/+0
* | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-051-0/+14
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-051-0/+10
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Don't install gawk extensions if --posix or --traditional.Arnold D. Robbins2015-04-051-0/+10
| * | | | | | | | | | | | | | In NEWS file, rename div to intdiv.Andrew J. Schorr2015-04-031-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Further progress on making hard regexes work.Arnold D. Robbins2015-04-031-0/+8
* | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-031-0/+9
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-0/+9
* | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-311-0/+228
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-311-0/+36
| |\| | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'feature/fix-indirect-call' into gawk-4.1-stableArnold D. Robbins2015-03-311-0/+37
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Get indirect calls working!Arnold D. Robbins2015-03-311-0/+9
| | | * | | | | | | | | | | Further improvements. sub/gsub working.Arnold D. Robbins2015-03-311-0/+7
| | | * | | | | | | | | | | Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-0/+9
| | | * | | | | | | | | | | Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-201-0/+11
| * | | | | | | | | | | | | Update NEWS.Arnold D. Robbins2015-03-271-0/+1
| * | | | | | | | | | | | | Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-271-0/+5
| * | | | | | | | | | | | | Merge branch 'master' into selectArnold D. Robbins2015-03-271-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-03-241-0/+5
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix bug where exit with no argument was setting the exit status to zero.Andrew J. Schorr2015-03-241-0/+5
| | | |/ / / / / / / / / / /
| * | | | | | | | | | | | | General cleanups prepatory to merging.Arnold D. Robbins2015-03-241-0/+5
| * | | | | | | | | | | | | Merge branch 'master' into selectArnold D. Robbins2015-03-201-0/+120
| |\| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-201-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-191-0/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ...Andrew J. Schorr2015-01-191-9/+0
| * | | | | | | | | | | | | | | | When an extension calls sym_lookup on a deferred variable, it should always s...Andrew J. Schorr2015-01-081-0/+9
| * | | | | | | | | | | | | | | | Revert changes to API deferred variable creation, since this should be done a...Andrew J. Schorr2015-01-081-0/+10