summaryrefslogtreecommitdiff
path: root/gsystem-console.c
Commit message (Collapse)AuthorAgeFilesLines
* Include local allocation macros by defaultColin Walters2013-05-031-0/+1
| | | | | | | ...but still avoid using them in the other parts of libgsystem itself. The reason for this is that at least some of the code ideally would go upstream to glib where we can't use them, and downporting is so tedious.
* GSConsole: Fix infinite loopColin Walters2013-01-241-0/+1
|
* GSConsole: New API to access system consoleColin Walters2013-01-241-0/+441
At present, only implemented for Unix.