Author: Armin Rigo
Branch: stm-thread-2
Changeset: r59481:f6071fb274ab
Date: 2012-12-18 00:58 +0100
http://bitbucket.org/pypy/pypy/changeset/f6071fb274ab/
Log:Fix
diff --git a/pypy/rlib/rstack.py b/pypy/rlib/rstack.py
--- a/pypy/rlib/rstack.py
+++ b/pypy/rlib/rstack.py
@@ -19,8 +19,13 @@
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r59480:4a61fbe03058
Date: 2012-12-18 00:59 +0100
http://bitbucket.org/pypy/pypy/changeset/4a61fbe03058/
Log:Fix
diff --git a/pypy/translator/c/src/entrypoint.c
b/pypy/translator/c/src/entrypoint.c
--- a/pypy/translator/c/src/entrypoint.c
++
Author: Antonio Cuni
Branch: virtual-raw-mallocs
Changeset: r59479:37b9377a7717
Date: 2012-12-18 00:48 +0100
http://bitbucket.org/pypy/pypy/changeset/37b9377a7717/
Log:first passing test: very simple and lots of things still to do
(starting from forcing)
diff --git a/pypy/jit/metaint
Author: Antonio Cuni
Branch: virtual-raw-mallocs
Changeset: r59478:3724e2688557
Date: 2012-12-17 17:30 +0100
http://bitbucket.org/pypy/pypy/changeset/3724e2688557/
Log:rewrite the failing test to use an untyped buffer and
{get,set}arrayitem_gc ops, because this is what happends in cff
Author: Antonio Cuni
Branch: virtual-raw-mallocs
Changeset: r59477:43d8e4d8dbc0
Date: 2012-12-17 15:07 +0100
http://bitbucket.org/pypy/pypy/changeset/43d8e4d8dbc0/
Log:a failing test
diff --git a/pypy/jit/metainterp/test/test_virtual.py
b/pypy/jit/metainterp/test/test_virtual.py
--- a/pypy/
Author: Antonio Cuni
Branch: virtual-raw-mallocs
Changeset: r59476:48a5dd7950fb
Date: 2012-12-17 14:49 +0100
http://bitbucket.org/pypy/pypy/changeset/48a5dd7950fb/
Log:a branch where to add support for virtual raw mallocs: the goal is
to optimize away the temp buffer created to do cff
Author: Armin Rigo
Branch:
Changeset: r59475:78665ad2c44e
Date: 2012-12-18 00:45 +0100
http://bitbucket.org/pypy/pypy/changeset/78665ad2c44e/
Log:Typo in C sources, which only gave warnings.
diff --git a/pypy/module/cpyext/src/pythread.c
b/pypy/module/cpyext/src/pythread.c
--- a/pypy/modul
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r59474:a59a3dd9ee87
Date: 2012-12-17 23:53 +0100
http://bitbucket.org/pypy/pypy/changeset/a59a3dd9ee87/
Log:Left behind in previous merge
diff --git a/pypy/translator/c/src/mem.h b/pypy/translator/c/src/mem.h
--- a/pypy/translator/c/src/mem.
Author: Armin Rigo
Branch:
Changeset: r59472:6a2252addfe3
Date: 2012-12-17 21:04 +0100
http://bitbucket.org/pypy/pypy/changeset/6a2252addfe3/
Log:Really remove the file README.
diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
@@ -1,24 +0,0 @@
-===
Author: Anna Katrina Dominguez
Branch:
Changeset: r59471:f3efb6786cf0
Date: 2012-12-17 11:10 -0800
http://bitbucket.org/pypy/pypy/changeset/f3efb6786cf0/
Log:Added the plain README file back in
diff --git a/README b/README
new file mode 100644
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+==
Author: Anna Katrina Dominguez
Branch:
Changeset: r59470:5a29226c496d
Date: 2012-12-17 11:03 -0800
http://bitbucket.org/pypy/pypy/changeset/5a29226c496d/
Log:Added .rst to the README file so it renders correctly on Bitbucket
diff --git a/README b/README
deleted file mode 100644
--- a/README
Author: arigo
Branch:
Changeset: r59469:cc4e5c0d5b78
Date: 2012-12-17 11:30 +0100
http://bitbucket.org/pypy/pypy/changeset/cc4e5c0d5b78/
Log:Merged in bdkearns/pypy (pull request #98: more correct fix for
test_ioctl)
diff --git a/pypy/module/fcntl/test/test_fcntl.py
b/pypy/module/f
Author: Brian Kearns
Branch:
Changeset: r59468:08157d8ce102
Date: 2012-12-16 19:15 -0500
http://bitbucket.org/pypy/pypy/changeset/08157d8ce102/
Log:actually fix test_ioctl
diff --git a/pypy/module/fcntl/test/test_fcntl.py
b/pypy/module/fcntl/test/test_fcntl.py
--- a/pypy/module/fcntl/test/
Author: Brian Kearns
Branch:
Changeset: r59467:6b2344d79508
Date: 2012-12-16 18:20 -0500
http://bitbucket.org/pypy/pypy/changeset/6b2344d79508/
Log:switch test_ioctl back to pty (automated builds don't have a
controlling tty)
diff --git a/pypy/module/fcntl/test/test_fcntl.py
b/pypy
14 matches
Mail list logo