summaryrefslogtreecommitdiffstats
path: root/String.c
Commit message (Collapse)AuthorAgeFilesLines
* Test realloc failure to make cppcheck happyHisham Muhammad2014-04-211-2/+11
|
* There was a bug in my implementaion. No reason not to use the glibc version.Hisham Muhammad2014-01-141-11/+1
|
* Fix warning on ARM processors. Hisham Muhammad2012-02-171-1/+1
| | | | | Thanks to Kelly Anderson.
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-4/+5
|
* Use strdup explicitlyHisham Muhammad2011-12-251-5/+1
|
* Don't simply trust that string splits were successful...Hisham Muhammad2011-08-291-1/+3
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-5/+5
|
* ACPI Battery meterHisham Muhammad2008-09-231-0/+27
| | | | | contributed by Ian Hands
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-55/+0
| | | | | Reduces resulting code size.
* --sort-key flag in the command-line, overriding theHisham Muhammad2006-08-041-1/+1
| | | | | | saved setting in .htoprc for the session. (thanks to Rodolfo Borges)
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-4/+4
| | | | | | | | | | 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/+160

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