From 5d12fe83f76fe9f8ba1fa3a5d6d320f6770e08e8 Mon Sep 17 00:00:00 2001 From: April White Date: Fri, 19 Jun 2009 14:26:20 +0000 Subject: [PATCH] 2009-06-19 10:16 UTC+0600 April White (april users.sourceforge.net) * ChangeLog * contrib/hbbtree/doc/hb_btree.txt * contrib/hbbtree/hb_btree.c * contrib/hbbtree/hb_btree.ch * contrib/hbbtree/hb_btree.h * contrib/hbbtree/tbtree.prg * contrib/hbbtree/tests/ctest.c * contrib/hbbtree/tests/test.prg * contrib/hbbtree/tests/ttest.prg * doc/en-EN/set.txt * source/compiler/hbusage.c * source/rtl/setkey.c * tests/setkeys.prg * changed my email address --- harbour/ChangeLog | 50 ++++++++++++------------ harbour/contrib/hbbtree/doc/hb_btree.txt | 4 +- harbour/contrib/hbbtree/hb_btree.c | 6 +-- harbour/contrib/hbbtree/hb_btree.ch | 2 +- harbour/contrib/hbbtree/hb_btree.h | 2 +- harbour/contrib/hbbtree/tbtree.prg | 2 +- harbour/contrib/hbbtree/tests/ctest.c | 2 +- harbour/contrib/hbbtree/tests/test.prg | 2 +- harbour/contrib/hbbtree/tests/ttest.prg | 2 +- harbour/doc/en-EN/set.txt | 2 +- harbour/source/compiler/hbusage.c | 2 +- harbour/source/rtl/setkey.c | 2 +- harbour/tests/setkeys.prg | 2 +- 13 files changed, 40 insertions(+), 40 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c266c40947..6ea5d4f951 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -77707,14 +77707,14 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour. * source/pp/ppcore.c * Bug fixed when an already existing #define (with no value) was redeclared -2002-07-22 01:29 UTC+0500 April White +2002-07-22 01:29 UTC+0500 April White (april users.sourceforge.net) * doc/en/set.txt * source/compiler/hbusage.c * source/rtl/setkey.c * tests/setkeys.prg ; my email address, just in case you want to find me :-) -2002-07-19 09:10 UTC+0500 April White +2002-07-19 09:10 UTC+0500 April White (april users.sourceforge.net) ! contrib/btree/hb_BTree.c * struct hb_btree pStrCompare function pointer changed to use the size_t type for the third param, to coincide with ChangeLog 2002-07-14 14:14 UTC+0500 @@ -77760,11 +77760,11 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour. * source/debug/debugger.prg ! A bug fixed in commands evaluation -2002-07-17 02:42 UTC+0500 April White +2002-07-17 02:42 UTC+0500 April White (april users.sourceforge.net) * source/vm/itemapi.c + add conditional code if !(__DJGPP__) around #include -2002-07-16 02:14 UTC+0500 April White +2002-07-16 02:14 UTC+0500 April White (april users.sourceforge.net) * source/rtl/strings.c * include/hbapi.h * changed last param of hb_strnicmp() from ULONG to size_t @@ -77788,7 +77788,7 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour. * source/rtl/math.c + Extend functionalities of math error handling for DJGPP compiler. -2002-07-14 14:14 UTC+0500 April White +2002-07-14 14:14 UTC+0500 April White (april users.sourceforge.net) * contrib/btree/hb_btree.api + extern "C" * rename nFlags to ulFlags @@ -78345,7 +78345,7 @@ All this changes (except Ron's PP) are my work borrowed from xHarbour. + btree/test/ttest.prg + btree/doc + btree/doc/hb_btree.txt - + btree library, contributed by April White + + btree library, contributed by April White (april users.sourceforge.net) is uploaded to the contrib section. 2002-06-05 12:10 UTC-0300 Walter Negro @@ -86185,7 +86185,7 @@ e.vc * Replaced the old Harbour License and Exception with the new Harbour License and Exception with permission from Andi Jahja , - April White , + April White (april users.sourceforge.net), Ignacio_Ortiz_de_Zuniga , Kwon,OJun (Charles Kwon) , and Phil Barnett @@ -88285,7 +88285,7 @@ contrib/hbzlib/doc/zipnew.txt older version of Guile) in the header template and in files where I was listed as the primary or only copyright holder. -2001-04-01 15:46 GMT+6 April White +2001-04-01 15:46 GMT+6 April White (april users.sourceforge.net) * doc/en/hb_api.txt ! removed duplicate copies of: hb_pcount(), hb_ret(), hb_retc(), hb_retclen(), hb_retds(), @@ -88660,7 +88660,7 @@ NOTE: there is no hb_gcLockItem/hb_gcUnlockItem functions - please remove + Added harbour license ( provided by Jose Lalin ) -2001-03-11 21:43 UTC+0500 April +2001-03-11 21:43 UTC+0500 April White (april users.sourceforge.net) * doc/en/hb_macro.txt * renamed hb_compParse() to hb_macroYYParse() ; see 2000-11-30 18:25 UTC-0800 Ron Pinkas @@ -90198,7 +90198,7 @@ NOTE! some modules still use a direct access to the eval stack * source/pp/ppcore.c + Added support for whaite space between = and > in #[x]command/[x]translate rules. -2000-12-02 01:15 UTC+0500 April +2000-12-02 01:15 UTC+0500 April White (april users.sourceforge.net) * source/rtl/xhelp.prg * added code to push the params passed to xhelp back onto the stack (fixes default K_F1 set key) @@ -92202,7 +92202,7 @@ tion/deletion * tests/testdecl.prg * Minor refinement. -2000-08-27 20:10 UTC+0500 April White +2000-08-27 20:10 UTC+0500 April White (april users.sourceforge.net) * source/rtl/setkey.c * bug in setkey() - was not adding hotkey to internal list @@ -92385,7 +92385,7 @@ tion/deletion * this need to be checked for different keyboards ( now it works * for my :) ) -Changelog: 2000-08-13 15:20 UTC+0500 April White +Changelog: 2000-08-13 15:20 UTC+0500 April White (april users.sourceforge.net) * doc/en/ - removed hbapi.txt hbcompat.txt hbset.txt @@ -92427,7 +92427,7 @@ Changelog: 2000-08-13 15:20 UTC+0500 April White *Added code to generate the Winhelp .cnt file dinanmicall,So every time the doc is updated , the winhelp.cnt file will also be updated. -Changelog: 2000-08-12 20:00 UTC+0500 April White +Changelog: 2000-08-12 20:00 UTC+0500 April White (april users.sourceforge.net) disregard my: 2000-07-29 03:00 UTC+0500 TODO: remove the old hb*.txt files from doc/en * doc/en/ @@ -92459,7 +92459,7 @@ Changelog: 2000-08-12 20:00 UTC+0500 April White ( Clipper compiles: FOR (a:=1,b:=2,i):=1 TO 10 ) although it needs some more work. -2000-07-29 03:00 UTC+0500 April White +2000-07-29 03:00 UTC+0500 April White (april users.sourceforge.net) + doc/en/ + (re)added hbvm.txt, hbapiitm.txt, hbapirdd.txt, hbmacro.txt, hbapigt.txt, hbapilng.txt, hbdate.txt, hbapifs.txt, hbapierr.txt @@ -93167,7 +93167,7 @@ NOTE: % Calls to hb_gtSetPosContext(..., _BEFORE) changed to a faster call to hb_gtSetPos(). -2000-07-29 03:00 UTC+0500 April White +2000-07-29 03:00 UTC+0500 April White (april users.sourceforge.net) * doc/en * remove UPPER case files, commited, added lower case files, commited @@ -93275,7 +93275,7 @@ NOTE: source/compiler/harbour.slx * Standadized un-terminated strings messages. -2000-07-28 00:18 UTC+0500 April White +2000-07-28 00:18 UTC+0500 April White (april users.sourceforge.net) * include/hbapi.h * fixed comment for hb_xgrab() declaration (was 'exists' now 'exits') @@ -94731,12 +94731,12 @@ NOTICE: static HB_ITEM structures cannot be initialized with hb_itemClear() * The PP reinitialization turned on even on non-STRICT mode, to be 100% Clipper compatible. -2000-06-17 20:34 UTC-0500 April White +2000-06-17 20:34 UTC-0500 April White (april users.sourceforge.net) * include/hbapi.h * forgot an end of comment tag -2000-06-17 19:43 UTC+0500 April White +2000-06-17 19:43 UTC+0500 April White (april users.sourceforge.net) * include/hbapi.h * include/hbapifs.h @@ -94783,7 +94783,7 @@ NOTICE: static HB_ITEM structures cannot be initialized with hb_itemClear() /* We still have to find, why was isExpress() called with only partial expression, this should be fixed. */ -2000-06-17 17:10 UTC+0500 April White +2000-06-17 17:10 UTC+0500 April White (april users.sourceforge.net) * hbapi.h * hbapierr.h @@ -95139,7 +95139,7 @@ NOTICE: static HB_ITEM structures cannot be initialized with hb_itemClear() utils/hbdoc/genng.prg *Same changes suggested by April white -2000-06-10 17:06 UTC-0500 April White +2000-06-10 17:06 UTC-0500 April White (april users.sourceforge.net) * source/rtl/makefile + added tobject.prg to PRG_SOURCES section @@ -95152,7 +95152,7 @@ NOTICE: static HB_ITEM structures cannot be initialized with hb_itemClear() *source/rtl/tclass.prg *added missing REQUEST TOBJECT in the file -2000-06-10 04:05 UTC-0500 April White +2000-06-10 04:05 UTC-0500 April White (april users.sourceforge.net) * utils/hbdoc/makefile + added getchm.prg @@ -96365,7 +96365,7 @@ for .chm support * source/rtl/memoedit.prg ! fixed call to StrTran passing K_TAB instead of Chr(K_TAB) -20000516-03:55 GMT+4 April White +20000516-03:55 GMT+4 April White (april users.sourceforge.net) * source\rtl\makefile - setkey.prg from PRG_SOURCES section (a conflict prevented the prev update) @@ -96376,7 +96376,7 @@ for .chm support * source/compiler/harbour.l ! Corrected (again) rules for OPTIONAL to not conflict with DO OPTIONAL WITH ... and FOR Counter := OPTIONAL TO ... -20000515-20:22 GMT+4 April White +20000515-20:22 GMT+4 April White (april users.sourceforge.net) * source\rtl\makefile - setkey.prg from PRG_SOURCES section @@ -116000,7 +116000,7 @@ NOTE: You have to recompile all PRG code! ! Added code to remove newline in Unix compatible ACCEPT() code, per Georg Lehner . * source/rtl/setkey.prg - * New version from April White . + * New version from April White (april users.sourceforge.net). * source/rtl/gt/gtdos.c + Added DJGPP compatible GTAPI handling, but not sure how to deal with dispbegin()/dispend(). Need to add cursor handling. @@ -116009,7 +116009,7 @@ NOTE: You have to recompile all PRG code! * tests/working/Makefile ! Added new setkey test program (as BAD, because no GETACTIVE()). + tests/working/setkey.prg - + New test program from April White . + + New test program from April White (april users.sourceforge.net). Note: Needs a working get system and needs SetKeyCheck() integrated into the appropriate Harbour input functions. diff --git a/harbour/contrib/hbbtree/doc/hb_btree.txt b/harbour/contrib/hbbtree/doc/hb_btree.txt index 9a9959de90..f7f39bcc99 100644 --- a/harbour/contrib/hbbtree/doc/hb_btree.txt +++ b/harbour/contrib/hbbtree/doc/hb_btree.txt @@ -6,7 +6,7 @@ * Harbour Project source code: * HB_BTree C and Harbour API documentation. * - * Copyright 2002 April White + * Copyright 2002 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -44,7 +44,7 @@ * Subject: RE: B-tree request * Date: 10 Jul 2000 09:18:50 -0400 * From: Petra_Recter@prenhall.com - * To: awhite@user.rose.com [now awhite@mail.rosecom.ca] + * To: awhite@user.rose.com [now april@users.sourceforge.net] * * Dear April: * diff --git a/harbour/contrib/hbbtree/hb_btree.c b/harbour/contrib/hbbtree/hb_btree.c index 7f02d15780..230574475c 100644 --- a/harbour/contrib/hbbtree/hb_btree.c +++ b/harbour/contrib/hbbtree/hb_btree.c @@ -6,7 +6,7 @@ * Harbour Project source code: * HB_BTree source. * - * Copyright 2002 April White + * Copyright 2002 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -42,8 +42,8 @@ - Removed ; Comment -see ChangeLog 2002-07-19 09:10 UTC+0500 April White -see ChangeLog 2002-07-14 14:14 UTC+0500 April White +see ChangeLog 2002-07-19 09:10 UTC+0500 April White +see ChangeLog 2002-07-14 14:14 UTC+0500 April White TODO: impliment ulFlags within hb_btreeopen() - see warning above - clear im-memory flag diff --git a/harbour/contrib/hbbtree/hb_btree.ch b/harbour/contrib/hbbtree/hb_btree.ch index 38fce95fcc..fd280c1d80 100644 --- a/harbour/contrib/hbbtree/hb_btree.ch +++ b/harbour/contrib/hbbtree/hb_btree.ch @@ -6,7 +6,7 @@ * Harbour Project source code: * HB_BTree Harbour API header. * - * Copyright 2002 April White + * Copyright 2002 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/contrib/hbbtree/hb_btree.h b/harbour/contrib/hbbtree/hb_btree.h index bc00668236..9673f448cf 100644 --- a/harbour/contrib/hbbtree/hb_btree.h +++ b/harbour/contrib/hbbtree/hb_btree.h @@ -6,7 +6,7 @@ * Harbour Project source code: * HB_BTree Harbour C API header. * - * Copyright 2002 April White + * Copyright 2002 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/contrib/hbbtree/tbtree.prg b/harbour/contrib/hbbtree/tbtree.prg index 75fdbc5157..37acb094e3 100644 --- a/harbour/contrib/hbbtree/tbtree.prg +++ b/harbour/contrib/hbbtree/tbtree.prg @@ -6,7 +6,7 @@ * Harbour Project source code: * HB_BTree class. * - * Copyright 2002 April White + * Copyright 2002 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/contrib/hbbtree/tests/ctest.c b/harbour/contrib/hbbtree/tests/ctest.c index 4ac7d418a2..0448b772a9 100644 --- a/harbour/contrib/hbbtree/tests/ctest.c +++ b/harbour/contrib/hbbtree/tests/ctest.c @@ -6,7 +6,7 @@ * Harbour Project source code: * hb_BTree api test * - * Copyright 2000 April White + * Copyright 2000 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/contrib/hbbtree/tests/test.prg b/harbour/contrib/hbbtree/tests/test.prg index c5aee05cb6..59b412d899 100644 --- a/harbour/contrib/hbbtree/tests/test.prg +++ b/harbour/contrib/hbbtree/tests/test.prg @@ -6,7 +6,7 @@ * Harbour Project source code: * hb_btree api test * - * Copyright 2000 April White + * Copyright 2000 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/contrib/hbbtree/tests/ttest.prg b/harbour/contrib/hbbtree/tests/ttest.prg index 24de2237fe..ba28b3adc9 100644 --- a/harbour/contrib/hbbtree/tests/ttest.prg +++ b/harbour/contrib/hbbtree/tests/ttest.prg @@ -6,7 +6,7 @@ * Harbour Project source code: * hb_btree api test * - * Copyright 2000 April White + * Copyright 2000 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/doc/en-EN/set.txt b/harbour/doc/en-EN/set.txt index 5b998eb168..a9efe78ffb 100644 --- a/harbour/doc/en-EN/set.txt +++ b/harbour/doc/en-EN/set.txt @@ -9,7 +9,7 @@ * Copyright 1999 David G. Holm * Documentation for: SET(), __SETCENTURY() * - * Copyright 1999 A White + * Copyright 1999 April White * Documentation for: SETKEY(), HB_SetKeyGet(), HB_SETKEYSAVE(), * HB_SetKeyCheck(), SET KEY * diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index f44d812656..acc2121728 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -189,7 +189,7 @@ void hb_compPrintCredits( HB_COMP_DECL ) "Andi Jahja \n" "Antonio Carlos Pantaglione \n" "Antonio Linares \n" - "April White \n" + "April White \n" "Bil Simser \n" "Bill Robertson \n" "Brian Hays \n" diff --git a/harbour/source/rtl/setkey.c b/harbour/source/rtl/setkey.c index 191212598c..390630debf 100644 --- a/harbour/source/rtl/setkey.c +++ b/harbour/source/rtl/setkey.c @@ -6,7 +6,7 @@ * Harbour Project source code: * SETKEY() and related functions * - * Copyright 1999 A White + * Copyright 1999 April White * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify diff --git a/harbour/tests/setkeys.prg b/harbour/tests/setkeys.prg index b66f6f173a..e1dadfb83b 100644 --- a/harbour/tests/setkeys.prg +++ b/harbour/tests/setkeys.prg @@ -3,7 +3,7 @@ Harbour Project source code - http://www.harbour-project.org - By: A White - awhite@mail.rosecom.ca + By: April White This file contains the Harbour function(s) that maintain the list of set-keys (hot-keys).