summaryrefslogtreecommitdiff
path: root/miniany/cc.wg
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/cc.wg')
-rw-r--r--miniany/cc.wg11
1 files changed, 6 insertions, 5 deletions
diff --git a/miniany/cc.wg b/miniany/cc.wg
index 7aca567..41f6c53 100644
--- a/miniany/cc.wg
+++ b/miniany/cc.wg
@@ -29,14 +29,14 @@ WordGrinder dumpfile v3: this is a text file; diff me!
.clipboard.margin: 0
.clipboard.viewmode: 1
.clipboard.wordcount: 19
-.documents.1.co: 11
-.documents.1.cp: 74
+.documents.1.co: 1
+.documents.1.cp: 26
.documents.1.cw: 1
.documents.1.margin: 0
.documents.1.name: "main"
.documents.1.sticky_selection: false
.documents.1.viewmode: 1
-.documents.1.wordcount: 928
+.documents.1.wordcount: 937
.fileformat: 8
.findtext: "C4"
.menu.accelerators.^@: "ZM"
@@ -141,7 +141,7 @@ WordGrinder dumpfile v3: this is a text file; diff me!
.menu.accelerators.ZU: "UP"
.menu.accelerators.ZWL: "^LEFT"
.menu.accelerators.ZWR: "^RIGHT"
-.name: "/home/abaumann/projects/compilertests/miniany/cc.wg"
+.name: "/media/sd/abaumann/projects/compilertests/miniany/cc.wg"
.replacetext: ""
.statusbar: true
.current: 1
@@ -171,7 +171,8 @@ LB standard C block comments along to c++ end of line ones
LB negative enum initializers
LB do/while loops
LB more C functions like isspace, getc, strcmp
-LB some simplified functions for printing like putstring, putint, putnl
+LB some simplified functions for printing like putstring, putint, putnl replacing printf-like functions
+LB BSD-style string functions like strlcpy, strlcat
LB strict C89 conformance, mainly use standard comment blocks, also removed some warnings
LB some casts around malloc and memset to fit to non-void freestanding-libc
LB converted printf to putstring/putint/putnl and some helper functions for error reporting like error()