about summary refs log tree commit diff stats
path: root/src/libtools/obstack.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-3/+3
|/
* Don't wrap struct obstack, alignment should be the same (for #504)ptitSeb2023-02-021-2/+32
|
* Small refactor and simplification of library_t structure and box64context_tptitSeb2022-10-191-6/+6
|
* Added some obstack_XXX wrapped function (ported from box86)ptitSeb2022-03-281-0/+224