cdesktopenv/cde/lib/tt/lib
Jon Trulson 0f313d1cb8 libtt: "%wc" is Microsoft extension, not supported in every Std C Library.
Patch from Douglas Mencken <dougmencken@gmail.com>:

"%wc" is Microsoft extension, not supported in every Std C Library. So
if we don't want to print "%wc%wc%wc%wc%..." instead of real chars, we
shall not use it.

Before:

%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wcession[28326]:
_Tt_s_session::s_init(): 1051 (TT_ERR_INTERNAL)!
%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wcession[28326]: waitpid():
No child processes
%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wc%wcession[28326]: child
ttsession exited with status 1

After:

/usr/dt/bin/ttsession[12397]: _Tt_s_session::s_init(): 1051 (TT_ERR_INTERNAL)!
/usr/dt/bin/ttsession[12397]: waitpid(): No child processes
/usr/dt/bin/ttsession[12397]: child ttsession exited with status 1
2012-08-08 12:35:49 -06:00
..
api Add -fpermissive to linux standard c++ option define in linux.cf 2012-06-18 16:27:25 -06:00
db Add -fpermissive to linux standard c++ option define in linux.cf 2012-06-18 16:27:25 -06:00
dm Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
mp libtt: client init(): use fcntl F_SETFD correctly. 2012-07-27 19:17:14 -06:00
tttk Add -fpermissive to linux standard c++ option define in linux.cf 2012-06-18 16:27:25 -06:00
util libtt: "%wc" is Microsoft extension, not supported in every Std C Library. 2012-08-08 12:35:49 -06:00
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Mapfile-measured Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
libtt.elist Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
mapfile.reorder Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
mk_libtt_mapfile.sh Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
patch.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
realpath.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
realpath.hp.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
realpath.ultrix.c Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
tt_const.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
tt_options.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00