aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-031-8/+1
| |_|/ |/| |
* | | Make return status of close on a pipe like system.Arnold D. Robbins2016-07-231-0/+1
| |/ |/|
* | Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵Andrew J. Schorr2016-06-301-1/+11
| | | | | | | | stfmt issues.
* | Add comment to awk.h regarding the potential lack of NUL-termination for ↵Andrew J. Schorr2016-06-271-0/+7
| | | | | | | | strings.
* | Minor improvements after Andy's reworking of stuff.Arnold D. Robbins2016-06-261-4/+10
| |
* | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-161-0/+11
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-161-0/+10
| |\|
| | * Add some comments, minor buglet fix.Arnold D. Robbins2016-06-161-0/+10
| | |
* | | Add a new boolval function to awk.h to make sure we handle this consistently.Andrew J. Schorr2016-06-141-0/+13
| | |
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵Andrew J. Schorr2016-06-131-4/+33
|/ / | | | | | | and lint checks.
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\|
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-3/+3
|\|
| * Remove useless "optional" argument to get_actual_argument.Andrew J. Schorr2016-05-261-3/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-261-1/+1
|\|
| * Improve definition of fatal macro.Arnold D. Robbins2016-05-261-1/+1
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-3/+3
|\|
| * Optimize API function argument retrieval to eliminate a duplicate call to ↵Andrew J. Schorr2016-05-261-3/+3
| | | | | | | | get_argument.
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-021-0/+3
|\|
| * Replace `! NULL' with `& success_node' in array routines.Arnold D. Robbins2016-05-021-0/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-071-0/+2
|\|
| * Fix race condition in fatal errors for one end closed on two way pipe.Arnold D. Robbins2016-04-071-0/+2
| |
* | Merge branch 'gawk-4.1-stable' (zOS updates included)Arnold D. Robbins2015-10-041-24/+6
|\|
| * Move include of sys/select.h to io.c.Arnold D. Robbins2015-08-261-4/+0
| |
| * Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-08-251-0/+31
| |\
| * | Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-24/+10
| | |
* | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-08-251-0/+31
|\ \ \ | | |/ | |/|
| * | Make MAYBE_NUM -> NUMBER smarter, clear STRING.Arnold D. Robbins2015-08-251-0/+31
| |/
* | Additional memory fixes and test for typedregex.Arnold D. Robbins2015-06-281-1/+1
| |
* | Remove support for old-style extensions.Arnold D. Robbins2015-06-261-4/+0
| |
* | More work straightening out typeof, including tests.Arnold D. Robbins2015-06-251-0/+1
| |
* | Fix typeof to not change untyped param to scalar.Arnold D. Robbins2015-06-211-0/+1
| |
* | Change Node_hardregex to Node_typedregex.Arnold D. Robbins2015-05-111-3/+3
| |
* | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-081-1/+2
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-0/+1
| |\|
| | * Enable special filenames for profiling output.Arnold D. Robbins2015-04-081-0/+1
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-061-1/+1
| |\|
| | * Minor code cleanups.Arnold D. Robbins2015-04-061-1/+1
| | |
* | | Further progress on making hard regexes work.Arnold D. Robbins2015-04-031-0/+6
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-031-2/+2
|\| |
| * | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-2/+2
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-311-0/+9
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-311-0/+5
| |\|
| | * Get indirect calls working!Arnold D. Robbins2015-03-311-1/+3
| | |
| | * Further improvements. sub/gsub working.Arnold D. Robbins2015-03-311-0/+1
| | |
| | * Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-0/+1
| | |
| | * Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-201-0/+1
| | |
| * | General cleanups prepatory to merging.Arnold D. Robbins2015-03-241-1/+3
| | |
| * | Merge branch 'master' into selectArnold D. Robbins2015-03-201-3/+5
| |\ \
| * \ \ Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+1
| |\ \ \