index
:
zile.git
awaiting-lposix-sigtstp-bugfix
branch-2.4
gc
lua
master
release
topic/sane-bootstrap
topic/syntax-highlight
zee
zi
zile-lua-rockspec
zile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-02
slingshot: sync with upstream for upload and moonscript support.
lua
Gary V. Vaughan
6
-12
/
+189
2014-08-02
specs: revert accidental removal of Array_spec.yaml.
Gary V. Vaughan
1
-0
/
+469
2014-08-02
maint: fix parallel make again.
Gary V. Vaughan
2
-1
/
+2
2014-08-02
maint: remove trailing whitespace.
Gary V. Vaughan
1
-1
/
+1
2014-07-17
maint: add a waffle.io badge to README.md.
Gary V. Vaughan
1
-0
/
+1
2014-05-26
specs: fix posix.spawn usage.
Gary V. Vaughan
2
-472
/
+5
2014-05-26
zile: fix posix.euidaccess usage.
Gary V. Vaughan
1
-1
/
+5
2014-05-26
zile: compatibility with introduction of posix.sys.
Gary V. Vaughan
1
-2
/
+9
2014-05-21
slingshot: sync with upstream.
Gary V. Vaughan
2
-1
/
+1
2014-05-18
syntax: use zile.Array for color attribute stacks.
Gary V. Vaughan
1
-8
/
+9
2014-05-18
fixup
Gary V. Vaughan
2
-7
/
+4
2014-05-18
MutableString: rename set_len method to realloc.
Gary V. Vaughan
1
-4
/
+4
2014-05-18
Array: add a set method.
Gary V. Vaughan
2
-0
/
+131
2014-05-18
Array: ensure cloning existing arrays works correctly.
Gary V. Vaughan
2
-82
/
+340
2014-05-18
lib: Add Lua API for argument checking.
Gary V. Vaughan
3
-3
/
+129
2014-05-18
configury: fix a typo in local.mk.
Gary V. Vaughan
1
-1
/
+1
2014-05-16
Array: new class module.
Gary V. Vaughan
6
-0
/
+388
2014-05-16
MutableString: fix byte length calculation in remove method.
Gary V. Vaughan
1
-2
/
+3
2014-05-16
MutableString: fix missing object method reference.
Gary V. Vaughan
1
-0
/
+1
2014-05-16
lib: encapsulate zile/lib module functions properly.
Gary V. Vaughan
8
-38
/
+52
2014-05-16
symbol: tostring returns symbol name, not value.
Gary V. Vaughan
1
-13
/
+1
2014-05-15
zlisp: propagate error messages back up the call stack.
Gary V. Vaughan
6
-28
/
+99
2014-05-15
specs: add a checklist, apply it to zlisp_move_spec.yaml.
Gary V. Vaughan
2
-12
/
+57
2014-05-15
specs: fix a comment typo.
Gary V. Vaughan
1
-1
/
+1
2014-05-15
zlisp: return correct value from `goto-char`.
Gary V. Vaughan
3
-4
/
+32
2014-05-15
zlisp: make 't => true and 'nil => false mapping explicit.
Gary V. Vaughan
3
-14
/
+30
2014-05-13
zlisp: add implementation of `progn` special form.
Gary V. Vaughan
2
-0
/
+44
2014-05-12
syntax: support embedding one language grammar in another.
Gary V. Vaughan
3
-18
/
+54
2014-05-12
grammar: reorder rules for better YAML rendering.
Gary V. Vaughan
2
-11
/
+12
2014-05-11
grammar: move all YAML patterns into YAML repository.
Gary V. Vaughan
1
-86
/
+112
2014-05-11
syntax: convert TextMate YAML grammar.
Gary V. Vaughan
2
-0
/
+176
2014-05-11
zemacs: new `query-replace-regexp' function.
Gary V. Vaughan
3
-137
/
+211
2014-05-11
grammars: include recent lua grammar patches from TextMate.
Gary V. Vaughan
2
-14
/
+39
2014-05-11
syntax: push matched pattern begin color before subexpressions.
Gary V. Vaughan
1
-7
/
+7
2014-05-11
syntax: fix a crash when dereferencing unmatched captures.
Gary V. Vaughan
1
-1
/
+1
2014-05-11
syntax: don't preclude single character captures.
Gary V. Vaughan
1
-1
/
+1
2014-05-10
syntax: don't abort execution for unloadable grammar.
Gary V. Vaughan
1
-1
/
+1
2014-05-10
zz: fix undefined call of table.clone.
Gary V. Vaughan
1
-2
/
+3
2014-05-10
zz: restore sandbox function labelling for undo, killring etc.
Gary V. Vaughan
1
-2
/
+15
2014-05-09
syntax: support multi-line syntax matches.
Gary V. Vaughan
2
-38
/
+66
2014-05-09
syntax: only recalculate edited line and onwards.
Gary V. Vaughan
2
-1
/
+26
2014-05-09
syntax: support grammar repository and include references.
Gary V. Vaughan
3
-34
/
+83
2014-05-09
syntax: support back-references in grammar end expressions.
Gary V. Vaughan
2
-6
/
+69
2014-05-09
syntax: support begin and end expressions on a single line.
Gary V. Vaughan
2
-26
/
+77
2014-05-09
syntax: support colored capture expressions.
Gary V. Vaughan
1
-16
/
+39
2014-05-09
syntax: calculate attributes for grammar capture expressions.
Gary V. Vaughan
1
-13
/
+27
2014-05-09
refactor: add parser state metamethods and simplify.
Gary V. Vaughan
2
-54
/
+62
2014-05-09
refactor: centralise parser state in a table.
Gary V. Vaughan
1
-24
/
+48
2014-05-09
syntax: select the appropriate mode according to file extension
Gary V. Vaughan
8
-4
/
+229
2014-05-09
syntax: add support for basic syntax highlighting.
Gary V. Vaughan
15
-3
/
+442
[next]