aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | 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
| | | | | | | |
| | | * | | | | Documentation fixes and improvements.Arnold D. Robbins2014-09-045-589/+735
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-024-95/+106
| | |\| | | | |
| | | * | | | | Fix debugger walkthrough.Arnold D. Robbins2014-09-024-95/+106
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-017-4/+63
| | |\| | | | |
| | | * | | | | Bug fix in handling indirect function calls.Arnold D. Robbins2014-09-012-1/+11
| | | | | | | |
| | | * | | | | Minor improvement to substr().Arnold D. Robbins2014-09-012-3/+16
| | | | | | | |
| | | * | | | | Index @ stuff in doc.Arnold D. Robbins2014-09-014-0/+36
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-296-1206/+1326
| | |\| | | | |
| | | * | | | | More doc updates.Arnold D. Robbins2014-08-296-1206/+1326
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-276-14/+13
| | |\| | | | |
| | | * | | | | Cleanup code for strcasecmp.Arnold D. Robbins2014-08-276-14/+13
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-267-630/+598
| | |\| | | | |
| | | * | | | | Change exclusion of exercises.Arnold D. Robbins2014-08-264-623/+579
| | | | | | | |
| | | * | | | | Sync regex with GLIBC.Arnold D. Robbins2014-08-263-7/+19
| | | | | | | |
| | * | | | | | Remove support for MirBSD. Yay!Arnold D. Robbins2014-08-2612-121/+96
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-254-570/+644
| | |\| | | | |
| | | * | | | | Exclude exercises from print edition.Arnold D. Robbins2014-08-254-570/+644
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-244-760/+817
| | |\| | | | |
| | | * | | | | More reviewer comments. This is getting harder.Arnold D. Robbins2014-08-244-760/+817
| | | | | | | |
| | * | | | | | Cleanup in regex.h.Arnold D. Robbins2014-08-243-34/+37
| | | | | | | |
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-2312-732/+678
| | |\| | | | |
| | | * | | | | More reviewer comments.Arnold D. Robbins2014-08-2312-732/+678
| | | | | | | |
| * | | | | | | Fix some minor indentation nits in profiling.Arnold D. Robbins2014-09-101-31/+45
| | | | | | | |
| * | | | | | | fix awkgram.yStephen Davies2014-09-092-0/+2
| | | | | | | |
| * | | | | | | sync awkgramStephen Davies2014-09-091-1/+0
| | | | | | | |
| * | | | | | | fix indentsStephen Davies2014-09-081-6/+6
| | | | | | | |
| * | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |