-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
complete NSScanner stubs #2083
Comments
ms-jihua
added a commit
to ms-jihua/WinObjC
that referenced
this issue
Apr 20, 2017
- Implemented the following functions/properties: - locale - copyWithZone: - localizedScannerWithString: - scanDecimal: - scanHexDouble: - scanHexFloat: - Added unit tests for NSScanner (there were none, including for previously implemented features) - Fixed a number of edge cases that were incorrect Fixes microsoft#2083
ms-jihua
added a commit
to ms-jihua/WinObjC
that referenced
this issue
Apr 22, 2017
- Implemented the following functions/properties: - locale - copyWithZone: - localizedScannerWithString: - scanDecimal: - scanHexDouble: - scanHexFloat: - Added unit tests for NSScanner (there were none, including for previously implemented features) - Fixed a number of edge cases that were incorrect Fixes microsoft#2083
ms-jihua
added a commit
to ms-jihua/WinObjC
that referenced
this issue
Apr 24, 2017
- Implemented the following functions/properties: - locale - copyWithZone: - localizedScannerWithString: - scanDecimal: - scanHexDouble: - scanHexFloat: - Added unit tests for NSScanner (there were none, including for previously implemented features) - Fixed a number of edge cases that were incorrect Fixes microsoft#2083
ms-jihua
added a commit
to ms-jihua/WinObjC
that referenced
this issue
Apr 27, 2017
- Implemented the following functions/properties: - locale - copyWithZone: - localizedScannerWithString: - scanDecimal: - scanHexDouble: - scanHexFloat: - Added unit tests for NSScanner (there were none, including for previously implemented features) - Fixed a number of edge cases that were incorrect Fixes microsoft#2083
ms-jihua
added a commit
that referenced
this issue
Apr 27, 2017
* Complete implementation of NSScanner - Implemented the following functions/properties: - locale - copyWithZone: - localizedScannerWithString: - scanDecimal: - scanHexDouble: - scanHexFloat: - Added unit tests for NSScanner (there were none, including for previously implemented features) - Fixed a number of edge cases that were incorrect Fixes #2083 * - Rewrote most NSScanner scan<Numeric> or <HexNumeric> functions using CRT functions - Changed NSScanner to prefetch all characters in the string at init - Added tests that check for differing behaviors between 32-bit and 64-bit types - Misc CR feedback * - CR feedback - Renamed the states in scanHexDouble to reflect the current expected state rather than previous state * rebased, made NSInteger safer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
locale
copyWithZone:
localizedScannerWithString:
scanDecimal:
scanHexDouble:
scanHexFloat:
localizedScannerWithString:
The text was updated successfully, but these errors were encountered: