Robert Allan James and Claude Sonnet 5
1f3ec3554e
starkernel: REPL scrollback, ~1000 lines (FABRIC.md item 4.4q)
...
Scope decided with Captain Bob before implementation: ring buffer +
recall on today's full-screen vt100 grid, not also confining REPL text
to the 4.4o 640x480 box (that confinement stays open as its own future
item, not a third silent deferral). No keyboard input path exists yet
(M8 unstarted), so the trigger is two new FORTH words, SCROLL-BACK
( n -- ) / SCROLL-FWD ( n -- ), exercised via serial injection.
vt100.c gains a text-only 1000-line ring buffer (kmalloc'd, tens of KB
-- not pixel snapshots, which would be ~1000x larger for no benefit)
plus a shadow buffer mirroring the current screen. scroll_up() now
pushes evicted rows into the ring before the pixel scroll. History is
one continuous sequence (ring then shadow); scrolling always redraws
from that sequence -- no separate pixel-scroll path for scrollback,
decided up front to avoid retrofitting later.
New src/word_source/scroll_words.c (Module 31), thin wrappers over
console_fb_scroll_back()/_fwd() -> vt100_scroll_back()/_fwd(). Bug
caught during live testing: both words initially used an off-by-one
underflow check (dsp < 1) copied from a different, older dsp
convention elsewhere in this codebase; vm_pop() (which these words
actually call) uses dsp as a 0-based top-of-stack index, so the check
rejected every legitimate single-argument call. Fixed by removing the
separate precheck and relying on vm_pop()'s own guard.
Live-verified on all three architectures (exceeds this item's
amd64-minimum bar): generated 50+ lines via a FORTH loop, confirmed
SCROLL-BACK recovers correctly older content, and on amd64 confirmed
SCROLL-FWD returns to genuinely live state (not a frozen snapshot) by
showing the injected commands' own echo. Known limitation confirmed by
direct pixel measurement: redrawn lines lose their original SGR color
(not stored per-cell) -- text recovers exactly, color does not.
Three-arch verified: Failed: 0, dict-hashes identical across all
three (values changed correctly from prior items -- two new words
were added).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-11 21:23:25 -04:00
..
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-02 05:11:24 -04:00
2026-08-02 05:11:24 -04:00
2026-08-02 05:11:24 -04:00
2026-08-02 06:59:48 -04:00
2026-08-02 06:59:48 -04:00
2026-08-02 06:59:48 -04:00
2026-08-02 08:05:28 -04:00
2026-08-02 08:05:28 -04:00
2026-08-02 08:05:28 -04:00
2026-08-02 08:05:28 -04:00
2026-08-02 08:05:28 -04:00
2026-08-02 09:11:07 -04:00
2026-08-02 09:11:07 -04:00
2026-08-02 09:11:07 -04:00
2026-08-02 09:11:07 -04:00
2026-08-02 09:11:07 -04:00
2026-08-02 09:11:07 -04:00
2026-08-02 09:11:07 -04:00
2026-08-02 10:07:18 -04:00
2026-08-02 10:07:18 -04:00
2026-08-02 10:07:18 -04:00
2026-08-02 10:07:18 -04:00
2026-08-02 10:07:18 -04:00
2026-08-02 11:44:23 -04:00
2026-08-02 11:44:23 -04:00
2026-08-02 11:44:23 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 14:49:52 -04:00
2026-08-02 21:52:35 -04:00
2026-08-02 21:52:35 -04:00
2026-08-02 21:52:35 -04:00
2026-08-03 12:47:21 -04:00
2026-08-03 12:47:21 -04:00
2026-08-03 12:47:21 -04:00
2026-08-03 12:52:34 -04:00
2026-08-03 18:23:37 -04:00
2026-08-03 18:23:37 -04:00
2026-08-03 18:23:37 -04:00
2026-08-03 18:30:25 -04:00
2026-08-03 18:47:29 -04:00
2026-08-03 19:48:56 -04:00
2026-08-03 22:14:52 -04:00
2026-08-04 00:01:48 -04:00
2026-08-04 00:01:48 -04:00
2026-08-04 00:01:48 -04:00
2026-08-04 00:01:48 -04:00
2026-08-04 07:28:30 -04:00
2026-08-04 07:28:30 -04:00
2026-08-04 07:28:30 -04:00
2026-08-04 00:21:23 -04:00
2026-08-04 00:21:23 -04:00
2026-08-04 00:21:23 -04:00
2026-08-04 00:21:23 -04:00
2026-08-04 00:21:23 -04:00
2026-08-04 13:15:50 -04:00
2026-08-04 13:15:50 -04:00
2026-08-04 13:15:50 -04:00
2026-08-04 13:15:50 -04:00
2026-08-04 13:54:22 -04:00
2026-08-04 13:54:22 -04:00
2026-08-04 13:54:22 -04:00
2026-08-04 14:55:30 -04:00
2026-08-04 14:55:30 -04:00
2026-08-04 14:55:30 -04:00
2026-08-04 15:15:59 -04:00
2026-08-04 15:15:59 -04:00
2026-08-04 15:15:59 -04:00
2026-08-04 16:48:13 -04:00
2026-08-04 16:48:13 -04:00
2026-08-04 16:48:13 -04:00
2026-08-04 17:06:14 -04:00
2026-08-04 17:06:14 -04:00
2026-08-04 17:06:14 -04:00
2026-08-04 17:16:46 -04:00
2026-08-04 17:16:46 -04:00
2026-08-04 17:16:46 -04:00
2026-08-04 17:28:38 -04:00
2026-08-04 17:28:38 -04:00
2026-08-04 17:28:38 -04:00
2026-08-04 17:36:23 -04:00
2026-08-04 17:36:23 -04:00
2026-08-04 17:36:23 -04:00
2026-08-04 18:09:34 -04:00
2026-08-04 18:09:34 -04:00
2026-08-04 18:09:34 -04:00
2026-08-04 19:50:34 -04:00
2026-08-04 19:50:34 -04:00
2026-08-04 19:50:34 -04:00
2026-08-05 13:37:10 -04:00
2026-08-05 13:37:10 -04:00
2026-08-05 13:37:10 -04:00
2026-08-05 15:12:30 -04:00
2026-08-05 15:12:30 -04:00
2026-08-05 15:12:30 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 01:50:45 -04:00
2026-08-07 13:21:02 -04:00
2026-08-07 13:21:02 -04:00
2026-08-07 13:21:02 -04:00
2026-08-07 13:39:09 -04:00
2026-08-07 13:39:09 -04:00
2026-08-07 13:39:09 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 15:29:10 -04:00
2026-08-07 15:29:10 -04:00
2026-08-07 15:29:10 -04:00
2026-08-07 20:13:22 -04:00
2026-08-07 20:13:22 -04:00
2026-08-07 20:13:22 -04:00
2026-08-08 00:18:58 -04:00
2026-08-08 00:18:58 -04:00
2026-08-08 00:18:58 -04:00
2026-08-08 00:18:58 -04:00
2026-08-08 00:18:58 -04:00
2026-08-09 18:35:24 -04:00
2026-08-08 09:56:20 -04:00
2026-08-08 11:07:29 -04:00
2026-08-08 11:07:29 -04:00
2026-08-08 11:07:29 -04:00
2026-08-08 11:07:29 -04:00
2026-08-08 11:07:29 -04:00
2026-08-08 11:24:47 -04:00
2026-08-08 11:24:47 -04:00
2026-08-08 11:24:47 -04:00
2026-08-08 11:24:47 -04:00
2026-08-08 11:51:07 -04:00
2026-08-08 11:51:07 -04:00
2026-08-08 11:51:07 -04:00
2026-08-08 11:51:07 -04:00
2026-08-08 12:15:23 -04:00
2026-08-08 12:15:23 -04:00
2026-08-08 12:15:23 -04:00
2026-08-08 12:15:23 -04:00
2026-08-08 12:15:23 -04:00
2026-08-08 12:29:27 -04:00
2026-08-08 12:29:27 -04:00
2026-08-08 12:29:27 -04:00
2026-08-08 12:29:27 -04:00
2026-08-08 12:48:05 -04:00
2026-08-08 12:48:05 -04:00
2026-08-08 12:48:05 -04:00
2026-08-08 12:48:05 -04:00
2026-08-08 12:48:05 -04:00
2026-08-08 12:48:05 -04:00
2026-08-09 18:53:02 -04:00
2026-08-09 18:53:02 -04:00
2026-08-09 18:53:02 -04:00
2026-08-09 19:00:36 -04:00
2026-08-09 19:00:36 -04:00
2026-08-09 19:00:36 -04:00
2026-08-09 19:15:05 -04:00
2026-08-09 19:15:05 -04:00
2026-08-09 19:15:05 -04:00
2026-08-09 20:26:14 -04:00
2026-08-09 20:26:14 -04:00
2026-08-09 20:26:14 -04:00
2026-08-09 20:33:01 -04:00
2026-08-09 20:33:01 -04:00
2026-08-09 20:33:01 -04:00
2026-08-09 20:41:04 -04:00
2026-08-09 20:41:04 -04:00
2026-08-09 20:41:04 -04:00
2026-08-09 20:46:55 -04:00
2026-08-09 20:46:55 -04:00
2026-08-09 20:46:55 -04:00
2026-08-09 21:35:07 -04:00
2026-08-09 21:35:07 -04:00
2026-08-09 21:35:07 -04:00
2026-08-11 00:45:11 -04:00
2026-08-11 00:45:11 -04:00
2026-08-11 00:45:11 -04:00
2026-08-11 07:08:32 -04:00
2026-08-11 07:37:13 -04:00
2026-08-11 07:37:13 -04:00
2026-08-11 07:37:13 -04:00
2026-08-11 08:38:12 -04:00
2026-08-11 08:38:12 -04:00
2026-08-11 08:38:12 -04:00
2026-08-11 08:38:12 -04:00
2026-08-11 08:38:12 -04:00
2026-08-11 08:38:12 -04:00
2026-08-11 08:38:12 -04:00
2026-08-11 09:03:31 -04:00
2026-08-11 09:03:31 -04:00
2026-08-11 09:03:31 -04:00
2026-08-11 09:03:31 -04:00
2026-08-11 09:42:35 -04:00
2026-08-11 09:42:35 -04:00
2026-08-11 09:42:35 -04:00
2026-08-11 10:09:56 -04:00
2026-08-11 10:09:56 -04:00
2026-08-11 10:09:56 -04:00
2026-08-11 11:14:52 -04:00
2026-08-11 11:14:52 -04:00
2026-08-11 11:14:52 -04:00
2026-08-11 11:14:52 -04:00
2026-08-11 11:35:09 -04:00
2026-08-11 11:35:09 -04:00
2026-08-11 11:35:09 -04:00
2026-08-11 11:35:09 -04:00
2026-08-11 11:35:09 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:17:23 -04:00
2026-08-11 12:40:30 -04:00
2026-08-11 16:57:20 -04:00
2026-08-11 16:57:20 -04:00
2026-08-11 16:57:20 -04:00
2026-08-11 17:06:09 -04:00
2026-08-11 17:18:58 -04:00
2026-08-11 17:18:58 -04:00
2026-08-11 17:18:58 -04:00
2026-08-11 19:35:32 -04:00
2026-08-11 19:35:32 -04:00
2026-08-11 19:35:32 -04:00
2026-08-11 19:56:50 -04:00
2026-08-11 19:56:50 -04:00
2026-08-11 19:56:50 -04:00
2026-08-11 20:10:12 -04:00
2026-08-11 20:10:12 -04:00
2026-08-11 20:10:12 -04:00
2026-08-11 20:34:14 -04:00
2026-08-11 20:34:14 -04:00
2026-08-11 20:34:14 -04:00
2026-08-11 21:23:25 -04:00
2026-08-11 21:23:25 -04:00
2026-08-11 21:23:25 -04:00
2026-08-11 21:23:25 -04:00
2026-08-07 15:29:10 -04:00
2026-08-07 13:21:02 -04:00
2026-08-07 13:21:02 -04:00
2026-08-07 13:21:02 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 20:13:22 -04:00
2026-08-07 20:13:22 -04:00
2026-08-07 20:13:22 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-01 07:49:56 -04:00
2026-08-07 11:38:33 -04:00
2026-08-07 11:38:33 -04:00
2026-08-07 11:38:33 -04:00
2026-08-01 07:49:56 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 15:21:13 -04:00
2026-08-07 13:39:09 -04:00