forked from mirrors/0ad
a1e149ab11
- increase stack trace buffer size (needed for some complicated nested expressions) - fix bug in container output - no longer treat iterator (i.e. x::iterator) as an x string (now uses match_wildcard instead of simple string compare) - add unicode match_wildcard - bugfix for vectored exception handler - was always ignoring exceptions from main thread (fixed the previous fix where it was always grabbing all exceptions ;p) - better array display (display less of huge arrays) - fix nesting limit (which was too low); make sure infinite nesting/indirection can't happen This was SVN commit r2448.