aboutsummaryrefslogtreecommitdiff
path: root/core/strconv/strconv.odin
Commit message (Expand)AuthorAgeFilesLines
* doc tests verifiedJon Lipstate2023-04-061-26/+27
* resolve doc-test issuesJon Lipstate2023-04-061-1/+51
* parensJon Lipstate2023-04-061-25/+25
* parensJon Lipstate2023-04-061-25/+25
* strconv docsJon Lipstate2023-04-051-288/+371
* initialJon Lipstate2023-03-281-7/+402
* Add `contextless` to internal `parse_hex` callgingerBill2023-03-161-1/+1
* Remove debug codegingerBill2023-03-061-2/+0
* Fix bug with nil pointergingerBill2023-03-061-3/+4
* Fix typo in `parse_components`gingerBill2023-03-061-2/+4
* Fix parsing C-like hex floatsgingerBill2023-03-061-11/+39
* Fix typo in `decimal_to_float_bits`gingerBill2023-01-231-2/+1
* `strconv.parse_f64` - accurately parse floatsgingerBill2022-11-211-98/+252
* Fix #2122Jeroen van Rijn2022-10-091-1/+8
* [strconv] Add parsing of Inf & NaNJeroen van Rijn2022-09-281-1/+33
* Add optional `n` parameter to `strconv.parse_*` procedures to state how many ...gingerBill2022-08-261-18/+31
* Minor fix to strconv.unquote_stringgingerBill2022-03-031-0/+1
* Make `strconv` more robustgingerBill2021-12-091-1/+3
* Add `i128` and `u128` parsers to `strconv`gingerBill2021-09-251-0/+223
* Correct `context.allocator` usagegingerBill2021-09-191-2/+3
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-4/+4
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-266/+266
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-7/+7
* Minimize unneeded castsgingerBill2021-03-031-2/+2
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-4/+4
* Improve number parsing proceduresTetralux2020-12-061-14/+47
* Remove usage of `do` in core librarygingerBill2020-09-231-16/+47
* Add `strconv.unquote_string` and `strconv.unquote_char`gingerBill2020-05-091-0/+154
* Fix parsing of single-digit numbersTetralux2020-05-061-21/+27
* Fix doc commentsTetralux2020-04-291-36/+80
* Return (value: T, ok: bool) insteadTetralux2020-04-291-30/+20
* Refactor `parse_*` procedures: arbitrary bases, and return (value, rest_of_st...Tetralux2020-04-291-33/+175
* Fix #399 by removing unused parameterMikkel Hjortshoej2019-12-081-1/+1
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-011-3/+3
* strings.split; strings.index; eprint* over print*_err;gingerBill2019-10-061-0/+4
* Make procedure parameters just named values rather than copied variablesgingerBill2019-07-151-3/+6
* Fix -vet for demo.odingingerBill2019-03-301-2/+2
* Fix possible buffer overflows in `package strconv`gingerBill2019-03-251-9/+26
* Improve package strconvgingerBill2019-03-241-344/+62
* %e and %g support in fmt.printfgingerBill2019-03-151-15/+75
* Add implicit selector expressions for in/notingingerBill2019-03-061-3/+3
* Fix issue #280gingerBill2018-11-171-4/+4
* Minor sanity features for `bit_set`gingerBill2018-08-141-7/+8
* Add `bit_set` typegingerBill2018-08-141-5/+5
* Reduce number of range and slice operators #239gingerBill2018-08-011-28/+28
* Parse directories to be packagesgingerBill2018-05-211-0/+505