Merge branch 'master' of github.com:xbe/micropython

This commit is contained in:
Damien George
2014-03-17 10:31:03 +00:00
63 changed files with 36 additions and 123 deletions
-1
View File
@@ -1,4 +1,3 @@
#include <stdint.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
-1
View File
@@ -1,4 +1,3 @@
#include <stdlib.h>
#include <stdint.h>
#include <assert.h>
-4
View File
@@ -1,8 +1,4 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include "nlr.h"
-5
View File
@@ -1,9 +1,4 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include "nlr.h"
#include "misc.h"
-1
View File
@@ -1,7 +1,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <assert.h>
-1
View File
@@ -1,4 +1,3 @@
#include <stdint.h>
#include <math.h>
#include "misc.h"
-1
View File
@@ -1,4 +1,3 @@
#include <stdint.h>
#include "misc.h"
#include "mpconfig.h"
+1 -2
View File
@@ -1,5 +1,4 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
+1 -2
View File
@@ -1,5 +1,4 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
-2
View File
@@ -1,7 +1,5 @@
#include <unistd.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include "misc.h"
+1 -2
View File
@@ -1,5 +1,4 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
-2
View File
@@ -1,5 +1,3 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
+1 -2
View File
@@ -16,8 +16,7 @@
// for x in l[0:8]: can be compiled into a native loop if l has pointer type
#include <unistd.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
-3
View File
@@ -1,8 +1,5 @@
#include <unistd.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "misc.h"
-1
View File
@@ -13,7 +13,6 @@
***********************************************************************/
#include <stdint.h>
#include <stdlib.h>
#include "mpconfig.h"
-1
View File
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "mpconfig.h"
+1 -1
View File
@@ -1,9 +1,9 @@
/* lexer.c -- simple tokeniser for Python implementation
*/
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "misc.h"
-2
View File
@@ -1,5 +1,3 @@
#include <stdint.h>
#include <stdio.h>
#include "misc.h"
#include "mpconfig.h"
+3 -1
View File
@@ -1,4 +1,3 @@
#include <stdint.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
@@ -11,6 +10,9 @@
#if MICROPY_ENABLE_LEXER_UNIX
#include <sys/stat.h>
#include <sys/types.h>
mp_lexer_t *mp_lexer_new_from_file(const char *filename) {
int fd = open(filename, O_RDONLY);
if (fd < 0) {
+1
View File
@@ -1,3 +1,4 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Some files were not shown because too many files have changed in this diff Show More