1. 03 Nov, 2014 2 commits
  2. 27 Oct, 2014 1 commit
    • Bas Westerbaan's avatar
      tgl.h: add stdlib.h include · 318f8d58
      Bas Westerbaan authored
      This fixes the error
      
      ```
      gcc -I. -I. -I/usr/local/include -I/opt/local/include -I/opt/local/include/lua-5.1  -I/usr/local/include -I/usr/include -I/usr/include  -I/opt/local/include  -DHAVE_CONFIG_H -Wall -Wextra -Werror -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -c -MP -MD -MF ./dep/lua-tg.d -MQ ./objs/lua-tg.o -o objs/lua-tg.o lua-tg.c
      In file included from lua-tg.c:25:
      In file included from ./lua-tg.h:24:
      ./tgl.h:380:27: error: implicitly declaring library function 'malloc' with type
            'void *(unsigned long)' [-Werror]
        struct tgl_state *TLS = malloc (sizeof (*TLS));
                                ^
      ./tgl.h:380:27: note: please include the header <stdlib.h> or explicitly provide
            a declaration for 'malloc'
      1 error generated.
      make: *** [objs/lua-tg.o] Error 1
      ```
      318f8d58
  3. 26 Oct, 2014 1 commit
  4. 24 Oct, 2014 1 commit
  5. 23 Oct, 2014 2 commits
  6. 21 Oct, 2014 2 commits
  7. 20 Oct, 2014 2 commits
  8. 18 Oct, 2014 2 commits
  9. 17 Oct, 2014 1 commit
  10. 14 Oct, 2014 1 commit
  11. 13 Oct, 2014 4 commits
  12. 12 Oct, 2014 3 commits
  13. 11 Oct, 2014 4 commits
  14. 10 Oct, 2014 4 commits
  15. 09 Oct, 2014 3 commits
  16. 07 Oct, 2014 2 commits
  17. 06 Oct, 2014 2 commits
  18. 05 Oct, 2014 3 commits