Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-17 | bugfix: avoid naive use of 'putenv' by providing 'FbTk::App::setenv()' | Mathias Gumz | 1 | -0/+5 | |
to quote from 'man putenv': The string pointed to by string becomes part of the environment, so altering the string changes the environment. so, using putenv like { std::string foo("FOO=bar"); putenv(foo.c_str()); } is wrong and leads to a potentially corrupted environment. valgrind complaint correctly. FbTk::App seems to be the appropriate place to hold '::seten()' because it alters the environment of the application. | |||||
2007-12-29 | 'inline' in class declaration is implicitly inline | Mathias Gumz | 1 | -1/+1 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2003-12-17 | inline display | fluxgen | 1 | -1/+1 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -1/+1 | |
2003-12-04 | sync function | fluxgen | 1 | -0/+1 | |
2003-09-06 | accessor for done | fluxgen | 1 | -0/+1 | |
2003-05-10 | source doc | fluxgen | 1 | -3/+14 | |
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -14/+14 | |
2002-11-27 | virtual eventLoop, default displayname and exit eventLoop variable | fluxgen | 1 | -2/+3 | |
2002-11-26 | initial import | fluxgen | 1 | -0/+50 | |