diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-06 00:49:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-06 00:49:27 -0800 |
commit | 2176bfdd1be53c65b8d6645c31f49f756e2dd3b1 (patch) | |
tree | 803c5f05f70adbcf6dbcc7c9839b33de6404d351 /ChangeLog | |
parent | df3566afa1a0b329ffa22773e79f1c67281e44c4 (diff) | |
download | txr-2176bfdd1be53c65b8d6645c31f49f756e2dd3b1.tar.gz txr-2176bfdd1be53c65b8d6645c31f49f756e2dd3b1.tar.bz2 txr-2176bfdd1be53c65b8d6645c31f49f756e2dd3b1.zip |
g++ regressions.
* eval.c (env_k): Duplicate global variable definition removed.
* lib.c (vector, vec_set_length): Fixed signed/unsigned comparison
warnings.
* stream.h (stdin_s, stdout_s, stddebug_s, stderr_s, stdnull_s):
Declarations were definitions due to missing extern.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2014-03-06 Kaz Kylheku <kaz@kylheku.com> + + g++ regressions. + + * eval.c (env_k): Duplicate global variable definition removed. + + * lib.c (vector, vec_set_length): Fixed signed/unsigned comparison + warnings. + + * stream.h (stdin_s, stdout_s, stddebug_s, stderr_s, stdnull_s): + Declarations were definitions due to missing extern. + 2014-03-05 Kaz Kylheku <kaz@kylheku.com> * txr.c (txr_main): Don't push back arg into arg_list if arg is nil. |