oweals/cde.git
2012-03-22 Peter HowkinsExceptionally hacky linux fix. gnu gencat is returning...
2012-03-22 Peter HowkinsDo not include a couple of missing files under linux.
2012-03-20 Peter HowkinsChange over Linux to using the System V style pty code...
2012-03-14 Peter HowkinsLink with C++ linker
2012-03-14 Peter HowkinsPrototype static function setRealDelArea() before it...
2012-03-14 Peter HowkinsOn linux do not include X11/Xlocale.h but locale.h...
2012-03-13 Peter HowkinsNamespace ostream and endl into std::
2012-03-13 Peter Howkinsnamespace ostream into std::ostream for modern C++
2012-03-13 Peter HowkinsAdd in -fpermissive for compiling old C++ on gcc
2012-03-13 Peter HowkinsInclude <iostream> without the .h on modern C++
2012-03-13 Peter HowkinsOn linux ostream and endl need prefixing into the std...
2012-03-13 Peter HowkinsInclude <iostream> without the .h on modern C++
2012-03-13 Peter HowkinsOn linux use the system provided libXau rather than...
2012-03-13 Peter HowkinsAdd a .gitignore to try to reduce the amount of files...
2012-03-13 Peter HowkinsUse C++ linker
2012-03-12 Peter HowkinsChange detector for linux platform to match other Imake...
2012-03-12 Peter HowkinsThese days include standard C++ header files without...
2012-03-12 Peter HowkinsUse C++ linker
2012-03-12 Peter HowkinsUndo previous method and use __va_copy instead.
2012-03-12 Peter HowkinsOn linux use the va_copy() func for variable arugment...
2012-03-12 Peter HowkinsInitialise varargs list in the same way as OSF
2012-03-12 Peter HowkinsDo not bother trying to redefine the putenv() function
2012-03-12 Peter HowkinsCLK_TCK is considered obsolete in GCC, use CLOCKS_PER_S...
2012-03-12 Peter HowkinsDo not redefine strdup() on Linux
2012-03-12 Peter HowkinsUse C++ linker
2012-03-12 Peter HowkinsLinux doesn't allow open() with O_CREAT without permiss...
2012-03-12 Peter Howkins-fpermissive to allow gcc to compile old C++
2012-03-12 Peter Howkins-fpermissive to allow GCC to compile old C++
2012-03-12 Peter HowkinsSet untyped variable to int
2012-03-12 Peter HowkinsSetting const variable with no type to 'int' (likely...
2012-03-12 Peter HowkinsUse C++ linker
2012-03-12 Peter HowkinsUse C++ linker
2012-03-12 Peter Howkinsuse C++ linker
2012-03-12 Peter HowkinsUse C++ linker
2012-03-12 Peter HowkinsAdd linux to list of platforms that use that form of...
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsOn linux use __fds_bits instead of fds_bits
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter Howkins-fpermissive to allow old C++ to compile on gcc
2012-03-12 Peter HowkinsOn Linux no access to pre iso C varargs.h
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLinux has the same value for ENOTSUP as another var...
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsLink with C++ linker
2012-03-12 Peter HowkinsAdd in freetype directory to inlude path
2012-03-12 Peter HowkinsOn Linux when linking against a C++ library the whole...
2012-03-12 Peter HowkinsWhen linking against libtt (a C++ lib) the link stage...
2012-03-12 Peter HowkinsWhen linking against C++ libraries gcc insists on using...
2012-03-12 Peter HowkinsOn Linux don't redefine the prototypes to malloc()...
2012-03-12 Peter HowkinsLinux is a unistdh platform not an osfcn.h
2012-03-12 Peter Howkinslinux is a unistd.h platform not a osfcn.h
2012-03-12 Peter Howkins-fpermissive to allow gcc to compile old C++
2012-03-12 Peter HowkinsDo not redefine prototype of exit() under linux
2012-03-12 Peter HowkinsAdd <unistd.h> include for getopt()
2012-03-12 Peter Howkins-fpermissive to allow gcc to compile old C++
2012-03-12 Peter Howkins-fpermissive to allow gcc to compile old C++
2012-03-12 Peter Howkins-fpermissive to allow gcc to compile old C++
2012-03-12 Peter HowkinsUse socklen_t type for argument for getsockname()
2012-03-12 Peter HowkinsAdd int type to previously untyped variable
2012-03-12 Peter HowkinsOn linux use a iso C (89) stdarg variable argument...
2012-03-12 Peter HowkinsNo easy access to min()/max() macro, rewrite code
2012-03-12 Peter Howkins-fpermissive to allow GCC to compile old C++
2012-03-12 Peter HowkinsNo easy access to min() or max() macros, rewrite code...
2012-03-11 Peter HowkinsNo need to create another version of basename(), there...
2012-03-11 Peter HowkinsLinux uses unistd.h not osfcn.h
2012-03-11 Peter HowkinsLinux also needs cast to char * of NULL
2012-03-11 Peter HowkinsNo osfcn.h available on linux
2012-03-11 Peter HowkinsAdd in wctype.h for widechars
2012-03-11 Peter HowkinsBodgy support around including X11/Xos_r.h
2012-03-11 Peter Howkins-fpermissive to allos GCC to compile old C++
2012-03-11 Peter HowkinsOn Linux initialise tt_strings as () rather than (NULL)
2012-03-11 Peter Howkins-fpermissive to allow GCC to compile old C++
2012-03-11 Peter Howkins-fpermissive to allow gcc to compile old C++
2012-03-11 Peter Howkins-fpermissive to allow gcc to compile old C++
2012-03-11 Peter HowkinsOn linux it seems that _XTyname() only takes one argume...
2012-03-11 Peter HowkinsAdd in -fpermissive to handle old pre standard C++
2012-03-11 Peter HowkinsOn linux no generic.h available, and can use the C...
2012-03-11 Peter HowkinsAdd linux to list of platforms that are object to those...
2012-03-11 Peter HowkinsBodgy fix to not being able to find RADIXCHAR define...
2012-03-11 Peter HowkinsDo not re-prototype strdup()
2012-03-11 Peter HowkinsDo not re-prototype strdup()
2012-03-11 Peter HowkinsDue to glibc not have a 'constant' stderr reference...
2012-03-11 Peter HowkinsOn Linux do not re prototype strdup()
2012-03-11 Peter HowkinsAdd in extra args required for open() on Linux
2012-03-11 Peter HowkinsAlso use internal __fds_bits instead of fds_bits
2012-03-11 Peter HowkinsOn linux do not prototype strdup()
2012-03-11 Peter HowkinsUndefine SVR4 whilst including #include <X11/Xos_r...
2012-03-11 Peter HowkinsUse internal __fds_bit variable on Linux, this doesn...
2012-03-11 Peter HowkinsAdd a default empty LinuxMachineDefines to the linux...
2012-03-11 Peter HowkinsAdd in exctra freetype include directory
2012-03-11 Peter HowkinsGCC no longer supports <varargs.h>, change to <stdarg.h>
2012-03-10 Peter HowkinsAdd GNU LGPL headers to all .c .C and .h files
2012-03-10 Peter HowkinsInitial import of the CDE 2.1.30 sources from the Open...