RSS feed
9310d452
– M. Warner Losh <wlosh@netflix.com>
authored
and Arnold D. Robbins <arnold@skeeve.com>
committed
on 2019/06/02 11:23
Apply the following from FreeBSD / OpenBSD:
0939e339
– M. Warner Losh <wlosh@netflix.com>
authored
and Arnold D. Robbins <arnold@skeeve.com>
committed
on 2019/06/02 11:17
Apply r323963 from FreeBSD (pulling in the fix from OpenBSD)
966fdc9c
– M. Warner Losh <wlosh@netflix.com>
authored
and Arnold D. Robbins <arnold@skeeve.com>
committed
on 2019/06/02 10:53
Bring in fix from FreeBSD:
c70b9fe8
– pfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
authored
and Arnold D. Robbins <arnold@skeeve.com>
committed
on 2014/09/19 14:24
awk: Use random(3) instead of rand(3)
650d868e
– pfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
authored
and Arnold D. Robbins <arnold@skeeve.com>
committed
on 2017/03/16 17:32
MFV r315425: one-true-awk: have calloc(3) do the multiplication.
52421940
– pfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
authored
and Arnold D. Robbins <arnold@skeeve.com>
committed
on 2016/06/03 17:23
MFV r300961: one-true-awk: replace 0 with NULL for pointers
b8e08270
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/16 16:54
Update FIXES and version in main.c.
147521b8
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/16 16:50
Revise testdir/T.split per PR #42.
89169094
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/16 16:37
Update T.split to match code changes.
00170ba7
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/14 16:39
Merge remote-tracking branch 'melloc/posix-fs' into save-fs-fixes
7e368c27
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/06/23 21:13
Update FIXES for test suite changes.
ab911ab2
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/06/23 21:10
Update makefile, mainly to clean up testdir.
4a99bd14
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/06/22 23:14
Remove awktest.tar.
d6c466c3
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/06/22 23:13
Extract testdir.
ae99b752
– Cody Mello <melloc@writev.io>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/06/17 06:08
Disallow deleting SYMTAB and its elements (#43)
b4636805
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/10/19 11:07
Update field-splitting behaviour to match POSIX definition
fabf9efe
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/06/06 07:29
Minor fixes in the man page.
28dacbd6
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/06/04 19:53
Allow unmatched right paren in regexes. Fixes Issue #40.
4189ef5d
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/05/29 17:04
Fix Issue #38 - don't require non-= after = in cmd line assignment.
89354cc2
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/04/07 16:39
Update awktest.tar(p.50) to modern sort options.
55edb1b1
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/03/12 17:54
Simplify cross-compiling change. Update FIXES.
c83d9438
– nee-san <47295761+nee-san@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/03/12 18:52
Fix cross-build (#34)
33ead6d2
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/03/05 16:39
Sync FIXES with GitHub repo activity.
4bc685f7
– Arnold Robbins <arnold@skeeve.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/05 16:28
Merge pull request #30 from McDutchie/interval-expr
e6ecf52e
– Martijn Dekker <martijn@inlv.org>
authored
on 2019/03/04 22:45
Merge remote-tracking branch 'upstream/master' into interval-expr
2d9034a0
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/03 10:11
Merge pull request #32 from enh/master
1164fa7a
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/03 10:10
Merge pull request #31 from arnoldrobbins/master
115fac05
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/03/03 10:08
Merge pull request #12 from iamleot/cc_func-avoid-undefined-behaviour
0619d5d5
– Martijn Dekker <martijn@inlv.org>
authored
on 2019/02/21 17:38
repeat(): add FATAL calls for errors that should be impossible
785d1088
– Elliott Hughes <enh@google.com>
authored
on 2019/01/29 12:27
Add .gitignore.
cc165f4b
– Elliott Hughes <enh@google.com>
authored
on 2019/01/29 12:20
maketab: support build systems with read-only source.
031aac81
– Leonardo Taccari <iamleot@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/28 12:34
Merge branch 'master' into cc_func-avoid-undefined-behaviour
f25e845c
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/01/26 16:55
Update version string in main.c.
778d21f7
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/01/26 15:50
Simplify getline-numeric input and results.
9206c643
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/01/25 08:02
Update FIXES.
9dbd1f1d
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/01/25 07:56
Make getline POSIX compliant w.r.t. numeric strings.
8a222228
– Martijn Dekker <martijn@inlv.org>
authored
on 2019/01/23 04:12
backport ERE interval/repetition expressions from Apple awk-24
c3c7c137
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:21
Merge pull request #27 from junghans/fix_parallel_build
bf2585c9
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:20
Merge pull request #20 from melloc/nf-self-assign
79f008e8
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:20
Merge branch 'master' into nf-self-assign
c154c3cb
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:19
Merge pull request #19 from melloc/split-fs-from-array
5a8a060b
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:19
Merge branch 'master' into split-fs-from-array
0fd6135c
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:18
Merge pull request #17 from melloc/subsep
10da9373
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:17
Merge branch 'master' into subsep
905d2601
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:17
Merge pull request #16 from melloc/assign-expr
1d836ff6
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:17
Merge branch 'master' into assign-expr
f70e3686
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:12
Merge pull request #24 from melloc/fields-init
55d20ec4
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:11
Merge pull request #23 from melloc/cntrl-class
d3d7d3d8
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:10
Merge pull request #21 from melloc/end-of-args
4f4701e0
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:09
Merge branch 'master' into nf-self-assign
8dfde739
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:08
Merge branch 'master' into split-fs-from-array
294f4c0d
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:06
Merge pull request #18 from melloc/error-reporting
11c1fc61
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:05
Merge branch 'master' into subsep
52ef99e3
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:03
Merge pull request #15 from melloc/fmt-overflow
611f775d
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:02
Merge branch 'master' into fmt-overflow
3222d968
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 09:00
Merge branch 'master' into assign-expr
40b9214d
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 08:46
Merge pull request #14 from melloc/missing-precision
c3e17cc1
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/01/21 08:41
Merge pull request #13 from arnoldrobbins/master
e4bb3bcb
– Christoph Junghans <junghans@gentoo.org>
authored
on 2018/12/30 04:04
fixed parallel build
75802359
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/11/12 05:34
Fix initial "fields" buffer size
a6392ef3
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/11/12 05:25
Fix regular expressions containing [[:cntrl:]]
e8c28003
– Brian Kernighan <fakeuser@fake.com>
authored
on 2018/10/25 09:28
fix maketab non-bug
9b093ea2
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/10/09 07:46
Flags that begin with "--" should not be treated as end of args
179536a5
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/25 17:19
Print an error message for negative NF values
6315525d
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/23 13:59
Rebuild fields when NF is assigned to itself
52566c0a
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/18 11:45
Handle numeric FS, RS, OFS, and ORS values
6fe0a049
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/21 07:16
Improve error reporting messages
d45db5e9
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/18 11:20
Fix calling split() with a third argument that lives in the target array
97a4b7ed
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/17 07:59
Fix issues with numeric SUBSEP and large SUBSEP values
e2623743
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/14 21:38
Fix issues with assigning during concatenation
e059b3b1
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/14 15:56
Protect against overflowing during OFMT/CONVFMT conversions
6cf37e9d
– Cody Peter Mello <melloc@writev.io>
authored
on 2018/09/14 13:29
Check for format character precision argument before using it
40c69163
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2018/08/29 17:18
Fix REGRESS so all tests run on Mac OS X.
05014f5b
– Leonardo Taccari <iamleot@gmail.com>
authored
on 2018/08/29 14:06
avoid undefined behaviour when using ctype(3) functions in relex()
2dc7e5ff
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/28 12:05
Merge pull request #9 from atsampson/master
9a4aa891
– Adam Sampson <ats@offog.org>
authored
on 2018/08/27 16:28
Fix ytab.[ch] dependencies to allow parallel make.
837b8da3
– Adam Sampson <ats@offog.org>
authored
on 2018/08/27 16:27
Fix comment syntax for pmake.
1d9d8641
– Brian Kernighan <fakeuser@fake.com>
authored
on 2018/08/27 04:58
forgot to update version string
22aff9e6
– Brian Kernighan <fakeuser@fake.com>
authored
on 2018/08/27 04:52
disallow $ in printf formats
0f4e1ba9
– Brian Kernighan <fakeuser@fake.com>
authored
on 2018/08/24 05:09
added Arnold's fixes, updates to awktest.tar
b619480f
– onetrueawk <bwkster@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2018/08/23 04:14
Merge pull request #8 from arnoldrobbins/master
32093f5b
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2018/08/22 16:40
Fix multiple long-standing bugs, improve test suite.
ba7569c2
– Brian Kernighan <fakeuser@fake.com>
authored
on 2018/08/16 05:41
FIXES, makefile, REGRESS to smooth out base for Arnold
1eef717c
– Brian Kernighan <fakeuser@fake.com>
authored
on 2018/08/15 11:43
update awktest.tar with proper beebe,lilly tests
3ed9e245
– Brian Kernighan <fakeuser@fake.com>
authored
on 2018/08/15 06:45
set baseline so Arnold can send pull request
2af1c7c6
– Brian Kernighan <fakeuser@fake.com>
authored
on 2017/02/15 14:16
awktest.tar added; .ar files work poorly
e37f882d
– Brian Kernighan <fakeuser@fake.com>
authored
on 2012/12/22 05:46
should have been in initial list
87b94932
– Brian Kernighan <fakeuser@fake.com>
authored
on 2012/12/22 05:35
initial commit for github