Björn Lindqvist
|
00d4572e6c
|
basis,extra: refactorings to use the ignore-error and ignore-error/f words
|
2016-11-18 23:41:36 +01:00 |
Björn Lindqvist
|
19616c9714
|
mason.git: fix parsing of "git status" command
--porcelain option produces machine readable output. Then if the output
is empty, the working tree is clean. The exit code doesn't need to be
checked.
|
2016-11-18 23:41:36 +01:00 |
Björn Lindqvist
|
7806bdb953
|
couchdb: make it so couch-put and couch-post calls <json-post-data>
|
2016-11-18 20:10:39 +01:00 |
Björn Lindqvist
|
ec0169a50b
|
couchdb: need to wrap in a <json-post-data> to send correct content-type
|
2016-11-18 20:10:39 +01:00 |
Björn Lindqvist
|
98a595f371
|
couchdb.tests: use ensure-db so tests can be run multiple times
|
2016-11-18 20:10:39 +01:00 |
John Benediktsson
|
23c16dea69
|
sets.extras: rename duplicates-by to unique-by, hah.
|
2016-11-18 07:10:50 -08:00 |
John Benediktsson
|
fd5aa1d4f2
|
sets.extras: adding duplicates-by.
|
2016-11-18 06:59:07 -08:00 |
John Benediktsson
|
26d27ef61f
|
zeromq: make "not tested" for right now, to test a theory.
|
2016-11-16 08:56:08 -08:00 |
John Benediktsson
|
aeeaaec17d
|
html.parser.printer: some improvements to text-printer.
- collapse spaces except within preformatted tags
- ignore <script> and <style> tags
- don't print dtd tags
|
2016-11-13 13:48:19 -08:00 |
John Benediktsson
|
b4085d0f8a
|
html.parser.printer: updated test.
|
2016-11-12 07:56:55 -08:00 |
John Benediktsson
|
78310744bd
|
html.parser.printer: indent blockquote in text-printer.
|
2016-11-12 07:49:09 -08:00 |
John Benediktsson
|
c1cdc2318f
|
html.parser.printer: use with-variables instead of with-scope.
|
2016-11-10 15:39:12 -08:00 |
John Benediktsson
|
9d1edc62c7
|
html.parser.printer: tagstack isn't used here.
|
2016-11-10 14:52:18 -08:00 |
John Benediktsson
|
d0ae3275b1
|
html.entities: fix " unescape;
|
2016-11-10 14:22:08 -08:00 |
John Benediktsson
|
9c5c15b6f6
|
colors.distances: needs to USE: math.trig.
|
2016-11-10 13:24:11 -08:00 |
John Benediktsson
|
0025e77f05
|
svg: fix tests to use deg>rad.
|
2016-11-10 10:23:10 -08:00 |
John Benediktsson
|
ac04040edc
|
math.trig: use deg>rad in a few places to reduce duplication.
|
2016-11-10 10:17:22 -08:00 |
John Benediktsson
|
73d430bfb9
|
xdg: moving from extra/ to basis/.
|
2016-11-08 21:23:22 -08:00 |
John Benediktsson
|
19447e44a4
|
byte-arrays.hex: removing HEX{ ab cd ef } in favor of B{ 0xab 0xcd 0xef }.
|
2016-11-08 21:10:58 -08:00 |
John Benediktsson
|
ba40af541f
|
progress-bars.models: rename <file-progress-display> to <progress-display>.
|
2016-11-08 14:14:15 -08:00 |
John Benediktsson
|
e22e0dfef5
|
progress-bars.models: fix typo in docs.
|
2016-11-08 14:11:53 -08:00 |
John Benediktsson
|
bbcd039c6c
|
websites.factorcode: fix image-path example.
|
2016-11-06 12:09:30 -08:00 |
John Benediktsson
|
77f0865689
|
gopher: use url encoding and decoding to work with weird filenames.
|
2016-11-02 11:11:53 -07:00 |
Alexander Iljin
|
140d3c88c0
|
combinators.tuple-docs: add example code for make-tuple
|
2016-11-02 08:01:26 -07:00 |
Alexander Iljin
|
4ee980aa98
|
Tag the spotlight vocab with the "macosx" platform
|
2016-11-02 08:01:26 -07:00 |
Alexander Iljin
|
f870b6c456
|
combinators.tuple-docs: fix wording
|
2016-11-02 08:01:26 -07:00 |
Alexander Iljin
|
5a59a736b7
|
images.testing-docs: decapitalize "listener" for consistency
This was the only document that had "Listener" starting with capital "L".
|
2016-11-02 08:01:26 -07:00 |
Alexander Iljin
|
cdb92fbac1
|
odbc: add self to copyright and authors file
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
a38b9cff93
|
odbc: use cleanup in odbc-query to prevent resource leaks on errors
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
6c91db786a
|
odbc: align parameters in odbc-describe-column
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
f466d290ba
|
odbc: fix odbc-get-row-fields by using iota on the number of columns
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
f72f116364
|
odbc: convert string to alien in odbc-prepare
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
667727bf0c
|
odbc: align cases in convert-sql-type
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
36154cff69
|
odbc: compact the declaration of symbols
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
52fbba5a4a
|
odbc: use CONSTANT: to define constants
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
1a61ffd4fd
|
odbc: move from unmaintained to extra
|
2016-10-30 18:59:10 -07:00 |
Alexander Iljin
|
3579ffac4d
|
snake-game.*: fix name in the copyright
|
2016-10-30 16:10:31 -07:00 |
John Benediktsson
|
563fa33382
|
gopher.server: sillyness.
|
2016-10-28 15:18:06 -07:00 |
Jon Harper
|
6bdb62d142
|
docs: typos: occurence -> occurrence
Didn't fix the one at extra/webapps/fjsc/www/termlib/readme.txt
because it's from upstream
|
2016-10-28 09:32:51 -07:00 |
John Benediktsson
|
86b5efb9eb
|
gopher-ui: move to gopher.ui.
|
2016-10-27 09:52:17 -07:00 |
John Benediktsson
|
7fb7eae02b
|
gopher.server: fix length of ".." link.
|
2016-10-27 09:32:16 -07:00 |
John Benediktsson
|
920d693205
|
gopher: some aesthetics.
|
2016-10-26 19:50:00 -07:00 |
John Benediktsson
|
3ce5146235
|
gopher.server: adding a Gopher server.
|
2016-10-26 16:49:23 -07:00 |
John Benediktsson
|
a8d6f0d418
|
gopher: adding generic image support.
|
2016-10-26 16:49:23 -07:00 |
John Benediktsson
|
68b3e4613b
|
gopher-ui: better looking toolbars.
|
2016-10-26 16:49:22 -07:00 |
John Benediktsson
|
77d8475228
|
gopher: fix gopher urls to include the type character properly.
|
2016-10-26 16:49:22 -07:00 |
Björn Lindqvist
|
4dbc377383
|
webapps.wee-url: random-url can use random-string
|
2016-10-26 09:06:19 +02:00 |
Björn Lindqvist
|
e187d63d3c
|
oauth2: support for renewing the access token using refresh
|
2016-10-18 11:09:59 +02:00 |
Björn Lindqvist
|
1715f84d52
|
google.gmail: no need for symbol wrapping here
|
2016-10-18 08:10:00 +02:00 |
Björn Lindqvist
|
0fe633848b
|
google.gmail: GMail API support
|
2016-10-17 13:09:43 +02:00 |