Jon Lipstate
|
f9b5f2b7b1
update builder sample
|
2 years ago |
Jon Lipstate
|
67fa5df89c
fix typo, add builder sample
|
2 years ago |
Lucas Perlind
|
e0d9092df8
Document return values of strings and add allocator errors where
|
2 years ago |
Lucas Perlind
|
67e6f57192
Small improvements strings documentation
|
2 years ago |
Lucas Perlind
|
6ff0cc0b40
Enforce example names in documentation
|
2 years ago |
Lucas Perlind
|
84d8798ad3
Fix website formatting and incorrect examples
|
2 years ago |
Jon Lipstate
|
203ae32b79
pr pickups
|
2 years ago |
Jon Lipstate
|
7de67f8c1b
markdown compliant spaces
|
2 years ago |
Jon Lipstate
|
f5d66bcb6f
transform into odin-site parsable format
|
2 years ago |
Jon Lipstate
|
bf82c40964
string code docs
|
2 years ago |
gingerBill
|
e05944601a
Minor fixes
|
2 years ago |
Jeroen van Rijn
|
677e7ff642
Don't write leading + unless +Inf or we ask for it.
|
2 years ago |
gingerBill
|
ab00db2ebd
Add `write_(f16|f32|f64)` calls
|
2 years ago |
Colin Davidson
|
0a0e8f36eb
add floats to string builder
|
2 years ago |
gingerBill
|
f50fc33749
Clean up of the core library to make the stream vtables not be pointers directly.
|
3 years ago |
gingerBill
|
c90b7c38f1
Rename strings.Builder procedures to be consistent with the rest of the core library
|
3 years ago |
gingerBill
|
fb49841b1d
Remove `strings` dependency from `core:sys/windows`
|
3 years ago |
gingerBill
|
33895b6d92
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
|
3 years ago |
Michael Kutowski
|
b5aa50aaa4
documentation for the rest of the strings library
|
3 years ago |
gingerBill
|
6ca793f0e9
Remove deprecation from the build specific procedures
|
3 years ago |
gingerBill
|
e928793e79
Correct `_builder_stream_vtable`
|
3 years ago |
gingerBill
|
94a27224b2
Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `reflect.write_type` a little more robust with `io.Error` handling
|
3 years ago |
gingerBill
|
b2164b5da6
Make the io/conv.odin utilities be `#optional_ok`
|
3 years ago |
gingerBill
|
b3f2263442
Add `io.write_quoted_*` utility procedures to `package io`
|
3 years ago |
gingerBill
|
56bd1e2d70
Simplify `strings.write_byte` and `strings.write_bytes`
|
4 years ago |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 years ago |
gingerBill
|
86649e6b44
Core library clean up: Make range expressions more consistent and replace uses of `..` with `..=`
|
4 years ago |
gingerBill
|
26ce40c188
Remove @(static) for global variables
|
4 years ago |
gingerBill
|
b727b6438b
Minimize unneeded casts
|
4 years ago |
gingerBill
|
5d0db4c63a
Clean up `fmt` usage with `io.Writer` and `strings.Builder`
|
4 years ago |