Age | Commit message (Expand) | Author |
---|---|---|
2015-10-14 | logpost() really requires a format string | IOhannes m zmölnig |
2015-10-14 | support older Pd versions without sys_fopen(), sys_fclose(), and, sys_close() | Hans-Christoph Steiner |
2015-10-14 | replace POSIX fopen() with Pd's new sys_fopen() to get cross-platform unicode... | Hans-Christoph Steiner |
2015-10-14 | replace verbose() with logpost() since verbose() adds extraneous carraige ret... | Hans-Christoph Steiner |
2015-10-14 | reformat code to match Pd style by running 'astyle --style=ansi *.c' | Hans-Christoph Steiner |
2015-10-14 | post version message using verbose(0) | Hans-Christoph Steiner |
2015-10-14 | replace .x%x 32-bit only canvas id with .x%lx canvas id which supports 32-bit... | Hans-Christoph Steiner |
2015-10-14 | got everything building using the template Makefile | Hans-Christoph Steiner |