summaryrefslogtreecommitdiff
path: root/include/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework config.h usageYury Usishchev2016-02-151-2/+0
| | | | | | | | | Move #include "config.h" from misc.h to every source file. It's incorrect to include it after a system header file because it does things like: Those must come before you include any system header file in order for them to work properly. It hasn't bitten us so far, but we still should fix the files to do the right thing.
* add __acl_ prefixes to internal symbolsMike Frysinger2014-08-121-4/+4
| | | | | | When static linking libacl, people sometimes run into symbol collisions because their own code defines symbols like "quote". So for acl internal symbols, use an __acl_ prefix.
* mark libmisc funcs as hidden so they are not exportedMike Frysinger2014-08-121-4/+13
|
* move gettext logic into misc.hMike Frysinger2014-01-131-0/+17
| | | | | This lets us autogenerate config.h using autoheader rather than hand maintain it.
* Add a parameter to quote() to specify which characters to quoteAndreas Gruenbacher2009-06-221-1/+1
|
* Put libmisc on its own branchAndreas Gruenbacher2009-06-221-0/+23