dtcm: NULL is not 0
[oweals/cde.git] / cde / programs / dtmail /
2018-06-01 chaseSpelling fixes
2018-06-01 Ulrich WilkensFixes for OpenBSD
2018-06-01 Ulrich WilkensFix Linux rpc problems with new glibc
2018-05-25 chaseUse POSIX macros for linux
2018-05-24 chaseremove OSF1 support
2018-05-20 chaseRemove Unixware and openserver support
2018-05-16 chaseRemove UXPDS support
2018-05-12 chaseAdd missing license headers on *.hh files and others
2018-04-28 Peter HowkinsMerge branch 'cde-fixups-1' of ssh://git.code.sf.net...
2018-04-28 chaseLast of the spelling fixed
2018-04-28 chaseEven more spelling fixed
2018-04-28 chaseFix typo in license headers
2018-04-26 chaseSmall spelling fixes
2018-04-26 chaseRewrite csh scripts in sh, use sh instead of csh in...
2018-04-24 Peter Howkinsdtmail: Further Coverity fixes
2018-04-20 Peter Howkinsdtmail: resolve coverity warnings related to uninitiali...
2018-04-02 Peter HowkinsMerge branch 'master' of ssh://git.code.sf.net/p/cdeskt...
2018-04-02 Peter Howkinsdtmail: resolve 'deference before null check' errors...
2018-04-01 Jon Trulsondtmail/MsgScrollingList.C: coverity CID 87360; memset...
2018-03-31 Jon Trulsondtmail/DtMailRc.C: coverity CID 88975; use after free
2016-08-05 Swift GriggsPatches from pkgsrc-WIP
2016-04-20 Peter HowkinsDisable all code related to libXp
2015-10-22 Ulrich WilkensFix FreeBSD 10.2 build
2015-05-09 Ulrich WilkensFix broken build on OpenBSD
2015-05-09 Ulrich WilkensSupport for new Solaris/OpenIndiana versions
2015-01-09 Peter Howkinsdtmail: add a stdint.h include for openbsd, as reported...
2015-01-06 Peter Howkinsdtmail: Resolve 50 compiler warnings.
2014-10-28 Ulrich WilkensOpenIndiana and Solaris port
2014-09-14 Jon Trulsondtmail: MotifCmds.C: NULL is not False
2014-04-06 Jon TrulsonWMSaveSession.C: NULL is not 0
2014-04-06 Jon TrulsonSendMsgDialog.C: NULL is not 0
2014-04-06 Jon TrulsonRoamMenuWindow.C: NULL is not 0
2014-04-06 Jon TrulsonRoamInterruptibleCmd.C: NULL is not 0
2014-04-06 Jon TrulsonAttachArea.C: NULL is not 0, sprintf needs a format
2014-04-06 Jon TrulsonInterruptibleCmd.C, WorkingDialogManager.C: NULL is...
2014-03-25 Jon Trulsoncleanup: eliminate missing sentinel warnings
2014-03-23 Jon TrulsonThreads.C: NULL is not 0
2014-03-22 Peter Tribbleinitial illumos port
2014-03-11 Jon Trulsondtmail: stub out XmPrint stuff if there is no XmPrint...
2014-02-23 Ulrich WilkensNetBSD port
2013-09-16 Ulrich Wilkenscorrection of message files
2012-11-20 Pascal StumpfUse /usr/sbin/sendmail as default mailer on OpenBSD.
2012-09-28 James WoodcockUse the system strcasestr() on Linux.
2012-09-25 Marcin Cieslakdtmail: fix warning: comparison is always false
2012-09-25 Marcin Cieslakdtmail: fix warning: NULL used in arithmetic
2012-09-25 Marcin Cieslakdtmail: warning: 'DtMailBoolean' is promoted to (int)
2012-09-25 Marcin Cieslakdtmail: Fix XtVaGetValues() return value storage
2012-09-25 Marcin CieslakGet rid of unpleasant cast, it causes SIGSEGV
2012-09-03 Jon Trulsonmessage catalogs: fix comment lines, also remove linux...
2012-08-30 Ulrich WilkensTwo fixes for dtmail
2012-08-20 Pascal StumpfOpenBSD still uses GNU iconv, so the second argument...
2012-08-20 Ulrich WilkensFind correct system includes and libs on FreeBSD.
2012-08-15 Peter HowkinsMerge branch 'master' of https://git.code.sf.net/p...
2012-08-14 Marcin CieslakFreeBSD port: dtsearch, dtterm, dtwidget, dthelp
2012-08-13 Peter HowkinsMerge branch 'master' of https://git.code.sf.net/p...
2012-08-12 Pascal StumpfGet rid of malloc.h.
2012-08-12 Pascal StumpfCurrent state of my dtmail work.
2012-08-09 Jon TrulsonMerge branch 'master' of ssh://git.code.sf.net/p/cdeskt...
2012-08-09 Jon TrulsonDeal with the fact that modern compilers assume differe...
2012-07-16 Jon TrulsonMerge branch 'master' of ssh://git.code.sf.net/p/cdeskt...
2012-07-14 Jon Trulsondtmail: IO.C: just compare against \r on all systems
2012-07-04 Peter HowkinsMerge branch 'linux1'
2012-06-18 Jon TrulsonAdd -fpermissive to linux standard c++ option define...
2012-05-31 Peter Howkinsconvert all Imakefile LinuxDistribution to LinuxArchite...
2012-04-02 Peter HowkinsAdd a MainWindow.h include to prevent missing references.
2012-04-02 Peter HowkinsDon't declare 'Chunk' as both public and private, that...
2012-04-02 Peter HowkinsDon't redeclare forceUpdate() with the wrong prototype.
2012-04-02 Peter HowkinsAdd -fpermissive to allow compilation of old C++ on...
2012-04-02 Peter HowkinsUse a particulaly unpleasant cast to get a void * into...
2012-04-02 Peter HowkinsC++ needs variables to have a type, use int as a default.
2012-04-02 Peter HowkinsOn linux use \r instead of ^M as the character for...
2012-04-02 Peter Howkins-fpermissive to allow GCC to compile old C++
2012-04-02 Peter HowkinsC++ doesn't allow variables to be declared without...
2012-03-12 Peter Howkins-fpermissive to allow old C++ to compile on gcc
2012-03-10 Peter HowkinsAdd GNU LGPL headers to all .c .C and .h files
2012-03-10 Peter HowkinsInitial import of the CDE 2.1.30 sources from the Open...