Mislav Marohnić
8dcd715ede
Merge branch 'edge-version'
vor 10 Jahren
Mislav Marohnić
dcca61c0bc
Improve `rbenv --version` git checkout discovery
When `rbenv --version` is called, this now happens:
1. It changes into the directory where `libexec/rbenv--version` resides
and checks if it's a checkout of the rbenv repo (as opposed to
Homebrew checkout or something else). Then it reads the git revision.
2. If that failed, change to `$RBENV_ROOT` directory and repeat step 1.
vor 10 Jahren
Josh Friend
155012911c
Add Jython 2.7.1 beta2
http://fwierzbicki.blogspot.co.uk/2015/10/jython-271-beta2-released.html
vor 10 Jahren
Yamashita, Yuu
bdfe6d383f
Add shebang workaround for Jython 2.7.x ( fixes #458 )
vor 10 Jahren
Yamashita, Yuu
efdba2d76b
Show message about pip/setuptools for 3.0.1 on OS X ( fixes #456 )
vor 10 Jahren
Mislav Marohnić
0f44c57d08
Fix eval'ing multiline `sh-*` command output with bash
vor 10 Jahren
Mislav Marohnić
efb187f26f
Merge pull request #663 from kevinburke/use-command
Use `command` to run rbenv rehash
vor 10 Jahren
Mislav Marohnić
c101052a7f
Fix eval'ing multiline `sh-*` command output with fish
vor 10 Jahren
Mislav Marohnić
51a1ee06e4
Merge commit '5c1094a' from #529
Closes #529
vor 10 Jahren
Mislav Marohnić
8a0555f8ef
Init RBENV_TEST_DIR properly and only once during test setup
vor 10 Jahren
Mislav Marohnić
55f692ba9c
Merge commit 'refs/pull/562/head' of https://github.com/sstephenson/rbenv
vor 10 Jahren
Mislav Marohnić
3a265c1af9
Unset XDG_CONFIG_HOME and related variables during tests
If set by the user's environment, `git config --global` writes will go
to that destination instead of temporary $HOME. We definitely don't want
that.
Fixes #742
vor 10 Jahren
Mislav Marohnić
c43928a8e4
Merge pull request #731 from blueyed/init-no-basename-for-shell
rbenv-init: do not use basename for $shell
vor 10 Jahren
Mislav Marohnić
c6cf4e18b8
Merge pull request #682 from evaryont/patch-1
Include gems dir in .gitignore
vor 10 Jahren
Yamashita, Yuu
19c02bf39c
v20151006
vor 10 Jahren
Josh Friend
d462e158e2
Add Jython 2.7.1b1
vor 10 Jahren
Yamashita, Yuu
3ecc94fa38
Merge pull request #447 from chenfengyuan/master
add proxy usage note
vor 10 Jahren
Fengyuan Chen
53bc95314c
add proxy usage note
vor 10 Jahren
Yamashita, Yuu
db325cc66d
Merge branch 'use-homebrew-openssl'
vor 10 Jahren
Yamashita, Yuu
28c40ece8d
Fix broken tests
vor 10 Jahren
Yamashita, Yuu
34f938fdb9
`--libdir` doesn't work nicely when building OpenSSL ( #429 )
vor 10 Jahren
Yamashita, Yuu
e034c80388
Update Python versions in sample image
vor 10 Jahren
Yamashita, Yuu
948d1f4ca7
Merge branch 'blueyed-pyenv-rehash-python-glub' ( fixes #379 , #404 )
vor 10 Jahren
Yamashita, Yuu
438e828eb5
add tests for `PYENV_FILE_ARG`
vor 10 Jahren
Yamashita, Yuu
e52ed97fff
install OpenSSL on OS X if no proper versionn is available ( #429 )
vor 10 Jahren
Yamashita, Yuu
43eb33e929
Merge pull request #444 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
vor 10 Jahren
The Gitter Badger
10ab381fb6
Add Gitter badge
vor 10 Jahren
Josh Friend
c452da8084
v20150913
vor 10 Jahren
Josh Friend
e6090f00f3
Add CPython 3.5.0
Closes #440
vor 10 Jahren
Mislav Marohnić
9e664b5d27
Suggest that rbenv should be loaded at end of shell rc file
Closes #725
vor 10 Jahren
Yamashita, Yuu
6868d3053a
Merge pull request #439 from recruit-mtl/master
Fixed anaconda3 repo's paths. #438
vor 10 Jahren
kasajei
10d3123caa
Fixed anaconda3 repo's paths.
vor 10 Jahren
Yamashita, Yuu
2d16c638e9
Merge pull request #437 from zmwangx/cpython-3.5.0rc4
Add CPython 3.5.0rc4
vor 11 Jahren
Josh Friend
3ae068b492
Add CPython 3.5.0rc4
vor 11 Jahren
Zhiming Wang
824f7e6b21
Add CPython 3.5.0rc4
vor 11 Jahren
Josh Friend
5d247793e6
Add CPython 3.5.0rc3
vor 11 Jahren
Josh Friend
ed700c0185
Merge pull request #435 from jimmywan/miniconda-3.16.0
Add miniconda-3.16.0 and miniconda3-3.16.0
vor 11 Jahren
Josh Friend
193e64b6b2
v20150901
vor 11 Jahren
Josh Friend
5ba585769b
Add pypy2.6.1 portable
vor 11 Jahren
Jimmy Wan
5540e235ab
Add scripts for miniconda*-3.16.0.
vor 11 Jahren
Josh Friend
c9268bb0dc
Add PyPy 2.6.1
Will add portable when squeaky-pl/portable-pypy#17 is closed.
vor 11 Jahren
Josh Friend
5ddc14704c
Add 3.5.0rc2
vor 11 Jahren
Josh Friend
5fcb4cf0bf
Remove 3.5.0 betas
vor 11 Jahren
Yamashita, Yuu
0f288f2462
Import changes from ruby-build v20150818
vor 11 Jahren
Yamashita, Yuu
0c81c97926
remove patch that cannot be applied to CPython 3.1.1 and 3.1.2 ( #421 )
vor 11 Jahren
Yamashita, Yuu
5ff089de9c
add PyPy-STM 2.3 and 2.5.1 ( fixes #428 )
vor 11 Jahren
Yamashita, Yuu
459725df3c
Merge branch 'disable-fortify-source' ( fixes #422 )
vor 11 Jahren
Yamashita, Yuu
ec3b7d815d
add `fortify_crash_workaround` patch for CPython (>= 2.4, <= 2.4.3) ( #422 )
vor 11 Jahren
Yamashita, Yuu
afe86aef52
disable `_FORTITY_SOURCE` to fix build of CPython (>= 2.4, <= 2.4.3) ( #422 )
vor 11 Jahren
Yamashita, Yuu
461ae27a19
add patches for 3.1, 3.1.1, 3.1.2 to fix build with recent version of openssl ( fixes #421 )
vor 11 Jahren