index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
lfs_ext.lua
Age
Commit message (
Expand
)
Author
2022-01-31
Updated copyright year.
mitchell
2021-04-11
Initial pass reformatting all code.
mitchell
2021-01-29
Updated copyright information.
mitchell
2020-11-03
Fixed `lfs.walk()` bug with root directory.
mitchell
2020-10-25
Handle more types of recursive symlinks in `lfs.walk()`.
mitchell
2020-10-25
Handle recursive symlinks in `lfs.walk()`.
mitchell
2020-10-20
Code cleanup.
mitchell
2020-09-29
Updated copyright information.
mitchell
2020-08-21
Code cleanup.
mitchell
2020-08-17
Exclude Fossil version control directory in default filter.
mitchell
2020-06-10
Replaced `lfs.dir_foreach()` with `lfs.walk()` generator.
mitchell
2020-05-24
Always use capital drive letters when opening files in Windows.
mitchell
2020-03-11
More code cleanup, refactoring, and formatting.
mitchell
2020-03-10
Core code cleanup, reformat, refactoring, and bugfixes.
mitchell
2020-03-03
Added test suite and API type checking for more helpful error messages.
mitchell
2020-02-26
Small code cleanup.
mitchell
2019-12-31
Updated copyright year.
mitchell
2019-06-02
Fixed bug with filters that have extension includes and pattern excludes.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-11-29
Fixed bug in new filter regarding extensions.
mitchell
2018-11-26
Changed filter format to be more flat and intuitive.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-06-21
Correctly handle multiple '!' patterns in file filters.
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-07-04
Fixed inability to effectively halt `lfs.dir_foreach()` loops; core/lfs_ext.lua
mitchell
2016-06-15
Changed some of 'lfs_ext' API.
mitchell
2016-06-15
Removed CVS project recognition and assume Subversion v1.8+.
mitchell
2016-04-02
Code cleanup.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-11-19
Fixed bug resolving relative paths with multiple '../'; core/lfs_ext.lua
mitchell
2015-04-13
Added `symlink` filter option for ignoring symlinked files and directories.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-01-15
Fix opening network path files on Win32.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-11-25
Fixed bug when iterating over root directory; core/lfs_ext.lua
mitchell
2014-08-15
More options for `lfs.dir_foreach()`; core/lfs_ext.lua
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-05-28
Updated LuaDoc.
mitchell
2014-05-28
Updated LuaDoc.
mitchell
2014-04-10
Fixed bug introduced by r1710 relating to absolute paths.
mitchell
2014-04-06
Added `lfs.abspath()` in order to always use absolute paths.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell