diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-07 20:29:43 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-07 20:29:43 -0700 |
commit | 71cc1d5902abb8cc005114f28a5cea8d766a4b05 (patch) | |
tree | 49242d1f03974045036d21772dae553738301e18 /ChangeLog | |
parent | 46b7f60f9fa32fd2a8c2162cf108dc89d3d95196 (diff) | |
download | txr-71cc1d5902abb8cc005114f28a5cea8d766a4b05.tar.gz txr-71cc1d5902abb8cc005114f28a5cea8d766a4b05.tar.bz2 txr-71cc1d5902abb8cc005114f28a5cea8d766a4b05.zip |
* Makefile: install the LICENSE and METALICENSE files into the data
directory.
* txr.c (help): Help text updated to document --license option.
(license): New function.
(txr_main): Implement --license option.
* unwind.h (uw_catch): Add cast to suppress warning about unused symbol.
* txr.1: Document --license option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2014-07-07 Kaz Kylheku <kaz@kylheku.com> + * Makefile: install the LICENSE and METALICENSE files into the data + directory. + + * txr.c (help): Help text updated to document --license option. + (license): New function. + (txr_main): Implement --license option. + + * unwind.h (uw_catch): Add cast to suppress warning about unused symbol. + + * txr.1: Document --license option. + +2014-07-07 Kaz Kylheku <kaz@kylheku.com> + * lib.c (replace_list, sel): fix use of unused variable. 2014-07-07 Kaz Kylheku <kaz@kylheku.com> |