summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcess.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge Process_pidColumns into Process_fields and rework auto-fit for ↵Christian Göttsche2020-12-191-7/+7
| | | | PID-like columns
* Rework enum ProcessFieldChristian Göttsche2020-12-191-2/+1
| | | | | | Use only one enum instead of a global and a platform specific one. Drop Platform_numberOfFields global variable. Set known size of Process_fields array
* Move Process_fields from unsupported/Platform to unsupported/UnsupportedProcessDániel Bakai2020-12-131-0/+28
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Axe automated header generation.Zev Weiss2020-09-031-6/+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.
* Remove trailing whitespacesChristian Göttsche2020-08-211-1/+0
|
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* fix calloc() callsChristian Hesse2015-09-071-1/+1
| | | | | | | * size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
* Make unsupported runDavid Hunt2015-08-191-9/+5
|
* Add files to unsupported platform.Hisham Muhammad2015-03-161-0/+37

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