aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidying up arg.c and arg.h.Richard Brooksby2013-05-092-8/+14
* Moving definition of keystruct to arg.h, since this mechanism is largely sepa...Richard Brooksby2013-05-092-10/+12
* Draft design document for keyword arguments.Richard Brooksby2013-05-093-3/+5
* Catch-up merge from master sources.Richard Brooksby2013-05-094-8/+22
|\
| * Adding unused declaration for unused variable.Richard Brooksby2013-05-081-0/+1
| * Updating mps_release to release/1.111.0Richard Brooksby2013-05-081-1/+1
| * Adding type mps_awl_find_dependent_t that is documented but didn't actually e...Richard Brooksby2013-05-081-0/+2
| * Put xxxxxx at the end of the pattern argument to mktemp, so that it works on ...Gareth Rees2013-05-061-1/+1
| * Avoid type puns.Gareth Rees2013-05-061-6/+19
* | Consolidating common pool keywords.Richard Brooksby2013-05-0914-59/+53
* | Implementing configurable maximum argument list length.Richard Brooksby2013-05-085-14/+13
* | Macroizing keyword definitions and adding more keyword argument checking meth...Richard Brooksby2013-05-0815-45/+88
* | Moving keyword argument declarations to their own header, since they're large...Richard Brooksby2013-05-083-12/+68
* | Moving arena varags parsing into arena class method, similar to pools. much ...Richard Brooksby2013-05-086-24/+46
* | Pushing varargs decoding into a pool class method. much simpler.Richard Brooksby2013-05-0818-111/+228
* | Adding decoding of vararg debug options to debug pool classes.Richard Brooksby2013-05-081-5/+28
* | Eliminating mps_key_varargs and instead decoding deprecated varargs in one pl...Richard Brooksby2013-05-0815-156/+215
* | Adding keyword argument checking for format and chain.Richard Brooksby2013-05-083-2/+14
* | Converting pools to use keyword arguments, mostly, and so far inconsistently,...Richard Brooksby2013-05-0835-132/+491
* | Basically working keyword arguments, though vmparam is unsatisfactory.Richard Brooksby2013-05-0311-44/+83
* | Removing half-finished code line. oops.Richard Brooksby2013-05-021-3/+0
* | First draft of keyword arguments. mainly checking in in order to try working...Richard Brooksby2013-05-0213-22/+271
|/
* Correct a couple of comments.Gareth Rees2013-04-261-7/+7
* Fix typo ("not" for "now").Gareth Rees2013-04-251-1/+1
* Fix job003454: when an amc pool is in the finish ramp mode, it should stay th...Nick Barnes2013-04-041-6/+26
* Comment out all calls to mps_arena_commit_limit_set in test case amcsshe. (th...Gareth Rees2013-03-121-4/+12
* Restore arena serial numbers.Gareth Rees2013-03-121-2/+8
* Remove "mps_alert_collection_set" from public interface and remove its implem...Gareth Rees2013-03-126-66/+0
* Removing bogus test file that got into the sources somehow.Richard Brooksby2013-03-121-2/+0
* Add -*- makefile -*- to .gmk files so that syntax highlighting in emacs works...Gareth Rees2013-03-088-0/+16
* Make mps_arena_step suitable for purpose: arenastep now calls tracestartcolle...Gareth Rees2013-03-082-3/+10
* Follow policy of not defining symbols from mpstd.h in the external interface,...Gareth Rees2013-03-082-6/+3
* Move global 'pool' to local so that we can rename argument 'pol' to 'pool'.Gareth Rees2013-03-081-3/+3
* Don't accidentally leave the arena in the clamped state after calling mps_are...Gareth Rees2013-03-082-1/+4
* Private symbols _mps_sac_s and _mps_sac_freelist_block_s now start with under...Gareth Rees2013-03-083-8/+8
* Ensure that the last entry in the table is preserved, so that we don't get a ...Gareth Rees2013-03-081-1/+5
* Test suite runs on os x:Gareth Rees2013-03-081-1/+77
* Comment out all calls to mps_arena_commit_limit_set in test case amcsshe. (th...Gareth Rees2013-03-071-3/+12
* Fix to the mpsicv test case: get the arena's committed memory after creating ...Gareth Rees2013-03-071-3/+3
* Fix mutatorfaultcontextsp on lii3* and lii6*.Gareth Rees2013-03-072-2/+2
* The amcssth test case now registers its threads' stacks as roots with the mps.Gareth Rees2013-03-071-0/+5
* Build amcssth test case on os x (xci6ll).Gareth Rees2013-03-071-45/+161
* Add testlib_unused(argc) where necessary, so that test cases build on xci6ll.Gareth Rees2013-03-076-0/+7
* Make amcssth test case runnable on platforms that use gnumake.Gareth Rees2013-03-071-1/+1
* Improve the usability of the test suite:Gareth Rees2013-03-0739-195/+165
* Minor tweaks to allow amcssth test to build under lii3gc at least.Richard Brooksby2013-02-201-7/+10
* Deprecating the mps trampoline by using vectored exception handling on windows.Richard Brooksby2013-02-203-26/+24
* Merging spelling corrections contributed by bruce mitchener.Richard Brooksby2013-02-1814-22/+22
* Integrating branch/2012-10-09/user-guide back to master.Richard Brooksby2013-02-0830-583/+2318
|\
| * Undo changes 180370 and 180390 (which supported interior pointers by checking...Gareth Rees2013-02-081-52/+15