aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mux_win32
Commit message (Collapse)AuthorAgeFilesLines
* Place the add_file/replace_file/ignore_file markers in the module infolloyd2006-09-031-2/+4
| | | | | | 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 contextlloyd2006-06-231-19/+12
| | | | | | | (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
* Initial checkin1.5.6lloyd2006-05-183-0/+73