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
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 }}
stephane
/
libmodbus
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2k
Star
4.3k
Code
Issues
99
Pull requests
91
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix portable build of libmodbus (upstream)
- #793
#793
Open
jimklimov
wants to merge 20 commits into
stephane:master
stephane/libmodbus:master
from
jimklimov:fix-portable-build-upstream
jimklimov/libmodbus:fix-portable-build-upstream
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Fix portable build of libmodbus (upstream)
#793
jimklimov
wants to merge 20 commits into
stephane:master
stephane/libmodbus:master
from
jimklimov:fix-portable-build-upstream
jimklimov/libmodbus:fix-portable-build-upstream
Copy head branch name to clipboard
Commits
Commits on Jan 26, 2025
configure.ac: report if we would deliver static and/or shared library files
Show description for 650d783
jimklimov
committed
650d783
View commit details
Copy full SHA for 650d783
Browse repository at this point
configure.ac: pretty up AC_MSG_RESULT() for current PACKAGE $VERSION string length
Show description for 446c2c3
jimklimov
committed
446c2c3
View commit details
Copy full SHA for 446c2c3
Browse repository at this point
configure.ac: allow to --enable-Werror in test builds
Show description for 68791f5
jimklimov
committed
68791f5
View commit details
Copy full SHA for 68791f5
Browse repository at this point
src/modbus-tcp.c: fix setsockopt() argument type for WIN32 cross-builds (mingw)
Show description for 08cb12f
jimklimov
committed
08cb12f
View commit details
Copy full SHA for 08cb12f
Browse repository at this point
configure.ac, src/modbus-tcp.c: import fallback inet_pton() and inet_ntop() from NUT for cross-builds on WIN32 (mingw)
Show description for 63c6f2d
jimklimov
committed
63c6f2d
View commit details
Copy full SHA for 63c6f2d
Browse repository at this point
configure.ac: fix detection of netinet/ip.h on platforms where it requires netinet/in.h explicitly included first
Show description for c7dfb95
jimklimov
committed
c7dfb95
View commit details
Copy full SHA for c7dfb95
Browse repository at this point
README.md: clarify possible need for GNU make
Show description for 024d58b
jimklimov
committed
024d58b
View commit details
Copy full SHA for 024d58b
Browse repository at this point
GitIgnore src/stamp-h3
Show description for ca8b499
jimklimov
committed
ca8b499
View commit details
Copy full SHA for ca8b499
Browse repository at this point
src/modbus.c: _modbus_receive_msg(): printf("\n") to flush after angle-bracket debug printout
Show description for 9fa858e
jimklimov
committed
9fa858e
View commit details
Copy full SHA for 9fa858e
Browse repository at this point
src/modbus.c: _modbus_receive_msg(): if "ctx->backend->select" failed, report it as such (not as generic "select()")
Show description for 4d0a737
jimklimov
committed
4d0a737
View commit details
Copy full SHA for 4d0a737
Browse repository at this point
src/modbus.c: response_exception(): fflush() before and after vfprintf() to sync the output
Show description for 360c0ab
jimklimov
committed
360c0ab
View commit details
Copy full SHA for 360c0ab
Browse repository at this point
src/modbus-tcp.c: modbus_tcp_listen(): clarify failed TCP listener situations
Show description for cbf51f3
jimklimov
committed
cbf51f3
View commit details
Copy full SHA for cbf51f3
Browse repository at this point
configure.ac: auto-adjust _PKG_VER_SEPARATOR length to _PKG_VER_TITLE contents in the final report
Show description for 8641e87
jimklimov
committed
8641e87
View commit details
Copy full SHA for 8641e87
Browse repository at this point
configure.ac: fix order of AM_PROG_CC_C_O vs. AM_PROG_CC
Show description for 20d90a3
jimklimov
committed
20d90a3
View commit details
Copy full SHA for 20d90a3
Browse repository at this point
configure.ac: stub AM_SILENT_RULES on platforms that lack it
Show description for 73afcf8
jimklimov
committed
73afcf8
View commit details
Copy full SHA for 73afcf8
Browse repository at this point
Commits on Jan 27, 2025
configure.ac: use a fallback _PKG_VER_SEPARATOR if sed fails
Show description for 225ae04
jimklimov
committed
225ae04
View commit details
Copy full SHA for 225ae04
Browse repository at this point
Makefile.am: avoid AM_MAKEFLAGS values that confuse non-GNU make implementations
Show description for 4785f5f
jimklimov
committed
4785f5f
View commit details
Copy full SHA for 4785f5f
Browse repository at this point
configure.ac: stub AM_SILENT_RULES on platforms that lack it - and remove the old call
Show description for 1126701
jimklimov
committed
1126701
View commit details
Copy full SHA for 1126701
Browse repository at this point
Commits on Jan 28, 2025
README.md: document dependency of "make distcheck" on PAX-capable TAR tooling
Show description for da4a1f0
jimklimov
committed
da4a1f0
View commit details
Copy full SHA for da4a1f0
Browse repository at this point
Commits on Feb 10, 2026
Merge remote-tracking branch 'stephane/master' into fix-portable-build-upstream
Show description for 331d1a6
jimklimov
committed
331d1a6
View commit details
Copy full SHA for 331d1a6
Browse repository at this point
You can’t perform that action at this time.