shithub: trueawk

RSS feed

c1126ba6 – Brian Kernighan <fakeuser@fake.com> authored on 2022/10/02 10:52
"fixed" %c conversion for utf8 inputs

e6a25d8b – Brian Kernighan <fakeuser@fake.com> authored on 2022/10/02 09:40
merged changes from master into unicode-support

7d78ccaa – Brian Kernighan <fakeuser@fake.com> authored on 2022/10/02 09:34
added test cases %-w.ps examples

3b5c4d0f – Brian Kernighan <fakeuser@fake.com> authored on 2022/09/26 08:48
finally got printf(%w.%ps) "working", though not

9e248c31 – ozan yigit <ozan.yigit@gmail.com> authored on 2022/09/12 06:51
updated version

8c4290a0 – ozan yigit <ozan.yigit@gmail.com> authored on 2022/09/12 06:50
updated

60447afa – ozan yigit <ozan.yigit@gmail.com> authored on 2022/09/12 06:48
remove unnecessary variable in qstring

994f5f0c – ozan yigit <ozan.yigit@gmail.com> authored on 2022/09/12 06:44
adjbuf minlen error in cat, resulting in NULL pbuf.

e305e56b – Brian Kernighan <fakeuser@fake.com> authored on 2022/09/05 12:47
merged master and unicode-support

63c53912 – Brian Kernighan <fakeuser@fake.com> authored on 2022/09/05 12:37
fixed split so if 3rd argument is a comma,

30791e0f – ozan yigit <ozan.yigit@gmail.com> authored on 2022/08/30 18:49
clean up xfree, remove redundant NULL check.

07cc7ca8 – ozan yigit <ozan.yigit@gmail.com> authored on 2022/08/30 18:44
updated FIXES and version.

821c5023 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/08/30 11:27
Stop leaking tempcells from extra arguments in format

4da7f695 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/08/30 10:43
Stop leaking tempcells from extra args in bltin

13cb1f4b – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/08/29 11:41
Fix leak of qstring result in setclvar

d62c4389 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/08/29 11:13
Stop node leaks subsequent to strnode

577a67cc – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/08/29 08:57
Fix leak of regex string representations

e8fd02aa – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/08/29 08:02
Fix use-after-free in split

d3a19e6f – Brian Kernighan <fakeuser@fake.com> authored on 2022/08/27 10:36
fixed (i think) the csv code in lib.c, added tests to T.csv,

48a41180 – Arnold D. Robbins <arnold@skeeve.com> authored on 2022/08/24 12:43
Fix permissions on some files.

f3f5210c – Arnold D. Robbins <arnold@skeeve.com> authored on 2022/08/24 12:42
Latest additions from BWK.

66a543ee – Arnold D. Robbins <arnold@skeeve.com> authored on 2022/08/24 08:03
Merge branch 'master' into unicode-support

f7c81488 – gpelisset <82290797+gpelisset@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2022/08/24 06:41
Fixed typo (#151)

9ebe940c – Arnold D. Robbins <arnold@skeeve.com> authored on 2022/05/31 18:43
Add BWK's email.

d322b2b5 – Arnold D. Robbins <arnold@skeeve.com> authored on 2022/05/31 18:37
Changes from BWK for Unicode support. More to do though.

b92d8cec – ozan yigit <ozan.yigit@gmail.com> authored on 2022/05/30 07:34
added YACC definition for byacc.

8fd1d697 – ozan yigit <ozan.yigit@gmail.com> authored on 2022/05/30 07:33
resolved conflicts in description, release date.

f009bd33 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/05/23 13:14
Fix memory leak in string assignment to built-ins

f3d9187d – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/03/14 11:00
Fix assignment operand handling to preserve ARGV

24020142 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2022/03/03 04:51
Eliminate file management memory leak

075624a7 – ozan yigit <ozan.yigit@gmail.com> authored on 2022/01/24 13:59
minor edit, maintainer email.

b9c01f51 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/12/26 08:44
Merge branch 'mpinjr-fix-ioerrors' into staging

7816d47d – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2021/12/16 15:07
When closing, don't flush input streams

99f6a432 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2021/12/08 16:37
Fix error handling in closefile and closeall

1d780ac4 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2021/12/08 13:42
Delete leading spaces surrounding closefile

01749f04 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/11/25 08:29
Revert "resolve parsing of a slash character within a cclass "/[/]/" without escape"

cfe6b6b9 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/11/25 08:29
Revert "version and FIXES updated."

52fb5d07 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/11/23 11:10
version and FIXES updated.

d91c473c – ozan yigit <ozan.yigit@gmail.com> authored on 2021/11/23 11:09
resolve parsing of a slash character within a cclass "/[/]/" without escape

c50ef66d – ozan yigit <ozan.yigit@gmail.com> authored on 2021/11/03 18:44
updated

a4ca5ea3 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/11/03 18:41
updated version date

14c3fe42 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/11/03 18:34
updated FIXES, added getline corruption tests

1debe199 – Todd C. Miller <Todd.Miller@sudo.ws> authored on 2021/11/01 07:58
awkgetline: do not access unitialized data on EOF

275a80ff – ozan yigit <ozan.yigit@gmail.com> authored on 2021/10/11 20:06
Heap buffer overflow from PR #83 fixed in #121

40f0527d – Anonymous AWK fan <awkfan77@mailfence.com> authored on 2021/10/09 15:23
Fix https://github.com/onetrueawk/awk/issues/121

f9affa92 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/07/27 10:00
fix -F "str" vs -v FS="str" when str is null

dfd28d2e – ozan yigit <ozan.yigit@gmail.com> authored on 2021/07/26 17:50
Merge branch 'fs-inconsistency' of https://github.com/bsdimp/awk into bsdimp-fs-inconsistency

aa8731ea – ozan yigit <ozan.yigit@gmail.com> authored on 2021/07/25 10:37
PR #112, #116, #117

39133291 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/07/24 11:10
Merge branch 'fix-readrec' of https://github.com/mpinjr/awk into staging

30fb6ef0 – ozan yigit <ozan.yigit@gmail.com> authored on 2021/07/24 11:06
Merge branch 'fix-RS' of https://github.com/mpinjr/awk into staging

45dab2a7 – Warner Losh <imp@FreeBSD.org> authored on 2021/07/19 18:47
awk: Make -F '' and -v FS="" behave the same

92f9e8a9 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2021/04/22 22:13
Fix readrec's definition of a record

feaf62d1 – Miguel Pineiro Jr <mpj@pineiro.cc> authored on 2021/04/16 16:31
Fix regular expression RS ^-anchoring

d54b703c – Todd C. Miller <Todd.Miller@sudo.ws> authored on 2021/03/02 07:58
Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.

c0f4e97e – Arnold D. Robbins <arnold@skeeve.com> authored on 2021/02/15 15:33
Fix compiling with g++.

178f660b – ozan s. yigit <oz@silentrunning.ca> authored on 2021/01/10 10:24
Change T.errmsg print to file fail test.

1fd5fa38 – ozan s. yigit <oz@silentrunning.ca> authored on 2021/01/06 13:37
Fix a decision bug with trailing stuff in lib.c:is_valid_number

7d1848cf – ozan s. yigit <oz@silentrunning.ca> authored on 2020/12/25 11:55
Merge branch 'staging' for README.md

fdc03883 – ozan s. yigit <oz@silentrunning.ca> authored on 2020/12/25 11:53
updated: new maintainer

8909e00b – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/12/18 06:57
Inf and NaN values fixed and printing improved. "This time for sure!"

982a574e – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/12/15 09:49
Update FIXES and version.

38e525fb – Michael Forney <mforney@mforney.org> authored and GitHub <noreply@github.com> committed on 2020/12/14 23:46
Include <strings.h> for strcasecmp (#99)

6535bd6c – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/12/08 04:20
Update FIXES and version in main.c.

cc9e9b68 – Arnold Robbins <arnold@skeeve.com> authored and GitHub <noreply@github.com> committed on 2020/12/08 03:05
Rework floating point conversions. (#98)

e508d286 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/12/03 14:33
Update version and FIXES.

feb247a8 – Todd C. Miller <Todd.Miller@sudo.ws> authored and GitHub <noreply@github.com> committed on 2020/12/03 05:30
Don't print extra newlines on error before awk starts parsing. (#97)

a2a41a8e – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/11/24 14:14
Add .TF macro to man page. Closes Issue #96.

3b42cfaf – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/10/13 16:52
Make it compile with g++.

9804285a – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/08/16 14:48
Additional fixes for DJGPP.

9c63cb6c – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/08/07 09:15
Update FIXES and version in main.c.

b7851410 – Chris <christopherwuy@gmail.com> authored and GitHub <noreply@github.com> committed on 2020/08/07 14:10
printf: The argument p shall be a pointer to void. (#93)

1b398463 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/08/04 06:02
Fix Issue #92; see FIXES.

9b80a7c1 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/07/30 13:15
Update version and FIXES.

07f04384 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/07/30 13:12
Move exclusively to bison as parser generator.

453ce864 – Todd C. Miller <Todd.Miller@sudo.ws> authored and GitHub <noreply@github.com> committed on 2020/07/29 08:31
Avoid accessing pfile[] out of bounds on syntax error at EOF. (#90)

e22bb7c6 – Tim van der Molen <58601421+tbvdm@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/29 16:29
Fix the T.errmsg test (#91)

22ee26b9 – Todd C. Miller <Todd.Miller@sudo.ws> authored and GitHub <noreply@github.com> committed on 2020/07/29 08:27
Cast to uschar when storing a char in an int that will be used as an index (#88)

b82b649a – Todd C. Miller <Todd.Miller@sudo.ws> authored and GitHub <noreply@github.com> committed on 2020/07/26 21:03
Avoid using stdio streams after they have been closed. (#89)

2a4146ec – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/07/02 17:39
Add a note about low-level maintenance.

b2554a9e – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/07/02 17:35
Add regression script for bugs-fixed directory.

ee5b49bb – Tim van der Molen <58601421+tbvdm@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 16:22
Fix regression with changed SUBSEP in subscript (#86)

cc19af13 – Tim van der Molen <58601421+tbvdm@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/07/02 16:21
Fix concatenation regression (#85)

f232de85 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/06/25 17:36
Update FIXES and date in main.c.

0f25df06 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/06/25 17:34
Merge branch 'staging'

e5a89e63 – awkfan77 <awkfan77@mailfence.com> authored and GitHub <noreply@github.com> committed on 2020/06/25 15:33
Fix onetrueawk#83 (#84)

292d39f7 – Todd C. Miller <Todd.Miller@sudo.ws> authored and GitHub <noreply@github.com> committed on 2020/06/25 08:32
Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)

cef51801 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/06/12 10:30
Fix Issue 78 and apply PR 80.

b2de1c4e – Todd C. Miller <Todd.Miller@sudo.ws> authored and GitHub <noreply@github.com> committed on 2020/06/12 01:16
Clear errno before using errcheck() to avoid spurious errors. (#80)

754cf936 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/06/05 08:25
In fldbld(), check that inputFS is set.

1107437d – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/05/15 11:12
Fix test for use of noreturn.

93e5dd87 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/04/16 16:56
Fix noreturn for old compilers.

c3d8f9c5 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/04/05 17:14
Update FIXES and version date.

bb538fe6 – awkfan77 <awkfan77@mailfence.com> authored and GitHub <noreply@github.com> committed on 2020/04/05 15:10
Replace __attribute__((__noreturn__)) with _Noreturn. (#77)

2017c2e6 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/02/28 08:47
Fixes from Christo Zoulas.

92b775b3 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/02/28 08:24
Merge branch 'master' into staging

ffee7780 – zoulasc <zoulasc@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/02/28 01:23
3 more fixes (#75)

7b245a02 – enh-google <53129816+enh-google@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/02/27 22:18
Fix hwasan global overflow. (#76)

91eaf7f7 – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/02/20 14:53
Small fix to the man page.

e92c8e4d – Arnold D. Robbins <arnold@skeeve.com> authored on 2020/02/19 15:47
Update FIXES, version.

c2c8ecbe – zoulasc <zoulasc@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2020/02/19 08:44
More minor fixes: (#73)

Next