diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-27 19:59:44 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-27 19:59:44 -0700 |
commit | b3e3818388567538908795d9247ac9272244e969 (patch) | |
tree | c79c17440182373e16340560776dfd4ad8add3bb /ChangeLog | |
parent | f4ab08f73bc1d16d4971a16a0a66b5621af77572 (diff) | |
download | txr-b3e3818388567538908795d9247ac9272244e969.tar.gz txr-b3e3818388567538908795d9247ac9272244e969.tar.bz2 txr-b3e3818388567538908795d9247ac9272244e969.zip |
Fix issues in configure found by ShellCheck.
* configure (have_timegm, tm_gmtoff, tm_tmzone): Unused
variables removed.
(SIZEOF_LONG_LONG_T): Reference to nonexistent variable fixed.
Also, fixed two instances of arithmetic expressions using
unnecessary $ prefixes on variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2015-06-27 Kaz Kylheku <kaz@kylheku.com> + Fix issues in configure found by ShellCheck. + + * configure (have_timegm, tm_gmtoff, tm_tmzone): Unused + variables removed. + (SIZEOF_LONG_LONG_T): Reference to nonexistent variable fixed. + Also, fixed two instances of arithmetic expressions using + unnecessary $ prefixes on variables. + +2015-06-27 Kaz Kylheku <kaz@kylheku.com> + Fix TXR 97 regression in quasiliterals. * eval.c (expand_quasi): When the modifiers argument of a var |