comparison packages/redboot/current/ChangeLog @ 264:57f3c72256bb

Reorg CLI functions into separate files. Update CDL. Fix macros in scripts.
author gthomas
date Tue, 06 Aug 2002 14:29:11 +0000
parents 21264951b120
children 42332443fea2
comparison
equal deleted inserted replaced
263:c0d53837cb68 264:57f3c72256bb
1 2002-08-06 Gary Thomas <gary@chez-thomas.org>
2
3 * src/crc.c: POSIX crc code is now separate.
4
5 * src/mfill.c:
6 * src/mcmp.c:
7 * src/dump.c:
8 * src/cksum.c:
9 * src/caches.c: New (split out) file(s).
10
11 * src/main.c:
12 * cdl/redboot.cdl: Split major CLI functionality to separate
13 files, more easily controlled by CDL - inspired by Andrew.
14
15 2002-08-06 Andrew Lunn <Andrew.Lunn@ascom.ch>
16
17 * src/io.c: Fix the parsing of boot scripts to allow the use
18 of aliases. This was broken when the ability to do startup
19 type specific scripting was added.
20
21 2002-08-05 Andrew Lunn <Andrew.Lunn@ascom.ch>
22
23 * src/main.c: Made more of the commands conditionally compilable
24 * cdl/redboot.cdl: CDL code to control the compilation.
25
1 2002-07-30 Gary Thomas <gary@chez-thomas.org> 26 2002-07-30 Gary Thomas <gary@chez-thomas.org>
2 27
3 * src/net/net_io.c: Handle broadcast/mask setup better (failed if 28 * src/net/net_io.c: Handle broadcast/mask setup better (failed if
4 not found in FLASH). Also print on network info line. 29 not found in FLASH). Also print on network info line.
5 30