Skip to content
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

Support unlimited length for null *print-length* #368

Open
wants to merge 40 commits into
base: cl-compatible
Choose a base branch
from

Commits on Jun 11, 2019

  1. convert ascii file to utf-8

    k-okada committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    2c46ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25637f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edc4f9e View commit details
    Browse the repository at this point in the history
  4. add conf.py for readthedocs

    k-okada committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    cf67628 View commit details
    Browse the repository at this point in the history
  5. fix tex files to make latex.py happy, {\bfx } -> \bfx{ }, fix wrong a…

    …rguments in funcdesc/methoddoc
    k-okada committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    5f96c10 View commit details
    Browse the repository at this point in the history
  6. use pstopn/pnmtopng to generate png from ps file, because ps2png is n…

    …ot supported on rtd docker file
    k-okada committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    85e1d77 View commit details
    Browse the repository at this point in the history
  7. rotate pnm files

    k-okada committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    259528a View commit details
    Browse the repository at this point in the history
  8. Merge pull request euslisp#386 from euslisp/fix-rtd2

    use readthedoc theme for RTD.org
    k-okada committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    9582132 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    8f41469 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. add config.yml

    k-okada committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    6ecd6d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Merge pull request euslisp#387 from k-okada/circleci

    add config.yml for CircelCI
    k-okada committed Jun 15, 2019
    1 Configuration menu
    Copy the full SHA
    cc072cc View commit details
    Browse the repository at this point in the history
  2. use ./ instead of source

    k-okada committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    281d70b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    dc67231 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    964dc01 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Merge pull request euslisp#388 from k-okada/stable-osx

    make osx build stable
    k-okada committed Jul 2, 2019
    1 Configuration menu
    Copy the full SHA
    8168b36 View commit details
    Browse the repository at this point in the history
  2. fix tex files in jlatex to make latex.py happy, {\bfx } -> \bfx{ }, f…

    …ix wrong arguments in funcdesc/methoddoc
    
    same fix as 5f96c10
    k-okada committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4a4a041 View commit details
    Browse the repository at this point in the history
  3. Merge pull request euslisp#392 from k-okada/fix_jmanual

    fix tex files in jlatex to make latex.py happy, {\bfx } -> \bfx{ }, fix wrong arguments in funcdesc/methoddoc
    k-okada committed Jul 2, 2019
    1 Configuration menu
    Copy the full SHA
    def7590 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    f70dd58 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    3cf71d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    09585bf View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Merge pull request euslisp#394 from Affonso-Gui/fix-unittest-assert

    Fix variable capture in unittest.l
    k-okada committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    fa9b115 View commit details
    Browse the repository at this point in the history
  2. Merge pull request euslisp#391 from Affonso-Gui/fix-typo

    Fix export typo interger-vector > integer-vector
    k-okada committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    a0422c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cbe52e View commit details
    Browse the repository at this point in the history
  4. Merge pull request euslisp#398 from k-okada/fix_circleci

    apt-get update before apt-get install
    k-okada committed Oct 8, 2019
    1 Configuration menu
    Copy the full SHA
    e9bda60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1250d3f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    c450d29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request euslisp#396 from Affonso-Gui/fix-format-interrupt

    Safely exit format on mismatch argument
    k-okada committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    6a25da0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    2ce0892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2792cc View commit details
    Browse the repository at this point in the history
  3. fix osx bullet install.

    mmurooka committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    5f664da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d5ada7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Merge pull request euslisp#3 from mmurooka/add_bullet_fix

    install pkg-config. skip collision test for old bullet.
    k-okada committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    e77ea65 View commit details
    Browse the repository at this point in the history
  2. add more comments

    k-okada committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    11fc0a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Merge pull request euslisp#400 from k-okada/add_bullet

    travis.sh: install libbullet-dev for jskeus tests
    k-okada committed Nov 15, 2019
    1 Configuration menu
    Copy the full SHA
    41c497d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    3e6e200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976fedb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0431677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1271fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be45b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da9804f View commit details
    Browse the repository at this point in the history