summaryrefslogtreecommitdiff
path: root/Examples/xml/example_xml.expected-xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-291-3/+2
| | | | | | | | | Remove redundant NULL checks before free()/delete The ISO C and C++ standards guarantee that it's safe to call these on a NULL pointer, so it's not necessary for the calling code to also check. Fixes https://sourceforge.net/p/swig/feature-requests/70/
* Fix somes typosSylvestre Ledru2012-08-081-6/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13559 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Initial revision, contributed by Klaus Wiederaenders.Thien-Thi Nguyen2001-01-171-0/+1624
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1002 626c5289-ae23-0410-ae9c-e8d60b6d4f22