Skip to content

Commit

Permalink
Imported upstream version '9.15.0' of 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Aug 18, 2015
1 parent 17e3c3f commit fc31d40
Show file tree
Hide file tree
Showing 372 changed files with 6,583 additions and 6,245 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ after_success:
- if [ "$TRAVIS_BRANCH" == "master" ]; then cd /tmp/euslisp-docs; git remote rm origin; git remote add origin https://k-okada:[email protected]/jsk-ros-pkg/euslisp-docs.git; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then cd ${CI_SOURCE_PATH}/doc/latex; ${CI_SOURCE_PATH}/.upload-doc.sh; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then mkdir -p /tmp/euslisp-docs/docs/euslisp; cd /tmp/euslisp-docs/docs/euslisp; cp /tmp/html/*.{md,png} .; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then git add *.md; git commit -m "Update euslisp form https://github.com/$TRAVIS_REPO_SLUG/tree/$TRAVIS_COMMIT"; git push -fq origin master; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then git add *.md *.png; git commit -m "Update euslisp form https://github.com/$TRAVIS_REPO_SLUG/tree/$TRAVIS_COMMIT"; git push -fq origin master; fi



1 change: 1 addition & 0 deletions .upload-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

rm -fr /tmp/html
mkdir -p /tmp/html
sed -i 's@^\(\\tableofcontents\)@% \1@' manual.tex
latex2html -dir /tmp/html/ -local_icons -auto_prefix -iso_language JP manual -split 1 -no_navigation
# euslisp-docs, generate markdown from pandoc
sudo apt-get install -qq -y pandoc
Expand Down
76 changes: 0 additions & 76 deletions CMakeLists.txt

This file was deleted.

7 changes: 0 additions & 7 deletions cmake/euslisp-extras.cmake.in

This file was deleted.

7 changes: 6 additions & 1 deletion doc/HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -526,4 +526,9 @@
fix to work on class documentation (common.l)
lisp/l/packsym.l raise error when intsymvector is full, which previouusly go into infinite loop
2015-Jun ; version 9.14
fix assert API. Now message is optional (defmacro assert (pred &optional message)
fix assert API. Now message is optional (defmacro assert (pred &optional message)
2015-Aug ; version 9.15
fix char comparison function (previous version retuns opossite result)
support multiple argument at function /=
add url encode feature (escape-url function)
support microsecond add/subtract in interval-time class
4 changes: 2 additions & 2 deletions doc/html/jmanual-footnode.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified doc/html/jmanual-img106.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/html/jmanual-img39.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/html/jmanual-img87.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/html/jmanual-img96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/html/jmanual-img99.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions doc/html/jmanual-node1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/html/jmanual-node10.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/jmanual-node100.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/html/jmanual-node101.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/html/jmanual-node102.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/html/jmanual-node103.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/jmanual-node104.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions doc/html/jmanual-node105.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc31d40

Please sign in to comment.