summaryrefslogtreecommitdiffstats
path: root/ListItem.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for multiple screens, switchable using TabHisham Muhammad2018-01-301-4/+8
|
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-1/+1
| | | | | Calls marked with xSnprintf shouldn't fail. Abort program cleanly if any of them does.
* Check for failure in allocations.Hisham2016-02-021-2/+2
|
* Replace some remaining tabsMichael McConville2015-09-191-2/+2
|
* remove UTF-8 code when compiling with --disable-unicodeChristian Hesse2015-08-191-1/+5
|
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
| | | | | | | | | Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
* Use UTF-8 only when using UTF-8 :-)Hisham Muhammad2015-02-041-1/+1
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-2/+9
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Compare with long, for 64-bit systemsHisham Muhammad2014-04-251-1/+1
|
* Fix crash when pressing 'u'. Thanks to Quentin Carbonneaux.Hisham Muhammad2012-12-121-1/+2
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-10/+6
| | | | UTF-8 display of big numbers.
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-6/+10
|
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-3/+7
|
* Use strdup explicitlyHisham Muhammad2011-12-251-1/+1
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-15/+15
| | | | | Reduces resulting code size.
* 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.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-2/+0
|
* Update copyrights.Hisham Muhammad2006-03-231-1/+1
|
* Initial import.Hisham Muhammad2006-03-041-0/+72

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