libs-gui/TextConverters/RTF
David Chisnall b4e3915c33 Turn release messages sent to autorelease pools into drain messages. No
functionality change in non-GC mode, in GC mode it invokes a quick GC pass to
try to delete the short-lived objects.

Also deleted some [pool release] lines just before exit() or return-from-main
statements.  These cause objects to be swapped in and destructors to be run to
no benefit (the OS will reclaim this memory without requiring stuff to be
swapped in when the process exits).



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33146 72102866-910b-0410-8b05-ffd578937521
2011-05-27 12:42:37 +00:00
..
.cvsignore New file to ingore all temporary files. 2001-09-23 22:12:03 +00:00
GNUmakefile RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00
GNUmakefile.postamble RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00
GNUmakefile.preamble Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
RTFConsumer.h Improve compatibility when reading RTF documents created on other 2010-02-19 23:53:54 +00:00
RTFConsumer.m Fix memory leaks found by static analyser. 2011-03-10 23:03:01 +00:00
RTFConsumerFunctions.h RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00
rtfGrammar.tab.h RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00
rtfGrammar.tab.m RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00
rtfGrammar.y RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00
RTFProducer.h RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00
RTFProducer.m Turn release messages sent to autorelease pools into drain messages. No 2011-05-27 12:42:37 +00:00
rtfScanner.h Revert library license version to 2 until applications can be converted 2008-06-10 04:01:49 +00:00
rtfScanner.m RTF: add support for read/wite of underline and strikethrough attributes 2011-02-22 20:59:10 +00:00