]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2023-09-16 CapitalRemove rlgl's empty help file
2023-09-16 CapitalFinish documenting raylib
2023-09-16 Capitalraylib-doc: document every function
2023-09-16 Capitalraylib-docs: more docs
2023-09-16 Capitalraylib-docs: use table
2023-09-16 Capitalraylib-docs: document every enum...
2023-09-16 CapitalContinue documenting
2023-09-16 CapitalGenerate Raylib and RLGL docs
2023-09-16 John Benediktssonopengl.textures: fix help-lint
2023-09-16 Sebastian StroblAdd: OpenGL 4+ extensions and demos for them
2023-09-16 John Benediktssonpeg.search: fix tests
2023-09-13 John Benediktssonpeg.search: rename search/replace to peg-search/peg...
2023-09-12 John Benediktssontools.disassembler.capstone: remove accidental B
2023-09-12 John Benediktssonranges: add some docs for syntax words
2023-09-12 John Benediktssontools.disassembler.capstone: using \ cpu
2023-09-12 John Benediktssontools.disassembler.capstone: adding arm.32
2023-09-12 John Benediktssontools.disassembler.capstone: adding arm64
2023-09-12 John Benediktssonranges: adding syntax words ..= and ..<
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-09-11 John Benediktssoncombinators.extras: in sequence-case use in? instead...
2023-09-11 John Benediktssoncombinators.extras: change sequence-case to not use...
2023-09-11 chunes3Add notes section about resizability
2023-09-11 chunes3Add documentation for sift!
2023-09-10 John Benediktssoncombinators.extras: another test
2023-09-10 John Benediktssoncombinators.extras: adding sequence-case
2023-09-10 John Benediktssonsequences.extras: another test case and make count...
2023-09-10 John Benediktssonsequences.extras: adding count=
2023-09-10 John Benediktssonfixups: adding math.trig to 0.100 fixups
2023-09-10 Capitalmath.trig: remove reference to this vocab
2023-09-10 Capitalmath.functions: fold math.trig into math.functions
2023-09-10 John Benediktssonsequences.product: performance improvements
2023-09-09 John Benediktssonsequences: making supremum/infimum generic
2023-09-09 John Benediktssoncore: adding missing summary.txt
2023-09-09 Capitalrlgl: fix up demo and covabs
2023-09-09 Capitalrlgl: add alias and ARRAY-SLOTS:
2023-09-09 Capitalrlgl: initial-bindings + demo
2023-09-09 Capitalraylib: update tags
2023-09-09 Capitalraylib: Audit bindings and update to 4.5
2023-09-09 John Benediktssonranges: test intersect on ratio and float
2023-09-09 John Benediktssonmath: make lcm work on real
2023-09-09 John Benediktssonmath: fix bug with ``0 0 lcm``
2023-09-09 John Benediktssonmath: define simple-gcd on real
2023-09-08 John Benediktssonranges: speed up M\ range members
2023-09-08 GiftpflanzeAdd project-euler.066
2023-09-08 Giftpflanzeunits.si: Add km^2, more aliases
2023-09-08 Giftpflanzeunits.imperial: Add area units, choose fingerbreadth...
2023-09-08 John Benediktssontools.walker: adding breakpoint-after
2023-09-08 Giftpflanzeproject-euler: Rewrap, update links, add copyrights...
2023-09-08 GiftpflanzeAdd project-euler.061
2023-09-07 John Benediktssonpdf.layout: don't need to >alist sort-keys
2023-09-07 John Benediktssonproject-euler.005: lcm
2023-09-07 John Benediktssonranges: M\ range in? should use >forward-range<
2023-09-07 John Benediktssonranges: switch back to locals version
2023-09-07 John Benediktssonbootstrap.image: move locals earlier
2023-09-07 Keldan ChapmanFix for local definitions
2023-09-07 John Benediktssonmath: adding docs for lcm
2023-09-07 John Benediktssonproject-euler.002: simplify euler002a
2023-09-07 John Benediktssonranges: switch from locals to a stack version.
2023-09-07 John Benediktssonmath.functions: move lcm to core/math
2023-09-07 Keldan ChapmanAdd set methods to ranges
2023-09-06 John BenediktssonRevert "Add set methods to ranges"
2023-09-06 Keldan ChapmanAdd set methods to ranges
2023-09-06 John BenediktssonREADME: minor fix
2023-09-06 John Benediktssonui.gadgets.comboboxes: use white-interior for theming
2023-09-06 John Benediktssonkernel: docs example doesn't need prettyprint
2023-09-06 John Benediktssonkernel: fix help-lint warnings
2023-09-06 Marc Michaelkernel-docs: adds examples to the documentation of ?
2023-09-06 Marc Michaelkernel-docs: refines values and description for ?
2023-09-03 John Benediktssonleb128: simplify write-leb128
2023-09-03 John Benediktssonleb128: faster default case, some simplification
2023-09-03 John Benediktssonhelp.pdf: fix tools.pdf name
2023-09-03 John Benediktssonrecipes: move define-db out of a top-level form
2023-09-03 John BenediktssonRevert "Support stdio streams (#2204)"
2023-09-03 nomennescioSupport stdio streams (#2204)
2023-09-03 John Benediktssonperiodic-table: factor out the <element-button>
2023-09-03 John BenediktssonRevert ".github: disable windows for now"
2023-09-02 John Benediktssonperiodic-table: spacing
2023-09-02 John Benediktssonperiodic-table: split <element-label> and <element>
2023-09-02 John Benediktssonleb128: fix doc typo
2023-09-02 John Benediktssonleb128: docs
2023-09-02 John Benediktssonreddit: fix domain-stats
2023-09-02 John Benediktssonleb128: faster with some type hints
2023-09-02 John Benediktssonleb128: test negative uled128
2023-09-02 John Benediktssonleb128: support unsigned and signed LEB128 format
2023-09-02 John Benediktssonperiodic-table: adding a deploy script
2023-09-02 John Benediktssonleb128: adding LEB128 encoding
2023-09-02 Alexander Ilinhello-ui: shuffle the deploy config the way tools.deplo...
2023-09-02 Alexander Ilinhello-ui: add deploy-help? setting to the deployment...
2023-09-02 Alexander Ilinhello-ui: get rid of the console window in the deployed...
2023-09-02 Alexander Ilinhello-ui: fix some punctuation
2023-09-02 John Benediktsson.github: disable windows for now
2023-09-02 John Benediktssonwebapps.planet: constrain images to the page
2023-09-02 John Benediktssonperiodic-table: make each element clickable
2023-09-02 John Benediktssonperiodic-table: bigger fonts, legend stays still
2023-09-02 John Benediktssonui.gadgets.cartesian: cleanup
2023-09-02 John Benediktssonui.gadgets.slate: some cleanup
2023-09-02 John Benediktssonrecipes: add some terrible @2x icons, cleanup
2023-09-02 John Benediktssonui: some cleanup of old factor code
2023-09-02 John Benediktssonsudokus: some formatting to understand code
2023-09-02 John Benediktssonsudokus: fix hint after solved
next