diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-17 17:42:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-10-17 17:42:51 +0300 |
commit | 5c7402f68fb31d70f78243c4d6d9c30a8e8aa9da (patch) | |
tree | 13b1674f1f5a5e40c5f1cd43f40bf102f35636d9 /doc/ChangeLog | |
parent | b5f87dcdaff84e5e72684bb1a8fe0160981a66ae (diff) | |
download | egawk-5c7402f68fb31d70f78243c4d6d9c30a8e8aa9da.tar.gz egawk-5c7402f68fb31d70f78243c4d6d9c30a8e8aa9da.tar.bz2 egawk-5c7402f68fb31d70f78243c4d6d9c30a8e8aa9da.zip |
Distinguish print $0 from print. Doc updates. Fix case and default.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e3b2a0bd..84412369 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2018-10-17 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in (Profiling): Revise example for pattern without + action and note that the profiler distinguishes `print' and + `print $0'. + 2018-09-23 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Extracting): Note that patch levels above |