aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | profile.c fixesStephen Davies2014-09-083-14/+8
| | | | | | |
| * | | | | | adding awkgram.cStephen Davies2014-09-071-1276/+1580
| | | | | | |
| * | | | | | function comments 1Stephen Davies2014-09-072-16/+96
| | | | | | |
| * | | | | | ll except functions looking OKStephen Davies2014-09-032-44/+78
| | | | | | |
| * | | | | | Merge branch 'comment' of ssh://git.sv.gnu.org/srv/git/gawk into commentStephen Davies2014-08-2433-18/+1896
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remote changes?
| | * \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-08-1233-18/+1896
| | |\ \ \ \ \ \
| * | | | | | | | Progress in collecting comments and with comments within a block.Stephen Davies2014-08-242-68/+84
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No joy with comments before BEGIN or END and, before { or after }. Changed my email
| * | | | | | | Merge branch 'master' into commentArnold D. Robbins2014-08-0621-1392/+3003
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-07-312-5/+23
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-07-3119-392/+478
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | And add awkgram.c...Arnold D. Robbins2014-07-121-362/+357
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into commentArnold D. Robbins2014-07-1272-10775/+15552
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-04-11113-8880/+12577
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-02-2070-10466/+11994
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2014-01-12150-9638/+19526
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into commentArnold D. Robbins2013-09-2249-2801/+3198
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Additional work.Arnold D. Robbins2013-08-152-0/+6
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Further attempt on comments. Not so good.Arnold D. Robbins2013-08-143-2/+15
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-1411-213/+1813
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge 'master' into selectAndrew J. Schorr2014-09-21127-14255/+23700
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-193-0/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | More commentary on isalnum.Arnold D. Robbins2014-09-193-0/+25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-185-11/+17
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Generalize how filefuncs test works.Arnold D. Robbins2014-09-185-11/+17
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-184-216/+271
| |\| | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Minor doc updates.Arnold D. Robbins2014-09-184-216/+271
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-1516-886/+943
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-1516-886/+943
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-148-422/+522
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | Doc edits.Arnold D. Robbins2014-09-145-420/+448
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update awkgram.c.Arnold D. Robbins2014-09-141-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Force only ASCII letters to be allowed in identifiers.Arnold D. Robbins2014-09-143-2/+74
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Restore gawk.info, still using C makeinfo.Arnold D. Robbins2014-09-111-13630/+10602
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkStephen Davies2014-09-1174-2052/+7800
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/gawk.info
| | * | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-083-18/+6
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Minor doc edit.Arnold D. Robbins2014-09-083-18/+6
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-077-18/+41
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Minor code cleanups.Arnold D. Robbins2014-09-074-16/+25
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Minor doc fixes.Arnold D. Robbins2014-09-073-2/+16
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-054-265/+268
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | More reviewer comments.Arnold D. Robbins2014-09-054-265/+268
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-0515-424/+549
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-0515-424/+548
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-058-9/+66
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | New test, indirect call of builtin functions.Arnold D. Robbins2014-09-056-2/+35
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Portability fix for functab4 test.Arnold D. Robbins2014-09-053-7/+31
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-0418-644/+939
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | New helper file, chlistref.awk.Arnold D. Robbins2014-09-042-0/+35
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-0413-325/+422
| | | | | | | | | | | | | |
| | | * | | | | | | | | | | Improve printing empty for loop header in profiler.Arnold D. Robbins2014-09-044-13/+30
| | | | | | | | | | | | | |