RSS feed
9666b77b
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/30 15:56
todd miller's fix for big-endian systems, and out of bounds read
0575fbc6
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/30 15:55
Merge branch 'millert-multibyte_locale' into staging
0609870c
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/30 15:54
todd miller's change to disable utf-8 for non-multibyte locales
b9b8a321
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/30 15:53
Merge branch 'millert-extra_int_i' into staging
d9ad01cd
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/30 15:52
todd miller's code cleanup
f38a02c8
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2023/10/15 02:28
Small fix in README.md.
d8e43689
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/05 10:24
updated FIXES [fnematch overhaul]
1087d463
– Todd C. Miller <Todd.Miller@sudo.ws>
authored
on 2023/09/18 09:33
Disable utf-8 for non-multibyte locales, such as C or POSIX.
a7c1fbd7
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/04 16:24
adjusted version date and help string.
857450eb
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/10/04 15:18
new tests for arnold's unicode FS/RS and null match fixes
53a653bb
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/27 19:21
arnold's fix for gsub null match bug with unicode chars
89d12d31
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2023/09/24 07:30
Additional fix in lib.c.
c625b971
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2023/09/21 08:39
Restore makefile, final fix in b.c.
0048c96e
– Todd C. Miller <Todd.Miller@sudo.ws>
authored
on 2023/09/21 07:20
Use cclenter("") to construct an empty CCL, not tostring("").
c78a04e3
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2023/09/21 05:20
Start on rewrite of fnematch.
75c017ca
– Todd C. Miller <Todd.Miller@sudo.ws>
authored
on 2023/09/18 13:34
Fix a bad cast to char * that causes incorrect results on big endian.
14d0e87c
– Todd C. Miller <Todd.Miller@sudo.ws>
authored
on 2023/09/18 05:20
Use upper scope "int i" scope instead of declaring another in the for loop.
c8b4698d
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/14 07:16
adjusted version date.
3f04f886
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/14 07:14
length error in u8_byte2char that set RSTART to -1 for EOL match(str, /$/).
5b9d0b92
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/11 06:17
updated version string
b8937db6
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/10 20:23
updated moved/old FIXES.
0a497bc5
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/10 20:22
Merge branch 'csv' into staging
13adc256
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/09 15:56
updated FIXES and version.
1eae6de8
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/09 15:20
Merge branch 'AtariDreams-fixup' into staging
ddfd88a5
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/07 20:21
Merge branch 'mpinjr-fix-re-clobbering' into staging
92aee59e
– ozan yigit <ozan.yigit@gmail.com>
authored
on 2023/09/07 20:16
FS is not set properly when assigned on the command line.
00d65d8b
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2023/09/03 06:02
In FIXES, remove reference to \U.
65ccd65f
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/09/03 08:41
remove ref to \U; it is only lower case. Thanks Arnold.
c76017e5
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/09/03 06:39
Changes in preparation for publication of the
3ddd7b25
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/08/21 05:46
clarification of length() function
1862ed63
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/08/10 10:49
minor awk.1 update
9b5913ff
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/06/25 21:54
added Arnold"s state machine for handling newlines inside
4b1b2d63
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/06/25 07:51
fixed (I think) the behavior of Nan, thanks to code from Arnold Robbins; also updated awk.1 (ditto), though I think it needs more work
1a7797e9
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/05/17 13:38
fixes to --csv with embedded newlines
8444a9d1
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/05/15 12:35
bit more context for error msg in lib.c
3c3338de
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/05/15 11:13
first cut at proper csv with embedded newlines
bfe05fd9
– Rose <83477269+AtariDreams@users.noreply.github.com>
authored
on 2023/05/04 10:15
nodealloc should take a size_t rather than an int
927dadbc
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/03/15 13:10
fixed split with CSV (i think)
ac3084de
– Brian Kernighan <fakeuser@fake.com>
authored
on 2023/03/15 07:14
added \u processing, based on plan9 runetochar()
4236e5a9
– Miguel Pineiro Jr <mpj@pineiro.cc>
authored
on 2023/01/23 10:11
Fix regular expression clobbering in the lexer
25adef9b
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2023/01/31 15:54
Change wide_char_to_byte_str() to force UTF-8 encoding.
0fad22d3
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2022/12/24 17:46
Fix fnematch for unicode. Fix printf %c for unicode.
522a15d4
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2022/12/15 15:37
Merge branch 'master' into unicode-support
5e49ea4d
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2022/12/15 15:34
Limit \x to two following characters.
b404b49c
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2022/10/20 17:36
Addition unicode printf %c and %s fixes.
d4d3ee54
– Brian Kernighan <fakeuser@fake.com>
authored
on 2022/10/17 10:45
update T.utf
44c8f223
– Brian Kernighan <fakeuser@fake.com>
authored
on 2022/10/14 11:17
fixes for printf from arnold (for which many thanks)
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
Next