Changes between Initial Version and Version 1 of Ticket #18207
- Timestamp:
- Jan 9, 2023, 10:17:46 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18207 – Description
initial v1 1 Latest Fish (3.6.0) complains about them. 1 wcstoimax, wcstoumax - convert wide-character string to integer. 2 These functions are just like wcstol(3) and wcstoul(3), except that they return a value of type intmax_t and uintmax_t, respectively. 3 POSIX.1-2001, POSIX.1-2008, C99. 4 5 Latest Fish shell (3.6.0) complains about them. 2 6 3 7 It seems they are commented out here: https://github.com/haiku/haiku/blob/master/headers/posix/inttypes.h#L205 4 8 5 Possibly not POSIX.6 7 9 Haiku hrev56679