index
:
mds
master
Avant-garde display server
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
no more goto fail
Mattias Andrée
2014-12-08
15
-110
/
+98
|
*
replace all variants of goto pfail with fail_if
Mattias Andrée
2014-12-08
2
-16
/
+11
|
*
replace all goto pfail with fail_if, so that we can take whence it failed
Mattias Andrée
2014-12-08
10
-45
/
+33
|
*
whenever fail_if gotos to the failure clause, print whence
Mattias Andrée
2014-12-08
1
-2
/
+4
*
|
mds-kbdc: compile-layout: macro_call: fix bug: do not duplicate the arguments if there are none
Mattias Andrée
2014-12-09
1
-1
/
+2
*
|
mds-kbdc: compile-layout: fix a bug in parse_variable
Mattias Andrée
2014-12-09
1
-1
/
+1
*
|
improve with_mutex and with_mutex_if also
Mattias Andrée
2014-12-09
2
-11
/
+23
*
|
make some macros easiler on the syntax
Mattias Andrée
2014-12-09
2
-42
/
+43
*
|
typo
Mattias Andrée
2014-12-08
1
-2
/
+2
*
|
m doc
Mattias Andrée
2014-12-08
1
-4
/
+4
|
/
*
mds-kbdc: compile-layout. bug fixes, test-cases and mark all untested error reports
Mattias Andrée
2014-12-08
3
-68
/
+79
*
mds-kbdc: compile-keyboard: regression
Mattias Andrée
2014-12-08
1
-4
/
+9
*
mds-kbdc: bug fix
Mattias Andrée
2014-12-08
1
-6
/
+10
*
m
Mattias Andrée
2014-12-08
1
-1
/
+1
*
m
Mattias Andrée
2014-12-08
1
-0
/
+1
*
mds-kbdc: compile-layout: more tested and bug fixes
Mattias Andrée
2014-12-08
1
-38
/
+36
*
mds-kbdc: simplify mds_kbdc_tree_dup
Mattias Andrée
2014-12-07
1
-38
/
+36
*
mds-kbdc: test call to undefined callables and mark the entire macro call if the macro does not exist
Mattias Andrée
2014-12-07
1
-0
/
+7
*
mds-kbdc: compile-layout: bug fixes
Mattias Andrée
2014-12-07
2
-32
/
+39
*
mds-kbdc: compile-layout: bug fixes
Mattias Andrée
2014-12-07
3
-14
/
+12
*
m
Mattias Andrée
2014-12-07
1
-1
/
+1
*
... derp
Mattias Andrée
2014-12-07
1
-12
/
+12
*
m derp
Mattias Andrée
2014-12-07
1
-1
/
+1
*
m
Mattias Andrée
2014-12-07
1
-1
/
+1
*
mds-kbdc: compile-keyboard: ,:s in < > are not special when inside quotes
Mattias Andrée
2014-12-07
1
-3
/
+11
*
mds-kbdc: compile-layout: support " in < >
Mattias Andrée
2014-12-07
1
-11
/
+17
*
mds-kbdc: compile-layout: fix bug in parsing escapes
Mattias Andrée
2014-12-07
1
-2
/
+2
*
fail_if supports sequences without being double bracketed
Mattias Andrée
2014-12-07
6
-53
/
+53
*
whitespace
Mattias Andrée
2014-12-07
1
-3
/
+3
*
mds-kbdc: compile-layout: some bug fixes and test cases
Mattias Andrée
2014-12-07
2
-19
/
+28
*
mds-kbdc: compile-layout: add some test cases + file parsing bug
Mattias Andrée
2014-12-07
1
-5
/
+5
*
m
Mattias Andrée
2014-12-07
1
-1
/
+1
*
mds-kbdc: remove a debug output
Mattias Andrée
2014-12-07
1
-1
/
+1
*
mds-kbdc: track side-effects
Mattias Andrée
2014-12-07
1
-5
/
+14
*
mds-kbdc: parse function calls
Mattias Andrée
2014-12-07
3
-25
/
+186
*
mds-kbdc: whoops, functions name may include digits
Mattias Andrée
2014-12-07
1
-1
/
+1
*
mds-kbdc: typo
Mattias Andrée
2014-12-07
1
-2
/
+2
*
mds-kbdc: derp
Mattias Andrée
2014-12-07
1
-2
/
+2
*
mds-kbdc: m
Mattias Andrée
2014-12-07
1
-1
/
+1
*
mds-kbdc: typo + generate error if a function is used within a function before it has been defined
Mattias Andrée
2014-12-07
1
-7
/
+15
*
mds-kbdc: check_function_calls_in_literal
Mattias Andrée
2014-12-07
1
-4
/
+118
*
mds-kbdc: m + function calling
Mattias Andrée
2014-12-06
4
-66
/
+271
*
mds-kbdc: parse_keys
Mattias Andrée
2014-12-06
2
-12
/
+130
*
mds-kbdc: parse numerals
Mattias Andrée
2014-12-06
1
-10
/
+40
*
mds-kbdc: parse_quoted_string are takes care of unquotes strings with escapes
Mattias Andrée
2014-12-06
1
-5
/
+16
*
mds-kbdc: parse quotes strings, but not function calls
Mattias Andrée
2014-12-06
1
-4
/
+232
*
mds-kbdc: m
Mattias Andrée
2014-12-06
1
-6
/
+60
*
mds-kbdc: parse variable strings
Mattias Andrée
2014-12-06
1
-4
/
+33
*
mds-kbdc: callables
Mattias Andrée
2014-12-06
4
-39
/
+333
*
mds-kbdc: m
Mattias Andrée
2014-12-06
1
-1
/
+1
[prev]
[next]