Commit Graph

27259 Commits (f680288b4a40703ad5a1ff6055eb14a86456e13d)

Author SHA1 Message Date
Doug Coleman f680288b4a furnace.auth: rename profile to current-profile 2015-06-08 17:29:48 -07:00
Doug Coleman 6c28590789 html.components: use lcs-diff 2015-06-08 17:29:36 -07:00
Doug Coleman 45344deb82 extra: be more explicit about which 'run' 2015-06-08 17:24:59 -07:00
Doug Coleman f185259cae webapps.benchmark: rename generically named word. 2015-06-08 17:22:32 -07:00
Doug Coleman a2de784312 backtrack: rename generically named require 2015-06-08 17:19:32 -07:00
Doug Coleman 8cb176bfe7 lcs: rename generic "diff" to lcs-diff 2015-06-08 17:16:42 -07:00
Doug Coleman b12dd73d91 benchmark: oops, used wrong word. so confusing. 2015-06-08 17:00:08 -07:00
Doug Coleman f0799a7bc3 core: fix word link.
extra: fix word
2015-06-08 16:53:54 -07:00
Doug Coleman 0f105e399e graphviz.notation: missed a create -> create-word 2015-06-08 15:22:58 -07:00
John Benediktsson 90111600b9 Fix two places that should be "all-disk-vocabs-recursive". 2015-06-08 14:37:36 -07:00
Doug Coleman 1230f56197 com.wrapper: create -> create-word 2015-06-08 13:21:24 -07:00
Doug Coleman d6b6b955d3 windows: fix words -> vocab-words 2015-06-08 13:07:12 -07:00
Doug Coleman 6e60c811ac core: Rename create to create-word, create-in to create-word-in. 2015-06-08 12:47:35 -07:00
Doug Coleman a4c5a748ad core/basis: Rename words dealing with vocabs to loaded-vocabs or disk-vocabs because it's too confusing otherwise. 2015-06-08 12:47:35 -07:00
Doug Coleman a318ec1eb0 unicode.breaks: Rename words to unicode-words 2015-06-08 12:45:15 -07:00
Doug Coleman 1cc9b00b42 vocabs.refresh: Trying to clean up some vocabs code. 2015-06-08 12:45:15 -07:00
Björn Lindqvist 017a030bbc FUEL: improved highlighting of some syntax words: PRIMITIVE, MAIN, INSTANCE 2015-06-07 17:00:56 -07:00
Björn Lindqvist 17997bb479 FUEL: make it so $complex-shuffle words (like -rot) are rendered correctly 2015-06-07 17:00:56 -07:00
Björn Lindqvist 4e8258c94b FUEL: better way to font-lock comments.
just setting the comment property of the string in the
syntax-propertize-rules regexp appears to generate best results
2015-06-07 17:00:56 -07:00
Björn Lindqvist c631ba8dfe FUEL: the web reference have next and prev links for each word, let's add them to the fuel
help too
2015-06-07 17:00:56 -07:00
John Benediktsson 78685042a4 benchmark.sieve: calculating the number of primes in [1,100,000,000]. 2015-06-07 11:30:04 -07:00
John Benediktsson d60d098c11 math.integers: speedup to fixnum-bit?. 2015-06-07 11:08:57 -07:00
John Benediktsson 02b7022390 bootstrap.primitives: fix stack effect names for bignum-bit?. 2015-06-07 11:08:57 -07:00
Doug Coleman 5c22650960 mason: rename some vague words like build to do-build, build? to
should-build? for clarity and because they're too generic and conflict
with kernel:build.
2015-06-06 17:04:30 -07:00
Doug Coleman 37e7349dee windows.com: Prevent release from being called with f, which causes a
segfault.
2015-06-06 17:04:02 -07:00
John Benediktsson 2bac4a9695 checksums.sha: remove trailing whitespace. 2015-06-06 09:28:01 -07:00
John Benediktsson 2dba00745a metar: simplify <taf-report>. 2015-06-06 09:28:01 -07:00
John Benediktsson 1723544b56 formatting: use nappend-as in sprintf. 2015-06-06 09:28:01 -07:00
John Benediktsson 5904690ae6 sequences.generalizations: use concat-as in nappend-as. 2015-06-06 09:28:01 -07:00
John Benediktsson d07564532d sequences: make concat-as inline and don't special-case empty. 2015-06-06 09:28:00 -07:00
Doug Coleman fa2bf33659 compiler.tree: renaming is hard. cleanup -> cleanup-tree 2015-06-05 23:18:43 -07:00
Doug Coleman 16094d283b compiler.tree.debugger: more "cleanup" 2015-06-05 23:04:05 -07:00
Doug Coleman 77c5783270 formatting: Welcome to the sprintf club, MSVC 2015. Fixes . 2015-06-06 05:54:22 -07:00
Doug Coleman a0cb7b4fd8 compiler.tree.cleanup: Fix docs 2015-06-05 21:22:50 -07:00
Doug Coleman fbaa38be6d bit-arrays: rename clean-up to zero-end-bits 2015-06-05 21:09:57 -07:00
Doug Coleman 808342076d compiler: rename cleanup to cleanup-tree, cleanup* to cleanup-tree* 2015-06-05 21:08:18 -07:00
Doug Coleman 20a1c09a42 alien.libraries.finder: Allow library to match just by name. Related to .
Add some more unit tests. Fix a typo fidner->finder.
2015-06-05 17:05:57 -07:00
Doug Coleman 1d58f827a2 platform.hpp: Indent so I can see wtf is going on with the preprocessor control flow.
Look for ``__linux__`` on linux instead of ``linux`` because compiling with
-std=c++11 removes the ``linux`` preprocessor symbol.
2015-06-05 10:53:02 -07:00
Doug Coleman 64ccac3572 Revert "GNUmakefile: Don't compile.gch with -std=c++11"
This wasn't the problem.

This reverts commit e97e74b682.
2015-06-05 10:52:48 -07:00
Doug Coleman e97e74b682 GNUmakefile: Don't compile.gch with -std=c++11 2015-06-05 10:35:03 -07:00
Doug Coleman ad2c2c36bb GNUmakefile: add -std=c++11 to CXXFLAGS 2015-06-05 10:31:49 -07:00
Doug Coleman a83df49ecc ffi_test.c: Casting a 32bit int to a 64bit pointer is invalid. Instead,
cast it to a 64bit int then to the pointer. Found with visual studio 2015.
2015-06-05 10:21:20 -07:00
Doug Coleman f26c7fc66d utilities.hpp: Use auto pointer instead of gcc extension typeof().
Fixes .
2015-06-05 10:20:32 -07:00
John Benediktsson c74ccdd33e deques: use fry to simplify. 2015-06-04 23:15:51 -07:00
Björn Lindqvist 40b7805e0a VM: fixes so that raw_fread and safe_fread returns a size_t again 2015-06-05 02:14:49 +02:00
Björn Lindqvist 428937dbeb VM: make FACTOR_FOR_EACH not call .end() more than once 2015-06-05 02:14:49 +02:00
Björn Lindqvist 0713f28bdb VM: safe_fread needs to return an int so you can return -1 on error 2015-06-05 02:14:49 +02:00
Björn Lindqvist a0e7bb8770 VM: move free_list_allocator<Block>::next_allocated_block_after to
tenured_space::next_allocated_object_after, because it's only used there
2015-06-05 02:14:49 +02:00
Björn Lindqvist f1ca83524a VM: new functions raw_fclose and raw_fread
These need to be used when the image is loaded because there is no
context so you can't throw io errors yet.
2015-06-05 02:14:49 +02:00
Björn Lindqvist 9d289e35f4 VM: macro FACTOR_FOR_EACH used in more places to drive iteration 2015-06-05 02:14:49 +02:00