aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-01-101-1/+0
|\|
| * Further changes.Arnold D. Robbins2013-12-121-5/+0
| |
| * First round of VMS changes.Arnold D. Robbins2013-12-121-0/+4
| |
* | Merge branch 'gawk-4.1-stable' to sort option table by long option name.Andrew J. Schorr2013-12-011-21/+22
|\|
| * Sort option table by long option name for ease of maintenance.Andrew J. Schorr2013-12-011-21/+22
| |
* | Merge branch 'gawk-4.1-stable' to get --include to work.Andrew J. Schorr2013-11-271-0/+1
|\|
| * Add --include long option and tests to make sure that --load and --include work.Andrew J. Schorr2013-11-271-0/+1
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-241-4/+19
|\|
| * Improve handling of writes to dead pipes.Arnold D. Robbins2013-10-241-4/+19
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-171-0/+8
|\|
| * Catch SIGPIPE.Arnold D. Robbins2013-10-171-0/+8
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2013-10-161-2/+2
|\|
| * Fix -O option.Arnold D. Robbins2013-10-161-2/+2
| |
* | Changes to ENVIRON reflect into the environment.Arnold D. Robbins2013-08-191-0/+4
|/
* Minor profiling fixes. More to come.Arnold D. Robbins2013-05-281-0/+3
|
* Add PROCINFO entries for API major and minor versions.Arnold D. Robbins2013-04-231-0/+5
|
* Code rearrangement to avoid a warning.Arnold D. Robbins2013-03-271-1/+4
|
* Additional fixes for MirBSD. Now passes make check.Arnold D. Robbins2013-03-201-0/+8
|
* Remove unneeded, undocumented -m option.Arnold D. Robbins2013-02-061-15/+1
|
* Add API to --version output. Use it for shlib tests.Arnold D. Robbins2013-01-311-0/+3
|
* Bump version for alpha tarball, copyright in main.Arnold D. Robbins2013-01-171-2/+2
|
* Fix --disable-lint.Arnold D. Robbins2012-12-191-1/+1
|
* Make indirectly updated vars accessable to SYMTAB, API.Arnold D. Robbins2012-12-191-0/+2
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-091-2/+2
|\
| * Change BINMODE to use symbolic values.Arnold D. Robbins2012-12-091-2/+2
| |
* | Further awk.h cleanup.Arnold D. Robbins2012-11-301-3/+1
| |
* | SYMTAB enhancements, bug fix. Doc additions.Arnold D. Robbins2012-10-191-0/+12
| |
* | First cut at SYMTAB and FUNCTAB.Arnold D. Robbins2012-09-251-2/+6
| |
* | Add undocumented-for-now PROCINFO["identifiers"].Arnold D. Robbins2012-09-141-0/+2
| |
* | Add facility to get vesion info from extensions.Arnold D. Robbins2012-08-241-2/+9
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-08-171-1/+4
|\|
| * Fix bug with --characters-as-bytes.Arnold D. Robbins2012-06-191-1/+4
| |
* | Remove extension() builtin.Arnold D. Robbins2012-06-211-1/+1
| |
* | More API implementations and testext improvements.Arnold D. Robbins2012-06-121-2/+2
| |
* | Continue refining extension API and implementation.Arnold D. Robbins2012-05-301-1/+1
| |
* | Install gawkapi.h, fix is_off_limits_var, and enhance ordchr test.Andrew J. Schorr2012-05-261-4/+3
| |
* | Additional changes / some cleanups.Arnold D. Robbins2012-05-251-1/+20
| |
* | First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-1/+4
| |
* | Add -i option, append .awk if initial search fails, and allow -f repeats.Andrew J. Schorr2012-05-191-2/+7
| |
* | Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-59/+59
| |
* | Merge branch 'xgawk'Arnold D. Robbins2012-05-091-15/+28
|\ \
| * | Some minor style edits in code and doc.Arnold D. Robbins2012-03-261-2/+4
| | |
| * | Fix some coding style issues and a typo in a comment.Andrew J. Schorr2012-03-241-1/+1
| | |
| * | - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'master' into gawk_mpfr.john haque2012-04-171-7/+12
|\ \ \
| * \ \ Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-03-221-7/+12
| |\ \ \ | | |/ / | |/| / | | |/
| | * Make getgroups error non-fatal. Minor doc update.Arnold D. Robbins2012-02-281-5/+8
| | |
| | * General prep for release. (Copyrights, etc.)Arnold D. Robbins2012-02-101-2/+2
| | |
| | * Minor bug fix, new .gmo files.Arnold D. Robbins2012-02-071-1/+2
| | |
* | | MPFR fixes from Eli.john haque2012-04-161-0/+2
| | |