index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
hash.c
Age
Commit message (
Expand
)
Author
2022-02-09
make: fix mistakes, spelling and typos in comments and manual page
rillig
2022-01-27
make: merge duplicate code for finding an entry in a hash table
rillig
2022-01-27
make: replace HashEntry_KeyEquals with strncmp
rillig
2021-12-27
make: replace __func__ with actual strings
rillig
2021-12-15
make: use consistent indentation for statements and continuations
rillig
2021-12-15
make: change return type of HashTable_Set to void
rillig
2021-12-07
make: inline HashIter_Init
rillig
2021-09-12
make: fix build for DEBUG_HASH_LOOKUP
rillig
2021-04-11
make: avoid allocating memory for simple variable names
rillig
2021-04-03
make: backport to C90
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-01
make: clean up comments in hash.c
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-15
make(1): clean up hash function for HashTable
rillig
2020-11-23
make(1): use tabs for indentation in hash.h and hash.c
rillig
2020-11-14
make(1): replace a few HashTable_CreateEntry with HashTable_Set
rillig
2020-11-05
make(1): remove redundant parentheses from sizeof operator
rillig
2020-10-25
make(1): print hash in debug log with fixed width
rillig
2020-10-25
make(1): rename hash functions to identify the type name
rillig
2020-10-25
make(1): clean up comments in hash.c
rillig
2020-10-25
make(1): clean up hash table functions
rillig
2020-10-25
make(1): refactor Hash_DeleteTable
rillig
2020-10-25
make(1): refactor Hash_InitTable
rillig
2020-10-25
make(1): clean up RebuildTable for hash tables
rillig
2020-10-25
make(1): reduce amount of string hashing
rillig
2020-10-18
make(1): rename HashEntry.name to key
rillig
2020-10-18
make(1): remove underscore from Hash_Table and Hash_Entry
rillig
2020-10-18
make(1): make API for iterating over hash tables simpler
rillig
2020-10-05
make(1): make dir.c, for.c and hash.c ready for WARNS=6
rillig
2020-10-05
make(1): revert previous commit
rillig
2020-10-05
make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)
rillig
2020-10-04
make(1): merge duplicate code in Hash_FindEntry and Hash_CreateEntry
rillig
2020-10-04
make(1): avoid forward declaration for RebuildTable
rillig
2020-10-04
make(1): remove dead code from Hash_FindEntry
rillig
2020-10-03
make(1): replace strcpy with memcpy in Hash_CreateEntry
rillig
2020-10-03
make(1): remove unnecessary code from Hash_DeleteEntry
rillig
2020-10-03
make(1): clean up hash table implementation
rillig
2020-09-28
make(1): make debugging code shorter
rillig
2020-09-27
make(1): normalize whitespace in source code
rillig
2020-09-26
make(1): add Hash_FindValue, for direct access to hash table data
rillig
2020-09-13
make(1): clean up RCSID blocks
rillig
2020-09-05
make(1): remove initial size argument from Hash_InitTable
rillig
2020-09-05
make(1): make Hash_Table independent from -funsigned-char
rillig
2020-09-01
make(1): rename Hash_Table fields
rillig
2020-08-28
make(1): remove redundant comments from hash.c
rillig
2020-08-26
make(1): remove header sprite.h
rillig
2020-08-01
make(1): use consistent indentation in source code
rillig
2020-07-20
Make DEBUG_HASH less of a fire-hose.
sjg
2020-07-19
Nix trailing whitespace.
riastradh
2020-07-18
Add -dh for DEBUG_HASH
sjg
[next]