File ucblogo.changes of Package ucblogo
-------------------------------------------------------------------
Thu Feb 13 12:18:37 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.2.5:
* Add conversion for string (gh#jrincayc/ucblogo-code#174).
* Don't handle control and alt commands in terminal
(gh#jrincayc/ucblogo-code#175).
* Define SIG_TAKES_ARG in unix (gh#jrincayc/ucblogo-code#177).
* Issue 176 alt (gh#jrincayc/ucblogo-code#178).
* Artifacts to version 4 (gh#jrincayc/ucblogo-code#185).
* misc fixes and updates (gh#jrincayc/ucblogo-code#189).
* Remove unspecified () for function pointers
(gh#jrincayc/ucblogo-code#197).
- Drop upstreamed patches:
* ucblogo-wxString-to-c_str.patch
* ucblogo-gcc14.patch
-------------------------------------------------------------------
Tue Aug 20 15:34:47 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Add ucblogo-gcc14.patch: Fix compilation against GCC 14;
upstream commits combined into one patch
(gh#jrincayc/ucblogo-code#176).
- Update ucblogo-wxString-to-c_str.patch to fix from upstream
commit.
-------------------------------------------------------------------
Sat Apr 1 09:25:04 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.2.4:
* Validate RANDOM range input has the smaller number first
(gh#jrincayc/ucblogo-code#151).
* Manual updates (gh#jrincayc/ucblogo-code#152).
* Avoid more implicit function declarations by @fweimer-rh in
(gh#jrincayc/ucblogo-code#156).
* Move wait include to else of windows.
(gh#jrincayc/ucblogo-code#157).
* Migrate to wxWidgets 3.2 (gh#jrincayc/ucblogo-code#163).
-------------------------------------------------------------------
Tue Jan 24 05:05:29 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.2.3:
* Fix/standardize STANDOUT in wxWidgets builds
(gh#jrincayc/ucblogo-code#122).
* Refactor code so selection highlighting does not depend on
platform supporting inverted blit mode.
(gh#jrincayc/ucblogo-code#123).
* Adding PRINT NOT "FALSE to show using quoted false.
(gh#jrincayc/ucblogo-code#125).
* Issue 126: Print preview on Windows
(gh#jrincayc/ucblogo-code#128).
* ISSUE-129: Remove obsolete macros from configure.ac
(gh#jrincayc/ucblogo-code#131).
* ISSUE-50: Indicate correct error line when GOTO has a
nonexistent tag (gh#jrincayc/ucblogo-code#136).
* ISSUE-134: Fixed issue with LOADPICT if it's called before
other turtle commands (gh#jrincayc/ucblogo-code#135).
* ISSUE-20: Resolving warnings about discarding const qualifier
on assignment. (gh#jrincayc/ucblogo-code#141).
* Fixes Stopping with repeat (gh#jrincayc/ucblogo-code#140).
* Fix debug statements (gh#jrincayc/ucblogo-code#142).
-------------------------------------------------------------------
Sat Nov 26 13:25:23 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.
- Add ucblogo-wxString-to-c_str.patch -- Explicitly convert a
wxString to c_string to match calling function's definition