Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: remove redundant struct names | dundargoc | 2024-01-02 |
| | | | | A struct can be anonymous if only its typedef is used. | ||
* | refactor: move garray_T to garray_defs.h (#26227) | zeertzjq | 2023-11-26 |
| | |||
* | 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. | ||
* | refactor: move some structs out of buffer_defs.h (#24878) | zeertzjq | 2023-08-26 |