oweals/cde.git
11 years agodtsession: implement screen lock/unlock for linux
Jon Trulson [Thu, 12 Jul 2012 20:22:59 +0000 (14:22 -0600)]
dtsession: implement screen lock/unlock for linux

In order for this to work, dtsession must be setuid root.  If
dtsession is not setuid root, then locking will be disabled, and a
message will be written to ~/.dt/errorlog with the message: "Unable to
lock display due to security restrictions".

11 years agodtsession: SmUI.c: fix ancient typo
Jon Trulson [Thu, 12 Jul 2012 19:31:54 +0000 (13:31 -0600)]
dtsession: SmUI.c: fix ancient typo

11 years agodtsession: also block HUP and PIPE when preparing to shutdown
Jon Trulson [Thu, 12 Jul 2012 19:13:21 +0000 (13:13 -0600)]
dtsession: also block HUP and PIPE when preparing to shutdown

11 years agodtsession: don't exit while processing your own session exit event.
Jon Trulson [Thu, 12 Jul 2012 19:09:22 +0000 (13:09 -0600)]
dtsession: don't exit while processing your own session exit event.

Setup a global that protects against accidentally exiting
while doing session exit related housekeeping.

11 years ago.gitignore attempt to trim down the number of generated files showing up
Peter Howkins [Thu, 5 Jul 2012 16:18:34 +0000 (17:18 +0100)]
.gitignore attempt to trim down the number of generated files showing up
in git status, work in progress.

11 years agoAs 'copyright' is used by dthello, make sure that it's based on the current
Peter Howkins [Wed, 4 Jul 2012 16:30:04 +0000 (17:30 +0100)]
As 'copyright' is used by dthello, make sure that it's based on the current
LGPL license, and move previous copyright file to copyright.old

11 years agoMerge branch 'linux1'
Peter Howkins [Wed, 4 Jul 2012 15:20:43 +0000 (16:20 +0100)]
Merge branch 'linux1'

11 years agoConverted postscript documentation to pdf, moved to a better place.
Jon Trulson [Wed, 27 Jun 2012 18:21:52 +0000 (12:21 -0600)]
Converted postscript documentation to pdf, moved to a better place.

The new PDF's are located in doc/C/pdf, and the original postscript
files in doc/postscript have been removed.

11 years agofontaliases: add more robust font.aliases file.
Jon Trulson [Fri, 22 Jun 2012 00:30:40 +0000 (18:30 -0600)]
fontaliases: add more robust font.aliases file.

Note, this requires that the xfonts-100dpi and
xfonts-100dpi-transcode[d] packages be installed.  Kubuntu 11.10 calls
the transcoded package 'xfonts-100dpi-transcoded' while 12.04 calls it
'xfonts-100dpi-transcode'

You can also use the 75dpi variants if you wish, though they will look
crappy on larger monitors (>1024x768).

11 years agodtlogin|Xsession/config: setup some env variables and fontpath for linux (and CSRG...
Jon Trulson [Thu, 21 Jun 2012 23:55:57 +0000 (17:55 -0600)]
dtlogin|Xsession/config: setup some env variables and fontpath for linux (and CSRG) systems.

What we really need are more fonts installed, like all of the xf 75dpi
and 100dpi fonts.  100dpi looks much better than 75/72 dpi, especially
on any display larger than 1024x768.  Of course, in the far future, we
should use the anti-aliased TT fonts everyone else uses these days
anyway.

11 years agofonts.alias: use Peters version in the CDE wiki for now.
Jon Trulson [Thu, 21 Jun 2012 23:30:56 +0000 (17:30 -0600)]
fonts.alias: use Peters version in the CDE wiki for now.

11 years agoAdd fontaliases/linux/ dir, and appropriate entries in the CDE-FONT.udb database.
Jon Trulson [Thu, 21 Jun 2012 23:07:21 +0000 (17:07 -0600)]
Add fontaliases/linux/ dir, and appropriate entries in the CDE-FONT.udb database.

Note, these still aren't quie working yet.  Notably, font.dir needs to
be generated properly and re-committed so they will be used.
mkfontdir is used to do this, but currently it fails on these
font.alias files (does not recognize them).

11 years agoXsession.src: setup proper cpp_* defines for linux
Jon Trulson [Thu, 21 Jun 2012 23:05:37 +0000 (17:05 -0600)]
Xsession.src: setup proper cpp_* defines for linux

11 years agodtfile: add freetype includes to Imakfile
Jon Trulson [Wed, 20 Jun 2012 20:25:41 +0000 (14:25 -0600)]
dtfile: add freetype includes to Imakfile

While removing the CCLINK options, accidentally removed freetype
includes, causing dtfile to fail to build.

11 years agoFix dtsession_res so certain config/xrdb options will work properly.
Jon Trulson [Wed, 20 Jun 2012 07:37:05 +0000 (01:37 -0600)]
Fix dtsession_res so certain config/xrdb options will work properly.

11 years agoinstant: fix infinite loop seen in non-C locales
Jon Trulson [Wed, 20 Jun 2012 02:02:56 +0000 (20:02 -0600)]
instant: fix infinite loop seen in non-C locales

11 years agoAdd older CDE documentation in .ps format until newer documentation can be generated...
Jon Trulson [Wed, 20 Jun 2012 01:37:36 +0000 (19:37 -0600)]
Add older CDE documentation in .ps format until newer documentation can be generated with dtinfo.

11 years agoRemove dtinfo launcher and icons from the default front panel.
Jon Trulson [Wed, 20 Jun 2012 01:22:08 +0000 (19:22 -0600)]
Remove dtinfo launcher and icons from the default front panel.

Use the help system instead.  Someday, if dtinfo can be made to work,
this can be undone easily.  Note, you may have to clear out your ~/.dt
dir to see the change.

11 years agodbtoman: use ksh rather than sh. With working nsgmls, now we can build man pages.
Jon Trulson [Wed, 20 Jun 2012 00:22:38 +0000 (18:22 -0600)]
dbtoman: use ksh rather than sh.  With working nsgmls, now we can build man pages.

Under ubuntu at least, /bin/sh is really /bin/dash.  For some reason,
dash cannot detect an executable (-x) file if it resides on nfs.  bash
and ksh do not have this problem.  Since ksh is already required to
build and install major portions of CDE, might as well use it here too.

11 years agonsgmls: Imakefile fixes so it will build
Jon Trulson [Wed, 20 Jun 2012 00:04:53 +0000 (18:04 -0600)]
nsgmls: Imakefile fixes so it will build

11 years agoagent.c: oops - include poll.h, not sys/poll.h
Jon Trulson [Tue, 19 Jun 2012 23:31:28 +0000 (17:31 -0600)]
agent.c: oops - include poll.h, not sys/poll.h

11 years agoRemove OS deps from tclPosixStr.c (EOPNOTSUPP/ENOTSUP errnos)
Jon Trulson [Tue, 19 Jun 2012 23:18:00 +0000 (17:18 -0600)]
Remove OS deps from tclPosixStr.c (EOPNOTSUPP/ENOTSUP errnos)

11 years agocsa/agent.c: use select rather than poll
Jon Trulson [Tue, 19 Jun 2012 22:51:25 +0000 (16:51 -0600)]
csa/agent.c: use select rather than poll

11 years agoRemove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc).
Jon Trulson [Tue, 19 Jun 2012 22:27:20 +0000 (16:27 -0600)]
Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc).

Added proper SharedDtSvcReqs in lnxLib.tmpl and CplusplusLibC in
linux.cf.  This allows the libstdc++ dependancy to be properly
declared for libDtSvc so that it is not neccessary to hardcode 'CCLINK
= g++' in the Imakefiles of programs linking angainst libDtSvc.

11 years agodoc/help localization changes
Jon Trulson [Tue, 19 Jun 2012 04:01:02 +0000 (22:01 -0600)]
doc/help localization changes

- by default, do not build any other locale than C for now
- do not try to build the guides.  These require functioning
  dtinfo/docbook
- add a Linux.lcx locale translation db.  Not used yet.
- fix some overflows in dtdocbook/instant

11 years agoimake/config changes to support more processors, including AMD64 (x86_64)
Jon Trulson [Tue, 19 Jun 2012 01:50:44 +0000 (19:50 -0600)]
imake/config changes to support more processors, including AMD64 (x86_64)

- also some rework of linux.cf
  - only allow ELF systems
  - use -pipe
  - add some more defines
  - get rid of some of the ancient (libc5/linux 1) support.  Really,
    don't expect CDE to build right on such old systems.

11 years ago.gitignore: add some more db related exclusions
Jon Trulson [Tue, 19 Jun 2012 01:50:30 +0000 (19:50 -0600)]
.gitignore: add some more db related exclusions

11 years agodatabases/installCDE - fixup a variety of issues.
Jon Trulson [Tue, 19 Jun 2012 00:24:07 +0000 (18:24 -0600)]
databases/installCDE - fixup a variety of issues.

- databases need linux specific entries for CDE-SHLIBS
- database Imakefile should undef the platform define (linux)
- installCDE fixes
  - use $LOGFILE.  There are still cases where tmp files are created
    in /tmp.
  - detect and set proper PLATFORM
  - Check to see if a db exists before trying to use it
  - don't print usage if you aren't root.

11 years agolinux.cf: remove ServerOSDefines and ServerExtraDefines
Jon Trulson [Tue, 19 Jun 2012 00:23:39 +0000 (18:23 -0600)]
linux.cf: remove ServerOSDefines and ServerExtraDefines

11 years agogitignore: add some entries for admin/IntegTools and Makefiles
Jon Trulson [Tue, 19 Jun 2012 00:22:42 +0000 (18:22 -0600)]
gitignore: add some entries for admin/IntegTools and Makefiles

11 years agoAdd -fpermissive to linux standard c++ option define in linux.cf
Jon Trulson [Mon, 18 Jun 2012 22:27:25 +0000 (16:27 -0600)]
Add -fpermissive to linux standard c++ option define in linux.cf

Remove from individual Imakefiles.

Also, remove '#if 0' block in linux.cf, and remove empty
LinuxMachineDefines. This should be working correctly.  If not, let me
know.

11 years agodtterm: fixes so job control will work.
Jon Trulson [Mon, 18 Jun 2012 22:01:17 +0000 (16:01 -0600)]
dtterm: fixes so job control will work.

11 years agodtterm: disable svr4 streams semantics on linux
Jon Trulson [Mon, 18 Jun 2012 21:32:02 +0000 (15:32 -0600)]
dtterm: disable svr4 streams semantics on linux

11 years agoImport of the files from Motif 2.1.30 release that are needed to build CDE
Peter Howkins [Fri, 15 Jun 2012 14:58:42 +0000 (15:58 +0100)]
Import of the files from Motif 2.1.30 release that are needed to build CDE
man pages.

11 years agoconvert all Imakefile LinuxDistribution to LinuxArchitecture.
Peter Howkins [Thu, 31 May 2012 12:47:41 +0000 (13:47 +0100)]
convert all Imakefile LinuxDistribution to LinuxArchitecture.
(programs part 2)

11 years agoConvert all Imakefile LinuxDistribution switches to LinuxArchitecture.
Peter Howkins [Thu, 31 May 2012 12:40:38 +0000 (13:40 +0100)]
Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.
(programs part1)

11 years agoModify all Imakefile files to use LinuxArchitecture instead of LinuxDistribution
Peter Howkins [Thu, 31 May 2012 11:41:33 +0000 (12:41 +0100)]
Modify all Imakefile files to use LinuxArchitecture instead of LinuxDistribution
for Linux specific changes. (lib directory)

11 years agoAddition of LGPL file at top level, deprecation of file copyright, and
Peter Howkins [Tue, 29 May 2012 15:54:57 +0000 (16:54 +0100)]
Addition of LGPL file at top level, deprecation of file copyright, and
modify the user facing copying help text to be LGPL.

11 years agoRevert previous erroneous change made on master that had already been
Peter Howkins [Tue, 29 May 2012 15:42:30 +0000 (16:42 +0100)]
Revert previous erroneous change made on master that had already been
done on linux1.

12 years agodisable building of dtappbuilder until building right
Jon Trulson [Sun, 27 May 2012 03:06:06 +0000 (21:06 -0600)]
disable building of dtappbuilder until building right

12 years agodtsession: fix VU#497553
Jon Trulson [Sun, 27 May 2012 01:29:50 +0000 (19:29 -0600)]
dtsession: fix VU#497553

12 years agoDtSvc/dtspcd: fixes for VU#172583
Jon Trulson [Sun, 27 May 2012 01:09:33 +0000 (19:09 -0600)]
DtSvc/dtspcd: fixes for VU#172583

12 years agodtspcd: fix symlink vulnerability, a couple warnings
Jon Trulson [Sun, 27 May 2012 00:57:11 +0000 (18:57 -0600)]
dtspcd: fix symlink vulnerability, a couple warnings

12 years agott_isam_record.C/tt_isam_record.C: fix CERT VU#387387 part 3
Jon Trulson [Sun, 27 May 2012 00:39:51 +0000 (18:39 -0600)]
tt_isam_record.C/tt_isam_record.C: fix CERT VU#387387 part 3

12 years agott_isam_record.C: fix CERT VU#387387 part 2
Jon Trulson [Sun, 27 May 2012 00:29:26 +0000 (18:29 -0600)]
tt_isam_record.C: fix CERT VU#387387 part 2

12 years agott_isam_record.C: fix CERT VU#387387
Jon Trulson [Sun, 27 May 2012 00:28:02 +0000 (18:28 -0600)]
tt_isam_record.C: fix CERT VU#387387

12 years agodm_server.C: fix CERT VU#975403/VU#299816
Jon Trulson [Sun, 27 May 2012 00:24:31 +0000 (18:24 -0600)]
dm_server.C: fix CERT VU#975403/VU#299816

12 years agoFileUtils.c: fix CERT VU#575804
Jon Trulson [Sun, 27 May 2012 00:14:58 +0000 (18:14 -0600)]
FileUtils.c: fix CERT VU#575804

12 years agolinux has supported shadow passwords forever...
Jon Trulson [Sat, 26 May 2012 23:57:11 +0000 (17:57 -0600)]
linux has supported shadow passwords forever...

12 years agoSeveral adjustments to installCDE.src:
Jon Trulson [Sat, 26 May 2012 23:30:53 +0000 (17:30 -0600)]
Several adjustments to installCDE.src:

 Do not require the user to be root

 Use -e in echo statments so that embedded \t's etc will display.

 Do not save install log in /tmp with a known name, especially since
 it is supposed to be run as root.  This is a Bad Thing To Do (tm).
 Instead just save the log in the current dir.

12 years agoRemove dtinfo and dtksh from the build for now
Jon Trulson [Sat, 26 May 2012 23:23:03 +0000 (17:23 -0600)]
Remove dtinfo and dtksh from the build for now

12 years agoRemove -k option from WORLDOPTS
Jon Trulson [Sat, 26 May 2012 23:21:45 +0000 (17:21 -0600)]
Remove -k option from WORLDOPTS

12 years agoOn the gneeric authenticator use shadow password API if under linux,
Peter Howkins [Thu, 19 Apr 2012 16:16:50 +0000 (17:16 +0100)]
On the gneeric authenticator use shadow password API if under linux,
allows login on dtlogin.

12 years agoHACK, instant should not stop on non fatal fatals, this allows building
Peter Howkins [Sat, 14 Apr 2012 22:18:17 +0000 (23:18 +0100)]
HACK, instant should not stop on non fatal fatals, this allows building
of 'C' locale help files.

12 years agoLinux compilation of ttsnoop (Matthew Howkins)
Peter Howkins [Thu, 12 Apr 2012 18:08:52 +0000 (19:08 +0100)]
Linux compilation of ttsnoop (Matthew Howkins)

This may contain prexisting 64-bit issues, caused by hammering pointers
into ints.

12 years agoLinux compilation of dtbuilder (Matthew Howkins)
Peter Howkins [Thu, 12 Apr 2012 16:36:54 +0000 (17:36 +0100)]
Linux compilation of dtbuilder (Matthew Howkins)

12 years agoLinux compilation fixes for dthelp (Matthew Howkins)
Peter Howkins [Thu, 12 Apr 2012 15:21:14 +0000 (16:21 +0100)]
Linux compilation fixes for dthelp (Matthew Howkins)

12 years agoLinux compilation of nsgmls (Matthew Howkins)
Peter Howkins [Wed, 11 Apr 2012 17:03:23 +0000 (18:03 +0100)]
Linux compilation of nsgmls (Matthew Howkins)

12 years agoLinux compilation of dtcm (Calendar), (Matthew Howkins)
Peter Howkins [Wed, 11 Apr 2012 16:33:26 +0000 (17:33 +0100)]
Linux compilation of dtcm (Calendar), (Matthew Howkins)

12 years agoWhen compiling libcsa make sure it's linked against Xt at library compile
Peter Howkins [Wed, 11 Apr 2012 15:52:34 +0000 (16:52 +0100)]
When compiling libcsa make sure it's linked against Xt at library compile
time. Prevents issues when programs that link against libcsa can't find
Xt symbols even when linked with -lXt

12 years agoFix segfault on file not copyright file not found. Only fclose() a file
Peter Howkins [Wed, 11 Apr 2012 14:37:12 +0000 (15:37 +0100)]
Fix segfault on file not copyright file not found. Only fclose() a file
handle that has been successfully fopen()ed.

12 years agoAdd a MainWindow.h include to prevent missing references.
Peter Howkins [Mon, 2 Apr 2012 14:18:51 +0000 (15:18 +0100)]
Add a MainWindow.h include to prevent missing references.

12 years agoDon't declare 'Chunk' as both public and private, that's just daft.
Peter Howkins [Mon, 2 Apr 2012 14:17:50 +0000 (15:17 +0100)]
Don't declare 'Chunk' as both public and private, that's just daft.

12 years agoDon't redeclare forceUpdate() with the wrong prototype.
Peter Howkins [Mon, 2 Apr 2012 14:16:58 +0000 (15:16 +0100)]
Don't redeclare forceUpdate() with the wrong prototype.

12 years agoAdd -fpermissive to allow compilation of old C++ on modern GCC
Peter Howkins [Mon, 2 Apr 2012 14:16:05 +0000 (15:16 +0100)]
Add -fpermissive to allow compilation of old C++ on modern GCC

12 years agoUse a particulaly unpleasant cast to get a void * into an enumeration type.
Peter Howkins [Mon, 2 Apr 2012 14:15:04 +0000 (15:15 +0100)]
Use a particulaly unpleasant cast to get a void * into an enumeration type.

12 years agoC++ needs variables to have a type, use int as a default.
Peter Howkins [Mon, 2 Apr 2012 14:14:09 +0000 (15:14 +0100)]
C++ needs variables to have a type, use int as a default.

12 years agoOn linux use \r instead of ^M as the character for a carridge return.
Peter Howkins [Mon, 2 Apr 2012 14:13:13 +0000 (15:13 +0100)]
On linux use \r instead of ^M as the character for a carridge return.

12 years ago-fpermissive to allow GCC to compile old C++
Peter Howkins [Mon, 2 Apr 2012 13:56:05 +0000 (14:56 +0100)]
-fpermissive to allow GCC to compile old C++

12 years agoC++ doesn't allow variables to be declared without a type, use 'int' as
Peter Howkins [Mon, 2 Apr 2012 13:47:47 +0000 (14:47 +0100)]
C++ doesn't allow variables to be declared without a type, use 'int' as
a default.

12 years agoDo not specify linux architecture specific defines, most of these are defaults
Peter Howkins [Sat, 24 Mar 2012 17:35:46 +0000 (17:35 +0000)]
Do not specify linux architecture specific defines, most of these are defaults
now, and some cause issues on i386 for example.

12 years agoMerge branch 'linux1' of ssh://git.code.sf.net/p/cdesktopenv/code into linux1
Peter Howkins [Fri, 23 Mar 2012 18:41:17 +0000 (18:41 +0000)]
Merge branch 'linux1' of ssh://git.code.sf.net/p/cdesktopenv/code into linux1

12 years agoLink with C++ linker
Peter Howkins [Fri, 23 Mar 2012 13:49:49 +0000 (13:49 +0000)]
Link with C++ linker

12 years agoDon't try to define abs() on linux, stdlib will handle it.
Peter Howkins [Fri, 23 Mar 2012 13:49:24 +0000 (13:49 +0000)]
Don't try to define abs() on linux, stdlib will handle it.

12 years agoExceptionally hacky linux fix. gnu gencat is returning != 0 even when it's
Peter Howkins [Thu, 22 Mar 2012 17:05:45 +0000 (17:05 +0000)]
Exceptionally hacky linux fix. gnu gencat is returning != 0 even when it's
succeeding.

12 years agoDo not include a couple of missing files under linux.
Peter Howkins [Thu, 22 Mar 2012 16:00:56 +0000 (16:00 +0000)]
Do not include a couple of missing files under linux.

12 years agoDon't include a couple of non-existant svr4 files on linux.
Peter Howkins [Tue, 20 Mar 2012 20:50:16 +0000 (20:50 +0000)]
Don't include a couple of non-existant svr4 files on linux.

12 years agoChange over Linux to using the System V style pty code, it seems at some
Peter Howkins [Tue, 20 Mar 2012 20:43:06 +0000 (20:43 +0000)]
Change over Linux to using the System V style pty code, it seems at some
point Linuxes pty code is no longer the BSD legacy one by default anymore.

12 years agoAdd Freetype include path to build for DtWidget
Peter Howkins [Thu, 15 Mar 2012 11:14:34 +0000 (11:14 +0000)]
Add Freetype include path to build for DtWidget

12 years agoLink with C++ linker
Peter Howkins [Wed, 14 Mar 2012 13:53:28 +0000 (13:53 +0000)]
Link with C++ linker

12 years agoPrototype static function setRealDelArea() before it is used.
Peter Howkins [Wed, 14 Mar 2012 13:52:14 +0000 (13:52 +0000)]
Prototype static function setRealDelArea() before it is used.

12 years agoOn linux do not include X11/Xlocale.h but locale.h, this prevents
Peter Howkins [Wed, 14 Mar 2012 13:50:42 +0000 (13:50 +0000)]
On linux do not include X11/Xlocale.h but locale.h, this prevents
Xlocale.h redefining setlocate() into _Xsetlocale() that it then can't
find and link against.

12 years agoNamespace ostream and endl into std::
Peter Howkins [Tue, 13 Mar 2012 17:54:48 +0000 (17:54 +0000)]
Namespace ostream and endl into std::
Use <iostream> without the .h

12 years agonamespace ostream into std::ostream for modern C++
Peter Howkins [Tue, 13 Mar 2012 17:45:34 +0000 (17:45 +0000)]
namespace ostream into std::ostream for modern C++

12 years agoAdd in -fpermissive for compiling old C++ on gcc
Peter Howkins [Tue, 13 Mar 2012 17:43:43 +0000 (17:43 +0000)]
Add in -fpermissive for compiling old C++ on gcc

12 years agoInclude <iostream> without the .h on modern C++
Peter Howkins [Tue, 13 Mar 2012 17:41:48 +0000 (17:41 +0000)]
Include <iostream> without the .h on modern C++

12 years agoOn linux ostream and endl need prefixing into the std namespace.
Peter Howkins [Tue, 13 Mar 2012 17:40:21 +0000 (17:40 +0000)]
On linux ostream and endl need prefixing into the std namespace.

12 years agoInclude <iostream> without the .h on modern C++
Peter Howkins [Tue, 13 Mar 2012 17:31:56 +0000 (17:31 +0000)]
Include <iostream> without the .h on modern C++

12 years agoOn linux use the system provided libXau rather than one from the imports
Peter Howkins [Tue, 13 Mar 2012 17:18:35 +0000 (17:18 +0000)]
On linux use the system provided libXau rather than one from the imports
directory (that would have linked to the X11 tree).

12 years agoAdd a .gitignore to try to reduce the amount of files listed as not
Peter Howkins [Tue, 13 Mar 2012 16:44:50 +0000 (16:44 +0000)]
Add a .gitignore to try to reduce the amount of files listed as not
in repository on git status.

12 years agoUse C++ linker
Peter Howkins [Tue, 13 Mar 2012 16:15:22 +0000 (16:15 +0000)]
Use C++ linker
Add in freetype headers

Use system provided -lXdmcp and -Xau instead of trying to compile them
from the imports directory.

12 years agoChange detector for linux platform to match other Imakefile changes
Peter Howkins [Mon, 12 Mar 2012 21:26:30 +0000 (21:26 +0000)]
Change detector for linux platform to match other Imakefile changes

12 years agoThese days include standard C++ header files without the .h on the end
Peter Howkins [Mon, 12 Mar 2012 16:43:22 +0000 (16:43 +0000)]
These days include standard C++ header files without the .h on the end

12 years agoUse C++ linker
Peter Howkins [Mon, 12 Mar 2012 16:27:41 +0000 (16:27 +0000)]
Use C++ linker

12 years agoUndo previous method and use __va_copy instead.
Peter Howkins [Mon, 12 Mar 2012 16:27:08 +0000 (16:27 +0000)]
Undo previous method and use __va_copy instead.

12 years agoOn linux use the va_copy() func for variable arugment copying
Peter Howkins [Mon, 12 Mar 2012 16:24:24 +0000 (16:24 +0000)]
On linux use the va_copy() func for variable arugment copying

12 years agoInitialise varargs list in the same way as OSF
Peter Howkins [Mon, 12 Mar 2012 16:19:32 +0000 (16:19 +0000)]
Initialise varargs list in the same way as OSF

12 years agoDo not bother trying to redefine the putenv() function
Peter Howkins [Mon, 12 Mar 2012 16:16:16 +0000 (16:16 +0000)]
Do not bother trying to redefine the putenv() function

12 years agoCLK_TCK is considered obsolete in GCC, use CLOCKS_PER_SEC instead
Peter Howkins [Mon, 12 Mar 2012 16:05:21 +0000 (16:05 +0000)]
CLK_TCK is considered obsolete in GCC, use CLOCKS_PER_SEC instead

12 years agoDo not redefine strdup() on Linux
Peter Howkins [Mon, 12 Mar 2012 16:03:06 +0000 (16:03 +0000)]
Do not redefine strdup() on Linux