Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clm
Commits
2da1d123
Commit
2da1d123
authored
Oct 08, 2003
by
John van Groningen
Browse files
move file to folder EdUnix
parent
0a7b7955
Changes
9
Hide whitespace changes
Inline
Side-by-side
Clean08IDE/CleanIDE.prj
→
Clean08IDE/
EdUnix/
CleanIDE.prj
View file @
2da1d123
File moved
Clean08IDE/EdCommandsMenu.icl
→
Clean08IDE/
EdUnix/
EdCommandsMenu.icl
View file @
2da1d123
File moved
Clean08IDE/EdFileMenu.icl
→
Clean08IDE/
EdUnix/
EdFileMenu.icl
View file @
2da1d123
File moved
Clean08IDE/EdInterrupt.icl
→
Clean08IDE/
EdUnix/
EdInterrupt.icl
View file @
2da1d123
File moved
Clean08IDE/EdOptionsMenu1.icl
→
Clean08IDE/
EdUnix/
EdOptionsMenu1.icl
View file @
2da1d123
...
...
@@ -679,7 +679,7 @@ FixedPointToString n
=
toString
(
n
>>
8
);
{}{
first_digit
=
fraction
/
10
;
second_digit
=
fraction
mod
10
;
second_digit
=
fraction
rem
10
;
fraction
=
toInt
(
toReal
(
n
bitand
255
)
*
100.0
/
256.0
);
}
...
...
Clean08IDE/EdParse.icl
→
Clean08IDE/
EdUnix/
EdParse.icl
View file @
2da1d123
File moved
Clean08IDE/EdProgramState.dcl
→
Clean08IDE/
EdUnix/
EdProgramState.dcl
View file @
2da1d123
File moved
Clean08IDE/EdProgramState.icl
→
Clean08IDE/
EdUnix/
EdProgramState.icl
View file @
2da1d123
File moved
Clean08IDE/EdProjectUtils.icl
→
Clean08IDE/
EdUnix/
EdProjectUtils.icl
View file @
2da1d123
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment