John Benediktsson
a88310438e
llvm.core: use find-library.
2014-06-07 15:39:06 -07:00
Björn Lindqvist
a6b3f50e2c
alien.libraries.finder: using find-library for some often missing libs
2014-06-07 11:48:05 -07:00
John Benediktsson
327790391d
io.streams.ansi: adding ANSI color streams.
2014-06-06 17:10:44 -07:00
John Benediktsson
8980f9d6f0
mason: change stack effect of mason.
2014-06-06 13:57:39 -07:00
John Benediktsson
742ed3bc21
extra: use map-sum in a few places.
2014-06-06 10:14:11 -07:00
John Benediktsson
41fe0673c7
contributors: simplify using histogram.
2014-06-05 21:01:57 -07:00
John Benediktsson
05c35ebda3
kernel: change errors to be in kernel.private.
2014-06-04 14:33:02 -07:00
Björn Lindqvist
6627a3327b
kernel: symbolic constants for the various kernel errors
2014-06-04 23:16:40 +02:00
John Benediktsson
7bde6a53da
math.transforms.fft: hah, once-power-of-2, always-power-of-2.
2014-06-04 12:28:59 -07:00
John Benediktsson
d2c6bc41ce
fftw: fix for ifft1d.
2014-06-04 12:16:11 -07:00
John Benediktsson
a735761574
fftw: adding some bindings to fftw3.
2014-06-04 12:10:18 -07:00
John Benediktsson
e260edc32b
math.transforms.fft: fix Cooley-Tukey only works for powers of two.
2014-06-04 12:06:45 -07:00
John Benediktsson
5f1c6151dc
extra: use bl when possible instead of ``" " write``.
2014-06-04 09:10:36 -07:00
John Benediktsson
27d929b8e5
lint: some more trivial-defs.
2014-06-04 09:10:23 -07:00
John Benediktsson
ac6aa3221b
ini-file: use new escape codes.
2014-06-03 18:15:47 -07:00
John Benediktsson
2b4844e753
sets.extras: adding mapped-set.
2014-06-03 10:13:51 -07:00
John Benediktsson
980fba617d
io.binary.fast: remove duplication.
2014-06-02 17:18:20 -07:00
John Benediktsson
d7775b150e
io.binary.fast: use alien technique for faster le> and be>.
2014-06-02 17:13:52 -07:00
John Benediktsson
48c6bba132
io.binary.fast: adding fast alien version of >le and >be.
2014-06-02 16:30:12 -07:00
John Benediktsson
763110ebb2
sorting.extras: add some docs.
2014-06-02 14:27:50 -07:00
John Benediktsson
1b085c55b7
cursors: adding hash-set-cursor.
2014-06-02 14:01:25 -07:00
John Benediktsson
6e834cd0de
benchmark.tuple-arrays: cleanup, assert result.
2014-06-02 08:40:05 -07:00
John Benediktsson
5d17cfd385
bitcoin.client: fix doc usings.
2014-05-27 05:35:40 -07:00
John Benediktsson
cea47b896d
more doc types.
2014-05-26 07:51:19 -07:00
John Benediktsson
02ac0662e7
more doc type fixes.
2014-05-24 17:16:26 -07:00
John Benediktsson
1f607f0573
use ``tuple-slots`` instead of ``tuple>array rest``.
2014-05-23 13:27:59 -07:00
John Benediktsson
cc4c83783f
fuel.eval: re-use listener:parse-lines-interactive.
2014-05-23 11:12:30 -07:00
Jon Harper
db892f5b34
YAML: oops, fix according to help-lint
2014-05-22 07:57:34 -07:00
Jon Harper
712d6bf1c8
YAML: better docs for >yaml, typos
2014-05-22 07:57:34 -07:00
Jon Harper
bf737f3672
YAML: tests for emitter-line-break variable
2014-05-22 07:57:33 -07:00
Jon Harper
0da786e9e6
YAML: add output configuration options
2014-05-22 07:57:33 -07:00
Jon Harper
44c2b2d7ba
YAML: expose libyaml's emitter options, use unicode mode by default
2014-05-22 07:57:33 -07:00
Jon Harper
a2f4e84a9b
YAML: don't use aliases/anchors for fixnums
2014-05-22 07:57:33 -07:00
Jon Harper
41d2c1e10d
YAML: make it more obvious that we use LibYAML
2014-05-22 07:57:33 -07:00
Jon Harper
bb5668866e
YAML: Remove wrong comment
2014-05-22 07:57:33 -07:00
Jon Harper
aafbae465c
YAML: correctly free yaml_event before reusing
2014-05-22 07:57:33 -07:00
John Benediktsson
2752d83aca
benchmark.namespaces: adding a namespaces benchmark.
2014-05-20 19:18:39 -07:00
John Benediktsson
8e8d319943
benchmark.interval-sets: adding a benchmark of interval-sets.
2014-05-20 19:16:53 -07:00
John Benediktsson
3be0958e5d
benchmark.lexer: adding a lexer benchmark.
2014-05-20 19:15:12 -07:00
John Benediktsson
bec6c99e29
asn1: use with-string-reader in the tests.
2014-05-20 16:20:13 -07:00
John Benediktsson
3ac497c60e
cleanup some places to use with-string-writer.
2014-05-20 16:18:15 -07:00
John Benediktsson
de586a946d
benchmark.make: adding a MAIN:.
2014-05-20 15:10:44 -07:00
John Benediktsson
e431db4144
benchmark.regexp: longer benchmark.
2014-05-18 20:47:22 -07:00
John Benediktsson
98935b7f15
docs: change ``{ $quotation "( x -- y )" }`` to ``{ $quotation ( x -- y ) }``.
2014-05-18 20:09:10 -07:00
John Benediktsson
0b390cc6f2
html.entities: switch to using re-replace-with.
2014-05-18 13:48:35 -07:00
Benjamin Pollack
7b1876250b
Update redis vocabulary to use the modern protocol
...
The existing Redis vocabulary was using a very old and outdated version of the
Redis protocol that couldn't even write values to a modern Redis install. This
patch updates the library and tests to use the newer protocol, which should
also work on Redis servers all the way back to Redis 1.2.
2014-05-06 16:29:32 -04:00
Doug Coleman
0d4afd2f31
webapps.calculator: Utility word to run the calculator on other ports.
2014-05-05 20:44:23 -04:00
John Benediktsson
5c9e270a1c
yaml: accidentally these lines.
2014-05-01 14:00:50 -07:00
John Benediktsson
febdca9639
webapps.factorcode: minor cleanup, removing double <table>.
2014-04-29 16:37:01 -07:00
Doug Coleman
72cbd5722c
Revert "pcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib." Wrong fix.
...
This reverts commit c6e335f570da9a2c44635a53fdc4ad56ee77f3b4.
2014-04-28 01:25:49 -07:00