Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
f2cl
f2cl
Commits
6ca36c98
Commit
6ca36c98
authored
May 05, 2012
by
Raymond Toy
Browse files
Update with current changes.
parent
7cb602dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/NOTES
View file @
6ca36c98
-*- Mode: text -*-
Changes:
May 2012
--------
o Ecl has a interesting feature in its compiler where the type of a
literal string is a simple-array with the smallest character type
that will hold every character in the string. This behavior clashed
with f2cl's desire to declare everything as (simple-array
character). F2cl has been updated so that strings are declared as
strings instead of simple-arrayy of characters.
This showed up in compiling maxima.
Oct 2010
--------
o Added MAKE-DEPENDENCIES to create a list of dependencies that could
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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