Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: move Arena and ArenaMem to memory_defs.h (#26240) | zeertzjq | 2023-11-27 |
| | |||
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
* | feat(stdlib): add vim.base64 module (#25843) | Gregory Anders | 2023-10-31 |
Add base64 encode() and decode() functions to a vim.base64 module. |