aboutsummaryrefslogtreecommitdiffstats
path: root/mps/example (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support out-of-tree buildsscratch/mps-import2Helmut Eller2025-09-221-2/+3
* Un-rename .gitignoreHelmut Eller2025-09-131-0/+0
* Downgrading old fixmes to todos with better explanation of tasks.Richard Brooksby2023-02-202-2/+4
* Swap .gitignore and .p4ignore.Gareth Rees2022-01-112-13/+13
* Fix indentation of second clause of license.Gareth Rees2020-08-304-12/+12
* Use https: instead of http: when linking to the ravenbrook web site.Gareth Rees2020-08-304-4/+4
* Merge remaining changes from earlier licence branch.Peter Jackson2020-08-284-217/+169
* Change http to https for links to {info,www}.ravenbrook.com.Gareth Rees2018-11-222-2/+2
* Update xcode project for xcode 10.0.Gareth Rees2018-09-183-36/+36
* Change file types to text+k.Gareth Rees2016-10-146-1/+6
* Untabify.Gareth Rees2016-04-212-9/+9
* Updating .p4ignore files with miscellaneous entries collected from work with ...Richard Brooksby2016-04-051-1/+4
* Linking .p4ignore to .gitignore to share configuration between perforce and git.Richard Brooksby2016-04-041-0/+1
* Undoing accidental submit of change to arena size in scheme-advanced.c.Richard Brooksby2016-04-021-1/+1
* Reducing over-ambitious random alignment increases in apss test.Richard Brooksby2016-03-311-1/+1
* Removing redundant closure size argument from scheme example.Richard Brooksby2016-03-012-3/+3
* Updating scheme example to demonstrate mps_root_create_area rather than depre...Richard Brooksby2016-03-012-20/+19
* Detabifying code and restructuredtext files.Richard Brooksby2016-02-184-260/+260
* Bringing scheme example up to date with interface changes.Richard Brooksby2016-02-152-4/+2
* Catch up merge from master sources.Richard Brooksby2016-02-102-22/+2
|\
| * Fixing typo thanks to <https://github.com/ravenbrook/mps/pull/4#issuecomment-...Richard Brooksby2016-01-281-1/+1
| * Fix typoSam Skulls2016-01-281-1/+1
| * Catch-up merge from masters.Richard Brooksby2016-01-202-8/+8
| |\
| * | Don't call mps_definalize in the example scheme interpreter: it's not actuall...Gareth Rees2014-10-022-20/+0
* | | Need to pass sizeof(mps_word_t) - 1 for the mask argument to get the old beha...Gareth Rees2015-09-142-2/+2
* | | Rename mps_root_create_reg_masked to mps_root_create_stack, and deprecate mps...Gareth Rees2015-09-142-16/+4
| |/ |/|
* | Remove unused argument 'buckets' from scheme table_find. (this broke the xcod...Gareth Rees2014-10-022-8/+8
|/
* Must test a key for staleness with respect to a location dependency before se...Gareth Rees2014-09-282-33/+41
* Bring xcode project up to date.Gareth Rees2014-06-142-6/+10
* Catch-up merge from master sources @186519 to branch/2014-05-17/chunk-tree.Gareth Rees2014-06-124-4/+36
|\
| * Synchronize stdout and stderr (for the benefit of windows).Gareth Rees2014-06-124-6/+30
| * Must fflush stderr too--it's buffered on windows!Gareth Rees2014-06-124-0/+4
| * Need to synchronize stdout and stdin for the benefit of windows.Gareth Rees2014-06-124-0/+4
* | Scheme-boehm also processes multiple files.Gareth Rees2014-05-221-1/+2
* | All versions of the scheme interpreter now take multiple files on the command...Gareth Rees2014-05-223-11/+41
* | Add -m command-line option to the scheme example so that we can test it with ...Gareth Rees2014-05-221-8/+39
|/
* Catch up merge from masters to branch/2014-01-15/nailboard.Richard Brooksby2014-04-014-16/+4
|\
| * Turn on -wunreachable-code for gcc and clang.Gareth Rees2014-03-304-16/+4
* | Catch-up merge from master sources.Gareth Rees2014-03-072-11/+0
|\ \ | |/
| * Make mps_args_done obsolete.Gareth Rees2014-02-262-11/+0
* | Another catch-up merge from the master sources to the nailboard branch.Gareth Rees2014-02-201-0/+1
|\ \ | |/
| * Add missing mps_args_done.Gareth Rees2014-02-201-0/+1
* | Catch-up merge from master sources to nailboard branch.Gareth Rees2014-02-202-98/+125
|\ \ | |/
| * Avoid "discard qualifiers" error from xcode.Gareth Rees2014-02-202-3/+3
| * Merge change 184399 (avoid warnings from xcode) from scheme.c to scheme-advan...Gareth Rees2014-02-201-29/+41
| * Avoid warnings from xcode when compiling scheme.c.Gareth Rees2014-02-201-37/+52
| * Merge change 184105 (addition of const) from scheme.c to scheme-advanced.c.Gareth Rees2014-02-201-13/+13
| * Adding const qualifier to various strings as required by xcode.Richard Brooksby2014-01-241-16/+16
* | Naive nailboardisresrange implementation.Gareth Rees2014-01-201-2/+1
|/
* Rename align_up and align macros in the scheme example as align_word and alig...Gareth Rees2013-09-052-112/+116