-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- doc/*latex/*geometry.tex: fix typo extreme -> extream, see https://github.com/euslisp/EusLisp/blob/b0dfd7e4feb737909bed67541bf5c6b526c46a4b/lisp/geo/geobody.l#L243 - lisp/Makefile.Linux: set MACHINE for non-defined gcc (for example s390x, riscv64) - lisp/tool/eustags.c: fix compile wraning/errors: -Wimplicit-function-declaration, -Wimplicit-int - fix & cleanup circleci and github action - lisp/c/reader.c: buf[WORD_SIZE] -> buf[WORD_SIZE+1] for `writing 1 byte into a region of size 0 [-Wstringop-overflow=]` error - lisp/c/eval.c: `error: assignment to 'eusinteger_t (*)()' {aka 'long int (*)()'} from 'long unsigned int' makes pointer from integer without a cast [-Wint-conversion]` - lisp/c/sysfunc.c: fix `returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion]` - lisp/xwindow/xforeign.c.c : read libX11 from /usr/local/lib for MacOS-13 - lisp/c/eus.c: add :s390x, :riscv64 to *features* - test/{test-foreign.l,mathtest.l}: ignore test-multiple-argument-passing, test-float-test, test-double-test for :s390x and :riscv64. (random <float value>) in mathtest.l also skipped.
- Loading branch information
Showing
10 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a58fd4f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing EusLisp documentation
Please check latest documents before merging
PDF version of English manual: manual.pdf
PDF version of Japanese jmanual: jmanual.pdf
HTML version of English manual: manual.html
HTML version of Japanese manual: jmanual.html
Sphinx (ReST) version of English manual: manual.rst