aboutsummaryrefslogtreecommitdiffstats
path: root/modules/es_unix
Commit message (Collapse)AuthorAgeFilesLines
* Access the global configuration through an object reference insteadlloyd2006-07-011-1/+1
| | | | | of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state.
* Yet more conf.h -> config.h changeslloyd2006-07-011-1/+1
|
* Was missing an include for <algorithm>, needed for using std::sort;lloyd2006-06-231-0/+1
| | | | most compilers didn't mind but gcc 2.95 on Linux/alpha complained.
* Mark the es_unix module as not being available on FreeBSD; on FreeBSD 6.1lloyd2006-05-281-1/+1
| | | | the module doesn't build due to what appears to be a libc bug.
* Initial checkin1.5.6lloyd2006-05-186-0/+521