Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
LiveCodeWorld
/
livecode
Public
forked from
livecode/livecode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Apr 20, 2016
Merge pull request #3944 from livecodeian/coverity-defects_20160418
Show description for 2bc9319
peter-b
committed
2bc9319
View commit details
Copy full SHA for 2bc9319
Browse repository at this point
Merge pull request #3949 from runrevmark/bugfix-17130
Show description for a6755b6
peter-b
committed
a6755b6
View commit details
Copy full SHA for a6755b6
Browse repository at this point
Commits on Apr 19, 2016
Merge branch 'develop-8.0' into develop
peter-b
committed
7b0251f
View commit details
Copy full SHA for 7b0251f
Browse repository at this point
[[ Bug 17130 ]] Make sure LiveCode doesn't keep open handles to images
Show description for 447d778
runrevmark
committed
447d778
View commit details
Copy full SHA for 447d778
Browse repository at this point
Merge pull request #3904 from livecodeian/coverity-defects
Show description for 06119c5
peter-b
committed
06119c5
View commit details
Copy full SHA for 06119c5
Browse repository at this point
Commits on Apr 18, 2016
[ CID 15312 ] Fix compile issues from previous commit
livecodeian
committed
578a88b
View commit details
Copy full SHA for 578a88b
Browse repository at this point
[ CID 15464 ] Fix incorrect deallocator issue
livecodeian
committed
2706612
View commit details
Copy full SHA for 2706612
Browse repository at this point
[ CID 15328 ] Fix incorrect deallocator issue
livecodeian
committed
56390d1
View commit details
Copy full SHA for 56390d1
Browse repository at this point
[ CID 15312 ] Fix incorrect deallocator issue
livecodeian
committed
3f7ff37
View commit details
Copy full SHA for 3f7ff37
Browse repository at this point
[ CID 15229 ] Fix incorrect deallocator issue
livecodeian
committed
a5a054f
View commit details
Copy full SHA for a5a054f
Browse repository at this point
[ CID 15183 ] Fix incorrect deallocator issue
livecodeian
committed
fee70d3
View commit details
Copy full SHA for fee70d3
Browse repository at this point
[ CID 14929 ] Fix unchecked return value.
livecodeian
committed
d4c4661
View commit details
Copy full SHA for d4c4661
Browse repository at this point
[[ CID 15622 ]] Fix dereference after null check issue.
livecodeian
committed
1746268
View commit details
Copy full SHA for 1746268
Browse repository at this point
[ CID 14934 ] Fix dead code due to constant variable issue (assignment to t_at_color_table masked by var with same name)
livecodeian
committed
1cef2b0
View commit details
Copy full SHA for 1cef2b0
Browse repository at this point
[ CID 14903 ] Fix unchecked return value issue.
livecodeian
committed
e1b1f60
View commit details
Copy full SHA for e1b1f60
Browse repository at this point
Commits on Apr 15, 2016
[ CID 17030 ] Introduce MCAutoCustomPointerArray to free resources pointed to by array elements.
Show description for f223f68
livecodeian
committed
f223f68
View commit details
Copy full SHA for f223f68
Browse repository at this point
Commits on Apr 14, 2016
Auto-update submodule pointers
peter-b
committed
2adfab6
View commit details
Copy full SHA for 2adfab6
Browse repository at this point
Merge pull request #3913 from runrevmark/bugfix-17232
Show description for d588087
peter-b
committed
d588087
View commit details
Copy full SHA for d588087
Browse repository at this point
Merge pull request #3917 from livecodefraser/bugfix-16848
Show description for 07def4a
livecodefraser
committed
07def4a
View commit details
Copy full SHA for 07def4a
Browse repository at this point
Merge pull request #3907 from livecodeali/bugfix-missing_errorlock_decrease
Show description for 16952a2
peter-b
committed
16952a2
View commit details
Copy full SHA for 16952a2
Browse repository at this point
Merge pull request #3922 from livecodefraser/bugfix-17309
Show description for af06eae
peter-b
committed
af06eae
View commit details
Copy full SHA for af06eae
Browse repository at this point
Add tests for the unary '+' operator
livecodefraser
committed
b9ae713
View commit details
Copy full SHA for b9ae713
Browse repository at this point
[[ Bugfix 17309 ]] Add bugfix note
livecodefraser
committed
d1b454f
View commit details
Copy full SHA for d1b454f
Browse repository at this point
Don't crash when evaluating the unary '+' operator
livecodefraser
committed
9546747
View commit details
Copy full SHA for 9546747
Browse repository at this point
Commits on Apr 13, 2016
Merge pull request #3915 from livecodeali/ide-cleanup
Show description for ee233e5
livecodeali
committed
ee233e5
View commit details
Copy full SHA for ee233e5
Browse repository at this point
[[ Bugfix 16848 ]] Add bugfix note
livecodefraser
committed
dfe8a84
View commit details
Copy full SHA for dfe8a84
Browse repository at this point
Don't write root-owned logs to the user's home on Linux
livecodefraser
committed
c2f8229
View commit details
Copy full SHA for c2f8229
Browse repository at this point
[[ IDE Cleanup ]] Use scriptExecutionErrors and scriptParsingErrors
Show description for d045fb1
livecodeali
committed
d045fb1
View commit details
Copy full SHA for d045fb1
Browse repository at this point
[[ Bug 17232 ]] Define UnicodeCompareOption in terms of StringOption
runrevmark
committed
0353e34
View commit details
Copy full SHA for 0353e34
Browse repository at this point
[[ Bug 17232 ]] Correct fast code path for single unicode char in string
Show description for 162983e
runrevmark
committed
162983e
View commit details
Copy full SHA for 162983e
Browse repository at this point
Commits on Apr 12, 2016
Merge branch 'develop-8.0' into develop
Show description for 85598d7
peter-b
committed
85598d7
View commit details
Copy full SHA for 85598d7
Browse repository at this point
Merge pull request #3872 from peter-b/version-8.0.1-rc-1
Show description for 7d8f286
peter-b
committed
7d8f286
View commit details
Copy full SHA for 7d8f286
Browse repository at this point
[ CID 16989 ] Fix resource leak
livecodeian
committed
81940cf
View commit details
Copy full SHA for 81940cf
Browse repository at this point
[ CID 17030 ] Fix resource leak
livecodeian
committed
133d670
View commit details
Copy full SHA for 133d670
Browse repository at this point
[[ Cleanup ]] Add error checking to MCGradientFillFetchProperty
livecodeian
committed
4a34f0d
View commit details
Copy full SHA for 4a34f0d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.