UTreeModel: Add removeRows & insertCellRows methods (commented out).
copr: Ignore openglwidgets with Qt 5.
Update boron-qt to build with Boron 2.1.
Optimize boron_load() a bit by using an UR_STATIC filename argument.
Fixes to buildsystem
Fix charset to correctly handle double dash and single dash at end.
debspec.b: Add -d, -h, & --version options.
debspec.b: Add -d, -h, & --version options.
debspec.b: Add -d, -h, & --version options.
Add debspec.b.
Add debspec.b.
Add debspec.b.
Add index? /zero option.
parse_block: Allow word! for 'into rule.
compress.c: Allow compiling with zlib-ng header on Fedora 40.
copr: Add qt-moc function to process objects defined in headers.
scripts: Use paths and 'appair where appropriate.
copr: Use paths and 'appair where appropriate.
Merge branch to optimize path! storage.
Fix binding of word-based path! to function arguments.
serialize.c: Throw a specific error for a bad version number.
Optimize path! storage. Path! is no longer a series type.
Bump version.
Some UserManual tweaks.
Prevent evaluated blocks from being recycled.
load-ini.b: Update for Boron 2.0.8.
parse_block: Support repeat matching with a multi-type datatype!.
Fix buffer overflow in boron_compileArgProgram().
start-quit: Update results for Boron 2.1.
Fix ur_strInitUtf8() to handle an incomplete multi-byte sequence.
Some release cleanup.
Bump version to 2.1.0.
Update ChangeLog for 2.1.
parse: Return false when 'into does not reach the end of its block.
construct binary! handles nested blocks and float values.
Add ur_bufHeader & ur_bufferInit macros to help create UR_STATIC buffers.
Doxyfile: Update to Doxygen 1.9.5.
Add UR_STATIC UBuffer flag.
vector.c: Fix UR_VEC_* names in documentation.
Add boron_evalRecurse() & boron_evalSetTop().
copr: Support QtOpenGLWidgets for Qt 6.
Fix rename to handle recycle.
Identify Boron files on Codeberg & GitHub.
Change split /trim option to /keep.
Add split /trim option.
copr: Add qt-version to support Qt 6.
Make boron_reframeDoBlock part of public API.
Fix segfault on parse exception. Fix call trace.
Colorize the UserManual REPL examples.
UserManual: Add some introductory examples.
Make string! accepts encoding word.
Make string! accepts encoding word.
Fix to-string crash when a block is nested.
port_thread.c: Fix race condition hang-up.
port_thread.c: Fix memory leak of ThreadExt with JOIN_ON_CLOSE.
Fix use of buffer pointers after recycle (found with GC_HOLD_TEST).
Optimize func! calling a tiny bit. The fibonacci test is still 11% slower.
test/func.b: Test return from does func!.
Rewrite evaluator to support fibres (coroutines that can yield).
wait: Replace select with poll.
wait: Replace select with poll.
port_thread.c: Fix memory leak of ThreadExt with JOIN_ON_CLOSE.
Fix use of buffer pointers after recycle (found with GC_HOLD_TEST).
Optimize func! calling a tiny bit. The fibonacci test is still 11% slower.
test/func.b: Test return from does func!.
Rewrite evaluator to support fibres (coroutines that can yield).
Bump version to begin evaluator rewrite
construct.c: Fix GCC maybe-uninitialized warning.
sha1.c: Fix GCC 12.2 stringop-overread warning.
start-quit: Update results for Boron, Lua & Python. Add Bash & Zsh.
start-quit: Update results for newer versions of Boron, Lua & Python.
copr: Add qt /no-link option.
Add games/potato.b
start-quit: Update results and include Arturo & Ren-C.
start-quit: Update results and include Arturo & Ren-C.
curve.b: Fix gui init (broken in commit 7853e0ff).
Add tools/retile.b
mk-colorsheet: Support reading of files with one int! per color.
Update Android.mk for removal of parse_binary.c in commit 58ee8ce2.
Add tests for slice coord! increasing length.
Update to Boron 2.0.8
audio: Allow streaming from a file chunk.
audio: Add aud_streamEffect() and implement fade in/out effects.
audio: Implement aud_playStreamPart().
audio: Implement stream looping. Tweak buffer sizes & update rate.
audio.c: Remove dependency on os.h.
demo-loader: Enable rclock updates even when /update is not used.
audio: Support multiple Ogg Vorbis streams. Add UNIT_TEST.
shader: Implement setting uniform type GL_INT_VEC4 by coord!.
Update ChangeLog.
Bump version to 2.0.8.
Parse 'into accepts any block type.
Fix use of si.buf in bitset_construct() to handle recycle.
Add appair function.
copr: Add dist function. Remove -Wdeclaration-after-statement.
copr: Fix setting of debug_mode when the project file has no 'options.
Add meld-strings.b.
Makefile: Fix shared library install path on Pop!_OS 21.10
Fix ur_internAtoms() to ignore whitespace at the end of the words string.
copr: Handle Windows .rc files. Gen accepts block! for dependencies.