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 }}
alilloyd
/
livecode
Public
forked from
livecodeali/livecode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
livecode
libscript
src
script-instance.cpp
on
develop
User selector
All users
All time
Commit history
Commits on Mar 6, 2015
[[ Bug 14783 ]] Don't abort on bad property signature in debug mode.
Show description for a76c6b3
runrevmark
committed
a76c6b3
View commit details
Copy full SHA for a76c6b3
View code at this point
Browse repository at this point
Commits on Mar 3, 2015
[[ Bug 14756 ]] libscript: Fix mapping of foriegn values to any.
Show description for 9d95c1b
runrevmark
committed
9d95c1b
View commit details
Copy full SHA for 9d95c1b
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Merge pull request #1808 from runrevmark/feature-lcb_context_vars
Show description for e262d6c
runrevmark
committed
e262d6c
View commit details
Copy full SHA for e262d6c
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
Merge pull request #1793 from peter-b/lcbstdlib-testrunner
Show description for 7d00dd2
peter-b
committed
7d00dd2
View commit details
Copy full SHA for 7d00dd2
View code at this point
Browse repository at this point
Merge pull request #1806 from peter-b/feature-copydescription
Show description for 8b224c6
peter-b
committed
8b224c6
View commit details
Copy full SHA for 8b224c6
View code at this point
Browse repository at this point
[[ LCB ]] Make sure you cannot call context handlers except from an LCB frame.
runrevmark
committed
256cf0f
View commit details
Copy full SHA for 256cf0f
View code at this point
Browse repository at this point
[[ LCB ]] Initial implementation of context handlers.
Show description for 475e1b9
runrevmark
committed
475e1b9
View commit details
Copy full SHA for 475e1b9
View code at this point
Browse repository at this point
[[ LCB ]] Added trial support for context variables.
Show description for 68a1913
runrevmark
committed
68a1913
View commit details
Copy full SHA for 68a1913
View code at this point
Browse repository at this point
libscript: Provide a MCHandlerCallbacks.describe() implementation.
peter-b
committed
0f2a083
View commit details
Copy full SHA for 0f2a083
View code at this point
Browse repository at this point
[[ LCB ]] Implement simple constants.
Show description for 10ea3cf
runrevmark
committed
10ea3cf
View commit details
Copy full SHA for 10ea3cf
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
libscript: Don't attempt to release NULL pointers.
Show description for ed9e6d8
peter-b
committed
ed9e6d8
View commit details
Copy full SHA for ed9e6d8
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
[[ Bug 14514 ]] Ensure that chained imports resolve properly.
Show description for c1d63ef
runrevmark
committed
c1d63ef
View commit details
Copy full SHA for c1d63ef
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Merge pull request #1776 from peter-b/coverity
Show description for 0ac7698
peter-b
committed
0ac7698
View commit details
Copy full SHA for 0ac7698
View code at this point
Browse repository at this point
[CID 16095] libscript: MCScriptCallHandlerOfInstanceInternal(): Resource leak
peter-b
committed
feea030
View commit details
Copy full SHA for feea030
View code at this point
Browse repository at this point
[CID 16279] libscript: MCScriptPerformScriptInvoke(): Resource leak.
peter-b
committed
1a0cefb
View commit details
Copy full SHA for 1a0cefb
View code at this point
Browse repository at this point
[CID 16183] libscript: __split_binding(): Resource leak.
peter-b
committed
baf8e1e
View commit details
Copy full SHA for baf8e1e
View code at this point
Browse repository at this point
Merge pull request #1764 from runrevmark/feature-lcb_module_context
Show description for 8b03a43
runrevmark
committed
8b03a43
View commit details
Copy full SHA for 8b03a43
View code at this point
Browse repository at this point
[[ LCB Machine ]] Removed unused function.
runrevmark
committed
15d1e5a
View commit details
Copy full SHA for 15d1e5a
View code at this point
Browse repository at this point
[[ LCB ]] Added MCScriptGetCurrentModule() API - returns the module ptr of the most recent LCB stack frame on the current thread's stack.
runrevmark
committed
23ad7ad
View commit details
Copy full SHA for 23ad7ad
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
[[ LCB Machine ]] Clean up excessively nested success checks in InvokeIndirect op.
runrevmark
committed
3799ae5
View commit details
Copy full SHA for 3799ae5
View code at this point
Browse repository at this point
[[ LCB Machine ]] Removed unnecessary success check in AssignList op.
runrevmark
committed
9ce93d8
View commit details
Copy full SHA for 9ce93d8
View code at this point
Browse repository at this point
[[ LCB Machine ]] Various minor fixes after the previous changes.
runrevmark
committed
89b75ba
View commit details
Copy full SHA for 89b75ba
View code at this point
Browse repository at this point
[[ LCB Machine ]] Revert previous changes to result registers.
Show description for d871a23
runrevmark
committed
d871a23
View commit details
Copy full SHA for d871a23
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
[[ LCB Machine ]] Rework VM to make result reg optional in invoke and merge the idea of local variables and registers.
Show description for 99682d9
runrevmark
committed
99682d9
View commit details
Copy full SHA for 99682d9
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
[[ LCB ]] Cleaned up slot index computations and validation checks.
runrevmark
committed
9cba8ef
View commit details
Copy full SHA for 9cba8ef
View code at this point
Browse repository at this point
[[ LCB ]] Cleanup manipulation of argument lists in VM opcodes.
runrevmark
committed
c10cf06
View commit details
Copy full SHA for c10cf06
View code at this point
Browse repository at this point
[[ LCB ]] Cleanup declaration and specification of MCScriptHandlerContext and callbacks.
runrevmark
committed
07b33de
View commit details
Copy full SHA for 07b33de
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
Merge remote-tracking branch 'origin/develop' into feature-lcb_dynamic_calls
Show description for 6162c2c
runrevmark
committed
6162c2c
View commit details
Copy full SHA for 6162c2c
View code at this point
Browse repository at this point
[[ LCB ]] Implemented dynamic foreign handler calls (out-of-frame invocation via MCHandlerInvoke still todo).
Show description for 41ae707
runrevmark
committed
41ae707
View commit details
Copy full SHA for 41ae707
View code at this point
Browse repository at this point
Fix dlopen for "<builtin>" bindings on Android
Show description for c4cc249
Fraser J. Gordon
committed
c4cc249
View commit details
Copy full SHA for c4cc249
View code at this point
Browse repository at this point
Rename some incorrect ifdefs
Show description for 5debb75
Fraser J. Gordon
committed
5debb75
View commit details
Copy full SHA for 5debb75
View code at this point
Browse repository at this point
[[ LCB ]] Implement dynamic handler calls for non-foreign handlers.
runrevmark
committed
62546e8
View commit details
Copy full SHA for 62546e8
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
[[ LC Builder ]] Add list versions of min/max
runrevali
committed
fc2bdbe
View commit details
Copy full SHA for fc2bdbe
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Update new source files with GPL header.
runrevmark
committed
03b6f04
View commit details
Copy full SHA for 03b6f04
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
[[ Script ]] Comment out accidentally committed invoke log statement.
runrevmark
committed
1cb0326
View commit details
Copy full SHA for 1cb0326
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.