Skip to content
GitLab
探索
登录
注册
主导航
搜索或转到…
项目
P
picolibc
管理
动态
成员
标记
计划
议题
议题看板
里程碑
Wiki
代码
合并请求
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
部署
发布
Package registry
模型注册表
运维
Terraform 模块
监控
事件
分析
价值流分析
贡献者分析
仓库分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为 GitLab 提交贡献
提交反馈
快捷键
?
代码片段
群组
项目
显示更多面包屑
zephyr
picolibc
提交
b6a50275
提交
b6a50275
编辑于
3 years ago
作者:
Keith Packard
浏览文件
操作
下载
补丁
差异文件
Version 1.6.1
Signed-off-by:
Keith Packard
<
keithp@keithp.com
>
上级
e660217f
分支
分支 包含提交
标签
1.6.1
标签 包含提交
无相关合并请求
变更
2
隐藏空白变更内容
行内
左右并排
显示
2 个更改的文件
README.md
+19
-0
19 个添加, 0 个删除
README.md
meson.build
+1
-1
1 个添加, 1 个删除
meson.build
有
20 个添加
和
1 个删除
README.md
+
19
−
0
浏览文件 @
b6a50275
...
...
@@ -97,6 +97,25 @@ sync has not been difficult so far.
## Releases
### Picolibc version 1.6.1
1.
Code cleanups for time conversion funcs (Thanks to R. Diez)
2.
Add '-fno-stack-protector' when supported by the C compiler
to avoid trouble building with native Ubuntu GCC.
3.
Bug fix for converting denorms with sscanf and strto{d,f,ld}.
4.
Use __asm__ for inline asm code to allow building applications
with --std=c18
5.
Fix exit code for semihosting 'abort' call to make it visible
to the hosting system.
6.
Add strfromf and strfromd implementations. These are simple
wrappers around sscanf, but strfromf handles float conversions
without requiring a pass through 'double' or special linker hacks.
### Picolibc version 1.6
1.
Bugfix for snprintf(buf, 0) and vsnprintf(buf, 0) to avoid
...
...
此差异已折叠。
点击以展开。
meson.build
+
1
−
1
浏览文件 @
b6a50275
...
...
@@ -41,7 +41,7 @@ project('picolibc', 'c',
],
license
:
'BSD'
,
meson_version
:
'>= 0.50'
,
version
:
'1.6'
version
:
'1.6
.1
'
)
targets
=
[]
...
...
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录