[pypy-commit] lang-smalltalk stmgc-c7: changed argument parsing again for easier usage of smalltalk args

2014-07-17 Thread Conrad Calmez
Author: Conrad Calmez Branch: stmgc-c7 Changeset: r896:a0e39d69fbe0 Date: 2014-07-17 10:57 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a0e39d69fbe0/ Log:changed argument parsing again for easier usage of smalltalk args now you can stop regular argument parsing with

[pypy-commit] lang-smalltalk stmgc-c7: fixed OS lock primitives so that they raise a PrimitiveFailedError in case of misuse

2014-07-10 Thread Conrad Calmez
Author: Conrad Calmez Branch: stmgc-c7 Changeset: r894:9b35a2b871a0 Date: 2014-07-10 18:25 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/9b35a2b871a0/ Log:fixed OS lock primitives so that they raise a PrimitiveFailedError in case of misuse credit goes to: @hubx diff --git

[pypy-commit] lang-smalltalk stmgc-c7: passed arguments to image via own flag

2014-07-10 Thread Conrad Calmez
Author: Conrad Calmez Branch: stmgc-c7 Changeset: r891:ada1ec7e18d8 Date: 2014-07-10 17:17 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ada1ec7e18d8/ Log:passed arguments to image via own flag also fixes BSD-like argument parsing aka. you can put them in arbitrary order

[pypy-commit] lang-smalltalk stmgc-c7: Automated merge with bundle:/var/folders/5q/nnfvtm9x521dpj2x2qkcnlf80000gn/T/SourceTreeTemp.N5FsUS

2014-05-22 Thread Conrad Calmez
Author: Conrad Calmez Branch: stmgc-c7 Changeset: r840:3a7a4670ff52 Date: 2014-05-22 16:11 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/3a7a4670ff52/ Log:Automated merge with bundle:/var/folders/5q/nnfvtm9x521dpj2x2qkcnlf8 gn/T/SourceTreeTemp.N5FsUS diff --git a

[pypy-commit] lang-smalltalk stmgc-c7: implemented STM atomic primitives

2014-05-22 Thread Conrad Calmez
Author: Conrad Calmez Branch: stmgc-c7 Changeset: r839:981f12dee8ca Date: 2014-05-22 16:10 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/981f12dee8ca/ Log:implemented STM atomic primitives diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spyvm/primitives.py +++ b

[pypy-commit] lang-smalltalk storage-stm-c4: added branch to work on stm again

2014-04-17 Thread Conrad Calmez
Author: Conrad Calmez Branch: storage-stm-c4 Changeset: r793:cef87bf823a0 Date: 2014-04-17 15:51 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/cef87bf823a0/ Log:added branch to work on stm again ___ pypy-commit mailing list pypy-commit