aboutsummaryrefslograw-logtreecommitdiffstats
Latest commits:
DateCommit messageAuthorFilesLines
2026-04-26 20:42:14 +0100updated.HEAD20260426masterozan yigit2-1/+7
2026-04-26 20:25:48 +0100Allard/Millert regex fixesozan yigit5-0/+16
2026-04-20 20:27:57 +0100fixed repetition tests for ../a.outozan yigit2-4/+4
2026-04-02 23:58:05 +0100Prevent integer overflow in regex repetition countTodd C. Miller5-0/+16
2025-12-25 18:41:19 +0000adjust version date: 2025122520251225ozan yigit1-1/+1
2025-12-25 18:40:12 +0000previously changed/broken rand() implementation restored in run.cozan yigit2-9/+11
2025-08-05 05:00:04 +0100adjust version date: 20250804ozan yigit1-1/+1
2025-08-05 04:58:55 +0100updated FIXES, including a fix that was unrecorded.ozan yigit1-0/+8
2025-08-05 04:58:26 +0100Fix incorrect divisor in rand().ozan yigit1-1/+1
2025-06-08 09:33:08 +0100Fix 46 /= 7 bugaboo.Arnold D. Robbins1-0/+2
2025-01-16 19:24:36 +0000adjust version date: 2025011620250116ozan yigit1-1/+1
2025-01-16 19:24:09 +0000updated.ozan yigit1-0/+4
2025-01-16 19:21:57 +0000fix error line number mismatch: remove an attemptozan yigit2-8/+7
2025-01-07 18:55:32 +0000adjust version date: 20250107ozan yigit1-1/+1
2025-01-07 18:54:47 +0000updated.ozan yigit1-0/+6
2025-01-07 18:53:14 +0000Fix indirect field specification with non-numeric string eg. $("foo").ozan yigit2-7/+0
2025-01-07 18:52:33 +0000fix hex number detection in is_valid_number.ozan yigit1-1/+1
2025-01-05 01:20:33 +0000adjust version date: 20250104ozan yigit1-1/+1
2025-01-05 01:20:24 +0000updated.ozan yigit1-0/+4
2025-01-05 01:20:04 +0000fix issue #249 don't try to read or write a directoryozan yigit1-1/+10
2024-08-20 07:13:25 +0100Typo fix in a comment in b.c:resize_gototab.Arnold D. Robbins1-1/+1
2024-08-03 00:26:11 +0100adjust version date: 2024072820240728ozan yigit1-1/+1
2024-08-03 00:24:44 +0100updated.ozan yigit1-0/+5
2024-08-03 00:20:52 +0100readcvsrec called with the wrong pointers, causing awk toozan yigit1-1/+1
2024-06-24 02:42:05 +0100adjust version date: 20240623ozan yigit1-1/+1
2024-06-24 02:41:39 +0100updated.ozan yigit1-0/+4
2024-06-24 02:15:09 +0100fix filesystem-status-test for openbsdozan yigit3-3/+3
2024-06-24 02:13:57 +0100rewrite of if-else chain as switchozan yigit1-19/+32
2024-06-13 04:49:41 +0100Rewrite if chain as switch stmtAndrew Sukach1-19/+32
2024-06-09 21:06:16 +0100Fix the system-status test on OpenBSDTim van der Molen3-3/+3
2024-05-27 20:54:36 +0100adjust version date: 20240527ozan yigit1-1/+1
2024-05-27 20:54:11 +0100updated.ozan yigit1-0/+4
2024-05-24 16:02:24 +0100jonathan gray's spelling fixes and other minor cleanupsozan yigit8-12/+7
2024-05-21 12:16:44 +0100remove extern reference for non-existing varJonathan Gray1-1/+0
2024-05-21 12:16:34 +0100remove prototypes with no matching functionJonathan Gray1-4/+0
2024-05-20 06:46:23 +0100fix double wordJonathan Gray1-1/+1
2024-05-20 06:46:17 +0100spelling fixesJonathan Gray5-6/+6
2024-05-04 19:10:29 +0100adjust version date: 20240504ozan yigit1-1/+1
2024-05-04 19:09:34 +0100updated.ozan yigit1-1/+6
2024-05-04 19:08:35 +0100more changes to T.argv, resolved conflict.ozan yigit1-4/+13
2024-05-04 03:25:45 +0100Store the Cell containing ARGV instead of the ARGV table itself.Todd C. Miller3-13/+39
2024-05-03 20:50:54 +0100merge todd's ARGV use-after-free fixes into stagingozan yigit3-13/+31
2024-05-03 20:50:25 +0100Merge branch 'ARGV_use_after_free' of https://github.com/millert/awk into millert-ARGV_use_after_freeozan yigit3-13/+31
2024-05-03 08:32:51 +0100Remove g++ compilation warnings.Arnold D. Robbins5-23/+47
2024-05-02 21:11:11 +0100Store the Cell containing ARGV instead of the ARGV table itself.Todd C. Miller3-13/+31
2024-04-22 05:38:57 +0100adjust version date: 2024042220240422ozan yigit1-1/+1
2024-04-22 05:37:46 +0100scan bug [newline] in split in the case the separator is a single character.ozan yigit1-1/+1
2024-04-22 05:32:24 +0100fixed a gototab bug that caused unnecessary reallocation.ozan yigit1-3/+3
2024-04-22 05:30:14 +0100updated.ozan yigit1-0/+6
2024-03-14 12:25:30 +0000Fix a compiler warning in run.c:do_sub.Arnold D. Robbins1-1/+1
2024-03-11 23:55:50 +0000adjust version date: 2024031120240311ozan yigit1-1/+1
2024-03-11 23:54:41 +0000fix error messages.ozan yigit1-1/+1
2024-03-11 23:54:10 +0000updated.ozan yigit1-0/+8
2024-03-11 23:46:47 +0000fix for fnematch use-after-free bug resulting from adjbuf invalidatingozan yigit1-11/+17
2024-02-05 06:49:22 +0000Fix some typos in b.c; Improve prose in README.md and FIXES.Arnold D. Robbins3-24/+26
2024-01-22 05:45:31 +0000Restore ability to compile with g++.Arnold D. Robbins4-18/+21
2023-12-28 19:57:30 +0000fix for matchop dereferencing a pointer x->sval after freeing x.ozan yigit3-5/+10
2023-12-28 19:51:49 +0000test for matchop dereference bugozan yigit4-0/+16
2023-12-28 19:49:20 +0000adjust version date: 20231228ozan yigit1-5/+5
2023-12-28 19:48:42 +0000cast to int for isspace, isalnum et al.ozan yigit2-7/+7
2023-12-28 19:45:44 +0000updated.ozan yigit1-1/+8
2023-11-28 04:31:28 +0000comment out print stmt for prog.sozan yigit1-1/+1
2023-11-28 04:27:44 +0000adjust version date: 20231127ozan yigit1-1/+1
2023-11-28 04:26:49 +0000updated with the latest fixesozan yigit1-0/+6
2023-11-28 04:13:53 +0000Wilbert van der Poel's fixes to inconsistent handling of -F and --csv.ozan yigit3-3/+7
2023-11-27 16:21:03 +0000Fix after review comment.Arnold D. Robbins1-1/+2
2023-11-27 04:54:35 +0000Fix exit status of system on MacOS.Arnold D. Robbins3-6/+14
2023-11-24 13:34:47 +0000adjust version date.ozan yigit1-1/+1
2023-11-24 13:33:38 +0000fix issue #199: gototab improvementsozan yigit1-0/+5
2023-11-24 08:49:41 +0000Initialize realloced memory to zero.Arnold D. Robbins1-1/+6
2023-11-24 06:52:07 +0000Merge branch 'master' into improve-gototabArnold D. Robbins1-13/+13
2023-11-23 19:14:44 +0000cleanup of the new test for issue #169ozan yigit1-13/+13
2023-11-23 17:21:50 +0000Merge branch 'master' into improve-gototabArnold D. Robbins5-10/+34
2023-11-23 17:20:45 +0000Fix issue #147. Update FIXES and main.c version.Arnold D. Robbins3-5/+11
2023-11-23 17:13:04 +0000Integrate fix from Issue #169.Arnold D. Robbins2-5/+23
2023-11-20 20:04:23 +0000Merge branch 'master' into improve-gototabArnold D. Robbins3-94/+64
2023-11-20 15:48:24 +0000adjusted version date.ozan yigit1-1/+1
2023-11-20 15:47:31 +0000updated for the latest fixesozan yigit1-1/+7
2023-11-17 20:02:25 +0000merge miguel's rewrite of fnematch into stagingozan yigit1-92/+56
2023-11-17 20:01:28 +0000miguel's rewrite of fnematchozan yigit1-92/+56
2023-11-17 10:51:20 +0000Merge branch 'master' into improve-gototabArnold D. Robbins12-163/+145
2023-11-16 19:56:49 +0000adjusted version date.ozan yigit1-1/+1
2023-11-16 19:45:58 +0000updated for the latest fixesozan yigit1-0/+6
2023-11-15 21:27:01 +0000arnold's test fixesozan yigit2-3/+3
2023-11-15 21:21:43 +0000miguel's consolidation of sub/gsub.ozan yigit3-152/+125
2023-11-15 20:34:31 +0000Fix fnematch utf8 supportMiguel Pineiro Jr1-92/+56
2023-11-15 20:25:20 +0000replace gcc with ccozan yigit4-7/+7
2023-11-15 20:24:08 +0000man page update for 8-bit locales. thanks arnoldozan yigit1-0/+3
2023-11-11 18:28:43 +0000Fix two incorrect test cases.Arnold D. Robbins2-3/+3
2023-11-07 04:24:51 +0000Consolidate sub and gsub in dosubMiguel Pineiro Jr3-152/+125
2023-10-31 07:15:53 +0000Merge branch 'master' into improve-gototabArnold D. Robbins5-13/+27
2023-10-31 00:07:33 +0000adjusted version date.ozan yigit1-1/+1
2023-10-31 00:07:18 +0000todd miller's fixesozan yigit1-0/+9
2023-10-30 23:59:11 +0000Merge branch 'millert-substr_overflow' into stagingozan yigit1-1/+1
2023-10-30 23:58:20 +0000todd miller's substr fix for buffer overflow with utf-8 stringsozan yigit1-1/+1
2023-10-30 23:57:33 +0000Merge branch 'millert-big_endian_fix' into stagingozan yigit1-3/+3
2023-10-30 23:56:09 +0000todd miller's fix for big-endian systems, and out of bounds readozan yigit1-3/+3
2023-10-30 23:55:33 +0000Merge branch 'millert-multibyte_locale' into stagingozan yigit4-6/+11
2023-10-30 23:54:12 +0000todd miller's change to disable utf-8 for non-multibyte localesozan yigit4-6/+11
2023-10-30 23:53:01 +0000Merge branch 'millert-extra_int_i' into stagingozan yigit1-2/+2
[...]

 
Clone
https://github.com/onetrueawk/awk.git
This site is maintained by Jamie Landeg-Jones <jamie@catflap.org>, and is not an official FreeBSD project, nor is it endorsed by the FreeBSD team.