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
.
SacBase
/
Stdlib
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
19
Code
Issues
4
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
File module remove refcounting
- #238
#238
Open
tintin10q
wants to merge 9 commits into
SacBase:master
SacBase/Stdlib:master
from
tintin10q:File-Module-Remove_Refcounting
tintin10q/Stdlib:File-Module-Remove_Refcounting
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
File module remove refcounting
#238
tintin10q
wants to merge 9 commits into
SacBase:master
SacBase/Stdlib:master
from
tintin10q:File-Module-Remove_Refcounting
tintin10q/Stdlib:File-Module-Remove_Refcounting
Copy head branch name to clipboard
Commits
Commits on Jan 22, 2026
Remove refcounting from the File module and move all the implementations into one file.
tintin10q
committed
31bbb6f
View commit details
Copy full SHA for 31bbb6f
Browse repository at this point
Remove refcounting from the File module and move all the implementations into one file.
tintin10q
committed
6f30bd0
View commit details
Copy full SHA for 6f30bd0
Browse repository at this point
Remove unneeded linksign pragma
tintin10q
committed
a4922f5
View commit details
Copy full SHA for a4922f5
Browse repository at this point
Remove the fix for the header pragma to unfix it because we have to fix it better later
tintin10q
committed
aa24e7b
View commit details
Copy full SHA for aa24e7b
Browse repository at this point
Comment out #pragma header in File.sac
tintin10q
committed
2bd8d40
View commit details
Copy full SHA for 2bd8d40
Browse repository at this point
Commits on Jan 23, 2026
FFI was updated, not expects an array instead of varargs
Show description for 595b470
JordyAaldering
authored
595b470
View commit details
Copy full SHA for 595b470
Browse repository at this point
Merge branch 'master' into File-Module-Remove_Refcounting
JordyAaldering
authored
617fe8c
View commit details
Copy full SHA for 617fe8c
Browse repository at this point
Commits on Jan 24, 2026
Add overloaded versions of functions that used to return void. This way we stay backwards compatible, and we have the best of both words. Programmers can get the status code of operations if they w…
Show description for 9bbded1
tintin10q
committed
9bbded1
View commit details
Copy full SHA for 9bbded1
Browse repository at this point
Oops, one semicolon too many
JordyAaldering
authored
416717a
View commit details
Copy full SHA for 416717a
Browse repository at this point
You can’t perform that action at this time.