summaryrefslogtreecommitdiffstats
path: root/kwset.c
AgeCommit message (Expand)AuthorLines
2025-03-28kwset: avoid using the comma operator unnecessarilyJohannes Schindelin-25/+29
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+2
2023-11-26doc: switch links to httpsJosh Soref-1/+1
2023-07-05kwset: move translation table from ctypeCalvin Wan-0/+36
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-2/+2
2019-07-09Merge branch 'js/gcc-8-and-9'Junio C Hamano-1/+7
2019-06-17use COPY_ARRAY for copying arraysRené Scharfe-1/+1
2019-06-13kwset: allow building with GCC 8Johannes Schindelin-1/+7
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger-3/+1
2015-03-02kwset: use unsigned char to store values with high-bit setBen Walton-4/+4
2013-07-22typofix: in-code commentsOndřej Bílka-5/+5
2013-04-12kwset: fix spelling in commentsStefano Lattarini-2/+2
2011-09-11sparse: Fix an "Using plain integer as NULL pointer" warningRamsay Jones-1/+1
2011-08-28obstack: Fix portability issuesFredrik Kuivinen-1/+1
2011-08-20Adapt the kwset code to GitFredrik Kuivinen-20/+13
2011-08-20Add string search routines from GNU grepFredrik Kuivinen-0/+778