Explorer09
|
762acbe40a
Introduce countDigits() function for PID and UID field widths
|
1 month ago |
Christian Göttsche
|
49bb3c49ac
Silence clang analyzer warnings
|
5 months ago |
Benny Baumann
|
398fb30cfe
Make attributes preceed function declarations
|
6 months ago |
Benny Baumann
|
a395186267
Provide support for ctz
|
11 months ago |
Explorer09
|
a46b3f0a98
Use 'fp' name for local 'FILE*' variables.
|
8 months ago |
Christian Göttsche
|
2fafa349a7
Avoid fprintf in signal handlers
|
9 months ago |
Christian Göttsche
|
4e340c1817
Introduce String_eq_nullable()
|
1 year ago |
Benny Baumann
|
e56089e1fa
Update includes based on IWYU
|
1 year ago |
Daniel Lange
|
179aeb0108
Add includes for config.h as per the discussion in PR #1337
|
1 year ago |
Explorer09
|
5751bafb8d
Rewrite Meter_humanUnit() to accept floating point value
|
1 year ago |
Explorer09
|
5736fba711
Add ATTR_NONNULL to various String_* functions
|
1 year ago |
Nathan Scott
|
4103c23327
strchrnul is a GNU libc extension, add a wrapper for other platforms
|
1 year ago |
Explorer09
|
076b913c7f
Compare all percentage fields with compareRealNumbers()
|
1 year ago |
Explorer09
|
b416433fbe
Replace isnan() with better comparisons (isgreater(), etc.)
|
1 year ago |
Christian Göttsche
|
8387df1551
Annotate functions with access attribute
|
1 year ago |
Benny Baumann
|
40104588f3
Reformat code base
|
2 years ago |
Christian Göttsche
|
f3e70ab389
Write full buffer
|
2 years ago |
Daniel Lange
|
7c43e02591
Improve String_contains_i to allow for multiple terms
|
2 years ago |
Tobias Stoeckmann
|
a133ffd829
Removed unused String_getToken function
|
3 years ago |
Daniel Lange
|
94ad111391
Update license headers to explicitly say GPLv2+
|
3 years ago |
Christian Göttsche
|
bf395e10c5
Add xReallocArrayZero() helper
|
3 years ago |
Christian Göttsche
|
c243db0b2c
XUtils: move implementation of String_contains_i out of header file
|
3 years ago |
Benny Baumann
|
976c6123f4
Pointer indication aligned to typename
|
3 years ago |
Christian Göttsche
|
e6d536dd3f
Add compiler hints on memory allocating utility functions
|
4 years ago |
Christian Göttsche
|
70f48f1f44
Add wrapper function for free and strdup
|
4 years ago |
Christian Göttsche
|
a118928dee
XUtils: add safe strncpy implementation
|
4 years ago |
Christian Göttsche
|
8c8149d146
XUtils: check for multiplication overflow in allocation size
|
4 years ago |
Christian Göttsche
|
d9224c66a4
Use size_t as len type for xSnprintf
|
4 years ago |
Christian Göttsche
|
7ba25aa3c4
IWYU update
|
4 years ago |
Christian Göttsche
|
f7a8952933
Add xReadfile wrapper for reading small to medium size files
|
4 years ago |
Benny Baumann
|
61e14d4bb2
Spacing around operators
|
4 years ago |
Christian Göttsche
|
4c66eb6d4c
XUtils string related updates
|
4 years ago |
Benny Baumann
|
0f5262917f
Make all required includes explicit
|
4 years ago |
Benny Baumann
|
5e4b182616
Combine XAlloc.[ch] into XUtils.[ch]
|
4 years ago |
Benny Baumann
|
872e542f4e
Rename StringUtils.[ch] to XUtils.[ch]
|
4 years ago |