Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the clean and install targets in the makefiles | lloyd | 2006-09-09 | 1 | -1/+1 |
| | | | | Clean up how help output is produced a bit further. | ||||
* | Place the add_file/replace_file/ignore_file markers in the module info | lloyd | 2006-09-03 | 1 | -3/+7 |
| | | | | | | files into blocks; makes a bit more sense, since there are potentially many arguments to each, and the current system was making it difficult to write a generic reader for the files. | ||||
* | Inline a number of small objects that are only used in a local context | lloyd | 2006-06-23 | 1 | -17/+9 |
| | | | | | | | (ie, a single function). This will, unfortunately, break GCC 2.95.x support. Most of the operating systems that had shipped with 2.95.x, like OpenBSD and QNX, have since upgraded. Anyone needing 2.95.x support will have to continue using 1.4.x | ||||
* | Change the Qt mutex to use the new Mutex_Factory abstraction | lloyd | 2006-05-18 | 4 | -69/+17 |
| | |||||
* | Rename mod_qt to mux_qt, as all (very minimal) non-mutex functionality | lloyd | 2006-05-18 | 4 | -0/+134 |
is going to be removed. |