about summary refs log tree commit diff
path: root/src/libexpr/value.hh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-08-19 Store Nix integers as longsEelco Dolstra1-5/+8
So on 64-bit systems, integers are now 64-bit. Fixes #158.
2013-08-06 Remove obsolete reference to ATermsEelco Dolstra1-3/+3
2012-12-13 fix use-after-free bug in mkString(Value&, Symbol&)Stuart Pernsteiner1-1/+1
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-4/+1
2012-01-07 * Don't create thunks for simple constants (integers, strings, paths)Eelco Dolstra1-0/+155
and allocate them only once. * Move Value and related functions into value.hh.