aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/attr-set.cc
AgeCommit message (Expand)Author
2020-03-24EvalState::allocAttr(): Add convenience methodEelco Dolstra
2018-06-12Remove duplicate definition of allocBytes()Eelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-02-17libexpr: Rely on Boehm returning zeroed memory in EvalState::allocEnv()Tuomas Tynkkynen
2015-07-23Optimize empty setsEelco Dolstra
2015-07-14Move attribute set data structures into their own header file.Nicolas B. Pierron