-
Notifications
You must be signed in to change notification settings - Fork 47
Close help file after reading #447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
a9d69fa
to
176e6b3
Compare
064f609
to
44517f2
Compare
k-okada
added a commit
to k-okada/EusLisp
that referenced
this pull request
Nov 11, 2021
Add glpixmapsurface, no-xwidnow version of viewsurface for offline rendering (euslisp#438) Add -fPIC for lisp/image/jpeg (euslisp#441) Do not use gensym for compiled function/method name, use defclass compiler symstr/symid (euslisp#441) Close help file after reading (euslisp#447) Use :primitive to create *body-class* for make-gdome and make-body-from-vertices (euslisp#452) [armhf] Fix foreign function call on armhf, armhf , fixe by increase c.bignm.size, mask entry2, remove -march=arm optimization, use numberp instaed of isnum (=isint) (euslisp#432) [armhf] Add defforeign function for armhf (euslisp#434) [i386] Use gcc for linker in comp.l, fix i386 fails because of __stack_chk_fail_local with -fstack-protector-strong, possible solution is add -lc or -lssp, or use gcc, see https://www.openwall.com/lists/musl/2018/09/11/2 or https://ubuntuforums.org/showthread.php?t=1906102 (https://github.com/euslisp/EusLisp/pull/423/files)
k-okada
added a commit
to k-okada/EusLisp
that referenced
this pull request
Nov 11, 2021
- Add glpixmapsurface, no-xwidnow version of viewsurface for offline rendering (euslisp#438) - Add -fPIC for lisp/image/jpeg (euslisp#441) - Do not use gensym for compiled function/method name, use defclass compiler symstr/symid (euslisp#441) - Close help file after reading (euslisp#447) - Use :primitive to create *body-class* for make-gdome and make-body-from-vertices (euslisp#452) - [armhf] Fix foreign function call on armhf, armhf , fixe by increase c.bignm.size, mask entry2, remove -march=arm optimization, use numberp instaed of isnum (=isint) (euslisp#432) - [armhf] Add defforeign function for armhf (euslisp#434) - [i386] Use gcc for linker in comp.l, fix i386 fails because of __stack_chk_fail_local with -fstack-protector-strong, possible solution is add -lc or -lssp, or use gcc, see https://www.openwall.com/lists/musl/2018/09/11/2 or https://ubuntuforums.org/showthread.php?t=1906102 (https://github.com/euslisp/EusLisp/pull/423/files)
k-okada
added a commit
to k-okada/EusLisp
that referenced
this pull request
Nov 11, 2021
- Add glpixmapsurface, no-xwidnow version of viewsurface for offline rendering (euslisp#438) - Add -fPIC for lisp/image/jpeg (euslisp#441) - Do not use gensym for compiled function/method name, use defclass compiler symstr/symid (euslisp#441) - Close help file after reading (euslisp#447) - Use :primitive to create *body-class* for make-gdome and make-body-from-vertices (euslisp#452) - [armhf] Fix foreign function call on armhf, armhf , fixe by increase c.bignm.size, mask entry2, remove -march=arm optimization, use numberp instaed of isnum (=isint) (euslisp#432) - [armhf] Add defforeign function for armhf (euslisp#434) - [i386] Use gcc for linker in comp.l, fix i386 fails because of __stack_chk_fail_local with -fstack-protector-strong, possible solution is add -lc or -lssp, or use gcc, see https://www.openwall.com/lists/musl/2018/09/11/2 or https://ubuntuforums.org/showthread.php?t=1906102 (https://github.com/euslisp/EusLisp/pull/423/files)
This was referenced Nov 11, 2021
Merged
Merged
k-okada
added a commit
that referenced
this pull request
Nov 14, 2021
- Add glpixmapsurface, no-xwidnow version of viewsurface for offline rendering (#438) - Add -fPIC for lisp/image/jpeg (#441) - Do not use gensym for compiled function/method name, use defclass compiler symstr/symid (#441) - Close help file after reading (#447) - Use :primitive to create *body-class* for make-gdome and make-body-from-vertices (#452) - [armhf] Fix foreign function call on armhf, armhf , fixe by increase c.bignm.size, mask entry2, remove -march=arm optimization, use numberp instaed of isnum (=isint) (#432) - [armhf] Add defforeign function for armhf (#434) - [i386] Use gcc for linker in comp.l, fix i386 fails because of __stack_chk_fail_local with -fstack-protector-strong, possible solution is add -lc or -lssp, or use gcc, see https://www.openwall.com/lists/musl/2018/09/11/2 or https://ubuntuforums.org/showthread.php?t=1906102 (https://github.com/euslisp/EusLisp/pull/423/files)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #446