summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared/util.c: assert_cc() can only be used inside functionsThomas Petazzoni2017-06-051-2/+4
* shared: make scratchbuf_str staticYauheni Kaliuta2016-11-101-1/+1
* Add scratchbuf implementationLucas De Marchi2016-08-152-0/+91
* util: fix warning of equal values on logical ORLucas De Marchi2016-08-101-4/+4
* util: use UINT64_MAXLucas De Marchi2015-03-231-1/+1
* shared: avoid checking for __STDC_VERSION__Lucas De Marchi2015-02-261-1/+1
* shared: add helper function to add and check for overflowLucas De Marchi2015-02-101-0/+16
* util: remove dead code in freadline_wrappedCaio Marcelo de Oliveira Filho2015-01-211-7/+1
* shared: add STRINGFY macroLucas De Marchi2015-01-141-0/+2
* Fix includes after change to build-sysLucas De Marchi2015-01-021-2/+0
* Remove FSF mailing addressLucas De Marchi2014-12-255-10/+5
* util: fix build on systems missing strndupaNatanael Copa2014-11-171-0/+1
* strbuf: make strbuf_pushchars() a little less dumbLucas De Marchi2014-10-161-7/+13
* strbuf: do not calculate next step in size on all callsLucas De Marchi2014-10-161-3/+3
* strbuf: reduce default buffer sizeLucas De Marchi2014-10-161-1/+1
* shared: rename prefixes of strbuf functionsLucas De Marchi2014-10-112-21/+21
* Move strbuf implementation to shared/Lucas De Marchi2014-10-112-0/+153
* testsuite: remove now unused array of testsLucas De Marchi2014-10-091-0/+2
* Change parameter from int to charLucas De Marchi2014-10-092-2/+2
* Log error on failed underscores(), moving it to shared/Lucas De Marchi2014-10-092-0/+32
* Move remaining functions from libkmod-util to sharedLucas De Marchi2014-10-092-0/+66
* Move alias_normalize() to sharedLucas De Marchi2014-10-092-0/+44
* Rename getline_wrapped() to freadline_wrapped()Lucas De Marchi2014-10-032-2/+2
* Reorder and reorganize header filesLucas De Marchi2014-10-033-11/+11
* Move hash implementation to shared directoryLucas De Marchi2014-10-032-0/+361
* Move array implementation to shared directoryLucas De Marchi2014-10-032-0/+138
* Move generic util functions to shared directoryLucas De Marchi2014-10-033-0/+414
* Move missing.h to shared directoryLucas De Marchi2014-10-031-0/+55
* Move macro.h to shared directoryLucas De Marchi2014-10-021-0/+70