aboutsummaryrefslogtreecommitdiffstats
path: root/mps/example/scheme/scheme-malloc.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
* Merge remaining changes from earlier licence branch.Peter Jackson2020-08-281-52/+40
* Update xcode project for xcode 10.0.Gareth Rees2018-09-181-12/+12
* Detabifying code and restructuredtext files.Richard Brooksby2016-02-181-67/+67
* Catch-up merge from master sources @186519 to branch/2014-05-17/chunk-tree.Gareth Rees2014-06-121-1/+8
|\
| * Synchronize stdout and stderr (for the benefit of windows).Gareth Rees2014-06-121-2/+7
| * Must fflush stderr too--it's buffered on windows!Gareth Rees2014-06-121-0/+1
| * Need to synchronize stdout and stdin for the benefit of windows.Gareth Rees2014-06-121-0/+1
* | All versions of the scheme interpreter now take multiple files on the command...Gareth Rees2014-05-221-1/+2
|/
* Turn on -wunreachable-code for gcc and clang.Gareth Rees2014-03-301-4/+2
* Suppress "variable may be used uninitialized" warnings.Gareth Rees2013-06-051-2/+2
* Remove $id$: this causes sphinx to wrongly think that the download has changed.Gareth Rees2013-03-181-3/+2
* Fixing typos in comments.Richard Brooksby2013-02-191-1/+1
* Avoid warnings under gcc:Gareth Rees2012-11-151-9/+11
* Merge documentation changes.Gareth Rees2012-11-111-18/+136
* Implement "do".Gareth Rees2012-11-111-3/+78
* Add (gc) stub to scheme-malloc.c so we can call it from the test suite.Gareth Rees2012-11-081-0/+12
* Operators need to be self-evaluating.Gareth Rees2012-11-081-3/+16
* Fix bug: actually close the file in entry_close_port.Gareth Rees2012-11-031-1/+4
* Separate the interactive and non-interactive loops for clarity.Gareth Rees2012-11-031-44/+37
* Improve quasiquote implementation.Gareth Rees2012-11-021-41/+43
* Implement "error".Gareth Rees2012-11-021-0/+12
* Implement load.Gareth Rees2012-11-021-0/+31
* Support more kinds of hashtable via make-hashtable.Gareth Rees2012-11-021-10/+47
* New constructor make_bool avoids boilerplate.Gareth Rees2012-11-021-79/+200
* Implement apply.Gareth Rees2012-11-021-0/+16
* Make sure that probe sequence visits all buckets in the hash table by (a) ens...Gareth Rees2012-11-021-10/+16
* Chatter only if interactive.Gareth Rees2012-11-021-15/+62
* Add non-interactive execution.Gareth Rees2012-11-021-4/+71
* Implement string-hash and correct error messages.Gareth Rees2012-11-011-2/+19
* Fix bug in "define": no implied "begin" around function body.Gareth Rees2012-11-011-6/+116
* Add more hashtable features, including deletion (which we'll need for weak ha...Gareth Rees2012-11-011-12/+148
* Weak hash tables in scheme-advanced.c.Gareth Rees2012-10-311-2/+2
* Move old scheme to example/scheme/scheme-malloc.cGareth Rees2012-10-311-0/+2858