- 22 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 15 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
arena's "private" list of objects, so there might be two references to that list.
-
- 14 Nis, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 13 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
64-bit machines that require pointers to be aligned (e.g. IA64)
-
- 11 Nis, 2006 1 kayıt (commit)
-
-
Anthony Baxter yazdı
entirely happy with the two new VISIT macros in compile.c, but I couldn't see a better approach.
-
- 31 Mar, 2006 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
Explicitly clear all elements from arena->a_objects and remove assert() that refcount is 1. It's possible for a program to get a reference to the list via sys.getobjects() or via gc functions.
-
- 02 Mar, 2006 3 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
- 01 Mar, 2006 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 28 Şub, 2006 4 kayıt (commit)
-
-
Jeremy Hylton yazdı
No good way to extract output yet.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
Replace the toy arena implementation with a real one, based on allocating 8K chunks of memory by default.
-
- 18 Ara, 2005 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Neal Norwitz yazdı
Don't double check for NULLs and don't initialize if not necessary. No functional changes.
-
- 17 Ara, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
simplifies a lot of error handling code, and fixes many memory leaks.
-