https://github.com/JuliaLang/julia
Revision 8e675e91ce7a6cbae30a343d7dc40983baf8121d authored by Keno Fischer on 01 September 2023, 05:12:01 UTC, committed by Keno Fischer on 01 September 2023, 05:21:28 UTC
This file is built standalone, so no memset definition is available.
The only thing we need is that the path is originally zero-terminated.
While we're at it, also rename the function to `strlcat`, since that's
the semantics our version implements (`strncat` takes the source size,
not the dest size).
1 parent 95af5a0
Raw File
Tip revision: 8e675e91ce7a6cbae30a343d7dc40983baf8121d authored by Keno Fischer on 01 September 2023, 05:12:01 UTC
load: Avoid compiler-generated memset
Tip revision: 8e675e9
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top