comparison packages/redboot/current/ChangeLog @ 2848:423d7e4ddb11

Better handling of history recall - fix BZ#1000714
author gthomas
date Mon, 09 Mar 2009 23:46:01 +0000
parents 6a5b18d2c1be
children 0c14b973ca7d
comparison
equal deleted inserted replaced
2847:bac252703e60 2848:423d7e4ddb11
1 2009-03-09 Gary Thomas <gary@mlbassoc.com>
2
3 * src/io.c: Better handling of history - commands now have
4 a [fixed] virtual number over time. This makes !nn work correctly.
5 Fixes BZ#1000714
6
1 2009-03-04 Gary Thomas <gary@mlbassoc.com> 7 2009-03-04 Gary Thomas <gary@mlbassoc.com>
2 8
3 * src/fconfig.c (get_config): Simplify memcpy() call to 9 * src/fconfig.c (get_config): Simplify memcpy() call to
4 work around GCC 4.3 code generation error. BZ#1000672 10 work around GCC 4.3 code generation error. BZ#1000672
5 11