File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- _doc /
2
- _draft /
3
- _ex /
4
- _tmp /
5
- _versions /
6
1
sfera * .zip
Original file line number Diff line number Diff line change 1
1
= Sfera versions history
2
2
:author: Marcos Cruz (programandala.net)
3
- :revdate: 2016-02-13
3
+ :revdate: 2017-09-09
4
4
5
5
// This file is part of Sfera, a library for SuperForth
6
6
// http://programandala.net/en.program.sfera.html
@@ -108,3 +108,6 @@ Other changes:
108
108
- New: `ununderscore`, a tool for renaming the original words of
109
109
SuperForth.
110
110
111
+ == 0.3.1+20170909
112
+
113
+ - Fix source corruption in the `tuck` module.
Original file line number Diff line number Diff line change 3
3
\ This file is part of Sfera, a library for SuperForth
4
4
\ http://programandala.net/en.program.sfera.html
5
5
6
- \ Author: Marcos Cruz (programandala.net), 2016
6
+ \ Author: Marcos Cruz (programandala.net), 2016, 2017
7
7
8
8
\ ==============================================================
9
9
\ License
17
17
\ History
18
18
19
19
\ 2016-02-08: Start.
20
+ \ 2017-09-08: Fix layout.
20
21
21
22
\ ==============================================================
22
23
23
24
require include_code_fs
24
- r
25
- \ vim: filetype=superforthsferaequire-code tuck_bin
25
+ require-code tuck_bin
26
+
27
+ \ vim: filetype=superforthsfera
You can’t perform that action at this time.
0 commit comments