-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathCHANGELOG
31 lines (17 loc) · 1001 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2014-07-29 Rob Bowden <[email protected]>
* src/platform.c (initpipe): use CLASSPATH if present to locate spl.jar
* examples/Makefile: add -lm flag to remove undefined reference errors
* src/gobjects.c: add "return" to isRaised
* src/platform.c (initPipe): fix syntax error in Windows version. Still
untested.
* include/platform.h: s/closeOp/closeGWindowOp
* include/sound.h: s/play/playSound
* include/exception.h (throwException): add __attribute__ ((noreturn))
* include/cslib.h (error): add __attribute__ ((noreturn))
* include/cslib.c (unhandledError): add __attribute__ ((noreturn))
* various files: Add "int" return type to main(s) and explicit "return 0"s
* src/platform.c (isprint): #include <ctype.h> for OS X
* examples/USFlag.c (waitForClick): #include "gevents.h"
* src/gobjects.c (getType): exit in error in the default case
* src/tokenscanner.c (getTokenType): added parentheses around boolean
expression