2009-02-16 18:48 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbct/tests/hbmk.bat
- contrib/hbcurl/tests/hbmk.bat
+ contrib/hbcurl/tests/hbcurl.hbp
- contrib/hbclipsm/tests/hbmk.bat
+ contrib/hbclipsm/tests/hbclipsm.hbp
- contrib/hbcrypt/tests/hbmk.bat
+ contrib/hbcrypt/tests/hbcrypt.hbp
- contrib/examples/pp/hbmk.bat
+ contrib/examples/pp/pp.hbm
- contrib/examples/guestbk/hbmk.bat
+ contrib/examples/guestbk/guestbk.hbm
- contrib/examples/pe/hbmk.bat
+ contrib/examples/pe/pe.hbm
- contrib/examples/hbsqlit2/tests/hbmk.bat
+ contrib/examples/hbsqlit2/tests/hbsqlit2.hbp
- contrib/examples/hscript/hbmk.bat
+ contrib/examples/hscript/hscript.hbm
- utils/hbdoc/hbmk.bat
+ utils/hbdoc/hbdoc.hbm
* Converted some DOS/WIN batch files to platform
independent .hbm/.hbp files.
; Please test them.
* ChangeLog
+ Marked DBCREATETEMP() as DONE.
This commit is contained in:
@@ -8,6 +8,33 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-16 18:48 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
- contrib/hbct/tests/hbmk.bat
|
||||
- contrib/hbcurl/tests/hbmk.bat
|
||||
+ contrib/hbcurl/tests/hbcurl.hbp
|
||||
- contrib/hbclipsm/tests/hbmk.bat
|
||||
+ contrib/hbclipsm/tests/hbclipsm.hbp
|
||||
- contrib/hbcrypt/tests/hbmk.bat
|
||||
+ contrib/hbcrypt/tests/hbcrypt.hbp
|
||||
- contrib/examples/pp/hbmk.bat
|
||||
+ contrib/examples/pp/pp.hbm
|
||||
- contrib/examples/guestbk/hbmk.bat
|
||||
+ contrib/examples/guestbk/guestbk.hbm
|
||||
- contrib/examples/pe/hbmk.bat
|
||||
+ contrib/examples/pe/pe.hbm
|
||||
- contrib/examples/hbsqlit2/tests/hbmk.bat
|
||||
+ contrib/examples/hbsqlit2/tests/hbsqlit2.hbp
|
||||
- contrib/examples/hscript/hbmk.bat
|
||||
+ contrib/examples/hscript/hscript.hbm
|
||||
- utils/hbdoc/hbmk.bat
|
||||
+ utils/hbdoc/hbdoc.hbm
|
||||
* Converted some DOS/WIN batch files to platform
|
||||
independent .hbm/.hbp files.
|
||||
; Please test them.
|
||||
|
||||
* ChangeLog
|
||||
+ Marked DBCREATETEMP() as DONE.
|
||||
|
||||
2009-02-16 18:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbextern.ch
|
||||
+ Added HB_DBCREATETEMP()
|
||||
@@ -32,8 +59,8 @@
|
||||
|
||||
* harbour/source/rdd/dbcmd.c
|
||||
+ added .prg function to create temporary files:
|
||||
dbCreateTemp( <cAlias>, <aStruct>, <cRDD>, ;
|
||||
<cCodePage>, <nConnection> ) -> <lSuccess>
|
||||
hb_dbCreateTemp( <cAlias>, <aStruct>, <cRDD>, ;
|
||||
<cCodePage>, <nConnection> ) -> <lSuccess>
|
||||
Not all RDDs have to support it. It's verified by support for
|
||||
DBI_ISTEMPORARY dbInfo() action.
|
||||
|
||||
@@ -4699,11 +4726,12 @@
|
||||
GETE[NV](), HB_GETENV(), __RUN(), HB_RUN(),
|
||||
HB_ARGSTRING(), HB_CMDLINE().
|
||||
|
||||
; TODO: dbCreateTemp( <cAlias>, <aStruct>, <cRDD>, <cDelimArg>, <nConnection> ) -> <lSuccess>
|
||||
; TODO: hb_dbCreateTemp( <cAlias>, <aStruct>, <cRDD>, <nConnection> ) -> <lSuccess>
|
||||
Generates and opens a new dbf with a temporary filename
|
||||
in exclusive mode, deletes it automatically when closed.
|
||||
All indexes created for this table, should ideally have
|
||||
the temporary flag on, so those get deleted too, when closed.
|
||||
[DONE]
|
||||
|
||||
; TOFIX: hb_regex*() functions will not honor Harbour CP setting,
|
||||
when case insensitivity is selected.
|
||||
|
||||
5
harbour/contrib/examples/guestbk/guestbk.hbm
Normal file
5
harbour/contrib/examples/guestbk/guestbk.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
guestbk.prg inifiles.prg testcgi.prg
|
||||
@@ -1,5 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@..\..\..\bin\hbmk %* guestbk.prg inifiles.prg testcgi.prg
|
||||
@@ -1,7 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@set HB_USER_LIBS=hbsqlit2.lib sqlite2.lib
|
||||
|
||||
@..\..\..\..\bin\hbmk %*
|
||||
5
harbour/contrib/examples/hbsqlit2/tests/hbsqlit2.hbp
Normal file
5
harbour/contrib/examples/hbsqlit2/tests/hbsqlit2.hbp
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbsqlit2 sqlite2
|
||||
@@ -1,7 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@set HB_USER_LIBS=hbnf.lib
|
||||
|
||||
@..\..\..\bin\hbmk %* hscript.prg
|
||||
5
harbour/contrib/examples/hscript/hscript.hbm
Normal file
5
harbour/contrib/examples/hscript/hscript.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
hscript.prg -lhbnf
|
||||
@@ -1,5 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@..\..\..\bin\hbmk %* pe.prg editorhi.prg editorlo.c
|
||||
5
harbour/contrib/examples/pe/pe.hbm
Normal file
5
harbour/contrib/examples/pe/pe.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
pe.prg editorhi.prg editorlo.c
|
||||
@@ -1,5 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@..\..\..\bin\hbmk %* pp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c
|
||||
5
harbour/contrib/examples/pp/pp.hbm
Normal file
5
harbour/contrib/examples/pp/pp.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
pp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c
|
||||
5
harbour/contrib/hbclipsm/tests/hbclipsm.hbp
Normal file
5
harbour/contrib/hbclipsm/tests/hbclipsm.hbp
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbclipsm
|
||||
@@ -1,7 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@set HB_USER_LIBS=hbclipsm.lib
|
||||
|
||||
@..\..\..\bin\hbmk %*
|
||||
5
harbour/contrib/hbcrypt/tests/hbcrypt.hbp
Normal file
5
harbour/contrib/hbcrypt/tests/hbcrypt.hbp
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbcrypt
|
||||
@@ -1,7 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@set HB_USER_LIBS=hbcrypt.lib
|
||||
|
||||
@..\..\..\bin\hbmk %*
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbct
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbct
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@set HB_USER_LIBS=hbct.lib
|
||||
|
||||
@..\..\..\bin\hbmk %*
|
||||
5
harbour/contrib/hbcurl/tests/hbcurl.hbp
Normal file
5
harbour/contrib/hbcurl/tests/hbcurl.hbp
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbcurl libcurl
|
||||
@@ -1,7 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@set HB_USER_LIBS=hbcurl.lib libcurl.lib
|
||||
|
||||
@..\..\..\bin\hbmk %*
|
||||
5
harbour/utils/hbdoc/hbdoc.hbm
Normal file
5
harbour/utils/hbdoc/hbdoc.hbm
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
hbdoc.prg ft_funcs.prg genasc.prg genchm.prg genhpc.prg genhtm.prg genng.prg genos2.prg genpdf1.prg genrtf.prg gentrf.prg hbdfrdln.c
|
||||
@@ -1,5 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@..\..\bin\hbmk hbdoc.prg ft_funcs.prg genasc.prg genchm.prg genhpc.prg genhtm.prg genng.prg genos2.prg genpdf1.prg genrtf.prg gentrf.prg hbdfrdln.c
|
||||
Reference in New Issue
Block a user