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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
stepcode
/
stepcode
Public
Notifications
You must be signed in to change notification settings
Fork
131
Star
513
Code
Issues
66
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
stepcode
src
express
error.c
on
develop
User selector
All users
All time
Commit history
Commits on Jul 25, 2026
Clear some build warnings
starseeker
committed
bf80813
View commit details
Copy full SHA for bf80813
View code at this point
Browse repository at this point
Commits on Dec 5, 2025
Fix legacy C style warnings - add void to parameterless function declarations
Show description for 6cbc18b
Copilot
and
starseeker
committed
6cbc18b
View commit details
Copy full SHA for 6cbc18b
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Remove base library from stepcode
Show description for 7dbda20
starseeker
authored and
cshorler
committed
7dbda20
View commit details
Copy full SHA for 7dbda20
View code at this point
Browse repository at this point
Commits on Jun 11, 2022
sc_cf.h -> config.h
Show description for 97c3d19
starseeker
authored and
cshorler
committed
97c3d19
View commit details
Copy full SHA for 97c3d19
View code at this point
Browse repository at this point
Commits on Aug 4, 2021
Reverting develop back to commit 548fd82ad7ec37301fd
starseeker
committed
4f20f39
View commit details
Copy full SHA for 4f20f39
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Update formatting with astyle - use K&R
starseeker
committed
93cb422
View commit details
Copy full SHA for 93cb422
View code at this point
Browse repository at this point
Commits on Jul 22, 2020
rework ERROR handling
cshorler
committed
68d0e7b
View commit details
Copy full SHA for 68d0e7b
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
clean up includes, use <> for C standard library and "" for stepcode headers
cshorler
committed
d6d7aee
View commit details
Copy full SHA for d6d7aee
View code at this point
Browse repository at this point
move allocator functionality to one module to enable easier testing
cshorler
committed
4a71f48
View commit details
Copy full SHA for 4a71f48
View code at this point
Browse repository at this point
move all allocator setup to new memory.c (initially just for tests)
cshorler
committed
3c785b4
View commit details
Copy full SHA for 3c785b4
View code at this point
Browse repository at this point
rename everything with MEM prefix to ALLOC prefix and fix includes
cshorler
committed
7e192a4
View commit details
Copy full SHA for 7e192a4
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
cleanup error.h, migrate error.c to use stdarg.h
cshorler
committed
ce88e63
View commit details
Copy full SHA for ce88e63
View code at this point
Browse repository at this point
drop the Generic typedef
cshorler
committed
e934fa2
View commit details
Copy full SHA for e934fa2
View code at this point
Browse repository at this point
drop macro streq
cshorler
committed
fd77902
View commit details
Copy full SHA for fd77902
View code at this point
Browse repository at this point
MSVC doesn't correctly implement snprintf or vsnprintf until VS2015
cshorler
committed
7e46389
View commit details
Copy full SHA for 7e46389
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
express/error.c: Ensure the error buffer does not overflow
Show description for 0d2e791
jepler
committed
0d2e791
View commit details
Copy full SHA for 0d2e791
View code at this point
Browse repository at this point
Commits on Mar 1, 2014
move some functions from express.[ch] to info.[ch]
mpictor
committed
6092c9b
View commit details
Copy full SHA for 6092c9b
View code at this point
Browse repository at this point
use 'const char *' for filename
mpictor
committed
0b16a41
View commit details
Copy full SHA for 0b16a41
View code at this point
Browse repository at this point
Commits on Sep 15, 2013
number each error or warning printed by the parser
mpictor
committed
cd530f1
View commit details
Copy full SHA for cd530f1
View code at this point
Browse repository at this point
cleanup
mpictor
committed
4dc506d
View commit details
Copy full SHA for 4dc506d
View code at this point
Browse repository at this point
comparison between signed and unsigned
mpictor
committed
8f3cba0
View commit details
Copy full SHA for 8f3cba0
View code at this point
Browse repository at this point
comparison always true [-Wtype-limits]
mpictor
committed
9608c0c
View commit details
Copy full SHA for 9608c0c
View code at this point
Browse repository at this point
unused variable warnings, wrong type for array subscript
mpictor
committed
3b8622e
View commit details
Copy full SHA for 3b8622e
View code at this point
Browse repository at this point
Wshadow warnings in src/express
mpictor
committed
17b0647
View commit details
Copy full SHA for 17b0647
View code at this point
Browse repository at this point
Commits on Sep 5, 2013
Replace LISTadd macro with LISTadd_last
Show description for c4bc306
mpictor
committed
c4bc306
View commit details
Copy full SHA for c4bc306
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
Reducing the scope of variables
keshashah
authored and
mpictor
committed
cc906fc
View commit details
Copy full SHA for cc906fc
View code at this point
Browse repository at this point
Commits on Jul 21, 2013
cleanup, make it possible to print libexpress option help from external code
mpictor
committed
2b783b7
View commit details
Copy full SHA for 2b783b7
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
changes due to running astyle
mpictor
committed
9065851
View commit details
Copy full SHA for 9065851
View code at this point
Browse repository at this point
replace all references to SCL with SC in CMake files and code
mpictor
committed
5fa4b17
View commit details
Copy full SHA for 5fa4b17
View code at this point
Browse repository at this point
Commits on Mar 5, 2013
Make a stab at merging master and brlcad. Not properly working yet, need to remove some files, etc.
starseeker
committed
784363b
View commit details
Copy full SHA for 784363b
View code at this point
Browse repository at this point
Commits on Jul 5, 2012
remove unportable/unnecessary calls to unistd.h pause used after certain errors to allow attaching debugger
Nicholas Reed
committed
58f3cb8
View commit details
Copy full SHA for 58f3cb8
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
add fedex_plus/express memory cleanup function; SCL git f5d0cc5
Nicholas Reed
committed
205debf
View commit details
Copy full SHA for 205debf
View code at this point
Browse repository at this point
Commits on Jun 13, 2012
use scl_memmgr in express; SCL git 82c84e7 and 4d6d249
Nicholas Reed
committed
885828c
View commit details
Copy full SHA for 885828c
View code at this point
Browse repository at this point
Commits on Jun 7, 2012
warning fixes from SCL git 166425a and dcdd77a
Nicholas Reed
committed
92ed625
View commit details
Copy full SHA for 92ed625
View code at this point
Browse repository at this point
Commits on May 10, 2012
Fix and doxify comments, plus misc cleanup. SCL git 3e8c116, 5dc0439, 5d36b32, and 65791a2.
Nicholas Reed
committed
1ed73e8
View commit details
Copy full SHA for 1ed73e8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.