index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
profile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+1
*
Fix parenthesization in the pretty printer for real (we hope!).
Arnold D. Robbins
2017-06-23
1
-43
/
+39
*
Finish reworking typed regexes. Tests pass!
Arnold D. Robbins
2016-11-15
1
-6
/
+7
*
First steps reworking code away from node type.
Arnold D. Robbins
2016-11-15
1
-14
/
+14
*
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-23
1
-26
/
+26
|
\
|
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-26
/
+26
*
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-16
1
-1
/
+6
|
\
|
|
*
Implement unary plus for real, including for pretty printing.
Arnold D. Robbins
2016-10-16
1
-1
/
+6
*
|
Merge branch 'master' into feature/typed-regex
Arnold D. Robbins
2016-10-11
1
-36
/
+3
|
\
|
|
*
Use original input text of numbers when pretty printing.
Arnold D. Robbins
2016-10-11
1
-36
/
+3
*
|
Restore typed regexp code in a new branch.
Arnold D. Robbins
2016-08-03
1
-2
/
+21
|
/
*
Remove typed regexps until they can be done correctly.
Arnold D. Robbins
2016-08-03
1
-21
/
+2
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-05-30
1
-1
/
+1
|
\
|
*
Changes toward release and test tarball.
Arnold D. Robbins
2016-05-30
1
-1
/
+1
*
|
Improve pretty-printing comment after if statement.
Arnold D. Robbins
2016-03-21
1
-1
/
+2
*
|
More code improvements. Add ChangeLog. Update test.
Arnold D. Robbins
2016-03-19
1
-3
/
+4
*
|
More improvements in comment printing.
Arnold D. Robbins
2016-03-17
1
-11
/
+34
*
|
Improve end of line comments in if/else.
Arnold D. Robbins
2016-03-17
1
-2
/
+4
*
|
Initial changes to improve end of line comments.
Arnold D. Robbins
2016-03-17
1
-16
/
+39
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-03-03
1
-1
/
+1
|
\
|
|
*
Fix a compile warning in profile.c.
Arnold D. Robbins
2016-03-03
1
-1
/
+1
*
|
Revert b8d9a73257e1984eae80e61f0b751ddc4e9eab25.
Arnold D. Robbins
2016-03-02
1
-30
/
+4
*
|
Additional prints in instruction dump.
Arnold D. Robbins
2016-03-02
1
-4
/
+30
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-02-29
1
-19
/
+25
|
\
|
|
*
Fix profiling bug - printf with no arguments.
Arnold D. Robbins
2016-02-29
1
-19
/
+25
|
*
Fix copy-paste error in profiler's else handling.
Arnold D. Robbins
2016-02-28
1
-1
/
+1
*
|
Fix copy-paste error in profiler's else handling.
Arnold D. Robbins
2016-02-28
1
-1
/
+1
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-02-18
1
-41
/
+68
|
\
|
|
*
Make pretty-printing and profiling chain else-if's.
Arnold D. Robbins
2016-02-18
1
-40
/
+68
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-12-16
1
-1
/
+2
|
\
|
|
*
Minor compile fix for non-MPFR builds.
Arnold D. Robbins
2015-12-16
1
-1
/
+2
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-09-04
1
-3
/
+13
|
\
|
|
*
Profiling: print integral values as integers.
Arnold D. Robbins
2015-09-04
1
-3
/
+13
*
|
Make isarray also not scalarize untyped parameters.
Arnold D. Robbins
2015-06-22
1
-0
/
+1
*
|
Change Node_hardregex to Node_typedregex.
Arnold D. Robbins
2015-05-11
1
-14
/
+14
*
|
Make profiling work for hard regexes.
Arnold D. Robbins
2015-05-05
1
-4
/
+34
*
|
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-16
1
-4
/
+4
|
\
\
|
*
|
Updated autoconf (.ac) files. Remove RETSIGTYPE.
Arnold D. Robbins
2015-04-16
1
-4
/
+4
*
|
|
Further fixes from Andrew Schorr.
Arnold D. Robbins
2015-04-09
1
-3
/
+2
*
|
|
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-08
1
-2
/
+22
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-04-08
1
-1
/
+21
|
|
\
|
|
|
*
Enable special filenames for profiling output.
Arnold D. Robbins
2015-04-08
1
-2
/
+19
|
|
*
Allow to redirect profile to stdout more portably.
Eli Zaretskii
2015-04-08
1
-1
/
+4
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-04-07
1
-1
/
+1
|
|
\
|
|
|
*
Update copyrights and prep towards release.
Arnold D. Robbins
2015-04-07
1
-1
/
+1
*
|
|
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-03-17
1
-6
/
+20
|
\
|
|
|
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2015-03-17
1
-6
/
+20
|
|
\
|
|
|
*
Fix bad allocs -M and profiling.
Arnold D. Robbins
2015-03-17
1
-6
/
+20
*
|
|
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-02-13
1
-0
/
+1
|
\
|
|
|
*
|
Bug fix in profile.c.
Arnold D. Robbins
2015-02-10
1
-0
/
+1
[next]