index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --lint=no-ext to disable "xxx is a gawk extension" warnings.
Arnold D. Robbins
2019-05-22
1
-2
/
+5
*
Improve sandbox mode.
Arnold D. Robbins
2019-05-06
1
-0
/
+18
*
Fix core dump upon syntax error.
Arnold D. Robbins
2019-04-18
1
-0
/
+6
*
Single-byte locales use locale settings for ignoring case.
Arnold D. Robbins
2019-04-07
1
-0
/
+4
*
Small fix in help message.
Arnold D. Robbins
2019-03-03
1
-1
/
+1
*
Small profiling improvements.
Arnold D. Robbins
2019-02-25
1
-3
/
+8
*
Fix calling user defined functions from eval.
Arnold D. Robbins
2019-02-17
1
-1
/
+1
*
Small cleanups before making a tarball.
Arnold D. Robbins
2019-01-25
1
-2
/
+3
*
Rework namespace handling to make simpler and correct. Add two test cases.
Arnold D. Robbins
2019-01-25
1
-1
/
+1
*
Merge branch 'master' into feature/fix-ns-memleak
Arnold D. Robbins
2019-01-20
1
-35
/
+29
|
\
|
*
Finish transition to using assoc_set.
Arnold D. Robbins
2019-01-15
1
-35
/
+29
*
|
Continue fixing memory leaks related to namespaces.
Arnold D. Robbins
2019-01-19
1
-7
/
+13
*
|
Start fixing memory leaks in namespace management.
Arnold D. Robbins
2019-01-18
1
-0
/
+2
|
/
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-4
/
+16
*
Revise PROCINFO["platform"] and related doc.
Arnold D. Robbins
2018-11-26
1
-4
/
+3
*
Add PROCINFO["platform"] to code and doc.
Arnold D. Robbins
2018-11-25
1
-0
/
+24
*
Allow command line assignment of typed regexps.
Arnold D. Robbins
2018-11-24
1
-27
/
+48
*
Fix usage for -Z option.
Arnold D. Robbins
2018-11-11
1
-1
/
+1
*
Improve usage message when debugging enabled.
Arnold D. Robbins
2018-10-24
1
-1
/
+4
*
Move some prototypes to awk.h from main.c.
Arnold D. Robbins
2018-09-14
1
-3
/
+0
*
Fix handling of physical newlines in -v arguments and related improvemnts.
Arnold D. Robbins
2018-07-31
1
-1
/
+8
*
Do fflush(NULL) before abort(), for GLIBC 2.27.
Arnold D. Robbins
2018-02-10
1
-0
/
+4
*
Add comments about earlier fix for BSD systems.
Arnold D. Robbins
2018-01-25
1
-0
/
+3
*
Fix inplace tests on BSD systems.
Arnold D. Robbins
2018-01-22
1
-0
/
+8
*
Update copyright year in main.c. Small doc updates. Update NEWS.
Arnold D. Robbins
2018-01-03
1
-2
/
+2
*
Make -L option's argument optional.
Arnold D. Robbins
2017-12-24
1
-1
/
+1
*
Don't post bugs to comp.lang.awk added to --help output.
Arnold D. Robbins
2017-11-09
1
-1
/
+2
*
Add URL for bug reporting description to the help message.
Arnold D. Robbins
2017-08-09
1
-2
/
+4
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-2
/
+2
*
Some cleanup about checking letters and identifiers.
Arnold D. Robbins
2017-07-11
1
-1
/
+1
*
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-04-11
1
-0
/
+8
|
\
|
*
Fix EPIPE handling in the MinGW build.
Eli Zaretskii
2017-04-08
1
-0
/
+8
*
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-27
1
-6
/
+6
|
\
|
|
*
Minor cleanup in main.c:usage.
Arnold D. Robbins
2017-03-27
1
-6
/
+6
*
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-27
1
-1
/
+4
|
\
|
|
*
Die with SIGPIPE when EPIPE happens on stdout.
Arnold D. Robbins
2017-03-27
1
-1
/
+4
*
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-03-20
1
-3
/
+2
|
\
|
|
*
Improve handling of EPIPE and fflush.
Arnold D. Robbins
2017-03-20
1
-3
/
+2
*
|
Enable an API input parser to supply an array of field widths to override the...
Andrew J. Schorr
2017-03-05
1
-16
/
+1
|
/
*
Speed up programs that toggle IGNORECASE a lot.
Arnold D. Robbins
2017-01-19
1
-1
/
+1
*
Further code improvements and doc changes as diff until merge.
Arnold D. Robbins
2016-11-12
1
-4
/
+4
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-17
/
+17
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-07-18
1
-3
/
+20
|
\
|
*
Reenable translation during arg parsing.
Arnold D. Robbins
2016-07-18
1
-3
/
+20
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-06-10
1
-1
/
+1
|
\
|
|
*
Update years and stuff in doc towards next release.
Arnold D. Robbins
2016-06-10
1
-1
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+3
|
\
|
|
*
Always force number on -v arguments, even if LC_NUMERIC not defined.
Arnold D. Robbins
2016-05-30
1
-1
/
+3
*
|
Turn optimization on by default. New -s option to disable it.
Arnold D. Robbins
2016-02-05
1
-2
/
+10
*
|
Add PROCINFO["argv"] array to contain the command-line arguments.
Andrew J. Schorr
2015-05-15
1
-0
/
+28
[next]