cairo/util/cairo-script
M Joonas Pihlaja 265ebd372a [script] Flesh out the relational comparison operators to be more PostScript-like.
The relational comparison operators can now compare strings vs names
by content as well as performing automatic type promotions on the
numeric types.  For other types relational comparisons succeeed
only if the values compare equal according to the eq operator, and
put the interpreter into a type-error state otherwise.
2008-12-12 12:00:42 +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] Flesh out the relational comparison operators to be more PostScript-like. 2008-12-12 12:00:42 +00:00
cairo-script-operators.c [script] Flesh out the relational comparison operators to be more PostScript-like. 2008-12-12 12:00:42 +00:00
cairo-script-private.h [script] Flesh out the relational comparison operators to be more PostScript-like. 2008-12-12 12:00:42 +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