Eelco Dolstra
|
94f9c14d52
|
Fix some clang warnings
|
2014-01-21 18:29:55 +01:00 |
|
Eelco Dolstra
|
285df765b9
|
Add a primop unsafeGetAttrPos to return the position of an attribute
|
2013-11-18 22:22:35 +01:00 |
|
Eelco Dolstra
|
d308aeaf53
|
Store Nix integers as longs
So on 64-bit systems, integers are now 64-bit.
Fixes #158.
|
2013-08-19 12:35:03 +02:00 |
|
Eelco Dolstra
|
fd7d979c79
|
Remove obsolete reference to ATerms
|
2013-08-06 14:15:11 +02:00 |
|
Stuart Pernsteiner
|
a9045c727f
|
fix use-after-free bug in mkString(Value&, Symbol&)
|
2012-12-13 11:13:20 +01:00 |
|
Eelco Dolstra
|
b7fd2c2822
|
Use "#pragma once" to prevent repeated header file inclusion
|
2012-07-18 14:59:03 -04:00 |
|
Eelco Dolstra
|
9fe24c5a0d
|
* Don't create thunks for simple constants (integers, strings, paths)
and allocate them only once.
* Move Value and related functions into value.hh.
|
2012-01-07 17:26:33 +00:00 |
|