summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* Axe automated header generation.Zev Weiss2020-09-031-20/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Clean up existing whitespaceDaniel Flanagan2019-10-311-4/+4
|
* Check for failure in allocations.Hisham2016-02-021-3/+4
|
* Clean up some needless malloc casts, convert some mallocs to callocs, and ↵Michael McConville2015-09-161-2/+2
| | | | fix some style
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-1/+1
| | | | (Patch by Dawid Gajownik)
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-2/+0
|
* major header cleanupHisham Muhammad2011-12-261-4/+5
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-7/+2
| | | | | Reduces resulting code size.
* Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad2007-04-051-8/+8
| | | | | in the sf tracker
* Add debugging sanity checks.Hisham Muhammad2006-11-121-0/+13
|
* Add missing header.Hisham Muhammad2006-11-081-0/+1
|
* Add consistency checks.Hisham Muhammad2006-11-081-17/+44
|
* Perform RichString operations by hand.Hisham Muhammad2006-07-121-10/+3
| | | | | Avoid unnecessary operations when processing entries on ProcessList.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-3/+6
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Initial import.Hisham Muhammad2006-03-041-0/+140

© 2014-2024 Faster IT GmbH | imprint | privacy policy