aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/airtest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of second clause of license.Gareth Rees2020-08-301-3/+3
* Use https: instead of http: when linking to the ravenbrook web site.Gareth Rees2020-08-301-1/+1
* Publish licence updates in code directory.Peter Jackson2020-06-111-32/+20
* Use tags with dots; regularize design references from code.Gareth Rees2018-11-291-1/+1
* Turn on keyword expansion.Gareth Rees2016-03-131-3/+3
* Making mps_root_create_thread a convenience function for the common case.Richard Brooksby2016-02-151-3/+1
* Creating general mps_root_create_thread and renaming mps_root_create_stack as...Richard Brooksby2016-02-151-1/+1
* Lifting stack and register area scanner into mps interface to allow generalis...Richard Brooksby2016-02-151-1/+2
* Need to pass sizeof(mps_word_t) - 1 for the mask argument to get the old beha...Gareth Rees2015-09-141-1/+1
* Rename mps_root_create_reg_masked to mps_root_create_stack, and deprecate mps...Gareth Rees2015-09-141-2/+2
* Ensure that code of the form if (condition) statement; is split over two line...Gareth Rees2014-09-271-5/+10
* Scheme constructors now take an allocation point.Gareth Rees2014-05-041-3/+3
* The mps_args_add_field and mps_args_done now check that the number of argumen...Gareth Rees2014-05-021-1/+0
* Move the marker down the stack so that gcc's aggressive inline won't scupper it.Gareth Rees2014-04-141-6/+7
* Use the mps to manage memory in test cases, not malloc!Gareth Rees2014-04-111-5/+1
* Fix problems found by coverity. see <https://info.ravenbrook.com/mail/2014/04...Gareth Rees2014-04-111-1/+1
* Avoid "potentially uninitialized local variable used" errors from microsoft v...Gareth Rees2014-04-071-2/+2
* Fix airtest to use its own ambiguous root instead of relying on references to...Gareth Rees2014-04-041-20/+46
* Cast pointer to void * for the benefit of gcc.Gareth Rees2014-04-011-1/+2
* Fixed dl's review comments <https://info.ravenbrook.com/mail/2014/04/01/13-28...Gareth Rees2014-04-011-6/+89
* Vectors, not strings.Gareth Rees2014-03-241-3/+4
* Naive nailboardisresrange implementation.Gareth Rees2014-01-201-13/+14
* Fixes needed to get airtest to compile and run on windows.Gareth Rees2014-01-161-3/+3
* Make sure airtest can compile on freebsd.Gareth Rees2014-01-161-7/+6
* Add the object format from the scheme example, so that not all test cases use...Gareth Rees2014-01-161-0/+92