FreeCalypso > hg > freecalypso-tools
comparison CHANGES @ 469:fd4af8023ce6
CHANGES: null pointer passing fixes documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 11 Feb 2019 22:51:17 +0000 |
parents | 88f7e4d0f0b3 |
children | 368ffb8a08e5 |
comparison
equal
deleted
inserted
replaced
468:542c6d733772 | 469:fd4af8023ce6 |
---|---|
1 Changes in the current code since fc-host-tools-r9a: | 1 Changes in the current code since fc-host-tools-r9a: |
2 | |
3 * For those who need to run our tools on a 64-bit host system (or more | |
4 precisely, any system on which pointers are longer than the basic int type), | |
5 the present release includes fixes for null pointer passing constructs | |
6 throughout the code base. The original code was only correct for classic | |
7 systems on which ints and pointers are equivalent for K&R C function argument | |
8 passing purposes. | |
2 | 9 |
3 * The back end program supporting fcup-* -R mode has been extended to support | 10 * The back end program supporting fcup-* -R mode has been extended to support |
4 sending strings longer than 254 characters using the extended version of the | 11 sending strings longer than 254 characters using the extended version of the |
5 AT-over-RVTMUX mechanism supported by newer firmwares - see the updates in | 12 AT-over-RVTMUX mechanism supported by newer firmwares - see the updates in |
6 the doc/User-phone-tools article. A new unterm command has been added to | 13 the doc/User-phone-tools article. A new unterm command has been added to |