1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

Commit graph

  • 7c3a972d32 Make dtlogin compile on OpenBSD. Pascal Stumpf 2012-08-11 13:49:07 +0200
  • a8d5c1f0ba Make dtinfo work on OpenBSD. Pascal Stumpf 2012-08-11 13:43:57 +0200
  • 3e4517dc2a OpenBSD patches for dtcalc, dtdocbook, dthelp and dtimsstart. Pascal Stumpf 2012-08-11 13:38:22 +0200
  • b17e52a269 dtcreate: Fix double free inside ProcessExecString() William Schaub 2012-08-11 14:46:35 -0400
  • 562da5af1b dtcreate: fix exit with TT_ERR_PTYPE and fix several sprintf related segfaults. William Schaub 2012-08-11 04:02:17 -0400
  • fdcbdbe0d0 re-enable building of dtmail, except on OpenBSD Jon Trulson 2012-08-11 19:26:04 -0600
  • 131c7a9e04 Imakefile diffs for OpenBSD. Pascal Stumpf 2012-08-09 22:06:51 +0200
  • 045c80dd78 imake: Convert function prototypes and signatures to ANSI format. Chris Wareham 2012-08-10 14:48:56 +0100
  • eaec696ad6 Fixes for dtfile on OpenBSD, plus missing prototypes. Use statfs() on BSD to find out if a file system is NFS. Pascal Stumpf 2012-08-10 15:09:04 +0200
  • 57463ec10e OpenBSD fixes for dtcm. There are no global "timezone" and "tzname" symbols on BSD. Apart from that, mainly #ifdefs. Pascal Stumpf 2012-08-10 14:44:57 +0200
  • 3718075b7c OpenBSD fixes for DtWidget, dtaction, dtappbuilder. Pascal Stumpf 2012-08-10 14:35:23 +0200
  • 8bbf5a7a1b Allow dtterm to at least allocate a pty on OpenBSD. Display is still mangled, however, and it frequently crashes (64bit issue). Pascal Stumpf 2012-08-10 14:29:28 +0200
  • 19647809e4 OpenBSD fixes for lib/DtTerm: values.h, #ifdef's and some constants that are not defined on BSD. Also, leave out utmp stuff that does not work on BSD. Note that this terminal allocation does not work properly yet, but this will be fixed later. Pascal Stumpf 2012-08-09 23:53:47 +0200
  • f5a8836bff historical: mv some old files that we want to preserve out of the top level Jon Trulson 2012-08-10 07:17:27 -0600
  • 3b77d7c065 Tooltalk fixes for OpenBSD. This consists mainly of #ifdefs, casts and some small type nits. Pascal Stumpf 2012-08-10 14:07:06 +0200
  • 3d5a492038 OpenBSD fixes for DtPrint and csa. Pascal Stumpf 2012-08-10 14:02:30 +0200
  • 8b67d1ccba New top level README from Christopher Turkel <turkelchris@aol.com> Jon Trulson 2012-08-10 06:09:53 -0600
  • 44dfebe9d2 dtwm: Cleanup some implicit definitions Frederic Koehler 2012-08-09 17:11:11 -0400
  • 185ec24999 OpenBSD fixed for lib/DtSvc. Pascal Stumpf 2012-08-09 22:51:52 +0200
  • 78053ff2a4 SIGPWR is not present everywhere. Pascal Stumpf 2012-08-09 22:04:52 +0200
  • b9ae3ae76e OpenBSD.cf, from Pascal Stumpf Jon Trulson 2012-08-10 05:37:12 -0600
  • 6fc45220c4 Provide support for installation under OpenBSD. Don't override PATH in the install script, it may hide needed tools, and the location of these binaries is highly OS-dependent anyway. Pascal Stumpf 2012-08-09 21:57:47 +0200
  • f9c844aada recognise OpenBSD version Pascal Stumpf 2012-08-09 21:52:26 +0200
  • 18dd384068 Rename getline() to not conflict with the standard POSIX interface of the same name. Pascal Stumpf 2012-08-09 21:35:12 +0200
  • d1848610a7 Remove ambiguity in string compare. James Woodcock 2012-08-09 20:59:32 +0100
  • f646b8b1a1 Remove unnecessary extern modifier on struct declarations. James Woodcock 2012-08-09 20:37:27 +0100
  • 3f11777812 "ISO C++ forbids declaration of [X] with no type" warning fixes. James Woodcock 2012-08-09 20:11:08 +0100
  • f8e046ee33 Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code Jon Trulson 2012-08-09 12:56:25 -0600
  • 1f332de27b Use socklen_t where available. Jon Trulson 2012-08-09 12:27:58 -0600
  • 686bcfadc7 Use SIGCHLD rather than SIGCLD. Jon Trulson 2012-08-09 12:24:56 -0600
  • 0d2f7866ac At least on OpenBSD/amd64, this macro returns a bogus value if its argument is NULL. Jon Trulson 2012-08-09 12:21:43 -0600
  • 491ff2228f Deal with the fact that modern compilers assume different scoping rules Jon Trulson 2012-08-09 12:18:30 -0600
  • 1bb40f1f0b This adds the basic config bits needed for OpenBSD. Jon Trulson 2012-08-09 12:11:13 -0600
  • 1d935059fb Fix more sprintf calls. Marc Balmer 2012-08-09 07:38:39 +0200
  • 24c0f2010c Build with debug symbols enabled. Marc Balmer 2012-08-09 07:03:46 +0200
  • bb21797684 Use a more robust idiom When converting sprintf() to snprintf() Marc Balmer 2012-08-09 07:08:05 +0200
  • 117258766b Fix for dtmail execution group error Adam Robinson 2012-08-08 20:22:03 -0700
  • 5787b85d52 dtscreen: include stdlib to avoid exit redeclaration Robert Tomsick 2012-08-08 23:10:01 -0400
  • ab926254fd dtscreen: include stdlib where appropriate Robert Tomsick 2012-08-08 23:10:02 -0400
  • c12927e208 dthelpview: Util.c include stdlib to avoid redeclaring exit() Robert Tomsick 2012-08-08 22:42:17 -0400
  • 974053aab1 dthelpview: Main.c - Cleanup variable init Robert Tomsick 2012-08-08 22:42:16 -0400
  • 1dd2eaf854 Update the sub parts of the main dt/cde version number to 2.2.0, missed from previous version increment patch. Peter Howkins 2012-08-09 15:20:53 +0100
  • d2e1f3158b dtcalc: warning prevention, add <stdlib.h> include for prototype of free() Peter Howkins 2012-08-09 12:08:46 +0100
  • 697c1522fb dtcalc: warning prevention, do not use NULL when you mean 0. Peter Howkins 2012-08-09 12:07:53 +0100
  • 70e1c5a55a dtaction: Fix unsafe use of sprintf Jon Trulson 2012-08-08 20:17:17 -0600
  • 4ac42dd84f dtterm - minor warning fixes Jon Trulson 2012-08-08 20:09:40 -0600
  • facb50dfde DtSvc: Fixes a segfault on Debian squeeze 64 bit and most probably other systems, too. Jon Trulson 2012-08-08 12:45:40 -0600
  • 0f313d1cb8 libtt: "%wc" is Microsoft extension, not supported in every Std C Library. Jon Trulson 2012-08-08 12:35:49 -0600
  • f9c2b3184e DtSvc/dtwm: Fix some implicit declarations of functions by adding appropriate Jon Trulson 2012-08-08 11:47:18 -0600
  • a26b73a1a6 dtwm: Define a final fallback for loading default window manager font Jon Trulson 2012-08-08 11:39:29 -0600
  • b49872206b libtt: Avoid an infinite loop in ttsession (tooltalk daemon) when /etc/mtab is a symlink, using lstat instead of stat. Jon Trulson 2012-08-08 11:36:03 -0600
  • a7562a8009 dtlogin: don't try to use /dev/mem to get random data on linux/bsd Jon Trulson 2012-08-07 23:22:44 -0600
  • 91011085a4 dtdbcache: remove incorrect comment block and tmpnam_buf var (not used) Jon Trulson 2012-08-07 17:43:32 -0600
  • 80f456e3b5 dtdbcache: Remove old code in comments Jon Trulson 2012-08-07 16:56:11 -0600
  • 04b366b09c dtdbcache: Use mkstemp() instead of tmpnam() to avoid bad interactions Jon Trulson 2012-08-07 16:52:26 -0600
  • f42fa885be Fix SIGSEGV while compiling dthelp on 64 bit systems. Jon Trulson 2012-08-06 22:42:34 -0600
  • e47bffb106 Imake.cf/linux.cf: Add arm support. Jon Trulson 2012-08-06 22:38:54 -0600
  • 606df517f0 dtprintinfo: Fix SIGSEGV in dtprintinfo (passing NULL as first argument to catgets). Jon Trulson 2012-08-06 17:12:38 -0600
  • 1a03c25947 Enable PowerPC to be recognized by build. Jon Trulson 2012-08-06 17:09:01 -0600
  • 0abce74629 Add Matthew Howkins (dtappbuilder, nsgmls, dtcm Linux compilation) 2.2.0a Peter Howkins 2012-08-04 23:16:08 +0100
  • 4c82b51daf programs/Imakefile: don't try to build dtksh or dtinfo under linux. Jon Trulson 2012-08-03 23:10:12 -0600
  • 4553d912b0 dtlogin: Fix up Options->Language menu Jon Trulson 2012-08-03 17:38:06 -0600
  • 94c826e1f4 gitignore: add rest of generated files. git status is much cleaner now :) Jon Trulson 2012-08-03 15:57:06 -0600
  • cf410afbdb dtbuilder: fixup TOG copyrights issue in generated files. Jon Trulson 2012-08-03 15:06:56 -0600
  • 2c1daeb413 Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code Peter Howkins 2012-08-03 17:11:07 +0100
  • 47637b0c37 Re-enable dtappbuilder on linux builds. Peter Howkins 2012-08-03 17:10:36 +0100
  • 6e4c5a5cde lnxLib.tmpl: remove bogus '#define NoMessageCatalog' Jon Trulson 2012-08-02 19:16:04 -0600
  • 344998b405 linux.cf: do not bother using X_LOCALE at all. We do not need it on linux. Jon Trulson 2012-08-02 19:15:20 -0600
  • 5e6b400c3c libtt: client init(): use fcntl F_SETFD correctly. Jon Trulson 2012-07-27 19:17:14 -0600
  • 2968429c0b Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code Peter Howkins 2012-07-27 14:43:33 +0100
  • be57b53232 Allow installing the terminfo file for dtterm to also work with path as /usr/share/terminfo as well as /usr/share/lib/terminfo Peter Howkins 2012-07-27 14:39:08 +0100
  • 80559fcfdd dtwm: add missing workspace 'Occupy" commands to the C, de, es, fr, and it locales. Jon Trulson 2012-07-24 21:21:27 -0600
  • f3be236767 Dtwm.defs.src: set proper mail file path for linux Jon Trulson 2012-07-24 20:48:43 -0600
  • 427c1035d3 copy CONTRIBUTORS file into /usr/dt/ during install Jon Trulson 2012-07-24 18:49:11 -0600
  • e59c21b8ff Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code Jon Trulson 2012-07-24 18:46:29 -0600
  • 56d6a7a2c9 CDE-MIN: copy the 'COPYING' file to /usr/dt/ on install Jon Trulson 2012-07-24 18:15:09 -0600
  • ff0dc919ed localized/templates: remove remaining attempts at building dtinfo related catalogs and other files Jon Trulson 2012-07-24 17:53:57 -0600
  • 3edce2a0c0 sys.resources.src: make HIGH_COLOR the default Jon Trulson 2012-07-24 17:51:29 -0600
  • da72e94e7f Add in a CONTRIBUTORS file for all people that have made changes post open-source release. Also update sourceforge url to project website. Peter Howkins 2012-07-24 15:23:16 +0100
  • 978aff3dc9 Commit the template changes for the locales including the missing msg files. Jon Trulson 2012-07-16 19:52:36 -0600
  • d3eba56a0c Add missing Mrm, Xm, and Uil .msg files for the various locales from the motif src. Jon Trulson 2012-07-16 19:49:28 -0600
  • bc9c6af8c6 Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code Jon Trulson 2012-07-16 14:26:53 -0600
  • 6eebf7d42c Increment CDE version number to 2.2.0 Peter Howkins 2012-07-16 15:23:40 +0100
  • 7604468ca1 instant: change warning message to fatal message, since it is. Jon Trulson 2012-07-13 22:26:02 -0600
  • a933d4b600 instant: partially revert commit bc96e6f1ff. remove 'HACK' :) Jon Trulson 2012-07-13 22:15:58 -0600
  • bf51c110e5 dtmail: IO.C: just compare against \r on all systems Jon Trulson 2012-07-13 21:45:46 -0600
  • 860aa64942 Fix some minor issues and re-enable building of DE, ES, FR, and IT locale data (help and message cats) Jon Trulson 2012-07-13 17:42:12 -0600
  • 75f2f96793 libDtHelp: fix up some warnigs and potential overruns Jon Trulson 2012-07-12 18:03:54 -0600
  • aeaec445ee DtSvc/DtUtil1/Saver.c - fix the screen savers. Jon Trulson 2012-07-12 15:14:51 -0600
  • 1c733e5b16 dtsession: implement screen lock/unlock for linux Jon Trulson 2012-07-12 14:22:59 -0600
  • 9c92d5a4ee dtsession: SmUI.c: fix ancient typo Jon Trulson 2012-07-12 13:31:54 -0600
  • f46a9c62b9 dtsession: also block HUP and PIPE when preparing to shutdown Jon Trulson 2012-07-12 13:13:21 -0600
  • dc5d68afba dtsession: don't exit while processing your own session exit event. Jon Trulson 2012-07-12 13:09:22 -0600
  • 23930d1b35 .gitignore attempt to trim down the number of generated files showing up in git status, work in progress. Peter Howkins 2012-07-05 17:18:34 +0100
  • 3017671740 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 Peter Howkins 2012-07-04 17:30:04 +0100
  • d6c57bf330 Merge branch 'linux1' Peter Howkins 2012-07-04 16:20:43 +0100
  • 669f064819 Converted postscript documentation to pdf, moved to a better place. Jon Trulson 2012-06-27 12:21:52 -0600
  • 8f6700b0d9 fontaliases: add more robust font.aliases file. Jon Trulson 2012-06-21 18:30:40 -0600
  • 191e1849a6 dtlogin|Xsession/config: setup some env variables and fontpath for linux (and CSRG) systems. Jon Trulson 2012-06-21 17:55:57 -0600
  • 4b80191943 fonts.alias: use Peters version in the CDE wiki for now. Jon Trulson 2012-06-21 17:30:56 -0600