aboutsummaryrefslogtreecommitdiffstats
path: root/util/import.lua
Commit message (Expand)AuthorAgeFilesLines
* compat: Remove handling of Lua 5.1 location of 'unpack' functionKim Alvefur2022-07-111-1/+1
* lint: Remove use of the 143 error codeKim Alvefur2018-12-081-1/+1
* util.import: Explicitly export the global import function [luacheck]Kim Alvefur2018-03-071-1/+1
* util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]Kim Alvefur2017-11-101-1/+1
* util.import: Localize unpack() in Lua 5.2 compatible wayKim Alvefur2016-02-221-0/+1
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* New "import" module to help tidy up all the local declarations at the top of ...Matthew Wild2008-10-041-0/+13