mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Added use of $CALCHISTFILE and start of 2.12.7.5
By default, the calc history file is located in ~/.calc_history. Now, if the environment variable $CALCHISTFILE is defined and is non-empty, then calc history file will be defined by the $CALCHISTFILE environment variable.
This commit is contained in:
@@ -1054,7 +1054,7 @@ EXT=
|
||||
|
||||
# The default calc versions
|
||||
#
|
||||
VERSION= 2.12.7.4
|
||||
VERSION= 2.12.7.5
|
||||
|
||||
# Names of shared libraries with versions
|
||||
#
|
||||
@@ -5475,6 +5475,7 @@ hist.o: have_unistd.h
|
||||
hist.o: have_unused.h
|
||||
hist.o: hist.c
|
||||
hist.o: hist.h
|
||||
hist.o: lib_calc.h
|
||||
hist.o: longbits.h
|
||||
hist.o: nametype.h
|
||||
hist.o: qmath.h
|
||||
|
Reference in New Issue
Block a user