cairo/util/cairo-script
M Joonas Pihlaja 1aeb96dc28 [script] Implement PostScript-like semantics for the eq operator.
The eq operator would only work for some types and put the
interpreter in an error state if passed objects it didn't
know how to compare.  It would also not compare strings
by value nor allow strings to be compared to names.
This patch makes any two objects comparable.
2008-12-12 12:00:41 +00:00
..
.gitignore [script] Add a simple replay. 2008-11-19 11:59:20 +00:00
cairo-script-file.c [script] Only use zlib if available. 2008-11-26 17:43:22 +00:00
cairo-script-hash.c Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
cairo-script-interpreter.c [script] Don't segfault when hashing empty strings. 2008-12-12 12:00:41 +00:00
cairo-script-interpreter.h [cairo-script] Remove outdated #error to allow compilation to succeed. 2008-11-13 18:06:40 +02:00
cairo-script-objects.c [script] Implement PostScript-like semantics for the eq operator. 2008-12-12 12:00:41 +00:00
cairo-script-operators.c [script] Implement PostScript-like semantics for the eq operator. 2008-12-12 12:00:41 +00:00
cairo-script-private.h [script] Implement PostScript-like semantics for the eq operator. 2008-12-12 12:00:41 +00:00
cairo-script-scanner.c Conditionally include byteswap.h 2008-11-19 11:59:21 +00:00
cairo-script-stack.c Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
COPYING Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
csi-replay.c [script] Add a fallback image surface for replay 2008-11-26 17:30:29 +00:00
Makefile.am [script] Use the in-tree libcairo for csi-replay. 2008-11-26 23:49:12 +02:00