index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kwset.c
Age
Commit message (
Expand
)
Author
2025-03-28
kwset: avoid using the comma operator unnecessarily
Johannes Schindelin
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2023-11-26
doc: switch links to https
Josh Soref
2023-07-05
kwset: move translation table from ctype
Calvin Wan
2023-02-23
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2019-07-09
Merge branch 'js/gcc-8-and-9'
Junio C Hamano
2019-06-17
use COPY_ARRAY for copying arrays
René Scharfe
2019-06-13
kwset: allow building with GCC 8
Johannes Schindelin
2017-11-09
Replace Free Software Foundation address in license notices
Todd Zullinger
2015-03-02
kwset: use unsigned char to store values with high-bit set
Ben Walton
2013-07-22
typofix: in-code comments
Ondřej Bílka
2013-04-12
kwset: fix spelling in comments
Stefano Lattarini
2011-09-11
sparse: Fix an "Using plain integer as NULL pointer" warning
Ramsay Jones
2011-08-28
obstack: Fix portability issues
Fredrik Kuivinen
2011-08-20
Adapt the kwset code to Git
Fredrik Kuivinen
2011-08-20
Add string search routines from GNU grep
Fredrik Kuivinen