Commit Graph

  • 96a0c30baf ui.backend: adding ui-stop-after-last-window?. John Benediktsson 2017-03-05 14:51:33 -0800
  • 44da4ed4dd sequences: fix filter! to allow stack arguments to be used by the quot. John Benediktsson 2017-03-05 14:09:03 -0800
  • c6a00bfdfe id3: fix for find-files-by-extension rename. John Benediktsson 2017-03-05 13:47:19 -0800
  • 79983feed7 inverse: simplify, a little cleanup. John Benediktsson 2017-03-05 13:32:34 -0800
  • 368e1c8e47 io.directories.search: simplify interface. John Benediktsson 2017-03-05 09:16:00 -0800
  • 9e4b0c10ae lru-cache: fix M\ lru-cache clone. John Benediktsson 2017-03-02 18:41:24 -0800
  • faf0158ad0 lru-cache: adding a Least Recently Used (LRU) cache. John Benediktsson 2017-03-02 16:12:01 -0800
  • 92bddad476 linked-assocs.prettyprint: only print LH{ } for linked-assoc classes. John Benediktsson 2017-03-02 16:09:46 -0800
  • 890be49074 combinators.extras: adding a variant to cond. John Benediktsson 2017-02-21 14:51:30 -0800
  • b00aef99e2 fixed variable name mismatch thron7 2017-02-21 15:13:02 +0100
  • 55834faba7 slots: added margins nicolas-p 2017-02-14 19:55:52 +0100
  • 9ab0e5d6f8 checksums.sha1-docs: fix wording Alexander Iljin 2017-02-14 22:57:57 +0300
  • 226d8a2397 ui.baseline-alignment-docs: replace $snippet with $slot Alexander Iljin 2017-02-08 21:11:06 +0300
  • 3503bf86e2 ui.render-docs: replace $snippet with $slot Alexander Iljin 2017-01-21 22:58:25 +0300
  • e826546c6d cocoa.messages: simplify (objc-class). John Benediktsson 2017-02-11 20:58:25 -0800
  • 52932cf2e1 delegate.protocols: adding deque-protocol. John Benediktsson 2017-02-11 14:23:57 -0800
  • d63c992d97 using when instead of [ ] if. John Benediktsson 2017-02-09 16:29:14 -0800
  • 9d3b5cb44b vocabs: simplify M\ string require. John Benediktsson 2017-02-09 16:24:05 -0800
  • 2e73914e85 rosetta-code.equilibrium-index: simplify. John Benediktsson 2017-02-09 16:04:20 -0800
  • 3a6eefcc8e using ignore-errors instead of [ drop ] recover. John Benediktsson 2017-02-09 15:50:33 -0800
  • 119ba84998 math.primes.safe: this looks nicer. John Benediktsson 2017-02-08 11:32:34 -0800
  • a8b66764d5 compiler.utilities: move conjoin-at tests. John Benediktsson 2017-02-08 11:16:00 -0800
  • b5dd40cc53 math.primes.factors: support command-line args like factor(1). John Benediktsson 2017-02-08 11:14:24 -0800
  • 9d2e62f8e1 math.primes.safe: simplify. John Benediktsson 2017-02-08 11:14:10 -0800
  • 7ed6379633 trees, attempt to keep shape during conersions Jon Harper 2017-01-25 19:26:22 +0100
  • d800d026de trees, make pop/slurp work for all trees Jon Harper 2017-01-25 15:25:56 +0100
  • e0bd21e24a trees, cleanup privates Jon Harper 2017-01-24 20:03:47 +0100
  • 8b136cdd6d trees, add pop/slurp operations Jon Harper 2017-01-24 19:59:27 +0100
  • 45500b9137 trees, add navigation operations (lower-key etc.) Jon Harper 2017-01-24 14:30:22 +0100
  • 3667844439 trees, add range operations (subtree>alist etc.) Jon Harper 2017-01-24 14:30:05 +0100
  • c686b15939 trees, fix delete-at. Add testcase Jon Harper 2017-01-09 17:22:20 +0100
  • 2ca301ec5e trees.splay, add test for assoc-size Jon Harper 2017-01-06 17:34:07 +0100
  • 4442d922b0 trees.avl, implement assoc-size Jon Harper 2017-01-06 17:33:05 +0100
  • d2cfbafa13 trees, implement assoc-size Jon Harper 2017-01-06 16:40:47 +0100
  • 2bfeecda2b trees, add height Jon Harper 2017-01-06 15:28:24 +0100
  • 29ebeb5a26 trees, change M\ tree clone to keep the shape of the tree Jon Harper 2017-01-06 15:20:06 +0100
  • 79a28e130e compiler.cfg.gvn.avail: fix using. John Benediktsson 2017-02-08 09:30:31 -0800
  • b51617db16 sequences: simplify (map-find). John Benediktsson 2017-02-07 19:42:58 -0800
  • f4ccfa0f71 sets: moving unique/conjoin/conjoin-at to compiler.utilities. John Benediktsson 2017-02-07 18:54:24 -0800
  • b5ce31cbae assocs: change assoc= to compare with = not eq?. John Benediktsson 2017-02-07 16:40:39 -0800
  • 92d7f6bc5a tools.deploy.shaker: change compiler-classes to return a set. John Benediktsson 2017-02-07 15:30:50 -0800
  • ef3d271fb3 remove some uses of conjoin. John Benediktsson 2017-02-07 15:14:20 -0800
  • 846d2315ff sets: use = instead of eq? in M\ set set=. John Benediktsson 2017-02-07 14:54:57 -0800
  • bfcd68e2e9 sets: simpler M\ sequence members. John Benediktsson 2017-02-07 14:50:58 -0800
  • 75ebd0eacd io.servers: using ?adjoin and ?delete in add/remove-running-server. John Benediktsson 2017-02-07 13:31:57 -0800
  • 8dfbbc7cf2 destructors: using ?delete in unregister-disposable. John Benediktsson 2017-02-07 13:31:43 -0800
  • de48558d12 sets: adding ?delete that returns a boolean if elt was deleted from set. John Benediktsson 2017-02-07 13:31:07 -0800
  • d5aa8628e3 yaml: using ?adjoin. John Benediktsson 2017-02-07 12:33:34 -0800
  • 0f1d08a372 using map-reduce instead of unclip reduce. John Benediktsson 2017-02-07 12:16:12 -0800
  • 365a9203a8 alien.libraries.finder: use find instead of map-find. John Benediktsson 2017-02-07 10:59:24 -0800
  • 210209ead2 io.files.temp.macosx: use find instead of map-find. John Benediktsson 2017-02-07 10:57:37 -0800
  • c5150307f5 cgi: cleaner looking without parens. John Benediktsson 2017-02-06 16:22:07 -0800
  • b101f9d61b documents: split-lines is used by ui.gadgets.panes. John Benediktsson 2017-02-06 16:06:00 -0800
  • 915378019c assoc-heaps: simplify. John Benediktsson 2017-02-06 11:19:43 -0800
  • 0dbcbd50f6 boyer-moore: simplify M\ sequence search-from. John Benediktsson 2017-02-06 11:17:32 -0800
  • 337d554c09 documents: simplify to use ``string-lines``. John Benediktsson 2017-02-06 11:11:42 -0800
  • ca537d30b3 colors: adding some ABOUT: links. John Benediktsson 2017-02-06 10:51:12 -0800
  • b517f06b91 colors: adding links to some of the other color implementations. John Benediktsson 2017-02-06 10:48:06 -0800
  • 1bbaa340b4 colors.hsv: simplify by just calling the generic >hsva. John Benediktsson 2017-02-06 10:30:42 -0800
  • f342fd04d9 simple-flat-file: rename flat-file>biassoc to load-codetable-file. John Benediktsson 2017-02-03 11:47:28 -0800
  • efbc417728 simple-flat-file: link interval-map in docs. John Benediktsson 2017-02-02 16:48:35 -0800
  • 3af10f3366 simple-flat-file: update docs for data change. John Benediktsson 2017-02-02 16:45:56 -0800
  • 7e9cd45624 simple-flat-file: factor out drop-comment word. John Benediktsson 2017-02-02 16:39:56 -0800
  • b93bc1ac5e simple-flat-file: rename ``data`` to ``load-data-file``. John Benediktsson 2017-02-02 16:21:06 -0800
  • 88f661936e simple-flat-file: faster drop-comments. John Benediktsson 2017-02-02 16:03:01 -0800
  • 665c6587a9 command-line: fix rename of nosignals to no-signals. John Benediktsson 2017-02-02 15:46:13 -0800
  • 3f8c9e4150 wrap: faster (and simpler) wrapping algorithm. John Benediktsson 2017-02-02 14:02:13 -0800
  • 6d5775e732 continuations: don't need to init-catchstack twice from init. John Benediktsson 2017-02-02 10:00:44 -0800
  • fe4093d67a command-line.startup: -help isn't going to be set. John Benediktsson 2017-02-02 10:00:23 -0800
  • 0f7646e3ed pdf.wrap: make sure to calculate whitespace properly. John Benediktsson 2017-02-02 09:14:10 -0800
  • b73876dfdd pdf.wrap: fix for wrap API change. John Benediktsson 2017-02-02 08:08:22 -0800
  • f7ce76aa4b wrap: remove line-ideal, we only ever use a max-width. John Benediktsson 2017-02-01 20:30:57 -0800
  • ecdb8dfe62 extra: cleanup some example servers, allow port to be specified on command line. John Benediktsson 2017-01-30 09:30:08 -0800
  • 39811fc7e7 ui.*: using pixel-format-attributes>int-array in even more places Björn Lindqvist 2017-01-30 06:17:37 +0100
  • 4756c30d3f ui.pixel-formats,ui.backend.*: new word pixel-format-attributes>int-array Björn Lindqvist 2017-01-30 05:43:19 +0100
  • 1b1842f62d ui.pixel-formats,ui.backend.*: removing the (pixel-format-attribute) generic Björn Lindqvist 2017-01-30 05:07:28 +0100
  • 369f5b6d13 sequences.extras: additional tests for take-while and drop-while. John Benediktsson 2017-01-26 22:09:13 -0800
  • e462f85c66 sequences.extras: whoops, fix tests. John Benediktsson 2017-01-26 12:07:33 -0800
  • a8a94c3960 sequences.extras: experimenting with take-while and drop-while. John Benediktsson 2017-01-26 12:05:09 -0800
  • 9a34af7381 money: adding support for floats. John Benediktsson 2017-01-25 16:44:25 -0800
  • b93aa90486 roman: aesthetics. John Benediktsson 2017-01-25 09:48:15 -0800
  • 85e6dc6369 alien.data: minor doc fix. John Benediktsson 2017-01-24 21:43:40 -0800
  • 09f11e293a io: fix stream-copy docs. John Benediktsson 2017-01-24 20:40:29 -0800
  • 1829c73bb1 simple-flat-file: add back string interning. John Benediktsson 2017-01-24 20:04:20 -0800
  • 1613bdfed2 pack: add test for M\ object >n-byte-array. John Benediktsson 2017-01-24 17:52:35 -0800
  • 9c13aa4b4c pack: M\ string heap-size doesn't exist. John Benediktsson 2017-01-24 16:11:33 -0800
  • 2e9dce0b97 promises: simplify LAXY:. John Benediktsson 2017-01-24 16:06:17 -0800
  • dcc3bf64a6 simple-flat-file: simplify expand-ranges. John Benediktsson 2017-01-24 14:50:44 -0800
  • 65e4c37a30 xml.data: use <vector> instead of V{ } new-sequence. John Benediktsson 2017-01-24 14:48:09 -0800
  • f68502e9b5 circular: use <array> instead of { } new-sequence. John Benediktsson 2017-01-24 14:47:58 -0800
  • 5f187bbd29 alien.libraries.finder.linux: make more robust to i18n. John Benediktsson 2017-01-24 14:45:34 -0800
  • e6b8837f2f changer: moving to extra for now. John Benediktsson 2017-01-23 10:40:55 -0800
  • 3760c965af core.math, bignum/f, shift subnormals before rounding. Fixes #1782 Jon Harper 2017-01-23 16:10:36 +0100
  • 81da68c906 google.gmail: fix to use set-query-params. John Benediktsson 2017-01-23 10:06:16 -0800
  • 14f51e2dd5 ui.backend.gtk, use a separate widget for drawing opengl. Fixes #1487 Jon Harper 2017-01-13 17:08:46 +0100
  • 134be588cf no need to clone empty byte-array. John Benediktsson 2017-01-22 15:41:07 -0800
  • f16a7830b1 pong: no need for multi-methods. John Benediktsson 2017-01-22 15:10:42 -0800
  • 575aced0f7 processing.shapes: some cleanup. John Benediktsson 2017-01-22 15:06:01 -0800
  • c5ec44cc2c xml: cleanup using. John Benediktsson 2017-01-22 14:47:58 -0800
  • 3f2404a628 nurbs: cleanup. John Benediktsson 2017-01-22 14:47:50 -0800