aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor bugs in configure.ac and awkgram.y.Andrew J. Schorr2012-03-274-4/+22
|
* Some minor style edits in code and doc.Arnold D. Robbins2012-03-266-11/+32
|
* Update TODO.xgawk.Andrew J. Schorr2012-03-261-4/+3
|
* Update TODO.xgawk to mention libltdl.Andrew J. Schorr2012-03-251-0/+3
|
* Rewrite extension/Makefile.amAndrew J. Schorr2012-03-254-39/+35
|
* Really Added TODO.xgawkAndrew J. Schorr2012-03-251-0/+116
|
* Added TODO.xgawk.Andrew J. Schorr2012-03-251-0/+4
|
* Fix some incorrect .gitignore changes that slipped in by mistake.Andrew J. Schorr2012-03-252-4/+1
|
* Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawkJuergen Kahrs2012-03-2510-20/+160
|\
| * Add extension/.gitignore to ignore libtool output.Andrew J. Schorr2012-03-252-0/+8
| |
| * Fix some coding style issues and a typo in a comment.Andrew J. Schorr2012-03-243-14/+22
| |
| * Minor fix to extension/Makefile.amAndrew J. Schorr2012-03-212-1/+5
| |
| * New @load keyword to load shared libraries.Andrew J. Schorr2012-03-215-5/+125
| |
* | Added some details on branch tracking and undoing as suggested by Aharon.Juergen Kahrs2012-03-251-2/+22
| |
* | Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawkJuergen Kahrs2012-03-2019-69/+263
|\|
| * - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-2019-69/+263
| | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH.
* | Merge remote-tracking branch 'origin/master' into xgawkJuergen Kahrs2012-03-2089-5826/+6321
|\|
| * Minor edits to John's changes.Arnold D. Robbins2012-02-063-21/+28
| |
| * Read timeout documentation and bug fix.john haque2012-02-034-1/+131
| |
| * Stylistic edits.Arnold D. Robbins2012-01-022-22/+33
| |
| * Added timeout for reading from input.john haque2012-01-014-31/+181
| |
| * Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-3116-330/+384
| |\
| | * Remove ancient STREQ, STREQN macros.Arnold D. Robbins2011-12-3113-318/+365
| | |
| * | Remove profile_p.c, no longer needed.Arnold D. Robbins2011-12-311-27/+0
| | |
| * | Documentation updates.Arnold D. Robbins2011-12-285-15/+20
| | |
| * | Fix compiler warnings on printf calls.Arnold D. Robbins2011-12-283-2/+7
| | |
| * | The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-2629-2885/+3169
| | |
| * | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-12-2610-179/+203
| |\|
| | * Update version.Arnold D. Robbins2011-12-263-12/+12
| | |
| | * Finish RRI changes per points from Paolo Bonzini.Arnold D. Robbins2011-12-269-19/+41
| | |
| * | Sync pc/makefile.tst with main test makefile.Arnold D. Robbins2011-12-122-21/+26
| | |
| * | Further the cause of RRI in dfa.c.Arnold D. Robbins2011-12-122-9/+7
| | |
| * | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-12-0866-3304/+3153
| |\|
| | * Update version for next test tar ball.Arnold D. Robbins2011-12-084-15/+15
| | |
| | * Revise pc/Makefile.tst.Arnold D. Robbins2011-12-063-3/+57
| | |
| | * Misc fixes from John.Arnold D. Robbins2011-12-065-10/+21
| | |
| | * Update doc/gawk.info too.Arnold D. Robbins2011-12-061-225/+225
| | |
| | * Fix a problem in improving test/Makefile.Arnold D. Robbins2011-12-062-2/+2
| | |
| | * Rationalize $(CMP) calls in test/Makefile.Arnold D. Robbins2011-12-063-44/+50
| | |
| | * MBS support tweaks for DJGPP and z/OS.Arnold D. Robbins2011-12-064-8/+17
| | |
| | * Also need this change for dfa.h for dfa.c sync.Arnold D. Robbins2011-12-062-0/+8
| | |
| | * Documentation updates of various sorts.Arnold D. Robbins2011-12-065-275/+311
| | |
| | * Sync dfa.c with GNU grep.Arnold D. Robbins2011-12-062-14/+27
| | |
| | * Minor doc fix.Arnold D. Robbins2011-11-162-342/+342
| | |
| | * Bump version for test tarball.Arnold D. Robbins2011-11-1425-27/+27
| | |
| | * Bug fix in debugger - switch/case line numbers.Arnold D. Robbins2011-11-142-0/+23
| | |
| | * Add a new item.Arnold D. Robbins2011-11-141-0/+3
| | |
| | * More changes for non-MBS case.Arnold D. Robbins2011-11-144-3/+29
| | |
| | * Minor doc fixes in man page.Arnold D. Robbins2011-11-142-8/+12
| | |
| | * VMS fixes, MBS related, sort of.Arnold D. Robbins2011-11-144-14/+39
| | |