diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-08 19:36:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-08 19:36:31 -0700 |
commit | 9cf7180096f4a0f97437a5e159d8f7ac6542580c (patch) | |
tree | 174db1830156cd233f0c85dac9cf75cb2909e4e5 /ChangeLog | |
parent | b50fa12ce36728c4bcc5a5ee7b0717ccedaef87b (diff) | |
download | txr-9cf7180096f4a0f97437a5e159d8f7ac6542580c.tar.gz txr-9cf7180096f4a0f97437a5e159d8f7ac6542580c.tar.bz2 txr-9cf7180096f4a0f97437a5e159d8f7ac6542580c.zip |
Code simplification.
* txr.c (txr_main): Replacing two code blocks with single
call to existing open_txr_file function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2015-06-08 Kaz Kylheku <kaz@kylheku.com> + + Code simplification. + + * txr.c (txr_main): Replacing two code blocks with single + call to existing open_txr_file function. + 2015-06-07 Kaz Kylheku <kaz@kylheku.com> Critical bugfix for weak hashes. |