Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 52 additions & 52 deletions ChangeLog.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions system/lib/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source code for C/C++ system libaries
=====================================
Source code for C/C++ system libraries
======================================

This directory contains the source code for libc, libc++ and other C/C++ system
libraries. Where possible these are clones of upstream projects (e.g. musl).
Expand Down
4 changes: 2 additions & 2 deletions system/lib/compiler-rt/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
llvm's compiler-rt
LLVM's compiler-rt
------------------

These files are from the llvm-project based on release 20.1.8.

We maintain a local fork of llvm-project that contains any emscripten
We maintain a local fork of llvm-project that contains any Emscripten
specific patches:

https://github.com/emscripten-core/llvm-project
Expand Down
2 changes: 1 addition & 1 deletion system/lib/libc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Some changes have been made to the version that was taken from upstream, includi
* Handling trailing % in `strftime` and `wcsftime` format strings.

Copy log.c and log2.c from earlier version of musl which result in smaller
binary size since they do not rely data tables in log_data.c and log2_data.c.
binary size since they do not rely on data tables in log_data.c and log2_data.c.
See https://github.com/emscripten-core/emscripten/issues/15483.
4 changes: 2 additions & 2 deletions system/lib/libcxx/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
llvm's libcxx
LLVM's libcxx
-------------

These files are from the llvm-project based on release 20.1.8.

We maintain a local fork of llvm-project that contains any emscripten
We maintain a local fork of llvm-project that contains any Emscripten
specific patches:

https://github.com/emscripten-core/llvm-project
Expand Down
4 changes: 2 additions & 2 deletions system/lib/libcxxabi/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
llvm's libcxxabi
LLVM's libcxxabi
----------------

These files are from the llvm-project based on release 20.1.8.

We maintain a local fork of llvm-project that contains any emscripten
We maintain a local fork of llvm-project that contains any Emscripten
specific patches:

https://github.com/emscripten-core/llvm-project
Expand Down
4 changes: 2 additions & 2 deletions system/lib/libunwind/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
llvm's libunwind
LLVM's libunwind
----------------

These files are from the llvm-project based on release 20.1.8.

We maintain a local fork of llvm-project that contains any emscripten
We maintain a local fork of llvm-project that contains any Emscripten
specific patches:

https://github.com/emscripten-core/llvm-project
Expand Down