summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-24scryfall: add mtg vocab and some words to filter through cardsscryfallDoug Coleman2-0/+286
2024-03-24factor: update download to return path and using listsDoug Coleman17-70/+67
2024-03-24io.files.unique: add a word that opens a temp file and gives you a write streamDoug Coleman1-2/+8
2024-03-24editors.textwrangler: hopefully clarify textDoug Coleman1-2/+2
2024-03-24http.download: move download words to their own vocabularyDoug Coleman6-46/+124
2024-03-24math.parser: add a variant ?string>number for use with `if`Doug Coleman1-0/+3
2024-03-24io.files: implement (file-writer-secure)Doug Coleman3-0/+21
2024-03-24opengl.annotations: use dupdDoug Coleman1-1/+1
2024-03-24shuffle: Add dupddDoug Coleman1-0/+2
2024-03-20combinators.extras: Fix 3tri*Giftpflanze1-1/+1
2024-03-11sequences: Fix documentationGiftpflanze1-2/+2
2024-03-08io.serial.linux.ffi: Move M: linux lookup-baud to io.serial.linuxGiftpflanze2-40/+39
2024-03-07curses: Updates and fixesGiftpflanze2-15/+24
2024-03-07libc: Add setlocale and LC_* constantsGiftpflanze5-0/+40
2024-03-05unix.signals: Signal constants are in the libc vocabGiftpflanze1-2/+2
2024-03-04gilded-rose: fix help-lintJohn Benediktsson1-1/+1
2024-03-03gilded-rose: fix a mistranslated conditionAlexander Ilin1-1/+1
2024-03-03gilded-rose: new vocabAlexander Ilin3-0/+114
2024-03-03rlgl: Fix vocab tagsGiftpflanze1-1/+3
2024-03-02README: remove an obsolete command-line optionAlexander Ilin1-1/+0
2024-02-27db.sqlite.lib: fix testDoug Coleman2-1/+15
2024-02-27db.sqlite.lib: there is no u64 type in sqlite and i'm tired of pretendingDoug Coleman1-2/+7
2024-02-27db.sqlite.ffi: use the libclang output with some fixupsDoug Coleman1-358/+434
2024-02-26db.sqlite.ffi: add more apiDoug Coleman1-1/+398
2024-02-25misc/vim: update syntaxJohn Benediktsson1-2/+2
2024-02-25sequences.generalizations: adding lastn, set-lastn, ?lastn.John Benediktsson4-7/+51
2024-02-25sequences: faster last2 and some testsJohn Benediktsson2-3/+14
2024-02-25ui.backend.windows: double the default vertical scrolling speedAlexander Ilin1-1/+1
2024-02-25ui.backend.windows: scroll 10 times faster with ShiftAlexander Ilin1-2/+5
2024-02-25ui.backend.windows: fix mouse-scroll implementationAlexander Ilin1-2/+2
2024-02-25ui.backend.windows: support horizontal scroll wheelAlexander Ilin2-1/+12
2024-02-25Delete empty test filesGiftpflanze6-19/+3
2024-02-25help.tour: fix typo in tour.factorIkko Eltociear Ashimine1-1/+1
2024-02-24Make -roots=<paths> known to the documentationGiftpflanze2-2/+5
2024-02-23splitting.monotonic-docs: fix a copy-paste errorAlexander Ilin1-1/+1
2024-02-23grouping-docs: fix a typo a code exampleAlexander Ilin1-1/+1
2024-02-21io.encodings.string: ensure encoded string is a byte-arrayDoug Coleman2-1/+4
2024-02-21compiler.tree: link to all of the high-level IR nodesDoug Coleman1-4/+20
2024-02-20sequences: move last2 to the sequences vocabAlexander Ilin7-11/+12
2024-02-19help.handbook: add convention for destructorsrazetime1-0/+1
2024-02-17misc/vim/ftplugin: ImprovementsGiftpflanze1-2/+5
2024-02-17ctags: Fix character encoding errorGiftpflanze2-2/+3
2024-02-15misc/vim/ftplugin: Add autopairs, colorcolumn instead of margin errorGiftpflanze3-41/+176
2024-02-14calendar: Add sunrise, sunset, solar-noonGiftpflanze3-3/+113
2024-02-13build.sh: reenable curl if we need itDoug Coleman1-4/+4
2024-02-13build.sh: Fix some issues with the downloader not overwriting filesDoug Coleman1-32/+59
2024-02-13build.sh: fix some style issues and trailing semicolonsDoug Coleman1-8/+7
2024-02-13math.parser: use append! and suffix!John Benediktsson1-11/+12
2024-02-13math.parser: Improve performanceGiftpflanze3-129/+113
2024-02-12formatting: cleanup usingJohn Benediktsson2-7/+8