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.h
Age
Commit message (
Expand
)
Author
2022-01-31
make: remove redundant declaration of HashIter_Init
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: remove redundant comments for multiple-inclusion guards
rillig
2021-12-15
make: change return type of HashTable_Set to void
rillig
2021-12-15
make: mark several functions whose result must be used
rillig
2021-12-07
make: inline HashIter_Init
rillig
2021-04-11
make: avoid allocating memory for simple variable names
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2020-12-15
make(1): indent hash.h and make_malloc.h with tabs instead of spaces
rillig
2020-11-29
make(1): use space instead of tab for preprocessor directives
rillig
2020-11-23
make(1): migrate CachedDir.files from HashTable to HashSet
rillig
2020-11-23
make(1): add HashSet type
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-10
make(1): use consistent definition for MAKE_INLINE
rillig
2020-10-25
make(1): rename hash functions to identify the type name
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-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): fix position of MAKE_ATTR_UNUSED in inline functions
rillig
2020-09-05
make(1): remove initial size argument from Hash_InitTable
rillig
2020-09-01
make(1): rename Hash_Table fields
rillig
2020-09-01
make(1): replace Hash_Table macros with inline functions
rillig
2020-08-29
make(1): merge duplicate code for bmake_strldup
rillig
2020-08-13
make(1): follow naming conventions for multiple-inclusion guards
rillig
2020-08-06
make(1): remove unused macro Hash_Size
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-18
Add -dh for DEBUG_HASH
sjg
2020-07-03
make(1): add Hash_ForEach to avoid duplicate code
rillig
2017-05-31
Use less generic include guards
maya
2016-06-07
Extend the mtimes cache used by dir.c so it can be used by others.
sjg
2009-01-24
Don't cast 'time_t' to 'void *' and back it will lose precision.
dsl
2009-01-23
Change 'ClientData' to 'void *' so that relevant parameters can
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-14
Pass WARNS=3
christos
2002-06-15
Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.
wiz
1996-11-06
- Merge in FreeBSD and Lite2 changes.
christos
1995-06-14
- $NetBSD$ rcsids
christos
1994-03-05
fixes/improvements from Christos Zoulas <christos@deshaw.com>.
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd