see changelog
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
19990707-20:10 Eddie Runia <eddie@runia.com>
|
||||
* tests/working/mankala.prg; tests/working/transfrm.prg;
|
||||
tests/working/debugtst.prg; tests/working/readhrb.prg;
|
||||
tests/working/strip.prg; tests/working/inherit.prg;
|
||||
tests/working/guess.prg
|
||||
Copyright added (why not)
|
||||
|
||||
19990707-19:40:00 Eddie Runia <eddie@runia.com>
|
||||
* source\rtl\asort.prg; source\rtl\objfunc.prg; source\runner\runner.c;
|
||||
tests\working\runner.c; source\tools\debug.c; source\tools\stringp.prg
|
||||
|
||||
@@ -1,11 +1,39 @@
|
||||
/* $Doc$
|
||||
/*
|
||||
* $Doc$
|
||||
* $Description$ Debug function tests.
|
||||
* Based on classes.prg
|
||||
* $Requirement$ source\tools\stringp.prg
|
||||
* source\rtl\objfunc.prg
|
||||
* source\rtl\asort.prg
|
||||
* $Date$
|
||||
* $End$ */
|
||||
* $End$
|
||||
*
|
||||
* Copyright (C) 1999 Eddie Runia <eddie@runia.com>
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version, with one exception:
|
||||
*
|
||||
* The exception is that if you link the Harbour Runtime Library (HRL)
|
||||
* and/or the Harbour Virtual Machine (HVM) with other files to produce
|
||||
* an executable, this does not by itself cause the resulting executable
|
||||
* to be covered by the GNU General Public License. Your use of that
|
||||
* executable is in no way restricted on account of linking the HRL
|
||||
* and/or HVM code into it.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
* their web site at http://www.gnu.org/).
|
||||
*
|
||||
*/
|
||||
|
||||
function Main()
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
//
|
||||
// Guess a number
|
||||
//
|
||||
// Written by : E.Runia
|
||||
// Date : 22/4/99
|
||||
// Copyright (C) 1999 Eddie Runia <eddie@runia.com>
|
||||
// Date : 1999/04/22
|
||||
//
|
||||
// My first application (big word) written in Harbour
|
||||
//
|
||||
|
||||
@@ -3,11 +3,38 @@
|
||||
//
|
||||
// Inherit
|
||||
//
|
||||
// First step to inheritage
|
||||
// Test of inheritance
|
||||
//
|
||||
// Date : 30/05/1999
|
||||
//
|
||||
|
||||
/*
|
||||
* Copyright (C) 1999 Eddie Runia <eddie@runia.comu>
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version, with one exception:
|
||||
*
|
||||
* The exception is that if you link the Harbour Runtime Library (HRL)
|
||||
* and/or the Harbour Virtual Machine (HVM) with other files to produce
|
||||
* an executable, this does not by itself cause the resulting executable
|
||||
* to be covered by the GNU General Public License. Your use of that
|
||||
* executable is in no way restricted on account of linking the HRL
|
||||
* and/or HVM code into it.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
* their web site at http://www.gnu.org/).
|
||||
*/
|
||||
|
||||
function Main()
|
||||
|
||||
local oFrom
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
//
|
||||
// Mankala. The first Harbour board game.
|
||||
//
|
||||
// Copyright (C) 1999 Eddie Runia <eddie@runia.com>
|
||||
//
|
||||
// Date : 30/04/1999
|
||||
// Time : 14:00
|
||||
//
|
||||
// Original algorithm from the public domain
|
||||
//
|
||||
// This test has therefore been placed in the public domain
|
||||
//
|
||||
|
||||
function Main()
|
||||
|
||||
|
||||
@@ -1,10 +1,36 @@
|
||||
/*
|
||||
ReadHRB
|
||||
* ReadHRB
|
||||
*
|
||||
* This program will read the .HRB file and shows its contents
|
||||
*
|
||||
* ReadHRB <program file> {No .HRB extension please}
|
||||
*
|
||||
* Copyright (C) 1999 Eddie Runia <eddie@runia.com>
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version, with one exception:
|
||||
*
|
||||
* The exception is that if you link the Harbour Runtime Library (HRL)
|
||||
* and/or the Harbour Virtual Machine (HVM) with other files to produce
|
||||
* an executable, this does not by itself cause the resulting executable
|
||||
* to be covered by the GNU General Public License. Your use of that
|
||||
* executable is in no way restricted on account of linking the HRL
|
||||
* and/or HVM code into it.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
* their web site at http://www.gnu.org/).
|
||||
*/
|
||||
|
||||
This program will read the .HRB file and shows its contents
|
||||
|
||||
ReadHRB <program file> {No .HRB extension please}
|
||||
*/
|
||||
#include "set.ch"
|
||||
|
||||
function Main( cFrom )
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
//
|
||||
// Date : 24/4/99 Time : 17:50
|
||||
//
|
||||
// Copyright (C) 1999 Eddie Runia <eddie@runia.com>
|
||||
//
|
||||
|
||||
procedure main()
|
||||
|
||||
|
||||
@@ -14,6 +14,33 @@
|
||||
// Default files : From = strip.prg To = strip.out
|
||||
//
|
||||
|
||||
/*
|
||||
* Copyright (C) 1999 Eddie Runia <eddie@runia.com>
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version, with one exception:
|
||||
*
|
||||
* The exception is that if you link the Harbour Runtime Library (HRL)
|
||||
* and/or the Harbour Virtual Machine (HVM) with other files to produce
|
||||
* an executable, this does not by itself cause the resulting executable
|
||||
* to be covered by the GNU General Public License. Your use of that
|
||||
* executable is in no way restricted on account of linking the HRL
|
||||
* and/or HVM code into it.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
* their web site at http://www.gnu.org/).
|
||||
*/
|
||||
|
||||
function Main( cFrom, cTo )
|
||||
|
||||
local oFrom
|
||||
|
||||
@@ -1,7 +1,33 @@
|
||||
#include "set.ch"
|
||||
|
||||
//extern OutStd
|
||||
//extern Str
|
||||
/*
|
||||
* Test of the transform function
|
||||
*
|
||||
* Copyright (C) 1999 Eddie Runia <eddie@runia.comu>
|
||||
* www - http://www.harbour-project.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version, with one exception:
|
||||
*
|
||||
* The exception is that if you link the Harbour Runtime Library (HRL)
|
||||
* and/or the Harbour Virtual Machine (HVM) with other files to produce
|
||||
* an executable, this does not by itself cause the resulting executable
|
||||
* to be covered by the GNU General Public License. Your use of that
|
||||
* executable is in no way restricted on account of linking the HRL
|
||||
* and/or HVM code into it.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
|
||||
* their web site at http://www.gnu.org/).
|
||||
*/
|
||||
|
||||
function Main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user