View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002546 | GNUnet | util library | public | 2012-09-15 21:01 | 2012-11-05 18:34 |
| Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | trivial | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
| Summary | 0002546: API has redundant functions to convert time to string | ||||
| Description | There is GNUNET_TIME_relative_to_string and GNUNET_STRINGS_relative_time_to_string; likely similar duplications exist for absolute time. | ||||
| Additional Information | The functions *do* differ at least in terms of allocation behavior: some return a freshly allocated string, some a pointer to a global (re-used) buffer. The format of what is returned may also differ (to be checked). Regardless, this is unwarranted duplication and should be fixed. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-09-15 21:01 | Christian Grothoff | New Issue | |
| 2012-09-16 12:24 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2012-09-16 12:24 | Christian Grothoff | Status | new => assigned |
| 2012-09-16 13:13 | Christian Grothoff | Target Version | => 0.9.4 |
| 2012-09-16 13:27 | Christian Grothoff | Note Added: 0006347 | |
| 2012-09-16 13:27 | Christian Grothoff | Status | assigned => resolved |
| 2012-09-16 13:27 | Christian Grothoff | Fixed in Version | => 0.9.4 |
| 2012-09-16 13:27 | Christian Grothoff | Resolution | open => fixed |
| 2012-11-05 18:34 | Christian Grothoff | Status | resolved => closed |