View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000597 | LDMud 3.5 | Portability | public | 2009-01-16 14:05 | 2011-01-11 19:58 |
Reporter | zesstra | Assigned To | zesstra | ||
Priority | low | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | MacOS X | OS Version | 10.5.x |
Target Version | 3.5.0 | Fixed in Version | 3.5.0 | ||
Summary | 0000597: Change hash in ident_s to whash_t instead of short | ||||
Description | The hash in ident_s in lex.h should be of type whash_t and all users should use consistently whash_t. On the one hand because it is more portable. Additionally halft of the value range is lost because we don't need the sign. (whash_t is currently also short, but unsigned.) So... Check all users of ident_s structures. ;-) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-01-16 14:05 | zesstra | New Issue | |
2009-01-16 14:05 | zesstra | Status | new => assigned |
2009-01-16 14:05 | zesstra | Assigned To | => zesstra |
2009-01-16 14:05 | zesstra | Relationship added | child of 0000564 |
2010-07-14 02:39 | zesstra | Target Version | => 3.5.0 |
2011-01-11 19:58 | zesstra | Note Added: 0001951 | |
2011-01-11 19:58 | zesstra | Status | assigned => resolved |
2011-01-11 19:58 | zesstra | Fixed in Version | => 3.5.0 |
2011-01-11 19:58 | zesstra | Resolution | open => fixed |