Skip to content

Commit db9d22f

Browse files
Fix source corruption in the tuck module
1 parent 887f8aa commit db9d22f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
_doc/
2-
_draft/
3-
_ex/
4-
_tmp/
5-
_versions/
61
sfera*.zip

VERSIONS.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Sfera versions history
22
:author: Marcos Cruz (programandala.net)
3-
:revdate: 2016-02-13
3+
:revdate: 2017-09-09
44

55
// This file is part of Sfera, a library for SuperForth
66
// http://programandala.net/en.program.sfera.html
@@ -108,3 +108,6 @@ Other changes:
108108
- New: `ununderscore`, a tool for renaming the original words of
109109
SuperForth.
110110

111+
== 0.3.1+20170909
112+
113+
- Fix source corruption in the `tuck` module.

tuck_fs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\ This file is part of Sfera, a library for SuperForth
44
\ http://programandala.net/en.program.sfera.html
55

6-
\ Author: Marcos Cruz (programandala.net), 2016
6+
\ Author: Marcos Cruz (programandala.net), 2016, 2017
77

88
\ ==============================================================
99
\ License
@@ -17,9 +17,11 @@
1717
\ History
1818

1919
\ 2016-02-08: Start.
20+
\ 2017-09-08: Fix layout.
2021

2122
\ ==============================================================
2223

2324
require include_code_fs
24-
r
25-
\ vim: filetype=superforthsferaequire-code tuck_bin
25+
require-code tuck_bin
26+
27+
\ vim: filetype=superforthsfera

0 commit comments

Comments
 (0)