Peter Howkins
6f2a704bbd
libcsa: Resolve 96 -Wunused-variable warnings.
...
This is not all of them, another ~90 exist in generated code.
2012-11-06 15:07:08 +00:00
Peter Howkins
37c30d32f7
lidtwidget: Resolve 74 -Wunused-variable warnings
2012-11-06 13:56:11 +00:00
Peter Howkins
a0da2db479
dtcalc: Resolve 43 warnings that would be introduced with -Wunused-variable or -Wall
...
Basically 43 local variables declared in functions and then never used.
2012-11-05 16:44:29 +00:00
Peter Howkins
cd39eabb18
libdthelp: resolve 46 compiler warnings
2012-10-08 15:34:45 +01:00
Peter Howkins
5e14a88e2c
dtudcexch/dtudcfonted: Resolve 78 compiler warnings.
2012-09-18 12:00:05 +01:00
Peter Howkins
e2432556b8
Merge branch 'master' of ssh://localhost:3333/p/cdesktopenv/code
2012-09-18 11:59:42 +01:00
Peter Howkins
f3d2d238ed
dtterm: Resolve 4 compiler warnings
2012-09-17 16:28:55 +01:00
Peter Howkins
dcdd21df34
dtstyle: Resolve 28 compiler warnings.
2012-09-17 14:56:06 +01:00
Peter Howkins
8a78cc767e
libtt: resolve implicit delaration of free() and exit() warnings
2012-08-22 12:39:25 +01: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
Peter Howkins
f6f54a4037
libcsa: Warning prevention
...
Remove 'implicit declaration' warnings by included correct ANSI C headers.
Correct some format strings for long ints.
2012-08-22 11:53:08 +01:00
Peter Howkins
20c107bce2
dtcalc: Resolve "format not a string literal and no format arguments [-Wformat-security]" warnings.
...
Fix warnings related to secruity concerns on varargs functions. By specifying
"%s" on single string calls to sprintf() (and related) it's not possible to
have a % in the input string causing random data to be read off the stack.
2012-08-22 11:28:36 +01:00
Peter Howkins
7d50721685
dtcalc: Resolve "missing sentinel in function call [-Wformat]" warnings
...
Caused by XtVaGetValues() and XtVaSetValues() variable arguments lists
needing to be terminated by NULL not 0.
2012-08-22 10:44:33 +01:00
Peter Howkins
2c1daeb413
Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
2012-08-03 17:11:07 +01:00
Peter Howkins
47637b0c37
Re-enable dtappbuilder on linux builds.
2012-08-03 17:10:36 +01:00
Peter Howkins
2968429c0b
Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
2012-07-27 14:43:33 +01:00
Peter Howkins
be57b53232
Allow installing the terminfo file for dtterm to also work with path as
...
/usr/share/terminfo as well as /usr/share/lib/terminfo
This allows fully functioning dtterm on Ubuntu 12.04 on which the terminfo file
failed to install.
2012-07-27 14:39:08 +01:00
Peter Howkins
da72e94e7f
Add in a CONTRIBUTORS file for all people that have made changes post
...
open-source release. Also update sourceforge url to project website.
2012-07-24 15:23:16 +01:00
Peter Howkins
6eebf7d42c
Increment CDE version number to 2.2.0
2012-07-16 15:23:40 +01:00
Peter Howkins
23930d1b35
.gitignore attempt to trim down the number of generated files showing up
...
in git status, work in progress.
2012-07-05 17:18:34 +01:00