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

  • e091b824c1 dtaction: main() returns an int and -Wformat-security fixes Peter Howkins 2012-08-30 17:55:43 +0100
  • 55539b71c1 dticon: Fix some warnings related to mixing NULL, 0 and '\0' randomly. Peter Howkins 2012-08-30 17:48:26 +0100
  • f737b30289 dtcalc: Fix some warnings related to mixing NULL, 0 and '\0' randomly. Peter Howkins 2012-08-30 16:45:52 +0100
  • 5c68d52ce4 Two fixes for dtmail Ulrich Wilkens 2012-08-30 03:09:48 +0200
  • 3a28782409 Correction of paths for BSDs Ulrich Wilkens 2012-08-30 02:12:16 +0200
  • ca9da25d44 dtcm: Resolve all -Wformat-security warnings. Peter Howkins 2012-08-29 20:16:01 +0100
  • 70552cb18d dtsr: include stdlib.h to resolve 20 incompaible implicit declaration warnings. Peter Howkins 2012-08-29 18:25:32 +0100
  • fd3a620a68 dtsr: Resolve all -Wformat-security warnings. Peter Howkins 2012-08-29 18:21:05 +0100
  • b14d6d0b68 util/dttypes: Resolve -Wformat-security warnings Peter Howkins 2012-08-29 18:02:22 +0100
  • ba88e3abe1 dtterm: Resolve -Wformat-security warnings Peter Howkins 2012-08-29 16:13:22 +0100
  • 31c2131935 libDtTerm: Resolve all -Wformat-security warnings. Peter Howkins 2012-08-27 20:36:59 +0100
  • 93428391db Merge branch 'master' of ssh://git.code.sf.net/p/cdesktopenv/code Peter Howkins 2012-08-27 20:25:14 +0100
  • 3911acddf6 libDtSearch: resolve -Wformat-secuirty warning Peter Howkins 2012-08-27 20:24:06 +0100
  • 64d4207135 Add pax files generated by dtksh to .gitignore Marcin Cieslak 2012-08-24 10:24:53 +0200
  • 8479d150e2 libtt: Resolve all remaining format-security warnings. Peter Howkins 2012-08-26 22:19:27 +0100
  • 8c8a5380ca libtt: Warning prevention Peter Howkins 2012-08-26 19:48:55 +0100
  • f59da7b53e Add missing includes [for modern systems] to lndir.c David Cantrell 2012-08-23 16:58:20 -0400
  • 6300831c65 Fix udbParseLib.awk so it doesn't generate warnings with gawk. David Cantrell 2012-08-23 15:52:06 -0400
  • e9a031ac7a FreeBSD: Use -O instead of -O2 Marcin Cieslak 2012-08-23 23:09:43 +0200
  • 17a33f0430 Use KORNSHELL variable instead of /bin/ksh Marcin Cieslak 2012-08-23 17:49:26 +0200
  • 98b17d3551 64bit: Fix crash in dtexec Marcin Cieslak 2012-08-23 16:40:38 +0200
  • d31fc60fbf FreeBSD: scan /usr/local/lib/X11/fonts/ for fontpath Marcin Cieslak 2012-08-23 16:40:37 +0200
  • c3cd844df6 Use FreeBSD-specific invocation of /bin/ps Marcin Cieslak 2012-08-23 16:40:36 +0200
  • 724671a2ad examples/tt now runs on FreeBSD Marcin Cieslak 2012-08-22 22:49:19 +0200
  • 8a78cc767e libtt: resolve implicit delaration of free() and exit() warnings Peter Howkins 2012-08-22 12:39:25 +0100
  • 0b623d4b63 lib/DtHelp: Include <stdio.h> to prevent warnings about implicit declartion of free() Peter Howkins 2012-08-22 12:10:10 +0100
  • f6f54a4037 libcsa: Warning prevention Peter Howkins 2012-08-22 11:53:08 +0100
  • 20c107bce2 dtcalc: Resolve "format not a string literal and no format arguments [-Wformat-security]" warnings. Peter Howkins 2012-08-22 11:28:36 +0100
  • 7d50721685 dtcalc: Resolve "missing sentinel in function call [-Wformat]" warnings Peter Howkins 2012-08-22 10:44:33 +0100
  • f98d6f41d3 Simple compiler warning fixes in programs/dthelp. David Cantrell 2012-08-21 21:53:33 -0400
  • 16c57ad669 Use mkstemp() and handle /usr/lib64 in imake.c David Cantrell 2012-08-21 21:51:56 -0400
  • 6d46aca1b1 Fix basic compiler warnings in ccimake.c David Cantrell 2012-08-21 21:51:06 -0400
  • 8d32067a4a Account for multilib Linux installations in imake. David Cantrell 2012-08-21 09:34:23 -0400
  • 929a5f7327 Include stdlib.h in cde/config/imake/ccimake.c David Cantrell 2012-08-17 15:41:00 -0400
  • 7ee2f3e80d Fix localized build on OpenBSD. Pascal Stumpf 2012-08-19 19:35:38 +0200
  • 240c89cf6b Add mkcatdefs and book.* to .gitignore Marcin Cieslak 2012-08-19 22:40:01 +0200
  • 3629a61f7c Build dtksh on OpenBSD. Pascal Stumpf 2012-08-19 18:33:42 +0200
  • b578dca486 OpenBSD still uses GNU iconv, so the second argument to iconv(3) is not const. Pascal Stumpf 2012-08-19 18:19:40 +0200
  • 232a93319b Fix dttypes for BSD systems Ulrich Wilkens 2012-08-19 16:04:03 +0200
  • 3bbcda35b9 Find correct system includes and libs on FreeBSD. Ulrich Wilkens 2012-08-19 02:32:18 +0200
  • 006a00ed4a Add mkcatdefs program and make the imake changes so it can be used. Jon Trulson 2012-08-17 20:11:11 -0600
  • 3e2f89956f Build missing Xm.cat Mrm.cat Uil.cat for LANG=C Marcin Cieslak 2012-08-17 00:04:40 +0200
  • f5ac4cf8f9 dtcreate: Replace broken GetBaseName with basename Frederic Koehler 2012-08-17 00:06:25 -0400
  • 7d2fee2769 dtcreate: Fix some memory management issues Frederic Koehler 2012-08-16 22:34:26 -0400
  • c8a5b9671f dtcreate: Fix another buffer overflow issue Frederic Koehler 2012-08-16 22:17:39 -0400
  • e7ec2a4bdd Merge branch 'EnvControl-fixes' Jon Trulson 2012-08-17 06:01:19 -0600
  • 90376fc6d8 Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code Peter Howkins 2012-08-17 10:26:09 +0100
  • 466191d669 dtcreate: Fix major buffer overflow Frederic Koehler 2012-08-16 21:04:56 -0400
  • 27d5cc033d DtSvc:EnvControl: Use more modern and less dangerous methods of manipulating the env. Jon Trulson 2012-08-16 18:26:50 -0600
  • a128f8e4e4 new dtlogin rc script for linux from David McBrayer <d9j0m.dev@gmail.com> Jon Trulson 2012-08-16 17:05:38 -0600
  • 727b47894c dtdocbook: on some systems SIGLOST = SIGPWR and they should not be in the same case statement. William Schaub 2012-08-16 13:55:41 -0400
  • 2532f4a5ba Add support for building 32bit SPARC binaries under Linux. William Schaub 2012-08-15 22:35:49 -0400
  • 0fccc33b17 Provide basic font aliases for FreeBSD Marcin Cieslak 2012-08-16 02:59:58 +0200
  • d8db13985c Fix compiler warnings in dtsession Marcin Cieslak 2012-08-16 02:10:55 +0200
  • 0cbd88018a Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code Peter Howkins 2012-08-16 15:41:15 +0100
  • ce4004f86b Modern BSDs don't need union wait Marcin Cieslak 2012-08-15 19:46:02 +0200
  • a35975a334 FreeBSD does not need extern char *sys_errlist[] Marcin Cieslak 2012-08-15 19:46:01 +0200
  • 7bdb847210 Process sgml and man files in doc directory for FreeBSD. Ulrich Wilkens 2012-08-15 22:43:43 +0200
  • 71ddf025fa FreeBSD updates for dtspcd, dtfile and others Marcin Cieslak 2012-08-15 19:46:03 +0200
  • 91b33b7158 Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code Peter Howkins 2012-08-15 17:07:35 +0100
  • 66e428596b mp_session: Always use global displayname Frederic Koehler 2012-08-14 21:49:14 -0400
  • e8ff159737 const char maze: unbreak ToolTalk build Marcin Cieslak 2012-08-15 04:07:01 +0200
  • 65218337ef Use $(KORNSHELL) for dtksh as well Marcin Cieslak 2012-08-15 03:45:39 +0200
  • 2562c2cbeb Deal with *.tmp.msg after mkcatdefs failure Marcin Cieslak 2012-08-15 03:30:48 +0200
  • de82eebdd5 Have to pass a const char * to function expecting char * here, otherwise it fails to link thanks to the declaration of a stub wth non-const param. Chris Wareham 2012-08-14 12:59:44 +0100
  • e738704385 Fix most of the following classes of warnings in the ToolTalk libraries: Chris Wareham 2012-08-14 11:49:53 +0100
  • d6b6353f95 Use $(SHELL) and $(KORNSHELL) for shell scripts Marcin Cieslak 2012-08-14 15:31:56 +0200
  • d3206f4514 Compile dtksh on FreeBSD Marcin Cieslak 2012-08-14 15:31:55 +0200
  • 441a25b361 configRun.src: remove -s from inetd cmd, only run inetd if it exists. ibid_ag@lavabit.com 2012-08-13 21:14:09 -0600
  • 31aaa48344 FreeBSD port: dtsearch, dtterm, dtwidget, dthelp Marcin Cieslak 2012-08-13 17:57:16 +0200
  • ee03634a10 dtbuilder: manually fix up istr.h (from Pascal) since the broken patch had already been reverted. Jon Trulson 2012-08-13 19:48:57 -0600
  • 1177e21080 WIP to make dtbuilder work on 64bit. Pascal Stumpf 2012-08-13 17:35:34 +0200
  • 50e6c86bf4 lib/csa: Use ANSI C prototypes Marcin Cieslak 2012-08-13 12:10:37 +0200
  • aa12f819dd Cast registerrpc args to xdrproc_t explicitly Marcin Cieslak 2012-08-13 12:08:04 +0200
  • 706fccb50e NULL is a pointer, not string terminator Marcin Cieslak 2012-08-13 12:08:03 +0200
  • 3b06b6a6b7 Revert "At least on OpenBSD/amd64, this macro returns a bogus value if its argument is NULL." Jon Trulson 2012-08-13 18:18:52 -0600
  • 0ecef859cf Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code Peter Howkins 2012-08-13 10:31:07 +0100
  • bf8c5e674f Compile ToolTalk on FreeBSD Marcin Cieslak 2012-08-13 04:01:47 +0200
  • 8e80886661 Skip building m-guides and dtksh for FreeBSD Marcin Cieslak 2012-08-13 04:01:46 +0200
  • e1aa4d28cb Improve creation of shared libraries for FreeBSD Marcin Cieslak 2012-08-13 04:01:45 +0200
  • 851330b5f5 Adjust cpp location for FreeBSD Marcin Cieslak 2012-08-13 00:37:42 +0200
  • fa3ad160e4 Fix broken linux builds caused by recent DtHelp/Imakefile jpeg change Jon Trulson 2012-08-12 17:31:28 -0600
  • 2b8bd0743b some tweaks for configRun: add -h/--usage option, use portable print instead of echo \c, etc. Douglas Mencken 2012-08-12 15:13:36 -0600
  • 7153a0e3e2 dtcreate: check for TT_ERR_PTYPE the correct way William Schaub 2012-08-12 16:24:36 -0400
  • 3c6a0584dd Use cpp -traditional. Pascal Stumpf 2012-08-12 19:33:25 +0200
  • 72c954e5b3 sym2num: add path to cpp on OpenBSD. Pascal Stumpf 2012-08-12 21:27:19 +0200
  • a1cbcd24db Low-hanging fruit: Fix most warnings in lib/DtSearch. Pascal Stumpf 2012-08-12 18:51:53 +0200
  • 0bbd4ff9aa Get rid of malloc.h. Pascal Stumpf 2012-08-12 16:41:42 +0200
  • 18a5139d7a Do not use the PID as a way of generating a "random" filename. Pascal Stumpf 2012-08-12 20:27:32 +0200
  • aa9ea72bfb Do not use internal libjpeg. Pascal Stumpf 2012-08-12 15:25:22 +0200
  • 5a8d2bb16f dtmail actually does work now on OpenBSD due to other changes. Pascal Stumpf 2012-08-12 14:20:36 -0600
  • b33cf9fb60 tooltalk: Fix bad assumptions about sizeof(uid_t) Frederic Koehler 2012-08-12 02:12:28 -0400
  • 19c7c80aa3 tt (tooltalk): Kill some warnings Frederic Koehler 2012-08-11 18:38:59 -0400
  • 5ad7a83985 tttrace: Fix bad usage of va_arg with enums Frederic Koehler 2012-08-11 17:15:39 -0400
  • 71f3ed16f8 Patches for dtscreen, dtsearchpath, dtsession on OBSD. Pascal Stumpf 2012-08-11 14:04:50 +0200
  • 43bae997c8 OpenBSD patches for ttsnoop. Pascal Stumpf 2012-08-11 14:12:47 +0200
  • 76984653b4 OpenBSD patches for dtpdmd and dtprintinfo. Pascal Stumpf 2012-08-11 14:01:14 +0200
  • d418376944 OpenBSD #ifdefs for imake templates for localisations. Pascal Stumpf 2012-08-11 14:08:03 +0200
  • 205e26b3ef Make nsgmls compile on OpenBSD. Pascal Stumpf 2012-08-11 14:09:40 +0200
  • e3ad7e24e3 Current state of my dtmail work. Pascal Stumpf 2012-08-11 13:57:26 +0200