1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-14 20:22:21 +00:00

Commit graph

  • 8631b4f7c0 Link with C++ linker Peter Howkins 2012-03-12 12:14:03 +0000
  • eeb7e285f5 On linux use __fds_bits instead of fds_bits Peter Howkins 2012-03-12 12:12:41 +0000
  • a5b6e62764 Link with C++ linker Peter Howkins 2012-03-12 12:07:09 +0000
  • fd23228803 -fpermissive to allow old C++ to compile on gcc Peter Howkins 2012-03-12 12:04:55 +0000
  • 7ed2353605 On Linux no access to pre iso C varargs.h Peter Howkins 2012-03-12 11:56:11 +0000
  • ef1755be43 Link with C++ linker Peter Howkins 2012-03-12 11:45:18 +0000
  • 44baf5431b Link with C++ linker Peter Howkins 2012-03-12 11:33:49 +0000
  • 68027a6aa0 Link with C++ linker Peter Howkins 2012-03-12 11:27:37 +0000
  • b069127485 Linux has the same value for ENOTSUP as another var, therefore protect one to prevent a duplicate case issue in the switch(). Peter Howkins 2012-03-12 11:26:01 +0000
  • 12598a4780 Link with C++ linker Peter Howkins 2012-03-12 11:19:46 +0000
  • 4d9bb3d348 Link with C++ linker Peter Howkins 2012-03-12 11:19:04 +0000
  • 9ad5e31edd Link with C++ linker Peter Howkins 2012-03-12 11:17:27 +0000
  • 7d5fcc4400 Link with C++ linker Peter Howkins 2012-03-12 11:16:41 +0000
  • ce390d1290 Link with C++ linker Peter Howkins 2012-03-12 11:11:10 +0000
  • bd368b24a2 Link with C++ linker Peter Howkins 2012-03-12 11:01:17 +0000
  • 0e302b6bba Add in freetype directory to inlude path Peter Howkins 2012-03-12 10:41:53 +0000
  • f972ee1646 On Linux when linking against a C++ library the whole program must be linked with the C++ linker. Peter Howkins 2012-03-12 10:38:42 +0000
  • c35c337aa1 When linking against libtt (a C++ lib) the link stage should use the C++ linker Peter Howkins 2012-03-12 00:48:04 +0000
  • e321b293c1 When linking against C++ libraries gcc insists on using the C++ linker Peter Howkins 2012-03-12 00:44:14 +0000
  • 84139c3575 On Linux don't redefine the prototypes to malloc() and realloc() to the wrong things. Peter Howkins 2012-03-12 00:37:58 +0000
  • 86909a64f0 Linux is a unistdh platform not an osfcn.h Peter Howkins 2012-03-12 00:35:06 +0000
  • 54e8940874 linux is a unistd.h platform not a osfcn.h Peter Howkins 2012-03-12 00:33:44 +0000
  • 50465f5a87 -fpermissive to allow gcc to compile old C++ Peter Howkins 2012-03-12 00:32:10 +0000
  • 0ce783f018 Do not redefine prototype of exit() under linux Peter Howkins 2012-03-12 00:31:10 +0000
  • ee22401f76 Add <unistd.h> include for getopt() Peter Howkins 2012-03-12 00:29:37 +0000
  • e2f33fe1dd -fpermissive to allow gcc to compile old C++ Peter Howkins 2012-03-12 00:27:41 +0000
  • e68afb01e6 -fpermissive to allow gcc to compile old C++ Peter Howkins 2012-03-12 00:26:40 +0000
  • a513d54964 -fpermissive to allow gcc to compile old C++ Peter Howkins 2012-03-12 00:25:41 +0000
  • 4a6f362ee7 Use socklen_t type for argument for getsockname() Peter Howkins 2012-03-12 00:25:04 +0000
  • a2706176db Add int type to previously untyped variable Peter Howkins 2012-03-12 00:23:06 +0000
  • 0ada4a2e39 On linux use a iso C (89) stdarg variable argument function. Peter Howkins 2012-03-12 00:18:13 +0000
  • 0a9e7d2db9 No easy access to min()/max() macro, rewrite code Peter Howkins 2012-03-12 00:14:33 +0000
  • fc4f30fa88 -fpermissive to allow GCC to compile old C++ Peter Howkins 2012-03-12 00:06:34 +0000
  • 13f6ea01d4 No easy access to min() or max() macros, rewrite code to not use them. Peter Howkins 2012-03-12 00:04:39 +0000
  • 8b79b425f8 No need to create another version of basename(), there's one available on Linux Peter Howkins 2012-03-11 23:58:53 +0000
  • 5aea241fd1 Linux uses unistd.h not osfcn.h Peter Howkins 2012-03-11 23:57:12 +0000
  • e8fe4970eb Linux also needs cast to char * of NULL Peter Howkins 2012-03-11 23:51:05 +0000
  • 3d25ba1ea1 No osfcn.h available on linux Peter Howkins 2012-03-11 23:48:57 +0000
  • a4442878a1 Add in wctype.h for widechars Peter Howkins 2012-03-11 23:47:21 +0000
  • b672c0782a Bodgy support around including X11/Xos_r.h Peter Howkins 2012-03-11 23:44:52 +0000
  • c3dc5b47a1 -fpermissive to allos GCC to compile old C++ Peter Howkins 2012-03-11 23:40:39 +0000
  • 5948300301 On Linux initialise tt_strings as () rather than (NULL) Peter Howkins 2012-03-11 23:38:55 +0000
  • b195aa51c8 -fpermissive to allow GCC to compile old C++ Peter Howkins 2012-03-11 23:34:37 +0000
  • 7d5d17251d -fpermissive to allow gcc to compile old C++ Peter Howkins 2012-03-11 23:33:09 +0000
  • 233ae141c1 -fpermissive to allow gcc to compile old C++ Peter Howkins 2012-03-11 23:32:08 +0000
  • 42b737ba2a On linux it seems that _XTyname() only takes one argument, no buffer required. Peter Howkins 2012-03-11 19:12:51 +0000
  • b89d6294c6 Add in -fpermissive to handle old pre standard C++ Peter Howkins 2012-03-11 19:00:31 +0000
  • d0dc9dbe86 On linux no generic.h available, and can use the C++ style delete array Peter Howkins 2012-03-11 18:16:10 +0000
  • 67affa6f31 Add linux to list of platforms that are object to those definitions Peter Howkins 2012-03-11 18:15:12 +0000
  • c5e2bbdd1e Bodgy fix to not being able to find RADIXCHAR define, use '.' instead. Peter Howkins 2012-03-11 18:08:03 +0000
  • b985680de6 Do not re-prototype strdup() Peter Howkins 2012-03-11 18:04:30 +0000
  • 94eb7100d3 Do not re-prototype strdup() Peter Howkins 2012-03-11 18:02:24 +0000
  • 1483f41a69 Due to glibc not have a 'constant' stderr reference, on linux set the error reporting var at runtime. Peter Howkins 2012-03-11 17:46:01 +0000
  • 2d1fd47470 On Linux do not re prototype strdup() Peter Howkins 2012-03-11 17:33:41 +0000
  • 56683a700b Add in extra args required for open() on Linux Peter Howkins 2012-03-11 16:33:18 +0000
  • f4a6262757 Also use internal __fds_bits instead of fds_bits Peter Howkins 2012-03-11 16:17:39 +0000
  • 034813b328 On linux do not prototype strdup() Peter Howkins 2012-03-11 16:16:00 +0000
  • b2b6d0d386 Undefine SVR4 whilst including #include <X11/Xos_r.h> to prevent sys/byteorder.h missing header error. Peter Howkins 2012-03-11 16:14:04 +0000
  • bcfc468cdc Use internal __fds_bit variable on Linux, this doesn't seem great. Peter Howkins 2012-03-11 16:05:20 +0000
  • 6f6dbbb73b Add a default empty LinuxMachineDefines to the linux conf, makes imake (and many others compile) Peter Howkins 2012-03-11 16:00:15 +0000
  • 10b463d278 Add in exctra freetype include directory Peter Howkins 2012-03-11 15:56:24 +0000
  • 546683e176 GCC no longer supports <varargs.h>, change to <stdarg.h> Peter Howkins 2012-03-11 14:21:26 +0000
  • c884521619 Add GNU LGPL headers to all .c .C and .h files Peter Howkins 2012-03-10 18:58:32 +0000
  • 83b6996daa Initial import of the CDE 2.1.30 sources from the Open Group. Peter Howkins 2012-03-10 18:21:40 +0000