]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Grrrr
authorWolfgang Bumiller <wry.git@bumiller.com>
Wed, 24 Apr 2013 15:47:42 +0000 (17:47 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Wed, 24 Apr 2013 15:47:42 +0000 (17:47 +0200)
21 files changed:
ast.c [changed mode: 0755->0644]
ast.h [changed mode: 0755->0644]
code.c [changed mode: 0755->0644]
conout.c [changed mode: 0755->0644]
correct.c [changed mode: 0755->0644]
exec.c [changed mode: 0755->0644]
fs.c [changed mode: 0755->0644]
ftepp.c [changed mode: 0755->0644]
gmqcc.h [changed mode: 0755->0644]
intrin.h [changed mode: 0755->0644]
ir.c [changed mode: 0755->0644]
ir.h [changed mode: 0755->0644]
lexer.c [changed mode: 0755->0644]
lexer.h [changed mode: 0755->0644]
main.c [changed mode: 0755->0644]
opts.c [changed mode: 0755->0644]
pak.c [changed mode: 0755->0644]
parser.c [changed mode: 0755->0644]
test.c [changed mode: 0755->0644]
utf8.c [changed mode: 0755->0644]
util.c [changed mode: 0755->0644]

diff --git a/ast.c b/ast.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/ast.h b/ast.h
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/code.c b/code.c
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/exec.c b/exec.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/fs.c b/fs.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/ftepp.c b/ftepp.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/gmqcc.h b/gmqcc.h
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/ir.c b/ir.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/ir.h b/ir.h
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/lexer.c b/lexer.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/lexer.h b/lexer.h
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/main.c b/main.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/opts.c b/opts.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/pak.c b/pak.c
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/test.c b/test.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/utf8.c b/utf8.c
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/util.c b/util.c
old mode 100755 (executable)
new mode 100644 (file)