aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-11Fix two incorrect test cases.Arnold D. Robbins
2023-11-08Snap for 11066218 from 607a5c4fd26135a13599d0fa0942aa42dbaee12c to sdk-releaseAndroid Build Coastguard Worker
2023-11-07Upgrade one-true-awk to d801514094d1140dfc9f8571b9821082ddddf107 am: 607a5c4f...Elliott Hughes
2023-11-07Upgrade one-true-awk to d801514094d1140dfc9f8571b9821082ddddf107 am: 607a5c4f...Elliott Hughes
2023-11-07Upgrade one-true-awk to d801514094d1140dfc9f8571b9821082ddddf107 am: 607a5c4f...Elliott Hughes
2023-11-07Upgrade one-true-awk to d801514094d1140dfc9f8571b9821082ddddf107 am: 607a5c4f...Elliott Hughes
2023-11-07Upgrade one-true-awk to d801514094d1140dfc9f8571b9821082ddddf107 am: 607a5c4fd2Elliott Hughes
2023-11-07Upgrade one-true-awk to d801514094d1140dfc9f8571b9821082ddddf107 am: 607a5c4fd2Elliott Hughes
2023-11-06Consolidate sub and gsub in dosubMiguel Pineiro Jr
2023-11-06Upgrade one-true-awk to d801514094d1140dfc9f8571b9821082ddddf107Elliott Hughes
2023-10-31Merge branch 'master' into improve-gototabArnold D. Robbins
2023-10-30adjusted version date.ozan yigit
2023-10-30todd miller's fixesozan yigit
2023-10-30Merge branch 'millert-substr_overflow' into stagingozan yigit
2023-10-30todd miller's substr fix for buffer overflow with utf-8 stringsozan yigit
2023-10-30Merge branch 'millert-big_endian_fix' into stagingozan yigit
2023-10-30todd miller's fix for big-endian systems, and out of bounds readozan yigit
2023-10-30Merge branch 'millert-multibyte_locale' into stagingozan yigit
2023-10-30todd miller's change to disable utf-8 for non-multibyte localesozan yigit
2023-10-30Merge branch 'millert-extra_int_i' into stagingozan yigit
2023-10-30todd miller's code cleanupozan yigit
2023-10-28substr: fix buffer overflow with utf-8 stringsTodd C. Miller
2023-10-25Add a missing free of f->gototab.Arnold D. Robbins
2023-10-16Remove limit on character classes from README.md, now that code is fixed.Arnold D. Robbins
2023-10-15gototab reallocation pulled into resize_gototabozan yigit
2023-10-15Merge branch 'master' into improve-gototabArnold D. Robbins
2023-10-15Small fix in README.md.Arnold D. Robbins
2023-10-14Speed it back up.Arnold D. Robbins
2023-10-13Be smarter about clearing a goto table.Arnold D. Robbins
2023-10-13Two small fixes.Arnold D. Robbins
2023-10-11Track inuse vs. allocated, use bsearch in set_gototab.Arnold D. Robbins
2023-10-10Snap for 10929834 from 342f5de4c4350faddfe3b654ad90a9d224960837 to sdk-releaseAndroid Build Coastguard Worker
2023-10-10Sort the gototab entries and binary search them.Arnold D. Robbins
2023-10-10First round, dynamically grow entries in a gototab.Arnold D. Robbins
2023-10-07Upgrade one-true-awk to d8e4368964e4471a54a755823004f2b1aabc0f80 am: 342f5de4...Elliott Hughes
2023-10-06Upgrade one-true-awk to d8e4368964e4471a54a755823004f2b1aabc0f80 am: 342f5de4...Elliott Hughes
2023-10-06Upgrade one-true-awk to d8e4368964e4471a54a755823004f2b1aabc0f80 am: 342f5de4...Elliott Hughes
2023-10-06Upgrade one-true-awk to d8e4368964e4471a54a755823004f2b1aabc0f80 am: 342f5de4...Elliott Hughes
2023-10-06Upgrade one-true-awk to d8e4368964e4471a54a755823004f2b1aabc0f80 am: 342f5de4c4Elliott Hughes
2023-10-05Upgrade one-true-awk to d8e4368964e4471a54a755823004f2b1aabc0f80Elliott Hughes
2023-10-05Disable utf-8 for non-multibyte locales, such as C or POSIX.Todd C. Miller
2023-10-05updated FIXES [fnematch overhaul]ozan yigit
2023-10-04adjusted version date and help string.ozan yigit
2023-10-04new tests for arnold's unicode FS/RS and null match fixesozan yigit
2023-10-04Snap for 10900817 from a28dd0bcc3be4374100b10dcd81c8d8632bb3974 to sdk-releaseplatform-tools-34.0.5Android Build Coastguard Worker
2023-09-27arnold's fix for gsub null match bug with unicode charsozan yigit
2023-09-24Additional fix in lib.c.Arnold D. Robbins
2023-09-21Use cclenter("") to construct an empty CCL, not tostring("").Todd C. Miller
2023-09-21Restore makefile, final fix in b.c.Arnold D. Robbins
2023-09-21Start on rewrite of fnematch.Arnold D. Robbins