error handling for freopen()
[smdp.git] / Makefile
2014-09-19 Michael Göhlercompiling against ncursesw to display UTF-8 chars corre...
2014-09-19 Michael GöhlerMerge pull request #20 from FreeBirdLjj/AddGitIgnore
2014-09-18 Michael Göhlerpartially revert cae082fd - install -D is not OS-X...
2014-09-17 Michael GöhlerMerge pull request #7 from Pyrohh/master
2014-09-17 Michael ReedMakefile improvements:
2014-09-17 Michael GöhlerMerge pull request #6 from FreeBirdLjj/EnhancedMakefile
2014-09-17 FreeBirdLjjReplace `strip` with `ld` `-s' option.
2014-09-17 FreeBirdLjjAdd compile optimization options (as default).
2014-09-17 FreeBirdLjjUsing the implicit rules of `make`.
2014-09-17 FreeBirdLjj`all' is also a phony target.
2014-09-17 FreeBirdLjjBugfix: the first target should have been `all', not...
2014-09-14 Michael Göhlersmall readme changes
2014-09-14 Michael Göhlerrewrote Makefile + copyright and license infos
2014-09-07 Michael Göhlerrename project to mdp
2014-09-07 Michael Göhleradded a char stack implementation for later use
2014-09-01 Michael Göhlerdisplay content line by line + corrected key codes
2014-08-29 Michael Göhleradded viewer to main program - display dummy text for...
2014-08-27 Michael Göhlerfixed wrong linker usage + fix some compiler warnings
2014-08-17 Michael Göhlersplit up some headers + rename markdown_io to parser
2014-08-17 Michael Göhlerdraft main application with file io + fixed Makefiles
2014-08-10 Michael Göhlercstring header + test