swig/Source/Swig
William S Fulton 1db04bf322 Improvements to the -debug command line options
The debug command line options that display parse tree nodes
(-debug-module, -debug-top, -debug-symtabs) now display previously hidden
linked list pointers which are useful for debugging parse trees.

Added new command line option -debug-quiet. This suppresses the display
of most linked list pointers and symbol table pointers in the parse tree nodes.

The keys in the parse tree node are now shown in alphabetical order.
2022-03-25 23:34:52 +00:00
..
cwrap.c Merge pull request #2095 from vadz/extend-suffix 2022-01-08 21:11:14 +00:00
deprecate.c Remove cvs/svn Id strings 2013-01-12 01:21:16 +00:00
error.c Fail cleanly on allocation failures 2022-03-04 11:47:49 +13:00
extend.c new_node refactor 2018-05-19 09:00:06 +01:00
fragment.c Fix comment typo 2021-05-05 16:01:51 +12:00
getopt.c Add DOH Exit() and SetExitHandler() 2022-03-06 12:33:54 +13:00
include.c Fix leaked file descriptor 2016-06-16 15:53:22 +03:00
misc.c Add DOH Exit() and SetExitHandler() 2022-03-06 12:33:54 +13:00
naming.c Fix previous commit 2022-03-20 19:44:23 +13:00
parms.c Fix Python compile errors with overloading and varargs 2019-02-25 19:27:23 +00:00
scanner.c Add DOH Exit() and SetExitHandler() 2022-03-06 12:33:54 +13:00
stype.c template template parameters patch tidyup 2021-03-22 01:08:05 +00:00
swig.h Add DOH Exit() and SetExitHandler() 2022-03-06 12:33:54 +13:00
swigfile.h Fix segfaults when using filename paths greater than 1024 characters in length - use String * and heap instead of fixed size static char array buffers. 2012-11-18 00:45:18 +00:00
swigopt.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
swigparm.h Fix Python compile errors with overloading and varargs 2019-02-25 19:27:23 +00:00
swigscan.h Handle ellipsis as a token in the scanner 2022-01-26 12:31:52 +13:00
swigtree.h Improvements to the -debug command line options 2022-03-25 23:34:52 +00:00
swigwrap.h merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
symbol.c Fix warning suppression for WARN_PARSE_USING_UNDEF 2022-02-20 16:45:10 +00:00
tree.c Improvements to the -debug command line options 2022-03-25 23:34:52 +00:00
typemap.c Fix previous commit 2022-03-20 19:44:23 +13:00
typeobj.c Fix previous commit 2022-03-20 19:44:23 +13:00
typesys.c Restore _Complex as standalone type 2020-06-24 20:21:47 -04:00
wrapfunc.c Fail cleanly on allocation failures 2022-03-04 11:47:49 +13:00