summary refs log tree commit diff stats
path: root/tests/testdata
Commit message (Expand)AuthorAgeFilesLines
* Fix for #5134 (parseJson(string) should fail on leftover data) (#5203)Lolo Iccl2017-01-111-0/+6
* Add a test to xmlparserMatt Sullivan2015-10-311-0/+1
* tests: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* implements varargs[untyped]; refs #2545; to be documentedAraq2015-07-021-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-167-0/+0
* Added mycert.pem for the asynciossl test.Dominik Picheta2012-07-241-0/+32
* restored files that 'koch clean' removedAraq2012-04-161-0/+1
* fixes #105Araq2012-04-161-1/+0
* forgot to add tests/testdata/stringSimon Hafner2011-12-311-0/+1
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
* Corrected pretty() in json module, and added another file with json test data.dom962011-01-282-1/+81
* json module changesAraq2011-01-151-3/+3
* accurate file/line informationAndreas Rumpf2010-08-141-1/+5
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-266-0/+0
* SQLite wrapperAndreas Rumpf2010-02-246-0/+186
.vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* Modified to not rely on a configure script: */
#define CONFIG_SYSROOT ""
#define TCC_VERSION "0.9.25"

#if defined(WIN32) || defined(_WIN32)
#  define TCC_TARGET_PE   1
#  define TCC_TARGET_I386
#  define CONFIG_TCCDIR "."
#elif defined(__i386__)
#  define CONFIG_USE_LIBGCC
#  define TCC_TARGET_I386
#  define CONFIG_TCCDIR "/usr/local/lib/tcc"
#  define GCC_MAJOR 4
#  define HOST_I386 1
#else
#  define CONFIG_USE_LIBGCC
#  define TCC_TARGET_X86_64
#  define CONFIG_TCCDIR "/usr/local/lib/tcc"
#  define GCC_MAJOR 4
#  define HOST_X86_64 1
#endif