11 days ago |
TheWitheredStriker | misc: Add new dict for multiline comments clean-windows-x86-64 |
commit | commitdiff | tree | snapshot |
2023-11-16 |
razetime | kernel: clarify docs for while* clean-macosx-x86-64 |
commit | commitdiff | tree | snapshot |
2023-11-15 |
John Benediktsson | vm: fixes for macos x86_64 |
commit | commitdiff | tree | snapshot |
2023-11-15 |
John Benediktsson | vm: fix x86_64 compiles on aarch64 |
commit | commitdiff | tree | snapshot |
2023-11-15 |
John Benediktsson | vm: change strategy for marking executable pages on... |
commit | commitdiff | tree | snapshot |
2023-11-13 |
John Benediktsson | classes.prettyprinter: removing in favor of classes... |
commit | commitdiff | tree | snapshot |
2023-11-13 |
Jean-Marc Lugrin | Change name of vocabulary review corrections |
commit | commitdiff | tree | snapshot |
2023-11-13 |
Jean-Marc Lugrin | added vocab prettyprinter to classes in extra |
commit | commitdiff | tree | snapshot |
2023-11-11 |
Capital | basis/xmode: refactor to be deploy friendly. |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Capital | assocs: update docs and give example with hashtable |
commit | commitdiff | tree | snapshot |
2023-11-05 |
Capital | farkup: revent literal from being modified |
commit | commitdiff | tree | snapshot |
2023-11-04 |
razetime | comboboxes: improve presentation |
commit | commitdiff | tree | snapshot |
2023-11-04 |
razetime | ui.pens.solid: add missing docs |
commit | commitdiff | tree | snapshot |
2023-11-01 |
Evgenii Petrov | Add tests for weekday? and weekend? |
commit | commitdiff | tree | snapshot |
2023-11-01 |
blin | calendar: do not call day-of-week twice in weekday? |
commit | commitdiff | tree | snapshot |
2023-11-01 |
John Benediktsson | bit-sets: adjust M\ bit-set set-like to match capacity |
commit | commitdiff | tree | snapshot |
2023-11-01 |
John Benediktsson | ui.theme: set field-border-color on light theme |
commit | commitdiff | tree | snapshot |
2023-11-01 |
John Benediktsson | bit-arrays: fix equal? |
commit | commitdiff | tree | snapshot |
2023-10-30 |
Doug Coleman | backblaze: fun naming convention maybe |
commit | commitdiff | tree | snapshot |
2023-10-30 |
Doug Coleman | http.client.post-data: >post-data isn't private now... |
commit | commitdiff | tree | snapshot |
2023-10-30 |
Doug Coleman | oauth2: use set-header |
commit | commitdiff | tree | snapshot |
2023-10-30 |
Doug Coleman | http.client.post-data: make >post-data public |
commit | commitdiff | tree | snapshot |
2023-10-30 |
Doug Coleman | backblaze: add initial vocab |
commit | commitdiff | tree | snapshot |
2023-10-29 |
Doug Coleman | json: update old unit test for -0 => -0.0 |
commit | commitdiff | tree | snapshot |
2023-10-29 |
Doug Coleman | build.sh: no need for $DELETE and $COPY. use user's... |
commit | commitdiff | tree | snapshot |
2023-10-28 |
Raghu R | json: add special case and test for "-0" case |
commit | commitdiff | tree | snapshot |
2023-10-27 |
John Benediktsson | unicode.collation: remove unused allkeys.txt |
commit | commitdiff | tree | snapshot |
2023-10-27 |
John Benediktsson | grouping.extras: simplify <n-groups> |
commit | commitdiff | tree | snapshot |
2023-10-27 |
John Benediktsson | grouping.extras: tweak some documentation for n-group |
commit | commitdiff | tree | snapshot |
2023-10-26 |
John Benediktsson | memoize.syntax: adding IDENTITY-MEMO[ |
commit | commitdiff | tree | snapshot |
2023-10-26 |
John Benediktsson | splitting: faster split-lines using subseq-unsafe |
commit | commitdiff | tree | snapshot |
2023-10-25 |
John Benediktsson | regexp: use subseq-unsafe in a few places, more efficie... |
commit | commitdiff | tree | snapshot |
2023-10-25 |
John Benediktsson | ranges: fix exclusive ranges for float, ratio, etc. |
commit | commitdiff | tree | snapshot |
2023-10-25 |
John Benediktsson | json: adding "Copy JSON" UI operation |
commit | commitdiff | tree | snapshot |
2023-10-25 |
John Benediktsson | models.range: move the range words into the models... |
commit | commitdiff | tree | snapshot |
2023-10-25 |
John Benediktsson | ui.clipboards: add some helper words |
commit | commitdiff | tree | snapshot |
2023-10-25 |
John Benediktsson | toml: handle "[,,,,,,]" array values |
commit | commitdiff | tree | snapshot |
2023-10-24 |
Doug Coleman | fixups: plox is ?call not ?transmute..oops |
commit | commitdiff | tree | snapshot |
2023-10-24 |
Doug Coleman | Revert "docs: corrected grammatical errors in README.md" |
commit | commitdiff | tree | snapshot |
2023-10-24 |
Bhargav Shirin... | changed typo boostrapping to bootstrapping (#2901) |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | ui.gadgets.comboboxes: fix help-lint |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | math.vectors: replace supremum |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | math.vectors: rename vsupremum/vinfimum |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | sequences.extras: more supremum/infimum renames |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | sequences.extras: rename supremum-by*/infimum-by* |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | sequences: rename supremum-by/infinum-by |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | sequences: more use of minimum/maximum |
commit | commitdiff | tree | snapshot |
2023-10-23 |
John Benediktsson | sequences: change infimum/supremum to alias |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Refactored (minimum) and (maximum) |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Optimized minimum and maximum for element-repeats |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Added unit tests |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Better? |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Added unit tests |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Optimized minimum and maximum for cycles and element... |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Optimized minimum and maximum for circular |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Specialize minimum and maximum on repetition too. |
commit | commitdiff | tree | snapshot |
2023-10-23 |
nomennescio | Generics minimum and maximum added. |
commit | commitdiff | tree | snapshot |
2023-10-22 |
razetime | extra.7guis: counter benchmark |
commit | commitdiff | tree | snapshot |
2023-10-21 |
razetime | ui.gadgets.comboboxes: add docs |
commit | commitdiff | tree | snapshot |
2023-10-21 |
razetime | ui.gadget.comboboxes: correct on click behaviour |
commit | commitdiff | tree | snapshot |
2023-10-21 |
razetime | syntax: "INITIALIZED-SYMBOL:" typo |
commit | commitdiff | tree | snapshot |
2023-10-20 |
TryAngle | Fix: correct gl-function loading |
commit | commitdiff | tree | snapshot |
2023-10-20 |
razetime | contributing: link revisions, patch clarifications |
commit | commitdiff | tree | snapshot |
2023-10-20 |
Shruti Sen | Update CONTRIBUTING.md |
commit | commitdiff | tree | snapshot |
2023-10-20 |
Shruti Sen | Update wipe-docs.factor |
commit | commitdiff | tree | snapshot |
2023-10-20 |
Smoothieewastaken | Typo fixed in wordlet.factor file |
commit | commitdiff | tree | snapshot |
2023-10-19 |
Sandesh-Pyakurel | Typo fixed in wipe-docs.factor file |
commit | commitdiff | tree | snapshot |
2023-10-19 |
Surav Shrestha | fix typo in basis/english/english-docs.factor |
commit | commitdiff | tree | snapshot |
2023-10-18 |
Doug Coleman | editors.visual-studio-codium: fix bundle path |
commit | commitdiff | tree | snapshot |
2023-10-18 |
Surav Shrestha | docs: fix typo in basis/bootstrap/assembler/arm.64... |
commit | commitdiff | tree | snapshot |
2023-10-18 |
Aditya Aryaman Das | docs: corrected grammatical errors in README.md |
commit | commitdiff | tree | snapshot |
2023-10-17 |
unknown | changes in the readme.md file |
commit | commitdiff | tree | snapshot |
2023-10-17 |
John Benediktsson | Revert ".github: tweak windows help step" |
commit | commitdiff | tree | snapshot |
2023-10-17 |
John Benediktsson | Revert ".github: tweak again" |
commit | commitdiff | tree | snapshot |
2023-10-17 |
John Benediktsson | .github: tweak again |
commit | commitdiff | tree | snapshot |
2023-10-16 |
John Benediktsson | .github: tweak windows help step |
commit | commitdiff | tree | snapshot |
2023-10-16 |
nomennescio | Shorter |
commit | commitdiff | tree | snapshot |
2023-10-16 |
nomennescio | Added command to print information on disk boot image |
commit | commitdiff | tree | snapshot |
2023-10-16 |
Ikko Eltociear... | Fix typo in ffi.factor |
commit | commitdiff | tree | snapshot |
2023-10-16 |
nomennescio | Support potentially ancient sed versions |
commit | commitdiff | tree | snapshot |
2023-10-16 |
nomennescio | Fixed issue with collapsing branch names for pull requests |
commit | commitdiff | tree | snapshot |
2023-10-13 |
John Benediktsson | lexer: change new-lexer to take a string |
commit | commitdiff | tree | snapshot |
2023-10-13 |
John Benediktsson | classes.predicate: fix dispatch |
commit | commitdiff | tree | snapshot |
2023-10-13 |
John Benediktsson | classes.predicate: faster predicate-def for anonymous... |
commit | commitdiff | tree | snapshot |
2023-10-13 |
Capital | Move changes from work/ to core/ and basis/ |
commit | commitdiff | tree | snapshot |
2023-10-13 |
John Benediktsson | parser: fix docs for scan-word |
commit | commitdiff | tree | snapshot |
2023-10-13 |
John Benediktsson | glfw: adding glfw-yield |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Refactor circular-slice, gb, step-slice using wrapped... |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Reformat |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Make slice a wrapped-sequence |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Make sequence-view a wrapped-sequence |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Add wrapped-sequence that require instances to have... |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Fixup test |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Refactor repeating,snipped using sequence-view |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Make sequence-view typed. Fixup tests. |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Reformat |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Reformat |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Refactor reversed using sequence-view |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Refactor columns, sequences.{extra, frozen, rotated... |
commit | commitdiff | tree | snapshot |
2023-10-13 |
nomennescio | Refactor circular using sequence-view |
commit | commitdiff | tree | snapshot |
next |