Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 63f547c8e3c83fd4e0ff031a5c72d7f298712876.
|
|
|
|
|
|
This change implements a set of functions to enable dynamic indentation
with use of a single function call like indent-one-level or
indent-two-levels.
|
|
1. add SPDX license header (GPL 3+)
2. fix parentheses in two locations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
One reason for removal is my decision to fall back to the default
locale.
The other is the pending refactoring of the operating-system
implementations.
Signed-off-by: Marek Paśnikowski <marek@marekpasnikowski.pl>
|
|
|
|
|
|
|
|
|