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