summaryrefslogtreecommitdiffstats
path: root/EnvScreen.h
Commit message (Collapse)AuthorAgeFilesLines
* EnvScreen: mark local class functions staticChristian Göttsche2020-12-211-4/+0
|
* Make all required includes explicitBenny Baumann2020-10-181-0/+2
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-031-4/+4
| | | | | | | | Applied via: $ find * -name '*.h' -exec sed -i -r 's/^extern (.+\()/\1/;' {} + Suggested-by: Bert Wesarg <bert.wesarg@googlemail.com>
* Axe automated header generation.Zev Weiss2020-09-031-2/+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.
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-4/+4
| | | | Sync-up missing extern declarations for many functions.
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-8/+8
|
* 'e' displays environment of current processMichael Klein2015-12-021-0/+22
- uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet

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