2012-06-13 15:31 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbrun/hbrun.prg
* utils/hbmk2/hbmk2.prg
* renamed history file to have a tool agnostic name
INCOMPATIBLE (history will be lost unless you rename
the existing file from .hbrun_history to .hb_history)
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-06-13 15:31 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbrun/hbrun.prg
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* renamed history file to have a tool agnostic name
|
||||
INCOMPATIBLE (history will be lost unless you rename
|
||||
the existing file from .hbrun_history to .hb_history)
|
||||
|
||||
2012-06-13 15:14 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* INSTALL
|
||||
* minor clarifications to INSTALL/TROUBLESHOOTING
|
||||
|
||||
@@ -756,9 +756,9 @@ STATIC FUNCTION hbrun_HistoryFileName()
|
||||
#endif
|
||||
|
||||
#if defined( __PLATFORM__DOS )
|
||||
cFileName := "hbrunhst.ini"
|
||||
cFileName := "hbhist.ini"
|
||||
#else
|
||||
cFileName := ".hbrun_history"
|
||||
cFileName := ".hb_history"
|
||||
#endif
|
||||
|
||||
IF ! Empty( GetEnv( cEnvVar ) )
|
||||
|
||||
@@ -12847,9 +12847,9 @@ STATIC FUNCTION __hbrun_HistoryFileName()
|
||||
#endif
|
||||
|
||||
#if defined( __PLATFORM__DOS )
|
||||
cFileName := "hbrunhst.ini"
|
||||
cFileName := "hbhist.ini"
|
||||
#else
|
||||
cFileName := ".hbrun_history"
|
||||
cFileName := ".hb_history"
|
||||
#endif
|
||||
|
||||
IF ! Empty( GetEnv( cEnvVar ) )
|
||||
|
||||
Reference in New Issue
Block a user