summaryrefslogtreecommitdiff
path: root/coverage/ctracer/tracer.c
Commit message (Collapse)AuthorAgeFilesLines
* Prevent a hard crash when starting coverage thousands of timesNed Batchelder2016-12-291-0/+1
|
* A better name for a statNed Batchelder2016-11-121-3/+3
|
* Allow for the possibility of null-testingNed Batchelder2016-11-121-0/+8
|
* Entry arcs now use the negative first line of the code object instead of -1.Ned Batchelder2016-03-021-1/+6
|
* Make a BOOL type for the C code.Ned Batchelder2016-01-301-1/+1
|
* Merged who-tests-what-170Ned Batchelder2016-01-301-6/+66
|\
| * Clean up WTW so that it is safe to mergeNed Batchelder2016-01-301-2/+2
| |
| * Fix a bad variableNed Batchelder2016-01-301-1/+1
| |
| * WIP: record contexts for who tests whatNed Batchelder2015-11-141-2/+62
| |
| * TRUE and FALSE for booleansNed Batchelder2015-11-141-4/+4
| |
* | Clean up in the C codeNed Batchelder2016-01-301-2/+1
| |
* | Possible fix for #445 and #420Ned Batchelder2015-11-211-13/+16
|/ | | | | The line that seems to break #445 is the import of weakref, even if we never use it. Delaying the import until we need it seems to fix #445.
* Fix a C declarationNed Batchelder2015-11-011-1/+2
|
* whitespace...Ned Batchelder2015-11-011-2/+2
|
* Fix settrace(py_func). #436.Ned Batchelder2015-11-011-8/+33
|
* No more speed penalty for settrace(gettrace()). #397.Ned Batchelder2015-10-031-0/+4
|
* Quiet some C compiler warnings.Ned Batchelder2015-08-301-3/+4
|
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
|
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-081-2/+2
|
* Split tracer.c into smaller filesNed Batchelder2015-08-011-388/+12
|
* Move tracer.c into a subdirectory, so we can split it up.Ned Batchelder2015-08-011-0/+1415
--HG-- rename : coverage/tracer.c => coverage/ctracer/tracer.c