Doug Coleman
e5ec13217d
dragonflybsd: Initial support.
2019-02-09 20:59:57 +00:00
Doug Coleman
5d78ab55be
basis: Load images.{tiff,png} by default for FreeBSD. Add platforms back.
2019-02-09 18:50:15 +00:00
Jack Lucas
c6c2377072
Fix typo in monitor file
2019-02-09 18:43:51 -05:00
Jack Lucas
b259a2725c
Fix monitor errors on startup
2019-02-09 18:38:20 -05:00
Jack Lucas
e3c189fa56
Fix merge error
2019-02-08 20:19:10 -05:00
Jack Lucas
6ab0996b1a
Remove one mistaken author file
2019-02-08 19:20:20 -05:00
Jack Lucas
3154242a3a
Re-add Freebsd Support
2019-02-08 19:17:30 -05:00
Doug Coleman
3b5cbaff8c
pack: Implement write-c-string for tftp.
...
Ruby has hella more string directives we could implement:
https://apidock.com/ruby/Array/pack
2019-02-03 13:34:33 -05:00
Doug Coleman
16a79f1397
tools: Fix some issues and use base85.
2019-01-26 12:12:18 -06:00
Doug Coleman
0ae9b17734
mime.multipart: Simplify the code a bit.
...
Fixes #2107
2019-01-21 15:08:07 -06:00
John Benediktsson
4f240e0d25
timers: add test showing stopping timer doesn't stop a running quotation.
2019-01-15 17:31:14 -08:00
Doug Coleman
77515aa2a9
syndication: Remove dead code I added on accident..
2019-01-12 18:06:03 -06:00
Doug Coleman
f00bc7e08c
syndication: Fix atom parsing.
...
This is the problematic feed:
https://rfc1149.net/blog/tag/factor/feed/
Here's the validator saying it's ok:
https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Frfc1149.net%2Fblog%2Ftag%2Ffactor%2Ffeed%2F
2019-01-12 17:52:55 -06:00
Doug Coleman
c3569f02fa
io.sockets: When we throw an error upon failing to resolve a host, report the host name.
2019-01-12 16:31:13 -06:00
John Benediktsson
88617a9e65
io.monitors: cleanup using.
2019-01-11 08:19:59 -08:00
John Benediktsson
b66c23133e
heaps: cleanup using.
2019-01-11 08:19:50 -08:00
John Benediktsson
b7c43d6e04
models.delay: cache the timer, bug with restart-timer.
2019-01-10 21:41:34 -08:00
John Benediktsson
c2684d5875
io.streams.duplex: use >duplex-stream<.
2019-01-10 20:35:32 -08:00
John Benediktsson
75f36fa9c5
heaps: fix minor doc typo.
2019-01-10 16:47:45 -08:00
John Benediktsson
d29052c7b9
heaps: simplify code a little, use locals to expose heap-delete logic.
2019-01-10 16:44:22 -08:00
Jon Harper
1c28d326b1
heaps: add comments referring to pypy's heapq.py
2019-01-10 21:52:16 +01:00
Jon Harper
cc70de32a7
heaps: fix heap delete: sometimes we need to sift-down
2019-01-10 21:40:28 +01:00
Jon Harper
be24351a29
heaps.tests: remove dead code
2019-01-10 21:37:28 +01:00
Jon Harper
8a052aed92
heaps: check heap invariant during tests
2019-01-10 21:37:27 +01:00
Jon Harper
2a8643e936
heaps: bring back data-compare as heapdata-compare
...
It is useful in several places. Change the name because
0d7233f2da changed the convention and data-* words now
operate on the data directly
2019-01-10 18:21:02 +01:00
Samuel Tardieu
2cfa457258
Fix bugs in heap-delete
...
When an entry is kept to be use later with `heap-delete`, its `index`
in the owning heap is automatically updated as the entry sifts up
or down.
However, if the entry is removed from the heap via either a `heap-pop`
or a `heap-delete` operation, its index is not invalidated and
the entry can still be used later with `heap-delete` and remove the
wrong element from the heap.
This patch invalidates entries when they leave the heap by setting
their index to `f`, and check the index in `entry>index`.
2019-01-04 07:27:28 -08:00
John Benediktsson
f8de0c1caa
db.sqlite: make sure select-tuple throws sql-table-missing etc.
2019-01-03 12:39:37 -08:00
Alexander Iljin
b8daf396e2
db.tuples[{-docs,-tests}]: add reject-tuples
2019-01-01 14:23:40 -06:00
Doug Coleman
4ba2ac3e78
Revert "db.tuples[{-docs,-tests}]: add reject-tuples"
...
This reverts commit 6cae2046b5 .
2018-12-30 22:29:54 -06:00
Alexander Iljin
6cae2046b5
db.tuples[{-docs,-tests}]: add reject-tuples
2018-12-30 20:31:35 -06:00
Doug Coleman
4db062cc1b
tools.directory-to-file: Fix using
2018-12-30 19:20:39 -06:00
Doug Coleman
ffcb7839f6
directory-to-file: Better nested syntax.
2018-12-30 17:08:00 -06:00
John Benediktsson
d9df9fc3cc
ui.tools.inspector: string inspection shows characters.
2018-12-30 12:51:10 -08:00
Doug Coleman
319e1e6ac3
editors.visual-studio-code: Don't memoize the vscode path and add code.cmd per melted's suggestion:
...
450730b612
2018-12-24 13:12:53 -06:00
Doug Coleman
9572c87646
io.standard-paths: Add yet another path for Windows.
...
My vscode is in ``C:\Users\erg\AppData\Local\Programs\Microsoft VS
Code`` for some reason and vscode stopped working. This fixes it.
2018-12-24 13:08:28 -06:00
Doug Coleman
08e5340c9d
furnace.auth: Rather have clean builds than loaded docs.
...
Fixes #2068
Fixes #2077
2018-12-16 12:35:31 -06:00
Doug Coleman
17ed798178
*.txt: Add newlines, fix some spacing
2018-12-16 12:04:35 -06:00
John Benediktsson
f879a012c5
ui.backend.cocoa.views: fix macOS mojave opengl issue with new windows.
2018-12-11 15:40:41 -08:00
Alexander Iljin
df7d4040bf
stack-checker-docs: fix articles "a" -> "an"
2018-12-04 18:43:32 -08:00
Alexander Iljin
6590e5d25d
stack-checker-docs: fix a typo
2018-12-04 18:43:32 -08:00
John Benediktsson
f3d1d785cd
xdg: remove memoize.
2018-10-19 22:28:15 -07:00
Benjamin Pollack
b52fc788bf
Support PUT and PATCH requests
...
Resolves #1431
2018-09-16 08:34:25 -07:00
Benjamin Pollack
84d480700c
furance.recaptcha: update to reCAPTCHA2
2018-09-14 20:58:52 -04:00
John Benediktsson
b246c06345
ui.gadgets.frames: default filled-cell to { 0 0 }.
2018-09-12 07:01:23 -07:00
John Benediktsson
91b17cb28b
furance.auth: fix some help-lint errors...
...
...if only loading furance.auth.
2018-09-07 15:25:50 -07:00
Pi
fd7e19b6a0
pick a better caret color for the dark theme
2018-09-07 10:02:25 -07:00
Pi
7a248c0cda
actually remove caret-color slot
2018-09-07 10:02:25 -07:00
Pi
7c383a52ba
make the caret color themeable
2018-09-07 10:02:25 -07:00
John Benediktsson
a51fd04d0b
editors.emacs: change emacsclient-args to fully override default arguments.
2018-09-03 08:06:26 -07:00
Doug Coleman
d4729bdde2
cocoa.messages: Add a Cocoa union type to import NSData.
...
Fixes bootstrap for macOS 10.14 for the error:
```
no-objc-type
name "("
```
Fixes #2059 .
2018-08-27 21:03:04 -05:00