| Commit message (Expand) | Author | Age | Files | Lines |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -5/+9 |
* | util.serialization: Remove unused imports of error() and loadstring() [luacheck] | Matthew Wild | 2015-05-06 | 1 | -2/+0 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
* | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 1 | -3/+3 |
* | util.serialization: Proper serialization of Infinity, -Infinity and NaN. | Waqas Hussain | 2010-12-13 | 1 | -2/+8 |
* | util.serialization: Implemented deserialize(). | Waqas Hussain | 2010-12-12 | 1 | -1/+12 |
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
* | util.serialization: Correctly serialize tables with 'false' as a key, fixes a...vault/0.6.10.6.1 | Matthew Wild | 2009-11-25 | 1 | -1/+1 |
* | util.serialization: Replaced commas with semi-colons between table fields. | Waqas Hussain | 2009-11-23 | 1 | -1/+1 |
* | util.serialization: Concise output for empty tables. | Waqas Hussain | 2009-11-23 | 1 | -13/+18 |
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | util/serialization: Fixed serialization formatting | Waqas Hussain | 2009-05-08 | 1 | -1/+1 |
* | util.serialization: Write nil for non-serializable data types, and bump the l...vault/0.4.10.4.1 | Matthew Wild | 2009-05-05 | 1 | -1/+2 |
* | util.serialization: Log a warning when trying to serialize something we can't | Matthew Wild | 2009-05-04 | 1 | -1/+3 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | Added module util.serialization | Waqas Hussain | 2008-12-04 | 1 | -0/+81 |