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
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 }}
LiveCodeSteven
/
livecode
Public
forked from
livecode/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
libfoundation
include
on
develop
User selector
All users
All time
Commit history
Commits on Sep 2, 2015
Merge pull request #2423 from runrevmark/lcb-native_callback
Show description for 7cd0a88
livecodefraser
committed
7cd0a88
View commit details
Copy full SHA for 7cd0a88
View code at this point
Browse repository at this point
Merge pull request #2496 from runrevmark/feature-faster_sort
Show description for d3b8d0f
livecodefraser
committed
d3b8d0f
View commit details
Copy full SHA for d3b8d0f
View code at this point
Browse repository at this point
[[ Foreign Callbacks ]] Bridging and lifetime management.
Show description for b673c3d
runrevmark
committed
b673c3d
View commit details
Copy full SHA for b673c3d
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
[[ Foundation ]] Added UnboundType and Unimplemented errors with appropriate Throw methods.
runrevmark
committed
2682c6a
View commit details
Copy full SHA for 2682c6a
View code at this point
Browse repository at this point
Merge branch 'develop' into lcb-native_callback
runrevmark
committed
966f36b
View commit details
Copy full SHA for 966f36b
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Merge branch 'develop' into develop-js
peter-b
committed
7354194
View commit details
Copy full SHA for 7354194
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Merge branch 'develop' of github.com:runrev/livecode into develop-js
peter-b
committed
5c03cc7
View commit details
Copy full SHA for 5c03cc7
View code at this point
Browse repository at this point
Merge branch 'develop' of https://github.com/runrev/livecode into business_8
livecodefraser
committed
990dff3
View commit details
Copy full SHA for 990dff3
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
libsystem: Add kMCSFileTypeUnsupported constant.
Show description for 1c6c92f
peter-b
committed
1c6c92f
View commit details
Copy full SHA for 1c6c92f
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Fix a mis-merge in foundation.h
Show description for 4500158
livecodefraser
committed
4500158
View commit details
Copy full SHA for 4500158
View code at this point
Browse repository at this point
libsystem: Add MCSFileGetType().
Show description for 0acae79
peter-b
committed
0acae79
View commit details
Copy full SHA for 0acae79
View code at this point
Browse repository at this point
Merge branch 'develop-7.0' of https://github.com/runrev/livecode into business_8
Show description for 636724c
livecodefraser
committed
636724c
View commit details
Copy full SHA for 636724c
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
[[ Camera ]] Add utility foundation function to clear structure memory
livecodeian
committed
2116c42
View commit details
Copy full SHA for 2116c42
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
Merge branch 'develop' into develop-js
peter-b
committed
31f49c6
View commit details
Copy full SHA for 31f49c6
View code at this point
Browse repository at this point
Merge pull request #2321 from runrevmark/lcb-intsize
Show description for afcd4ef
runrevmark
committed
afcd4ef
View commit details
Copy full SHA for afcd4ef
View code at this point
Browse repository at this point
libfoundation: Tweak Windows definitions of ssize_t & limit macros.
Show description for e71ed10
peter-b
committed
e71ed10
View commit details
Copy full SHA for e71ed10
View code at this point
Browse repository at this point
Commits on Jul 31, 2015
[[ IntSize ]] Remove _W64 and unnecessary 'signed' attributes from Win ssize_t.
runrevmark
committed
0c882df
View commit details
Copy full SHA for 0c882df
View code at this point
Browse repository at this point
Merge branch 'develop' of github.com:runrev/livecode into develop-js
Show description for 04815b0
peter-b
committed
04815b0
View commit details
Copy full SHA for 04815b0
View code at this point
Browse repository at this point
[[ LCB ]] Make sure 'limits.h' is included.
runrevmark
committed
66891a6
View commit details
Copy full SHA for 66891a6
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
[[ Foundation ]] Move MSVC ssize_t type definition to foundation.h next to other stdint massages.
runrevmark
committed
7111de6
View commit details
Copy full SHA for 7111de6
View code at this point
Browse repository at this point
[[ LCB ]] Add ssize_t and friends to foundation-stdlib.h for Windows.
Show description for 56b8fe1
runrevmark
committed
56b8fe1
View commit details
Copy full SHA for 56b8fe1
View code at this point
Browse repository at this point
[[ LCB ]] Add IntSize foreign type (mapping to ssize_t).
runrevmark
committed
943f6f1
View commit details
Copy full SHA for 943f6f1
View code at this point
Browse repository at this point
Merge branch 'develop' into develop-js
peter-b
committed
02ee92a
View commit details
Copy full SHA for 02ee92a
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
Merge remote-tracking branch 'upstream/develop-7.0' into merge-develop_7.0_29.07.15
Show description for f590956
livecodeali
committed
f590956
View commit details
Copy full SHA for f590956
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
[[ Bug 15379 ]] Data input given to MCR_exec should remain data, to avoid a native-char to Unicode char conversion of its bytes
livecodesebastien
committed
7e93917
View commit details
Copy full SHA for 7e93917
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Merge branch 'develop' into develop-js
Show description for 18a0728
peter-b
committed
18a0728
View commit details
Copy full SHA for 18a0728
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
Revert "[Bug 15639] Ensure MCMax() etc. are used correctly."
Show description for 113f00b
peter-b
committed
113f00b
View commit details
Copy full SHA for 113f00b
View code at this point
Browse repository at this point
libfoundation: Convert MCIsPowerOfTwo() to template.
peter-b
committed
f2bf792
View commit details
Copy full SHA for f2bf792
View code at this point
Browse repository at this point
libfoundation: Convert MCCompare() to template.
peter-b
committed
baa88bb
View commit details
Copy full SHA for baa88bb
View code at this point
Browse repository at this point
libfoundation: Remove some commented-out inline functions.
peter-b
committed
426fd18
View commit details
Copy full SHA for 426fd18
View code at this point
Browse repository at this point
[Bug 15639] Ensure MCMax() etc. are used correctly.
Show description for 6b908ff
peter-b
committed
6b908ff
View commit details
Copy full SHA for 6b908ff
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Merge pull request #2616 from livecodefraser/gyp-msvs_silence_warnings
Show description for a1b58ce
livecodefraser
committed
a1b58ce
View commit details
Copy full SHA for a1b58ce
View code at this point
Browse repository at this point
libfoundation: Tweak MCClamp() template to use 3 type parameters.
Show description for 8909281
peter-b
committed
8909281
View commit details
Copy full SHA for 8909281
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
[[ Gyp ]] Expose the va_copy symbol from stdarg.h
livecodefraser
committed
058fc04
View commit details
Copy full SHA for 058fc04
View code at this point
Browse repository at this point
libfoundation: allow MCClamp() bounds & value with different types
peter-b
committed
c29e61a
View commit details
Copy full SHA for c29e61a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.