summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Reenable translation during arg parsing.Arnold D. Robbins2016-07-181-3/+20
* Update years and stuff in doc towards next release.Arnold D. Robbins2016-06-101-1/+1
* Always force number on -v arguments, even if LC_NUMERIC not defined.Arnold D. Robbins2016-05-301-1/+3
* Add a comment for tranlators in main.c.Arnold D. Robbins2015-04-081-0/+4
* Update copyright dates.Arnold D. Robbins2015-02-061-2/+2
* Remove deferred variables.Arnold D. Robbins2015-01-141-3/+3
* Remove OLDMEM checks, preparatory to merging.Arnold D. Robbins2014-11-211-5/+0
* Merge branch 'gawk-4.1-stable' into memory-workArnold D. Robbins2014-11-211-2/+1
|\
| * Some minor cleanups.Arnold D. Robbins2014-11-211-2/+1
* | Add runtime check to run old code. Easier to debug/test.Arnold D. Robbins2014-11-171-0/+5
|/
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-7/+0
* Don't add -Z to usage.Arnold D. Robbins2014-11-101-3/+0
* Add undocumented -Z option to set locale.Arnold D. Robbins2014-11-101-283/+321
* Sanitize handling of AWKPATH / AWKLIBPATH.Arnold D. Robbins2014-10-151-9/+19
* Fix minor bug: the "-h" option should not require an argument.Andrew J. Schorr2014-09-301-1/+1
* Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-2/+2
* Minor code cleanups.Arnold D. Robbins2014-09-071-0/+10
* Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-0/+2
* Adjust -L option in usage output, update test.Arnold D. Robbins2014-08-151-1/+1
* Clean up some memory in MPFR.Arnold D. Robbins2014-07-311-0/+5
* Add a warning if -M used and MPFR not available.Arnold D. Robbins2014-07-251-0/+2
* Fix option ordering in usage output.Arnold D. Robbins2014-07-241-1/+1
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* Bump UPDATE_YEAR in main.c.Arnold D. Robbins2014-03-211-1/+1
* Further changes.Arnold D. Robbins2013-12-121-5/+0
* First round of VMS changes.Arnold D. Robbins2013-12-121-0/+4
* Sort option table by long option name for ease of maintenance.Andrew J. Schorr2013-12-011-21/+22
* Add --include long option and tests to make sure that --load and --include work.Andrew J. Schorr2013-11-271-0/+1
* Improve handling of writes to dead pipes.Arnold D. Robbins2013-10-241-4/+19
* Catch SIGPIPE.Arnold D. Robbins2013-10-171-0/+8
* Fix -O option.Arnold D. Robbins2013-10-161-2/+2
* 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