From 5d625bd4c7e9239fbba27b8eb8bf1ca1fdacba0a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 8 Feb 2012 11:59:24 +0000 Subject: [PATCH] 2012-02-08 12:57 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL + added link to http://sscce.org/ which site describes quite precisely what a short, self-contained code example is. --- harbour/ChangeLog | 5 +++++ harbour/INSTALL | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b483cedfbe..cc12e2637c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-02-08 12:57 UTC+0100 Viktor Szakats (harbour syenar.net) + * INSTALL + + added link to http://sscce.org/ which site describes + quite precisely what a short, self-contained code example is. + 2012-02-08 02:02 UTC+0100 Viktor Szakats (harbour syenar.net) * src/3rd/pcre/Makefile * src/3rd/pcre/pcre.dif diff --git a/harbour/INSTALL b/harbour/INSTALL index fac4f0ec62..3cdbcefb72 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -1302,9 +1302,10 @@ HARBOUR most of the above point applies, plus make sure to use '-trace' command line option when running hbmk2. 12. If you are to report a problem with Harbour itself, always provide - self-contained, minimal sample source code. Do not use xhb contrib + self-contained, minimal source code example. Do not use xhb contrib library, or any 3rd party Harbour libraries. The sample shall reproduce the problem using official stable or nightly Harbour build. + See more on self-contained examples: http://sscce.org/ 11. QUICK START TO BUILD YOUR OWN HARBOUR APPLICATIONS