Changeset 3061bc1 in mainline for uspace/app/bdsh/cmds/modules/printf/TODO
- Timestamp:
- 2018-02-28T17:52:11Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8565a42, a35b458
- Parents:
- 1b20da0
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:29:58)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/printf/TODO
r1b20da0 r3061bc1 1 1 At this stage printf is very young and limited, as it hopefully 2 2 will be developed along with BDSH. Functionality is heavily related 3 on libc printf already available. BDSH printf implements only 3 format 4 flags, with no options/precision/width modifiers allowed. Also, 3 on libc printf already available. BDSH printf implements only 3 format 4 flags, with no options/precision/width modifiers allowed. Also, 5 5 one output control is available - '\n'. '\' character stands 6 as an escape character, i.e. every special character after it 6 as an escape character, i.e. every special character after it 7 7 will be treated as general char and will be printed out. 8 8 What's missing:
Note:
See TracChangeset
for help on using the changeset viewer.