Jon Trulson
5852c4742f
Fix erroneous uses of ${prefix} rather than $(CDE_INSTALLATION_TOP)
...
Some Makefiles use prefix when they should be using
CDE_INSTALLATION_TOP.
Patch by Peter G.
2020-03-23 13:10:07 -06:00
Jon Trulson
82059bf240
Merge branch 'master' into autotools-conversion after 2.3.1 release
2019-11-16 16:35:56 -07:00
Chase
88b46c6a28
il: remove various deprecated files
2019-11-01 17:23:48 -06:00
Jon Trulson
86bae29d78
Protect inclusions of autotools_config.h with HAVE_CONFIG_H
2019-10-28 15:01:02 -06:00
Jon Trulson
b0cc0c8747
DtHelp: make it build
...
Use configure's endian checks to determine whether to set LSB in il/.
Add locale.h check, include to Helpos.c
Both via including autotools_config.h.
2019-10-26 16:05:48 -06:00
Chase
f6820cc8fd
lib/DtHelp: add automakefiles
2019-10-23 15:34:19 -06:00
Jon Trulson
2dadc23e0e
Merge branch 'master' into cde-next
2018-09-22 15:50:13 -06:00
chase
bf0b602b9a
il: Remove deprecated files
2018-08-26 16:58:38 -06:00
Peter Howkins
258a7e3803
libDtHelp: Cov 174697
2018-08-11 00:53:10 +01:00
Peter Howkins
ef54b70ac1
libDtHelp: Cov 89524
2018-08-11 00:50:33 +01:00
Peter Howkins
0be3e91f4d
libDtHelp: Cov 89401
2018-08-11 00:47:42 +01:00
Peter Howkins
f896256ec9
libDtHelp: Cov 88724
2018-08-11 00:40:36 +01:00
Peter Howkins
a69ed1cf9b
libDtHelp: Cov 89366
2018-08-11 00:34:40 +01:00
Peter Howkins
0e66cfee7f
libDtHelp: Cov 89582
2018-08-11 00:24:04 +01:00
Peter Howkins
db779f870e
libDtHelp: Cov 87607
2018-08-11 00:21:18 +01:00
Jon Trulson
e9d0d91cad
lib/DtHelp/il: remove register keyword
2018-06-27 21:58:04 -06:00
chase
809c3d8bb6
Spelling fixes
2018-05-31 22:23:19 -06:00
chase
07900bd93b
Remove Unixware and openserver support
2018-05-20 12:13:07 -06:00
chase
33d2749ea3
Last of the spelling fixed
2018-04-28 12:36:44 -06:00
chase
1fe5a550b2
Fix typo in license headers
2018-04-28 12:30:20 -06:00
Jon Trulson
17379a3fc0
DtHelp: Coverity (memory corruption, moderate)
2014-12-26 15:50:41 -07:00
Ulrich Wilkens
01d6c363fa
OpenIndiana and Solaris port
2014-10-28 13:40:11 -06:00
Ulrich Wilkens
c3f74eec17
FreeBSD 10 clang port
2014-07-27 12:32:35 -06:00
Pascal Stumpf
7e0a9517e3
Silence lots of warnings in lib/DtHelp.
...
* 64bit warnings
* Missing prototypes
* explicit parentheses / brackets
There's still some work to be done, but, as always, it's a start ...
2013-07-22 17:19:13 -06:00
Peter Howkins
21feacd159
libdthelp: Resolve 65 -Wunused-variable warnings
2012-11-09 17:20:46 +00:00
Peter Howkins
cd39eabb18
libdthelp: resolve 46 compiler warnings
2012-10-08 15:34:45 +01:00
Marcin Cieslak
917f7da191
157 warnings: remove -DXK_MISCELLANY from Makefiles
...
Fixes the following warning:
In file included from ../../../imports/x11/include/X11/Xutil.h:54,
from ../../../imports/x11/include/X11/Intrinsic.h:54,
from Action.c:64:
../../../imports/x11/include/X11/keysym.h:49:1: warning: "XK_MISCELLANY" redefined
<command-line>: warning: this is the location of the previous definition
<keysym.h> which includes all key symbols and loads <keysymdef.h>
is automaticlly included by the X Toolkit.
This patch removes #include <keysymdef.h> whenever not needed,
and adds #define XK_MISCALLANY in the source code where required.
2012-09-24 18:30:21 -06:00
Peter Howkins
0b623d4b63
lib/DtHelp: Include <stdio.h> to prevent warnings about implicit declartion of free()
2012-08-22 12:10:10 +01:00
Pascal Stumpf
0bbd4ff9aa
Get rid of malloc.h.
...
This is a non-POSIX/ISO-C header. It is ok to include this on Linux, but it
is obsolete on BSD; FreeBSD even throws an error if you include it with
__STDC__ defined. Every system should nowadays have malloc() defined in
stdlib.h.
Diff is largely mechanical, replacing malloc.h with stdlib.h where it is not
yet included anyway.
2012-08-12 14:20:58 -06:00
Jon Trulson
75f2f96793
libDtHelp: fix up some warnigs and potential overruns
2012-07-12 18:03:54 -06:00
Peter Howkins
c884521619
Add GNU LGPL headers to all .c .C and .h files
2012-03-10 18:58:32 +00:00
Peter Howkins
83b6996daa
Initial import of the CDE 2.1.30 sources from the Open Group.
2012-03-10 18:21:40 +00:00