aboutsummaryrefslogtreecommitdiff
path: root/lib/std/dynamic_library.zig
AgeCommit message (Expand)Author
2020-11-30Fix WindowsDynLib.openW trying to strip the \??\ prefix when it does not existMichael Freundorfer
2020-11-24make start code more versatileAndrew Kelley
2020-11-23Fix logic for detecting _DYNAMIC symbolLemonBoy
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-08-20add license header to all std lib filesAndrew Kelley
2020-05-08publicize member functions affected by #4909Josh Junon
2020-05-02fix regressions in windows std lib testsAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-02-28complete the native target detection based on /usr/bin/envAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-05std: improve non-libc dynamic library loadingAndrew Kelley
2020-01-18fixed typo - "path" lead to undeclared identifierSebastian
2020-01-14Correct l_name field typeLemonBoy
2019-12-22freebsd: add missing OS and libc bitsJethro Nederhof
2019-12-21Initial support for static PIE executablesLemonBoy
2019-12-10fix windows dynamic lib loading testAndrew Kelley
2019-12-10fix load dynamic library API when linking libcAndrew Kelley
2019-12-10load dynamic library test: update API usage codeAndrew Kelley
2019-12-10improve dynamic library APIAndrew Kelley
2019-12-10fixed windows dynamic library loading and added loading for darwinemekoi
2019-11-26std.elf: breaking improvements to the APIAndrew Kelley
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley