2009-10-12 00:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/debian/copyright
  * harbour/debian/rules
  * harbour/src/common/hbtrace.c
  * harbour/src/rdd/usrrdd/rdds/logrdd.prg
  * harbour/tests/cpinfo.prg
  * harbour/doc/gtapi.txt
  * harbour/doc/en-EN/string.txt
  * harbour/doc/en-EN/license.txt
  * harbour/doc/en-EN/compiler.txt
  * harbour/doc/en-EN/terminal.txt
  * harbour/doc/en-EN/dbstrux.txt
  * harbour/doc/en-EN/idle.txt
  * harbour/doc/en-EN/garbage.txt
  * harbour/doc/en-EN/browse.txt
  * harbour/doc/en-EN/lang.txt
  * harbour/doc/en-EN/misc.txt
  * harbour/doc/windll.txt
  * harbour/doc/whatsnew.txt
  * harbour/COPYING
    * finished some missed source/ -> src/ translations
This commit is contained in:
Przemyslaw Czerpak
2009-10-11 22:35:16 +00:00
parent 71536976d4
commit 5dc55239ba
20 changed files with 61 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
THE HARBOUR PROJECT COMPILER LICENSE
====================================
Note: This license applies to most of the files in the source/compiler
Note: This license applies to most of the files in the src/compiler
and utils/hbmk2 directories.
This program is free software; you can redistribute it and/or modify

View File

@@ -17,6 +17,28 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-10-12 00:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/debian/copyright
* harbour/debian/rules
* harbour/src/common/hbtrace.c
* harbour/src/rdd/usrrdd/rdds/logrdd.prg
* harbour/tests/cpinfo.prg
* harbour/doc/gtapi.txt
* harbour/doc/en-EN/string.txt
* harbour/doc/en-EN/license.txt
* harbour/doc/en-EN/compiler.txt
* harbour/doc/en-EN/terminal.txt
* harbour/doc/en-EN/dbstrux.txt
* harbour/doc/en-EN/idle.txt
* harbour/doc/en-EN/garbage.txt
* harbour/doc/en-EN/browse.txt
* harbour/doc/en-EN/lang.txt
* harbour/doc/en-EN/misc.txt
* harbour/doc/windll.txt
* harbour/doc/whatsnew.txt
* harbour/COPYING
* finished some missed source/ -> src/ translations
2009-10-11 20:49 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/cdpapi.c
! fixed bad typo in last commit

View File

@@ -1,7 +1,7 @@
THE HARBOUR PROJECT COMPILER LICENSE
====================================
Note: This license applies to most of the files in the source/compiler
Note: This license applies to most of the files in the src/compiler
and utils/hbmk2 directories.
This program is free software; you can redistribute it and/or modify

View File

@@ -53,7 +53,7 @@ install: build
make install
install -m644 debian/harbour.cfg $(HB_INST_PKGPREF)$(HB_ETC_INSTALL)/harbour.cfg
install -m644 source/rtl/gtcrs/hb-charmap.def $(HB_INST_PKGPREF)$(HB_ETC_INSTALL)/hb-charmap.def
install -m644 src/rtl/gtcrs/hb-charmap.def $(HB_INST_PKGPREF)$(HB_ETC_INSTALL)/hb-charmap.def
# Build architecture-independent files here.

View File

@@ -318,7 +318,7 @@
* to add column for each field by your self.
* $EXAMPLES$
* for a good example, look at the source code for BROWSE() function
* at source/rtl/browse.prg
* at src/rtl/browse.prg
* $STATUS$
* S
* $COMPLIANCE$

View File

@@ -314,7 +314,7 @@
* 2) it guarantees that the same instance variable of the same object
* will be changed
*
* (See also: source/compiler/expropt.c)
* (See also: src/compiler/expropt.c)
*
* <b>Initialization of static variables </b></par>
* ================================== </par>

View File

@@ -614,7 +614,7 @@
* calls __dbStructFilter() and therefor the latter is the recommended
* function to use.
*
* This function is only visible if source/rdd/dbstrux.prg was compiled
* This function is only visible if src/rdd/dbstrux.prg was compiled
* with the HB_CLP_UNDOC flag.
* $PLATFORMS$
* All

View File

@@ -136,7 +136,7 @@
* by the GC if it is not locked or if it is not referenced by some
* harbour level variable.
* $EXAMPLES$
* See source/vm/arrays.c
* See src/vm/arrays.c
* $STATUS$
* C
* $COMPLIANCE$
@@ -144,7 +144,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/vm/garbage.c
* src/vm/garbage.c
* $SEEALSO$
* hb_gcFree()
* $END$
@@ -172,7 +172,7 @@
* hb_gcFree() is used to deallocate the memory that was
* allocated with the hb_gcAlloc() function.
* $EXAMPLES$
* See source/vm/arrays.c
* See src/vm/arrays.c
* $STATUS$
* C
* $COMPLIANCE$
@@ -180,7 +180,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/vm/garbage.c
* src/vm/garbage.c
* $SEEALSO$
* hb_gcAlloc()
* $END$
@@ -215,7 +215,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/vm/garbage.c
* src/vm/garbage.c
* $SEEALSO$
* hb_gcAlloc(),hb_gcFree()
* $END$
@@ -259,7 +259,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/vm/garbage.c
* src/vm/garbage.c
* $SEEALSO$
* hb_gcAlloc(),hb_gcFree()
* $END$
@@ -290,7 +290,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/vm/garbage.c
* src/vm/garbage.c
* $SEEALSO$
* hb_gcCollectAll()
* $END$

View File

@@ -68,7 +68,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/idle.c
* src/rtl/idle.c
* $SEEALSO$
* HB_IDLEDEL(),HB_IDLESTATE()
* $END$
@@ -111,7 +111,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/idle.c
* src/rtl/idle.c
* $SEEALSO$
* HB_IDLEADD(),HB_IDLESTATE()
* $END$
@@ -158,7 +158,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/idle.c
* src/rtl/idle.c
* $SEEALSO$
* HB_IDLEADD(),HB_IDLEDEL()
* $END$
@@ -200,7 +200,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/idle.c
* src/rtl/idle.c
* $SEEALSO$
* HB_IDLEADD(),HB_IDLEDEL(),HB_IDLESTATE()
* $END$

View File

@@ -384,7 +384,7 @@
* $COMPLIANCE$
* This function is a Harbour Extension.
*
* This function is only visible if source/rtl/cdpapi.c was compiled
* This function is only visible if src/rtl/cdpapi.c was compiled
* without the HB_CDP_SUPPORT_OFF flag.
* $PLATFORMS$
* All
@@ -446,7 +446,7 @@
* $COMPLIANCE$
* This function is a Harbour Extension.
*
* This function is only visible if source/rtl/cdpapi.c was compiled
* This function is only visible if src/rtl/cdpapi.c was compiled
* without the HB_CDP_SUPPORT_OFF flag.
* $PLATFORMS$
* All

View File

@@ -16,7 +16,7 @@
* <b>THE HARBOUR PROJECT COMPILER LICENSE</b> </par>
* ==================================== </par>
*
* Note: This license applies to most of the files in the source/compiler
* Note: This license applies to most of the files in the src/compiler
* directory. </par>
*
* This program is free software; you can redistribute it and/or modify

View File

@@ -41,7 +41,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/version.c
* src/rtl/version.c
* $END$
*/
@@ -76,7 +76,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/version.c
* src/rtl/version.c
* Library is rtl
* $SEEALSO$
* OS()
@@ -120,7 +120,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/gete.c
* src/rtl/gete.c
* Library is rtl
* $SEEALSO$
* GETE
@@ -166,7 +166,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/gete.c
* src/rtl/gete.c
* Library is rtl
* $SEEALSO$
* GETENV
@@ -220,7 +220,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/gete.c
* src/rtl/gete.c
* Library is rtl
* $SEEALSO$
* GETENV, GETE
@@ -263,7 +263,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/run.c
* src/rtl/run.c
* Library is rtl
* $SEEALSO$
* RUN
@@ -359,7 +359,7 @@
* $PLATFORMS$
* All
* $FILES$
* source/rtl/run.c
* src/rtl/run.c
* Library is rtl
* $SEEALSO$
* RUN

View File

@@ -242,7 +242,7 @@
* R
* $COMPLIANCE$
* This function is sensitive to HB_CLP_STRICT settings during the
* compilation of source/rtl/at.c
* compilation of src/rtl/at.c
*
* <nStart> and <nEnd> are Harbour extensions and do not exist if
* HB_CLP_STRICT is defined. In that case, the whole string is searched.

View File

@@ -280,7 +280,7 @@
* R
* $COMPLIANCE$
* This function is sensitive to HB_CLP_STRICT settings during the
* compilation of source/rtl/alert.prg
* compilation of src/rtl/alert.prg
*
* <b>defined</b>: <xMessage> accept Character values only and return
* NIL if other types are passed.
@@ -294,11 +294,11 @@
* <b>undefined</b>: <aOptions> could contain as many as needed options.
*
* If HB_COMPAT_C53 was define during compilation of
* source/rtl/alert.prg the Left-Mouse button could be used to select
* src/rtl/alert.prg the Left-Mouse button could be used to select
* an option.
*
* The interpretation of the //NOALERT command line switch is done only
* if HB_CLP_UNDOC was define during compilation of source/rtl/alert.prg
* if HB_CLP_UNDOC was define during compilation of src/rtl/alert.prg
*
* <cColorNorm> is a Harbour extension, or at least un-documented
* in Clipper 5.2 NG.
@@ -692,7 +692,7 @@
* specified the default STDERR is used, //STDERR or //STDERR:0 set
* OUTERR() to output to the same file handle as OUTSTD(), //STDERR:n
* set output to file handle n. Like other undocumented features this
* switch is available only if source/rtl/console.c was compiled with
* switch is available only if src/rtl/console.c was compiled with
* the HB_CLP_UNDOC flag.
* $EXAMPLES$
* // write error log information

View File

@@ -228,11 +228,11 @@ final users, because it allow to integrate GUI library with standard
Clipper screen functions.
How to create such base GUI GT driver?
See as example GTGUI in source/rtl/gtgui/gtgui.c
See as example GTGUI in src/rtl/gtgui/gtgui.c
It supports only TONE and CLIPBOARD operations.
GUI libraries can use it or create other GT driver inheriting from
this one.
NOTE: source/rtl/gtgui/gtdef.c is a hack which overloads the default
NOTE: src/rtl/gtgui/gtdef.c is a hack which overloads the default
Harbour build time GT driver and should not be replicated.

View File

@@ -1529,7 +1529,7 @@ The compiler
Symbol for INIT/EXIT procedure has now '$' suffix - this means that
such procedures cannot be called from user code (Clipper compatible)
- Harbour now Run on 64-bits !
- Some small optimizations in harbour/source/vm/itemapi.c
- Some small optimizations in harbour/src/vm/itemapi.c
The runtime modules
-------------------

View File

@@ -64,7 +64,7 @@ The following is clipped from a msg by Antonio Linares to the Harbour
developer list explaining some of the details:
Please notice that there are three different Windows DLL entry points:
+ source/vm/
+ src/vm/
* maindll.c Windows self-contained DLL entry point
* maindllh.c Windows Harbour DLL entry point (harbour.dll)
* maindllp.c Windows pcode DLL entry point and VM/RTL routing functions

View File

@@ -215,7 +215,7 @@ void hb_tr_trace( const char * fmt, ... )
hb_tr_level_ = -1;
/* NOTE: resetting file name/line number will cause that we will unable
* to report the location of code that allocated unreleased memory blocks
* See hb_xalloc/hb_xgrab in source/rtl/fm.c
* See hb_xalloc/hb_xgrab in src/vm/fm.c
*/
if( hb_tr_level() < HB_TR_DEBUG )
{

View File

@@ -55,7 +55,7 @@
* any existent RDD but if you write / replace / delete something
* on tables it writes changes in a log file.
* An example is avalaible at
* harbour/source/rdd/usrrdd/example/exlog.prg
* harbour/src/rdd/usrrdd/example/exlog.prg
*/
#include "rddsys.ch"

View File

@@ -8,7 +8,7 @@
* Compile it with Clipper and link with given national sorting module
* (usually ntx*.obj) and then execute to generate letters strings for
* given national sorting module. Then use this string to define Harbour
* CP module in source/codepage/ directory.
* CP module in src/codepage/ directory.
*
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
* www - http://www.harbour-project.org