Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silently return when _open_osfhandle returns an error | marha | 2012-05-03 | 1 | -0/+2 |
| | |||||
* | Enabled global optimisation in release build | marha | 2011-01-31 | 1 | -5/+8 |
| | | | | | winmain : GetEnvironmentStrings return should be freed with FreeEnvironmentStrings | ||||
* | main should also pass the penv variable | marha | 2011-01-31 | 1 | -2/+20 |
| | |||||
* | Make sure that control C only kills the process when a new console is created. | marha | 2010-03-04 | 1 | -10/+33 |
| | | | | | | Do not do it without console or attached do an existing console. | ||||
* | Create the console when the first parameter on the command line is ↵ | marha | 2009-11-18 | 1 | -0/+55 |
| | | | | '-console'. printf output will then be shown. | ||||
* | Solved problem when argument was surrounded by quotes. | marha | 2009-11-06 | 1 | -4/+16 |
| | |||||
* | Move WinMain to seperate library. | marha | 2009-11-05 | 1 | -0/+43 |