1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00
Commit graph

1319 commits

Author SHA1 Message Date
Peter Howkins
9f91dca0c5 dttypes: Change to ANSI function definitions 2018-06-28 04:24:58 +01:00
Peter Howkins
8039ffe36f dtsr: Change to ANSI function definitions 2018-06-28 04:24:28 +01:00
Peter Howkins
75ea917380 dtpad: Change to ANSI function definitions 2018-06-28 04:24:03 +01:00
Peter Howkins
3503243d14 dthelp: Change to ANSI function definitions 2018-06-28 04:23:35 +01:00
Peter Howkins
97005a091e dtscreen: Change to ANSI function definitions 2018-06-28 04:23:07 +01:00
Peter Howkins
6f41ecc453 dtterm: Change to ANSI function definitions 2018-06-28 04:22:06 +01:00
Peter Howkins
403911407b dtstyle: Change to ANSI function definitions 2018-06-28 04:21:25 +01:00
Peter Howkins
e225c95486 dtpdmd: Change to ANSI function definitions 2018-06-28 04:20:53 +01:00
Peter Howkins
feee238aef dtpdm: Change to ANSI function definitions 2018-06-28 04:20:10 +01:00
Peter Howkins
1c545e12d2 dtimsstart: Change to ANSI function definitions 2018-06-28 04:19:15 +01:00
Peter Howkins
94f78da5df dtsession: Change to ANSI function definitions 2018-06-28 04:18:25 +01:00
Peter Howkins
f20747f139 dtwm: Change to ANSI function definitions 2018-06-28 04:17:53 +01:00
Peter Howkins
2d60124e03 dtlogin: Change to ANSI function definitions 2018-06-28 04:16:41 +01:00
Peter Howkins
806257b154 dticon: Change to ANSI function definitions 2018-06-28 04:15:59 +01:00
Peter Howkins
4cf746f177 dtinfo: Change to ANSI function definitions 2018-06-28 04:15:16 +01:00
Peter Howkins
e239c31702 dtfile/dtcopy: Change to ANSI function definitions 2018-06-28 04:14:11 +01:00
Peter Howkins
e57fa0384f dtfile: Change to ANSI function definitions 2018-06-28 04:13:21 +01:00
Peter Howkins
948baafd17 dtdocbook: Change to ANSI function definitions 2018-06-28 04:12:10 +01:00
Peter Howkins
3baf0744f2 dtcreate: Change to ANSI function definitions 2018-06-28 04:11:21 +01:00
Peter Howkins
35dc4283e4 dtcm: Change to ANSI function definitions 2018-06-28 04:10:42 +01:00
Peter Howkins
7936fae07b dtcalc: Change to ANSI function definitions 2018-06-28 04:09:20 +01:00
Peter Howkins
bb7ac1f24e dtappbuilder: Change to ANSI function definitions 2018-06-28 04:08:35 +01:00
Peter Howkins
6478653e18 dsdm: Change to ANSI function definitions 2018-06-28 04:07:44 +01:00
Peter Howkins
020d592338 libtt: Change to ANSI function definitions 2018-06-28 04:06:47 +01:00
Peter Howkins
6b09b19351 libDtTerm: Change to ANSI function definition 2018-06-28 04:01:19 +01:00
Peter Howkins
ba513278b9 libDtSvc: Change to ANSI function definitions 2018-06-28 03:58:49 +01:00
Peter Howkins
a5fa1313c4 libDtMrm: Change to ANSI function definitions 2018-06-28 03:56:02 +01:00
Peter Howkins
e6f38a9910 libcsa: Change to ANSI function definitions 2018-06-28 03:54:49 +01:00
Peter Howkins
e43dbc5460 libDtHelp: Change to ANSI function definitions 2018-06-28 03:53:31 +01:00
Ulrich Wilkens
eb811f26f8 Use installed X11 includes and libs 2018-06-27 20:51:58 -06:00
Peter Howkins
ed5d952294 dbtoman: Change to ANSI function definitions 2018-06-28 03:51:33 +01:00
Peter Howkins
b286be89d0 config/util: Change to ANSI function definitions 2018-06-28 03:49:38 +01:00
Matthew R. Trower
cd52651a3a Fix DtMail compilation on Sun with GCC 2018-06-27 11:34:00 -06:00
Ulrich Wilkens
32eefa310a Reenable gcc support on FreeBSD and OpenBSD 2018-06-27 11:13:06 -06:00
Matthew R. Trower
a166c36592 Enable building against an arbitrary Motif installation
* Give MotifProjectRoot priority over system libs
* Switch to UseInstalledMotif (but retain necessary imports)
2018-06-26 16:53:00 -06:00
Peter Howkins
bcb6aa9fa9 dtfile: Remove define MULTIBYTE which is always on for CDE 2018-06-25 01:24:31 +01:00
Peter Howkins
115c1a25d8 dtwm: In CDE we always build with MULTIBYTE support, disable unused singlebyte only 2018-06-25 00:20:55 +01:00
chase
6bf175ef2d Remove apollo support 2018-06-24 16:22:37 -06:00
chase
01c9b8889b Remove macII support 2018-06-24 16:05:18 -06:00
chase
63269240eb linux.cf: Remove permissive flag 2018-06-24 15:56:24 -06:00
Jon Trulson
c2cabbfa8b Merge branch 'master' into cde-next 2018-06-24 15:46:55 -06:00
Jon Trulson
aaa9305653 linux/site.def: use an if !defined() gaurd for DtLocalesToBuild
Without this, you cannot use the command line to select the languages
to build, you would have to edit site.def directly.

With this fix, you can build a language on linux with something like:

make World IMAKE_DEFINES='-DDtLocalesToBuild="de_DE.ISO8859-1 es_ES.ISO8859-1"'

to build the DE (German) and es (Spanish) locales.
2018-06-24 12:48:14 -06:00
Peter Howkins
5aa1fed48b dthelp: Convert all K&R function definitions to ANSI (C90) standard 2018-06-24 00:50:56 +01:00
Peter Howkins
f89139dd84 dthelp: Remove spectaculaly obsolete MSDOS support 2018-06-23 01:38:03 +01:00
Peter Howkins
757249c65b dthelp: Remove always on macro M_NOPAR which was just there to support ancient compilers that don't have 'void' 2018-06-23 00:48:36 +01:00
Peter Howkins
725b02e6bf dthelp: Remove define M_PROTO that was always turned on (for all platforms) that enabled ANSI not K&R function prototypes 2018-06-22 20:40:47 +01:00
Peter Howkins
de7e0dfcdd dtwm: Remove define MWM_QATS_PROTOCOL that has to be always off for dtwm, obsolete, unavailable mwm test suite support 2018-06-21 03:04:32 +01:00
Jon Trulson
8c1ad2d3a8 libtt: if local hostname lookup fails, default to localhost
A recurring problem, mainly on the BSD's, and also on some Linux
installations, is a failure for ttsession to start and any clients
trying to attach to it failing due to having a hostname that is not
associated with an IP address.

This is due to code which looks up the hostname, and if it does not
have a valid host record, then TT just fails.

This has required those users to add an alias for their host name in
their /etc/hosts file.

With this commit, this should no longer be necessary.  Now, if
_XGethostbyname() fails when looking up the local name, a default of
"localhost" is used, which should always exist.

This was run tested on Linux and FreeBSD 11.1.  It was compile tested
on OpenBSD 6.2.
2018-06-20 16:59:34 -06:00
Matthew R. Trower
b2540645a3 Minor corrections and cleanup to sun.cf 2018-06-20 12:15:00 -06:00
Matthew R. Trower
408f8256cd Resolve inconsistent strcasestr availability on Sun 2018-06-20 12:14:53 -06:00