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 }}
Dnicx
/
SDL
Public
forked from
libsdl-org/SDL
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
SDL
src
stdlib
on
SDL2
User selector
All users
All time
Commit history
Commits on Aug 10, 2023
Fix overflow when doing SDL_sscanf("%hd", ...)
Show description for 10135b2
madebr
authored and
slouken
committed
10135b2
View commit details
Copy full SHA for 10135b2
View code at this point
Browse repository at this point
Commits on Jul 6, 2023
Fixed %p formatting when there is following text
Show description for 3054c0d
slouken
committed
3054c0d
View commit details
Copy full SHA for 3054c0d
View code at this point
Browse repository at this point
Do a full UCS4 zero termination on iconv converted strings
Show description for 52d63ba
slouken
committed
52d63ba
View commit details
Copy full SHA for 52d63ba
View code at this point
Browse repository at this point
Fixed printf formatting for "%p" and added a unit test to check it
Show description for 1ab452f
slouken
committed
1ab452f
View commit details
Copy full SHA for 1ab452f
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
Don't bother re-encoding Latin1 characters in the ASCII range
Show description for 4700fbc
slouken
committed
4700fbc
View commit details
Copy full SHA for 4700fbc
View code at this point
Browse repository at this point
Always allocate zt in output of SDL_iconv_string()
Show description for 2660da6
eloj
authored and
slouken
committed
2660da6
View commit details
Copy full SHA for 2660da6
View code at this point
Browse repository at this point
Fixed SDL_iconv_string() truncation when handling SDL_ICONV_E2BIG
Show description for 7c86d96
slouken
committed
7c86d96
View commit details
Copy full SHA for 7c86d96
View code at this point
Browse repository at this point
fix MSVC build error.
sezero
committed
a1dea11
View commit details
Copy full SHA for a1dea11
View code at this point
Browse repository at this point
Only convert the result of XLookupString() if it's not already UTF-8
Show description for bfef7c3
slouken
committed
bfef7c3
View commit details
Copy full SHA for bfef7c3
View code at this point
Browse repository at this point
Commits on May 26, 2023
Added support for printing wide strings using "%ls" syntax
Show description for 7308325
slouken
committed
7308325
View commit details
Copy full SHA for 7308325
View code at this point
Browse repository at this point
Commits on May 23, 2023
Updated source to match SDL function prototype style
slouken
committed
3f1fd5a
View commit details
Copy full SHA for 3f1fd5a
View code at this point
Browse repository at this point
Commits on Mar 27, 2023
Implement _intel_fast_(memcpy|memset)
Show description for d1dc195
madebr
committed
d1dc195
View commit details
Copy full SHA for d1dc195
View code at this point
Browse repository at this point
Commits on Feb 26, 2023
USE_DEV_RANDOM close the file descriptor even in the rare case it can't read it
devnexen
authored and
sezero
committed
0c7346e
View commit details
Copy full SHA for 0c7346e
View code at this point
Browse repository at this point
Commits on Feb 10, 2023
Backport simplify flags PR #7220
1bsyl
authored and
slouken
committed
17515f4
View commit details
Copy full SHA for 17515f4
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Updated copyright for 2023
slouken
committed
0479df5
View commit details
Copy full SHA for 0479df5
View code at this point
Browse repository at this point
Commits on Dec 1, 2022
Clang-Tidy fixes (#6725)
Show description for d0bbfdb
FtZPetruska
authored and
slouken
committed
d0bbfdb
View commit details
Copy full SHA for d0bbfdb
View code at this point
Browse repository at this point
restore SDL_malloc.c original formatting.
Show description for b067ab9
sezero
authored and
slouken
committed
b067ab9
View commit details
Copy full SHA for b067ab9
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Update for SDL3 coding style (#6717)
Show description for b8d85c6
slouken
committed
b8d85c6
View commit details
Copy full SHA for b8d85c6
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Cleanup add brace (#6545)
Show description for fb0ce37
1bsyl
authored and
slouken
committed
fb0ce37
View commit details
Copy full SHA for fb0ce37
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Don't compare pointer against '0', but NULL
1bsyl
committed
cd0d5a5
View commit details
Copy full SHA for cd0d5a5
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
Don't compare pointer against '0', but NULL
1bsyl
committed
ce5da5d
View commit details
Copy full SHA for ce5da5d
View code at this point
Browse repository at this point
Fixes made in response to running a static code analyzer under MS Windows.
Show description for ec58a81
ulatekh
authored and
icculus
committed
ec58a81
View commit details
Copy full SHA for ec58a81
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
Fixed release build using clang on Windows
slouken
committed
02ab7f3
View commit details
Copy full SHA for 02ab7f3
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
Added SDL_strcasestr() for a case insensitive version of SDL_strstr()
slouken
committed
297ecb7
View commit details
Copy full SHA for 297ecb7
View code at this point
Browse repository at this point
Commits on Oct 22, 2022
On x86, pass -nodefaultlib to linker when wanting to avoid the C library
madebr
authored and
slouken
committed
c3b1334
View commit details
Copy full SHA for c3b1334
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
SDL_malloc.c: fix variable 'used' set but not used
Show description for b51a88a
madebr
committed
b51a88a
View commit details
Copy full SHA for b51a88a
View code at this point
Browse repository at this point
SDL_mslibc.c: fix unknown pragma ignored [-Wunknown-pragmas]
Show description for 5c150dd
madebr
committed
5c150dd
View commit details
Copy full SHA for 5c150dd
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
Use the right kind of 0
slouken
committed
dc2a682
View commit details
Copy full SHA for dc2a682
View code at this point
Browse repository at this point
Fixed build on RISC OS
slouken
committed
2461930
View commit details
Copy full SHA for 2461930
View code at this point
Browse repository at this point
fix build failure after commit 2a8d00634ddf if strtod isn't available.
sezero
committed
887ae0c
View commit details
Copy full SHA for 887ae0c
View code at this point
Browse repository at this point
Fixed scanning a negative number as an unsigned value
Show description for 2a8d006
slouken
committed
2a8d006
View commit details
Copy full SHA for 2a8d006
View code at this point
Browse repository at this point
SDL_vsscanf: fix an uninitialized warning
sezero
committed
3f5c466
View commit details
Copy full SHA for 3f5c466
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
Implemented size_t format specifiers for SDL_snprintf() and SDL_sscanf()
Show description for 216e3f1
slouken
committed
216e3f1
View commit details
Copy full SHA for 216e3f1
View code at this point
Browse repository at this point
Commits on Sep 17, 2022
Vita: restore sceClibMemcmp
isage
authored and
slouken
committed
7115ceb
View commit details
Copy full SHA for 7115ceb
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
Fixed potential uninitialized variable usage
slouken
committed
67cb387
View commit details
Copy full SHA for 67cb387
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.