Updated TODOs. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1cf5a68488d6dcb2f52fd75dd5e828e0cb60bad9
(DIR) parent db4aa8bdce3a6f839fa80189c95e09d288999c9c
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Fri, 25 Nov 2016 00:05:59 -0600
Updated TODOs.
Diffstat:
README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/README.rst b/README.rst
@@ -225,7 +225,7 @@ Primary Goals
- Refactor all code to be as clean and standards-compliant as possible;
remove all legacy code (TODO)
- Compile with no warnings,
- with all warnings and `-pedantic` enabled on GCC in C99 mode (TODO)
+ with all and extra warnings and `-pedantic` enabled on GCC in C99 mode (TODO)
- Run with no Valgrind-detected leaks or errors (DONE)
Stretch Goals