File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2828
2929* ** Fixes**
3030- ` fclose ` correctness; ` stdio.h ` cleanup and ` rename ` alias.
31+ - Fix and optimize clipping behavior for ` gfx_HorizLine ` and ` gfx_VertLine ` (Fixes #673 ).
32+ - Fixed ` fontlib_GetGlyphWidth ` .
3133- ` gfx_AllocSprite ` return value bug.
3234- ` ti_Alloc(String/Equ) ` now handles ` NULL ` from allocator; ` nonnull ` attributes added.
3335- ` ti_SetArchiveStatus ` prototype/declaration corrected.
3436- ` errno ` /` perror ` strings updated; additional ` errno ` defines for compatibility (#640 ).
3537- Replaced broken OS ` strspn/strcspn/strpbrk ` with in-house implementations (Fixes #646 ).
3638- ` sscanf ` /` vsscanf ` added; float handling and ` endptr ` for ` strto(f/d/ld) ` fixed.
3739- ` <fenv.h> ` function-macros fixed; introduced ` <cfenv> ` .
40+ - convimg: fix transparent-index and palette-offset.
3841- Misc. docs fixes
3942
4043* ** Improvements**
You can’t perform that action at this time.
0 commit comments