aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorLines
2026-02-14Make order of operations consistent.cjanet-jitCalvin Rose-6/+10
2026-02-14Don't use built-in rounding.Calvin Rose-18/+22
2026-02-14Don't make hash-dependent tests.Calvin Rose-1/+6
2026-02-14No assertf either.Calvin Rose-2/+2
2026-02-14getpid is a relatively new function, don't depend on it's availabilityCalvin Rose-1/+1
2026-02-14Add testing to this long-lived branch.Calvin Rose-1/+1
2026-02-14Merge branch 'master' into cjanet-jitCalvin Rose-7/+15
2026-02-14Reintroduce final message silencing.Calvin Rose-6/+7
2026-02-14QuieterCalvin Rose-2/+6
2026-02-14Xcopy create directory if doesn't exist.Calvin Rose-2/+5
2026-02-14Redo order.Calvin Rose-2/+3
2026-02-14More tweaksCalvin Rose-6/+5
2026-02-14More tweaks to sh/copyCalvin Rose-7/+7
2026-02-14Merge branch 'master' into cjanet-jitCalvin Rose-3/+21
2026-02-14Don't add hash sensitive tests.Calvin Rose-1/+1
2026-02-14Make sure fmt.janet doesn't touch long strings.Calvin Rose-5/+26
2026-02-14Tweaks to fmt.janet and sh.janetCalvin Rose-8/+12
2026-02-14Slight tweaks so test suite is not hash sensitive.Calvin Rose-2/+3
2026-02-14Merge branch 'master' into cjanet-jitCalvin Rose-26/+71
2026-02-13Fix module path in examplessarna-2/+2
2026-02-13More work on gfx2d.Calvin Rose-15/+23
2026-02-12WIP on cjanet documentation.Calvin Rose-8/+155
2026-02-07spork/stream: add make-stdin, make-stdout, and make-stderramano.kenji-0/+15
2026-02-05Make sure fmt.janet doesn't touch long strings.Calvin Rose-5/+26
2026-02-04Tweaks to fmt.janet and sh.janetCalvin Rose-8/+12
2026-02-04Fix select-keys for false valuesJosef Pospíšil-1/+4
2026-02-04Remove win11 only flagCalvin Rose-9/+12
2026-02-04Fix linux testJosef Pospíšil-2/+5
2026-02-04Fix xcopy invocation in sh/copyJosef Pospíšil-7/+14
2026-02-04Add super-sampled rings to charts.Calvin Rose-7/+9
2026-02-04Small tweaks to cjanet-jit to fix test gold images.Calvin Rose-26/+14
2026-02-03More tweaks to git-loc-chart example.Calvin Rose-41/+60
2026-02-02getline: Support prefill line bufferTw-4/+11
2026-02-01New example for graphing git commits.Calvin Rose-0/+49
2026-02-01Small tweaks to chart formatting.Calvin Rose-29/+16
2026-02-01Work on adding super-sampling to charts.Calvin Rose-97/+156
2026-02-01Make floorn and ceiln more clear in charts.janetCalvin Rose-13/+7
2026-02-01Add per-bar color to bar charts.Calvin Rose-26/+37
2026-02-01Add bar-chart support to spork/charts.Calvin Rose-18/+80
2026-02-01Move dataframe utilties into spork/misc.Calvin Rose-167/+107
2026-01-31Merge branch 'master' into cjanet-jitCalvin Rose-1/+1
2026-01-31Fix bad call to spork/pm.janetCalvin Rose-1/+1
2026-01-31Abstract line-graph charting as separate function from drawing axis.Calvin Rose-44/+95
2026-01-31Make gfx2d/fill-rect take width height instead of x2, y2Calvin Rose-18/+14
2026-01-31More charting examples.Calvin Rose-68/+338
2026-01-28Add more examples with manual chart creation with just the axes.Calvin Rose-17/+73
2026-01-28A lot more changes to help chart styling. Added text rotation as well.Calvin Rose-197/+400
2026-01-27Minor changes for cleanup and update chart test.Calvin Rose-35/+30
2026-01-26Formatting and fixing the examples. More work on charting.Calvin Rose-137/+297
2026-01-26More work on charting.Calvin Rose-46/+111