summaryrefslogtreecommitdiff
path: root/common/modules/io.jsm
Commit message (Collapse)AuthorAge
* Replace expression closures (command/option/mapping definitions).Doug Kearns2015-07-23
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Move util.identity to the base module.Doug Kearns2015-06-11
| | | | Most other functions of its ilk live there.
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
| | | | | | | Expression closures are to be axed. See https://bugzil.la/1083458. Leaving deprecated() and literal() calls and method shorthand syntax conversions until after the ESR overlap.
* Replace expression closures (getters).Doug Kearns2015-05-27
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Replace expression closures (function expressions).Doug Kearns2015-05-26
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Replace expression closures (function declarations).Doug Kearns2015-05-25
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Add missing semicolons.Doug Kearns2015-05-25
|
* Remove straggling String#quote usage.Doug Kearns2015-05-14
| | | | | | String#quote is no more. Fixes :mkvimruntime.
* Fix charset validation.Doug Kearns2015-05-14
|
* Remove unnecessary use of values() when iterating over arrays.Doug Kearns2015-05-11
|
* Remove more unused vars.Doug Kearns2015-04-25
|
* Rename 'array' class 'Ary'.Kris Maglione2015-03-04
|
* Clean up some old-style iterator gunk.Kris Maglione2015-02-25
|
* Cleanup crufty `apply` code.Kris Maglione2015-02-21
|
* Fix all the things. And break most of the other things, in all likelihood.Kris Maglione2015-02-21
|
* Fix charset bustage.Kris Maglione2014-08-18
|
* Replace calls to octal() with octal integer literals.Doug Kearns2014-06-30
|
* Hackier but more reliable `literal()` stuff.Kris Maglione2014-06-18
|
* Make `.closure` a Proxy and rename `.bound`Kris Maglione2014-03-16
|
* Promisify some callbackish functions, and remove spaces around = in default ↵Kris Maglione2014-02-15
| | | | arguments, per Python conventions.
* Use real Sets rather than objects in most places.Kris Maglione2014-02-15
|
* Make further use of default parameters.Doug Kearns2013-10-06
| | | | | --HG-- extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319
* Default arguments ftw.Kris Maglione2013-09-21
|
* More pointification and general code cleanup. Also massive, crazy, ↵Kris Maglione2013-09-21
| | | | conflict-ridden merge.
* Convert expression closures to arrow syntax.Doug Kearns2013-09-15
|
* Fix temporary file filename extensions and host annotation.Doug Kearns2013-09-05
| | | | Fixes issue #791.
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
|
* Stick an EOL on the last line of generated RC files.Doug Kearns2013-07-29
| | | | | | | Fixes issue #1040. --HG-- extra : amend_source : b8e7645c3b8dd7851d52c7e060f1288cde2ce718
* More per-window private browsing fixes.Kris Maglione2013-04-26
|
* Death to E4X and stuff.Kris Maglione2012-12-17
|
* Death to E4X and stuff.Kris Maglione2012-12-17
|
* Death to E4X and stuff.Kris Maglione2012-12-16
|
* Fix some more CPG breakage.Kris Maglione2012-12-16
|
* Death to E4X and stuff.Kris Maglione2012-11-29
|
* Death to E4X and stuff.Kris Maglione2012-11-28
|
* Death to E4X and stuff.Kris Maglione2012-11-28
|
* Normalise naming of module initializer functions.Doug Kearns2012-10-11
|
* Add missing header to the :mkv generated ftdetect file.Doug Kearns2012-09-21
|
* Rename :mksyntax to :mkvimruntime.Doug Kearns2011-07-07
| | | | | | This now generates and installs all Vim runtime files. Closes issue #653.
* Closes issue #885. Closes issue #886.Kris Maglione2012-06-25
|
* Correct the documentation of io.system().Štěpán Němec2012-06-05
|
* Merge addon-common module loading code to fix Minefield.Kris Maglione2012-05-07
| | | | | --HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356
* Refactor download listeners a bit.Kris Maglione2012-03-02
|
* No more randomly generated package subtree paths.Kris Maglione2012-01-13
|
* Kill strict mode for the moment.Kris Maglione2011-11-27
|
* Don't walk through dot-directories when loading plugins. Grr.Kris Maglione2011-10-24
|
* Fix mangled commit.Kris Maglione2011-10-06
|
* Better temp file names for gF and friends.Kris Maglione2011-10-06
|
* Kill :dia import.Kris Maglione2011-10-05
|
* Allow loading plugins globally.Kris Maglione2011-10-01
|