aboutsummaryrefslogtreecommitdiffstats
path: root/run.c
Commit message (Expand)AuthorAgeFilesLines
* Additional fixes for DJGPP.upstream-masterArnold D. Robbins2020-08-161-0/+18
* printf: The argument p shall be a pointer to void. (#93)Chris2020-08-071-2/+2
* Fix Issue #92; see FIXES.Arnold D. Robbins2020-08-041-5/+11
* Move exclusively to bison as parser generator.Arnold D. Robbins2020-07-301-1/+1
* Avoid using stdio streams after they have been closed. (#89)Todd C. Miller2020-07-271-1/+9
* Fix regression with changed SUBSEP in subscript (#86)Tim van der Molen2020-07-021-2/+2
* Fix concatenation regression (#85)Tim van der Molen2020-07-021-3/+3
* Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller2020-06-251-14/+14
* Clear errno before using errcheck() to avoid spurious errors. (#80)Todd C. Miller2020-06-121-5/+16
* 3 more fixes (#75)zoulasc2020-02-281-10/+14
* More minor fixes: (#73)zoulasc2020-02-191-14/+14
* Restore zoulas fixes, stage 3.Arnold D. Robbins2020-02-061-14/+15
* Restore zoulas fixes, stages 2.Arnold D. Robbins2020-02-061-29/+30
* Restore zoulas fixes, step 1.Arnold D. Robbins2020-02-061-76/+131
* Revert zoulas changes until we can keep tests passing.Arnold D. Robbins2020-02-061-168/+107
* Fix closeall for portability.Arnold D. Robbins2020-02-061-3/+2
* misc fixes (#69)zoulasc2020-02-061-107/+169
* Small fixes (#68)zoulasc2020-01-241-4/+5
* Set the close-on-exec flag for file and pipe redirections.Arnold D. Robbins2020-01-221-0/+3
* Fix Issue 60; sub/gsub follow POSIX if POSIXLY_CORRECT in the environment.Arnold D. Robbins2020-01-191-0/+10
* Make I/O errors fatal instead of mere warnings (#63)Martijn Dekker2020-01-171-4/+4
* Small edits, update version and FIXES.Arnold D. Robbins2019-12-111-3/+3
* Fix printf format conversions. (#59)zoulasc2019-12-111-10/+8
* Fix printf formats for integers (#57)zoulasc2019-12-081-3/+3
* Convert variables to bool and enum.Arnold D. Robbins2019-11-101-7/+7
* Don't use 'j' flag on %x. Remove an unnecessary cast.Arnold D. Robbins2019-10-251-2/+2
* more cleanups (#55)zoulasc2019-10-251-76/+65
* Optimize string concatenation.Arnold D. Robbins2019-10-241-4/+5
* More cleanups: (#53)zoulasc2019-10-241-30/+31
* Small code formatting fix in run.c.Arnold D. Robbins2019-10-081-1/+1
* Bring in fix from FreeBSD:M. Warner Losh2019-07-161-1/+1
* awk: Use random(3) instead of rand(3)pfg2019-07-161-3/+5
* MFV r300961: one-true-awk: replace 0 with NULL for pointerspfg2019-07-161-22/+22
* Disallow deleting SYMTAB and its elements (#43)Cody Mello2019-06-171-0/+3
* Make getline POSIX compliant w.r.t. numeric strings.Arnold D. Robbins2019-01-251-0/+8
* Merge branch 'master' into nf-self-assignonetrueawk2019-01-211-23/+27
|\
| * Merge branch 'master' into split-fs-from-arrayonetrueawk2019-01-211-18/+22
| |\
| | * Merge branch 'master' into subseponetrueawk2019-01-211-11/+12
| | |\
| | | * Merge branch 'master' into assign-expronetrueawk2019-01-211-0/+3
| | | |\
| | | * | Fix issues with assigning during concatenationCody Peter Mello2018-09-151-11/+12
| | * | | Merge branch 'master' into subseponetrueawk2019-01-211-0/+3
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Handle numeric FS, RS, OFS, and ORS valuesCody Peter Mello2018-09-231-3/+3
| | * | | Fix issues with numeric SUBSEP and large SUBSEP valuesCody Peter Mello2018-09-171-4/+7
| | | |/ | | |/|
| * | | Merge branch 'master' into split-fs-from-arrayonetrueawk2019-01-211-0/+3
| |\ \ \ | | | |/ | | |/|
| * | | Fix calling split() with a third argument that lives in the target arrayCody Peter Mello2018-09-181-5/+5
| | |/ | |/|
* | | Merge branch 'master' into nf-self-assignonetrueawk2019-01-211-0/+3
|\ \ \ | | |/ | |/|
| * | Check for format character precision argument before using itCody Peter Mello2018-09-141-0/+3
| |/
* / Rebuild fields when NF is assigned to itselfCody Peter Mello2018-09-231-2/+2
|/
* disallow $ in printf formatsBrian Kernighan2018-08-271-5/+4
* Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins2018-08-221-5/+46