RSS feed
5068d20e
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/02/06 17:27
Restore zoulas fixes, step 1.
d7a7e4d1
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/02/06 17:08
Revert zoulas changes until we can keep tests passing.
8447cc9d
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/02/06 16:47
Update version and FIXES.
3c755f73
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/02/06 16:45
Fix closeall for portability.
110bdc6b
– zoulasc <zoulasc@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/02/06 09:25
misc fixes (#69)
768d6b58
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/31 03:54
Get tests working again.
78c79c06
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/31 03:40
Fix a{0}, update tests.
e2d71a98
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/31 03:25
Merge branch 'fix-int-expr-zero'
69325710
– Michael Forney <mforney@mforney.org>
authored
and GitHub <noreply@github.com>
committed
on 2020/01/30 17:23
Use MB_LEN_MAX instead of MB_CUR_MAX to avoid VLA (#70)
a3e9e828
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/01 17:47
Fix for a{0} bug.
4d9b1296
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/24 06:15
Update version info.
6a877092
– zoulasc <zoulasc@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2020/01/23 23:11
Small fixes (#68)
5a18f63b
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/21 21:10
Set the close-on-exec flag for file and pipe redirections.
de6284e0
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/19 15:37
Fix Issue 60; sub/gsub follow POSIX if POSIXLY_CORRECT in the environment.
df6ccd29
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/17 09:08
Add TODO file.
3ed74525
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/17 09:03
Update date in version.
fed1a562
– Martijn Dekker <martijn@inlv.org>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2020/01/17 08:02
Make I/O errors fatal instead of mere warnings (#63)
2976507c
– Martijn Dekker <martijn@inlv.org>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2020/01/10 06:13
rename T.concat to T.csconcat to avoid case-insensitive conflict (#64)
944989bf
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/05 19:01
Minor fixes.
c7eeb572
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/05 16:18
Fix merging of concatenated string constants.
a1aad887
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/01 17:45
Correct text in README.md.
140802c1
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/01 17:42
Small formatting cleanups in b.c.
3358f3f3
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2020/01/01 17:42
Cleanups from valgrind.
7db55ba1
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/12/27 07:02
Bug fix in interval expressions.
1951e012
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/12/11 16:15
More edits in README.md.
eda30ac8
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/12/11 15:53
Add last updated date to README.md.
bab7b07f
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/12/11 15:52
Move README to README.md.
0b82bc6e
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/12/11 04:24
Small edits, update version and FIXES.
a96aebbb
– zoulasc <zoulasc@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/12/10 21:17
Fix printf format conversions. (#59)
af86dacf
– zoulasc <zoulasc@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/12/08 21:00
Fix memory corruption manifested on 32 bit binaries (#58)
416c6db5
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/12/08 16:43
Update version and FIXES.
ff5d6761
– zoulasc <zoulasc@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/12/08 09:41
Fix printf formats for integers (#57)
108224b4
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/11/10 16:19
Convert variables to bool and enum.
c879fbf0
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/11/08 09:40
From Ori Bernstein, ori@eigenstate.org, for FS="" in multibyte locale.
0e1bebcc
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/11/08 09:36
Small fixes in the test suite.
b73bfabb
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/11/08 09:31
Typo fix in FIXES.
2a8f1758
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/25 07:03
Update FIXES and main.c version.
938b26cf
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/25 07:01
Don't use 'j' flag on %x. Remove an unnecessary cast.
0d8778bb
– zoulasc <zoulasc@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/10/25 06:59
more cleanups (#55)
1d6ddfd9
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/24 06:06
Optimize string concatenation.
8b92a4ab
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/24 05:44
Add 'distclean' target to makefile.
961eec1f
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/24 05:42
Additional fixes after merge of PR 53.
6589208e
– zoulasc <zoulasc@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/10/24 05:40
More cleanups: (#53)
1633ba1c
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/17 09:06
Update FIXES and date in main.c.
c16e8696
– zoulasc <zoulasc@users.noreply.github.com>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/10/17 09:04
Amended the all pull request. (#51)
0ba1d039
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/08 06:30
Small code formatting fix in run.c.
5ff28208
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/07 11:50
Fix compile warnings.
7cae39df
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/10/06 18:34
Make RS as regexp work without ifdef. Add doc, bump version.
643a5a3d
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/28 16:12
Add RS as regex code, ifdefed-out, from NetBSD.
34a6f41c
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/09/10 05:57
Update FIXES and version date in main.c.
ad9bd2f4
– Alexander Richardson <Alexander.Richardson@cl.cam.ac.uk>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/09/10 03:54
Avoid creating an out-of-bounds pointer in word() (#48)
cbf92434
– Alexander Richardson <Alexander.Richardson@cl.cam.ac.uk>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/09/10 03:54
Fix out-of-bounds access in gototab array for caret character (#47)
50e69624
– Sevan Janiyan <venture37@geeklan.co.uk>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/08/13 14:27
Drop Mac OS 9 reference (#46)
c95b9602
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/28 16:09
Grammar optimization from NetBSD: Two adjacent string constants are merged.
795a06b5
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/28 01:51
Remove trailing whitespace on lines in all files.
cebda366
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/26 08:57
Improve cleanup of test directory upon 'make clean'.
5b602ca8
– Martijn Dekker <martijn@inlv.org>
authored
and Arnold Robbins <arnold@skeeve.com>
committed
on 2019/07/26 06:46
Add support for "\a" and "\v" to regex and command line args (#44)
4e343460
– Arnold D. Robbins <arnold@skeeve.com>
authored
on 2019/07/17 17:14
Update FIXES and main.c version.
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
Next