Commit Graph

  • 4b1e2b8af8 slides: fix illegible code snippets on Windows Alexander Iljin 2017-10-06 13:10:27 +0300
  • 0f068423d1 talks.galois-talk: fix a mistake on a slide Alexander Iljin 2017-10-05 22:49:43 +0300
  • 9a801c3cfe talks.[otug|minneapolis]-talk: add the <iota> constructor to numbers Alexander Iljin 2017-10-05 22:29:29 +0300
  • 69f6844fea talks.tc-lisp-talk: fix $snippet "f" Alexander Iljin 2017-10-05 22:28:49 +0300
  • 867e9c2b49 talks.otug-talk: replace <bevel-button> with <border-button> Alexander Iljin 2017-10-05 22:27:52 +0300
  • dc36bb5311 talks: replace "test-mr mr." with "regs." Alexander Iljin 2017-10-05 19:54:25 +0300
  • e60b5004b7 talks: fix the printf examples Alexander Iljin 2017-10-05 19:38:44 +0300
  • e9ad224752 libssl: Fix SSL struct again. Doug Coleman 2017-10-08 00:03:21 -0500
  • 9a7406d98d Revert "Revert "openssl.libssl: The SSL struct has grown a lot."" Doug Coleman 2017-10-07 23:31:06 -0500
  • ccaad8b3be cuda: Update api to 9.0+ Doug Coleman 2017-10-06 23:10:18 -0500
  • 4b35f2e0d9 factor: fix bootstrap. Doug Coleman 2017-10-04 22:39:20 -0500
  • cada003d7f factor: Rename ``M\ array generic`` to ``m: { array generic }``. Doug Coleman 2017-10-01 09:51:31 -0500
  • 8e14c52dd1 game.input.demos.key-caps: \foo\ syntax works. Doug Coleman 2017-09-30 21:33:26 -0500
  • a450350854 modern.compiler: literals>tuples works. Doug Coleman 2017-09-30 17:32:18 -0500
  • 57e668d704 modern.compiler: Convert slices to objects. Doug Coleman 2017-09-30 14:14:23 -0500
  • 6fe38fde00 modern: Fix case for "<PRIVATE FOO: foo PRIVATE>" Doug Coleman 2017-09-30 09:21:09 -0500
  • 2ce052c981 vm: Line up larger memory output. Doug Coleman 2017-09-30 08:47:44 -0500
  • f0e121051d find.extras: Add an old prototype parser and some cool util words. Doug Coleman 2017-09-30 13:58:59 -0500
  • affbc492d7 modern.compiler: wip Doug Coleman 2017-09-30 08:52:03 -0500
  • 5a8f9284ab sequences.extras: add count-head and count-tail Doug Coleman 2017-09-28 22:41:21 -0500
  • 577d4618ca core: keep nip cleanup. Doug Coleman 2017-09-28 22:20:32 -0500
  • 5582ea1b02 escape-strings: Fix case where string ends in ] or ]= Doug Coleman 2017-09-28 22:19:46 -0500
  • b8a0feea5c Revert "openssl.libssl: The SSL struct has grown a lot." Doug Coleman 2017-09-24 23:17:35 -0500
  • 86c086bafc Revert "openssl.libssl: The SSL struct has grown a lot." Doug Coleman 2017-09-24 23:16:01 -0500
  • af7a248131 openssl.libssl: The SSL struct has grown a lot. Doug Coleman 2017-09-24 23:09:23 -0500
  • a1fe918276 openssl.libssl: The SSL struct has grown a lot. Doug Coleman 2017-09-24 23:09:23 -0500
  • 8e4fe207f1 modern: Fix compound syntax unit tests. Doug Coleman 2017-09-24 22:22:40 -0500
  • 516a6909ac unicode: Bump the version number, use CONSTANT: Doug Coleman 2017-09-24 19:27:18 -0500
  • f7ddfb44b7 unicode.collation: Fixes 40k+ unit tests, but is a change from Unicode 9.0 to 10.0 Doug Coleman 2017-09-24 19:26:02 -0500
  • 341f2c3307 xml: Word names like foo]] are not allowed. Doug Coleman 2017-09-24 13:15:10 -0500
  • c3e137c08a escape-strings: Fix syntax. Doug Coleman 2017-09-24 13:12:49 -0500
  • e8a72b0268 modern: Disallow compound syntax for now. Doug Coleman 2017-09-24 12:36:34 -0500
  • b8a502d7e2 math.functions.integer-logs: Word names like (foo) should only exist if foo exists. Doug Coleman 2017-09-24 12:32:09 -0500
  • c1bdb4b11e unicode: Update to Unicode 10.0 from last year's patch. Doug Coleman 2017-09-20 20:52:02 -0500
  • f5657ac469 Merge branch 'modern-harvey' of github.com:factor/factor into modern-harvey Doug Coleman 2017-09-20 18:19:36 -0500
  • 4c017a7f76 zealot: use n-groups Doug Coleman 2017-09-18 19:27:58 -0500
  • 03db55e15b Merge remote-tracking branch 'origin/master' into modern-harvey Doug Coleman 2017-09-18 17:37:25 -0500
  • e42fcb812e Merge remote-tracking branch 'origin/master' into modern-harvey Doug Coleman 2017-09-18 17:34:40 -0500
  • ab55560fed grouping.extras: add <n-groups> and n-group. John Benediktsson 2017-09-18 14:51:58 -0700
  • 4b065d4790 tools.test: Working on crazy unit tests. Doug Coleman 2017-09-16 23:25:54 -0500
  • 9ef9cae60f escape-strings: Add a way to find minmal escapes for a lua/magic string. Doug Coleman 2017-09-16 17:21:31 -0500
  • 722a335b68 io.streams.string: Add with-error-string-writer for unit testing. Doug Coleman 2017-09-16 16:57:27 -0500
  • aeebe0bbbe debugger: Support for assert-string Doug Coleman 2017-09-16 16:50:17 -0500
  • 6939b2ca5f io.errors: Add words to print to error-stream as easily as to output-stream. Doug Coleman 2017-09-16 16:46:47 -0500
  • 3c8da3722d sequences: Add assert-string=. Doug Coleman 2017-09-16 16:45:42 -0500
  • f32b6a171c tools.test: Add UNIT-TEST: top-level form. Doug Coleman 2017-09-16 15:42:10 -0500
  • 76a6235940 zealot.factor: Print a message for each step. Doug Coleman 2017-09-16 12:27:04 -0500
  • 4d3bc90e9d zealot: ensure that the github source exists on disk. Doug Coleman 2017-09-16 12:21:00 -0500
  • 70076fa7cd tools.coverage: fix using Doug Coleman 2017-09-16 11:23:16 -0500
  • 153f5372d3 factor: Really disable long unit tests for zealot. Only test root by root. Doug Coleman 2017-09-16 11:08:35 -0500
  • 122a73b5ac basis: Fix a couple of trivial regressions. Doug Coleman 2017-09-16 10:59:33 -0500
  • 0a7b50f208 Revert "tools.deploy.test: shake-and-bake is a long-unit-test" Doug Coleman 2017-09-16 10:49:40 -0500
  • a09cc13a17 tools.deploy.test: shake-and-bake is a long-unit-test Doug Coleman 2017-09-16 10:23:29 -0500
  • 00c4069640 zealot.factor: Disable long unit tests. Doug Coleman 2017-09-16 09:58:59 -0500
  • 953ddc566f factor: Fix test errors. Doug Coleman 2017-09-16 08:58:20 -0500
  • 1b138a74ec zealot.factor: Test core, load basis and extra images for testing. Doug Coleman 2017-09-16 06:38:11 -0500
  • 3dc8f5e039 core: Fix using list. Doug Coleman 2017-09-16 06:32:01 -0500
  • fbbf2eb550 zealot.factor: Try to load/test basis/extra in two processes. Doug Coleman 2017-09-16 02:24:39 -0500
  • 51d5ca0695 zealot: Load basis/extra in parallel. Doug Coleman 2017-09-16 02:05:45 -0500
  • 160632c3e6 Nmakefile: Let cl decide how many threads to use. Doug Coleman 2017-09-15 19:40:26 -0500
  • 233d29d8de Nmakefile: Parallel! Doug Coleman 2017-09-15 19:07:29 -0500
  • ea429d347d rosetta-code: Can't use array[ ] on words that are not compiled yet. Doug Coleman 2017-09-15 17:56:01 -0500
  • c24680b93d zealot: tweak to make it work on windows. Doug Coleman 2017-09-15 17:25:16 -0500
  • 7ff2b9c345 zealot: Initial commit. Doug Coleman 2017-09-15 00:56:59 -0500
  • 994485a90c cli.git, web-services.github: Better api. Doug Coleman 2017-09-14 23:10:34 -0500
  • 6dc30e953e io.pathnames: Add 3append-path. Doug Coleman 2017-09-14 23:08:10 -0500
  • b8f9b6f8db gpu.util: fix load error Doug Coleman 2017-09-11 18:07:36 -0500
  • ff93f58304 Merge branch 'master' into modern-harvey Doug Coleman 2017-09-11 17:59:01 -0500
  • 705e7018c8 random: minor doc improvement with $snippet. John Benediktsson 2017-09-11 15:47:39 -0700
  • eb1bcf642c factor: fix load-all Doug Coleman 2017-09-11 17:43:28 -0500
  • 8ab4e94475 random-bytes: fix docs, aligning with random-bytes* Robert Vollmert 2017-09-06 17:36:54 +0200
  • 504c9959a1 Update some copyright headers to follow the current convention Alexander Iljin 2017-08-26 01:34:26 +0300
  • 5d7c397b00 ui.backend.x11.keys: Fix bad refactor. Doug Coleman 2017-09-11 17:08:32 -0500
  • 93a358038d build.sh: Update branch. Doug Coleman 2017-09-11 17:07:08 -0500
  • e846674a2f basis: Fix load errors. Doug Coleman 2017-09-11 17:06:27 -0500
  • 5dd6256550 Merge branch 'master' of git://factorcode.org/git/factor into modern-harvey Doug Coleman 2017-09-11 16:39:02 -0500
  • 200b5192ed factor: commit weekend work. Doug Coleman 2017-09-11 16:36:35 -0500
  • f5f7770d30 combinators.smart.syntax: Add some useful smart combinators syntax. Doug Coleman 2017-09-06 22:35:52 -0500
  • 7b150204b1 windows.kernel32: Don't use /* */ Doug Coleman 2017-09-08 23:33:00 -0500
  • 3b86f3b920 build.cmd: Let Windows build other branches. Doug Coleman 2017-09-08 23:32:45 -0500
  • 50602dc1a4 windows.kernel32: Don't use /* */ Doug Coleman 2017-09-08 23:33:00 -0500
  • 17f3281844 build.cmd: Let Windows build other branches. Doug Coleman 2017-09-08 23:32:45 -0500
  • d4612f2140 Merge branch 'master' of git://factorcode.org/git/factor into modern-harvey Doug Coleman 2017-09-06 21:52:37 -0500
  • fc14a13335 windows.dragdrop-listener: Remove unfinished autogenerated docs. Doug Coleman 2017-09-06 21:39:46 -0500
  • 8c4a7c0402 windows.dragdrop-listener: Fix an error when calling ``windows.dragdrop-listener" load`` Doug Coleman 2017-09-06 19:05:29 -0500
  • 5a0bc9621d git: use with-test-directory. John Benediktsson 2017-09-04 19:45:25 -0700
  • 060a98a01a modern: Fix unit tests Doug Coleman 2017-09-04 14:26:17 -0500
  • 646b627854 factor: remove trailing whitespace Doug Coleman 2017-09-04 14:10:34 -0500
  • 3e77867cd2 modern: no postprocessing for concatenated tokens, instead... Doug Coleman 2017-09-04 14:07:52 -0500
  • 0e1eb52c4c modern: the looping is tricky...this version is correct Doug Coleman 2017-09-04 11:47:57 -0500
  • d8d7c0cd3c modern: Allow comound literals Doug Coleman 2017-09-04 11:33:47 -0500
  • d3497b9f6b modern: working on compound tokens Doug Coleman 2017-09-04 11:04:55 -0500
  • 2773cbf889 modern.out: Add a <renamed> word to keep spacing correct when refactoring. Doug Coleman 2017-09-03 13:28:39 -0500
  • 9a983d611f modern: refactorig Doug Coleman 2017-09-03 12:59:44 -0500
  • 2e89f86d16 modern.compiler: fix map-literals Doug Coleman 2017-09-03 12:30:53 -0500
  • 26f74e9d83 modern: working on the compiler Doug Coleman 2017-09-03 12:13:06 -0500
  • b473c5ff4c build.sh: Make build.sh branch-aware and fix tab->space Doug Coleman 2017-09-01 21:34:38 -0500
  • cfed04a373 windows.dragdrop-listener: Fix compilation bug. Doug Coleman 2017-09-02 02:00:25 +0000
  • 6c965dbe21 game.input: This test fails on Windows machines without mice. Disable for now Doug Coleman 2017-09-01 09:19:24 -0500
  • 7cdede9a5f Merge branch 'master' into modern-harvey Doug Coleman 2017-08-31 23:32:47 -0500