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 }}
SannInnovations
/
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
libscript
src
on
develop
User selector
All users
All time
Commit history
Commits on Mar 13, 2015
Merge pull request #2067 from peter-b/lcbstdlib-math
Show description for 7ef8a4f
peter-b
committed
7ef8a4f
View commit details
Copy full SHA for 7ef8a4f
View code at this point
Browse repository at this point
com.livecode.math: Check function domain errors portably.
Show description for f58c8b7
peter-b
committed
f58c8b7
View commit details
Copy full SHA for f58c8b7
View code at this point
Browse repository at this point
[[ LCB Library ]] Update to use new return type syntax.
runrevmark
committed
11ff853
View commit details
Copy full SHA for 11ff853
View code at this point
Browse repository at this point
[[ LCB ]] Return type now 'returns ( <Type> | nothing )'.
Show description for 5f885e4
runrevmark
committed
5f885e4
View commit details
Copy full SHA for 5f885e4
View code at this point
Browse repository at this point
Merge pull request #2041 from peter-b/bugfix-14679
Show description for fdb9e97
peter-b
committed
fdb9e97
View commit details
Copy full SHA for fdb9e97
View code at this point
Browse repository at this point
Merge pull request #2038 from peter-b/bugfix-14889
Show description for 181207e
peter-b
committed
181207e
View commit details
Copy full SHA for 181207e
View code at this point
Browse repository at this point
com.livecode.list: Workaround for compiler bug 14931.
peter-b
committed
9f4ab59
View commit details
Copy full SHA for 9f4ab59
View code at this point
Browse repository at this point
Merge branch 'bugfix-14846-byte' into bugfix-14846
peter-b
committed
2afab31
View commit details
Copy full SHA for 2afab31
View code at this point
Browse repository at this point
Commits on Mar 12, 2015
[Bug 14681] com.livecode.math: Generate domain errors for arcsin and arcos
peter-b
committed
04d9c23
View commit details
Copy full SHA for 04d9c23
View code at this point
Browse repository at this point
[Bug 14678] com.livecode.math: Generate domain errors from log10() and ln()
peter-b
committed
c060890
View commit details
Copy full SHA for c060890
View code at this point
Browse repository at this point
[Bug 14679] com.livecode.math: Generate domain errors from pow().
peter-b
committed
4ec2b88
View commit details
Copy full SHA for 4ec2b88
View code at this point
Browse repository at this point
[Bug 14889] com.livecode.math: Emit errors when converting to base 10.
peter-b
committed
90dd992
View commit details
Copy full SHA for 90dd992
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
[Bug 14846] com.livecode.byte: Fix "(offset|index) of _ after _"
peter-b
committed
110c240
View commit details
Copy full SHA for 110c240
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
[Bug 14846] com.livecode.byte: Fix "offset" and "index"
peter-b
committed
e94b32e
View commit details
Copy full SHA for e94b32e
View code at this point
Browse repository at this point
[Bug 14846] com.livecode.binary: Fix "the empty data".
peter-b
committed
f46f63d
View commit details
Copy full SHA for f46f63d
View code at this point
Browse repository at this point
[Bug 14846] com.livecode.char: Fix "(offset|index) of _ (before|after) _"
peter-b
committed
6c98156
View commit details
Copy full SHA for 6c98156
View code at this point
Browse repository at this point
[Bug 14846] com.livecode.list: Fix "offset after" and "offset before"
peter-b
committed
f718e4b
View commit details
Copy full SHA for f718e4b
View code at this point
Browse repository at this point
[Bug 14846] com.livecode.list: Fix "index before" and "index after" syntax.
Show description for a8eb62b
peter-b
committed
a8eb62b
View commit details
Copy full SHA for a8eb62b
View code at this point
Browse repository at this point
[[ LCB ]] Fix incorrect module version calculation.
runrevmark
committed
80964a8
View commit details
Copy full SHA for 80964a8
View code at this point
Browse repository at this point
[[ LCB ]] Added explicit error throwing to MCScriptEnsureModuleIsUsable.
runrevmark
committed
eb01b7b
View commit details
Copy full SHA for eb01b7b
View code at this point
Browse repository at this point
[[ LCB ]] Improve MCScriptCreateModuleFromStream errors.
Show description for bbdf354
runrevmark
committed
bbdf354
View commit details
Copy full SHA for bbdf354
View code at this point
Browse repository at this point
[[ LCB ]] Add constant formalism for binary module format versioning.
runrevmark
committed
0ae0416
View commit details
Copy full SHA for 0ae0416
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Merge pull request #1948 from peter-b/bugfix-14630
Show description for c78960c
livecodefraser
committed
c78960c
View commit details
Copy full SHA for c78960c
View code at this point
Browse repository at this point
Merge pull request #2007 from peter-b/bugfix-14830
Show description for 530a32e
peter-b
committed
530a32e
View commit details
Copy full SHA for 530a32e
View code at this point
Browse repository at this point
[Bug 14846] com.livecode.char: Disable "(index|offset) of _ (before|after) _"
peter-b
committed
e3003d6
View commit details
Copy full SHA for e3003d6
View code at this point
Browse repository at this point
[Bug 14846] com.livecode.byte: Disable "(index|offset) of _ (before|after) _"
peter-b
committed
0070fe7
View commit details
Copy full SHA for 0070fe7
View code at this point
Browse repository at this point
[Bug 14846] com.livecode.list: Disable "(index|offset) of _ (before|after) _"
peter-b
committed
c3db713
View commit details
Copy full SHA for c3db713
View code at this point
Browse repository at this point
Merge pull request #1998 from peter-b/bugfix-14826
Show description for acc8528
livecodefraser
committed
acc8528
View commit details
Copy full SHA for acc8528
View code at this point
Browse repository at this point
Merge pull request #1990 from runrevmark/bugfix-14783
Show description for b913066
livecodefraser
committed
b913066
View commit details
Copy full SHA for b913066
View code at this point
Browse repository at this point
com.livecode.char: Add docs for "code of char _" etc.
peter-b
committed
ec3c3df
View commit details
Copy full SHA for ec3c3df
View code at this point
Browse repository at this point
com.livecode.char: Move "code of char _" etc from com.livecode.string.
peter-b
committed
3a4df62
View commit details
Copy full SHA for 3a4df62
View code at this point
Browse repository at this point
Commits on Mar 6, 2015
[Bug 14828] com.livecode.byte: Add "the code of _".
Show description for e79a8f5
peter-b
committed
e79a8f5
View commit details
Copy full SHA for e79a8f5
View code at this point
Browse repository at this point
[Bug 14828] com.livecode.byte: Add "the byte with code _".
Show description for 52c177a
peter-b
committed
52c177a
View commit details
Copy full SHA for 52c177a
View code at this point
Browse repository at this point
[Bug 14826] com.livecode.foreign: Error for nul in ZStringNative.
Show description for 4aa512d
peter-b
committed
4aa512d
View commit details
Copy full SHA for 4aa512d
View code at this point
Browse repository at this point
[Bug 14826] com.livecode.foreign: Error for nul in ZStringUTF16.
Show description for f3e9e3b
peter-b
committed
f3e9e3b
View commit details
Copy full SHA for f3e9e3b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.