Feoramund
|
0049c62b26
|
Remove trailing whitespace
|
2025-06-05 16:56:01 -04:00 |
|
gingerBill
|
4ec03a2d9b
|
Fix strconv.parse_float related procedures caused by a shifting problem
|
2025-04-16 13:45:50 +01:00 |
|
gingerBill
|
3a9b86628a
|
Add @(rodata) and @(static, rodata) where appropriate
|
2024-06-06 15:23:52 +01:00 |
|
Feoramund
|
8c111f1baf
|
Fix %e printing incorrect precision
For example, `%.2e` with 30.56 as the value would produce `30.60e+01`,
as opposed to C's printf producing `30.6e+01`.
|
2024-05-09 19:37:17 -04:00 |
|
Jeroen van Rijn
|
e52cc73d50
|
Fix generic_float.odin
|
2023-12-21 22:37:26 +01:00 |
|
gingerBill
|
55f3e99f63
|
Fix %g in fmt, and make %v default to %g for floats
|
2023-12-21 17:05:24 +00:00 |
|
Jon Lipstate
|
0570c84a83
|
initial
|
2023-03-28 15:40:48 -07:00 |
|
Hyp-X
|
a3bb7d3028
|
Fix decimal_to_float_bits for floats >= 1
|
2023-01-28 14:40:44 +01:00 |
|
gingerBill
|
ea9fe397e5
|
Fix typo in decimal_to_float_bits
|
2023-01-23 12:46:03 +00:00 |
|
gingerBill
|
b9ec2de4db
|
strconv.parse_f64 - accurately parse floats
|
2022-11-21 13:00:24 +00:00 |
|
gingerBill
|
251da264ed
|
Remove unneeded semicolons from the core library
|
2021-08-31 22:21:13 +01:00 |
|
gingerBill
|
54e6c50769
|
Implement f16 functionality
|
2021-04-01 10:06:00 +01:00 |
|
gingerBill
|
fc4fdd588e
|
Remove usage of do in core library
|
2020-09-23 17:17:14 +01:00 |
|
gingerBill
|
e92fdb4a99
|
x if cond else y and x when cond else y expressions
|
2020-03-05 20:34:30 +00:00 |
|
gingerBill
|
d462dbb5be
|
Deprecate using import
|
2019-12-21 12:11:16 +00:00 |
|
gingerBill
|
494b1e7eaa
|
Add -help which prints information about the compiler flags
|
2019-12-21 11:22:46 +00:00 |
|
gingerBill
|
f170648629
|
Fix issue with -thread-count flag with <= 0 count
|
2019-12-03 18:23:14 +00:00 |
|
gingerBill
|
9db81498d8
|
Make the string type elements "immutable", akin to char const * in C
Allows for extra security and optimization benefits
|
2019-12-01 14:10:59 +00:00 |
|
gingerBill
|
5aa46d31b2
|
Move package decimal to be a subpackage of package strconv
|
2019-10-26 14:46:21 +01:00 |
|
gingerBill
|
939459b635
|
Change implicit semicolon rules for record types within procedure bodies; Update package odin/*
|
2019-10-06 19:16:55 +01:00 |
|
gingerBill
|
f25818e923
|
Make procedure parameters just named values rather than copied variables
|
2019-07-15 21:18:37 +01:00 |
|
gingerBill
|
3d2279fba0
|
Support 128-bit integers i128 u128
|
2019-05-28 20:27:45 +01:00 |
|
gingerBill
|
fb3d73cb20
|
Make core library use a..<b rather than doing a..b-1
|
2019-05-28 12:52:20 +01:00 |
|
gingerBill
|
b978959fae
|
Improve package strconv
|
2019-03-24 20:58:01 +00:00 |
|