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:
Viktor Szakats
2012-06-13 13:33:44 +00:00
parent f2bb8bc732
commit 72076b0399
3 changed files with 11 additions and 4 deletions

View File

@@ -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

View File

@@ -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 ) )

View File

@@ -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 ) )