Ticket #31 (closed task: fixed)
Only use plain "char" for (text) strings
| Reported by: | gunnar | Owned by: | gnugo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7.7 |
| Component: | source | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | patch: | yes |
Description
Using the "char" type is dangerous because the compiler is free to treat it as signed or unsigned. This has caused a number of bugs over time. To solve this problem permanently we need to use "char" only for (text) strings and otherwise "signed char" and "unsigned char".
Attachments
Regression Results
| Attachment | Rev. | PASS | FAIL | Nodes | Status |
Change History
Note: See
TracTickets for help on using
tickets.

