index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-05-30
1
-0
/
+4
|
\
|
|
|
*
|
Document PROCINFO["argv"].
Arnold D. Robbins
2017-05-30
1
-0
/
+4
*
|
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-05-29
1
-0
/
+5
|
\
|
|
|
*
|
Add doc on checking for MPFR at runtime.
Arnold D. Robbins
2017-05-29
1
-0
/
+5
*
|
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-05-23
1
-0
/
+6
|
\
|
|
|
*
|
Greatly improve FIELDWIDTHS behavior, doc, and tests.
Arnold D. Robbins
2017-05-23
1
-0
/
+6
*
|
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-04-23
1
-0
/
+4
|
\
|
|
|
*
|
Fix --source to be like 3.1.x and improve the doc.
Arnold D. Robbins
2017-04-23
1
-0
/
+4
*
|
|
Merge branch 'master' into feature/api-mpfr
Arnold D. Robbins
2017-04-20
1
-0
/
+4
|
\
|
|
|
*
|
Fix 64-bit compilation without MPFR.
Arnold D. Robbins
2017-04-20
1
-0
/
+4
*
|
|
Rename intdiv to intdiv0, require it to be configured in.
Arnold D. Robbins
2017-04-16
1
-0
/
+7
|
/
/
*
|
Fixes for intdiv function, including documentation.
Arnold D. Robbins
2017-04-16
1
-0
/
+4
*
|
Add Italian translation of the gawk manual.
Arnold D. Robbins
2017-04-12
1
-0
/
+5
*
|
Fix FPAT problems.
Arnold D. Robbins
2017-04-12
1
-0
/
+4
*
|
Minor style edits in doc.
Arnold D. Robbins
2017-04-11
1
-0
/
+4
*
|
Update texinfo docs to document new FIELDWIDTHS and API input parser capabili...
Andrew J. Schorr
2017-04-10
1
-0
/
+7
*
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-04-07
1
-0
/
+4
|
\
\
|
*
|
Fix spelling errors in gawkworkflow.texi and spellchecking in doc/Makefile.am.
Arnold D. Robbins
2017-04-07
1
-0
/
+4
*
|
|
Merge branch 'master' into feature/api-parser
Arnold D. Robbins
2017-04-07
1
-0
/
+7
|
\
|
|
|
*
|
Remove using-git.texi. Add gawkworkflow.texi.
Arnold D. Robbins
2017-04-07
1
-0
/
+7
*
|
|
Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".
Andrew J. Schorr
2017-03-22
1
-0
/
+4
*
|
|
Start to document new FIELDWIDTHS and API input parser capabilities.
Andrew J. Schorr
2017-03-22
1
-0
/
+6
|
/
/
*
|
Improve doc on MS-Windows quoting.
Arnold D. Robbins
2017-03-17
1
-0
/
+6
*
|
Another very small doc change.
Arnold D. Robbins
2017-03-03
1
-0
/
+5
*
|
Doc edits before release.
Arnold D. Robbins
2017-03-02
1
-0
/
+4
*
|
Minor typo fix in doc.
Arnold D. Robbins
2017-02-23
1
-0
/
+5
*
|
Add optional 2nd argument to mktime to request UTC instead of local time.
Andrew J. Schorr
2017-02-22
1
-0
/
+6
*
|
More typo fixes and updates of the wordlist.
Arnold D. Robbins
2017-02-13
1
-0
/
+5
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2017-02-13
1
-0
/
+5
|
\
|
|
*
Fix some typos in the doc, update the wordlist.
Arnold D. Robbins
2017-02-13
1
-0
/
+5
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2017-01-27
1
-0
/
+4
|
\
|
|
*
Update copyright and UPDATE-MONTH in the manual.
Arnold D. Robbins
2017-01-27
1
-0
/
+4
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2017-01-25
1
-0
/
+5
|
\
|
|
*
Doc update - awk.info is gone.
Arnold D. Robbins
2017-01-25
1
-0
/
+5
*
|
Improve documentation of API strnum feature.
Andrew J. Schorr
2017-01-02
1
-0
/
+5
*
|
Update API table of values requested / returned.
Arnold D. Robbins
2016-12-23
1
-0
/
+4
*
|
Doc cleanups after merge. Totally break binary compat in the API.
Arnold D. Robbins
2016-12-22
1
-0
/
+5
*
|
Merge branch 'feature/regex-to-api' into feature/andy
Arnold D. Robbins
2016-12-22
1
-0
/
+14
|
\
\
|
*
\
Merge branch 'master' into feature/regex-to-api
Arnold D. Robbins
2016-12-22
1
-0
/
+14
|
|
\
\
|
|
*
|
Further api doc updates. Simplify lint checking for max args.
Arnold D. Robbins
2016-12-17
1
-0
/
+5
|
|
*
|
Further improvements to min/max args code and doc.
Arnold D. Robbins
2016-12-16
1
-0
/
+5
|
|
*
|
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
1
-0
/
+4
*
|
|
|
Add strnum support to API. Update rwarray extension and test.
Andrew J. Schorr
2016-12-05
1
-0
/
+6
*
|
|
|
Improve API regex support.
Andrew J. Schorr
2016-12-04
1
-0
/
+5
*
|
|
|
Add flatten_array_typed to the API.
Andrew J. Schorr
2016-12-04
1
-0
/
+5
|
/
/
/
*
/
/
Add doc on API changes for typed regexes. Improve test.
Arnold D. Robbins
2016-11-30
1
-0
/
+5
|
/
/
*
|
Revise doc for strongly typed regexp constants.
Arnold D. Robbins
2016-11-21
1
-0
/
+7
*
|
Merge branch 'master' into feature/typed-regex-2
Arnold D. Robbins
2016-11-18
1
-0
/
+6
|
\
\
|
*
|
Audit use of stptr for NUL termination. Update doc before merge to master.
Arnold D. Robbins
2016-11-18
1
-0
/
+6
*
|
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-11-10
1
-0
/
+6
|
\
|
|
[prev]
[next]