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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
libc
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
2.6k
Code
Issues
113
Pull requests
63
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add various strcase* functions and getline
- #1130
#1130
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/libc:master
from
palfrey:strcase-various
palfrey/libc:strcase-various
Copy head branch name to clipboard
Nov 27, 2018
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Add various strcase* functions and getline
#1130
bors
merged 16 commits into
rust-lang:master
rust-lang/libc:master
from
palfrey:strcase-various
palfrey/libc:strcase-various
Copy head branch name to clipboard
Commits
Commits on Nov 20, 2018
Add strcase*
palfrey
committed
1c4e0de
View commit details
Copy full SHA for 1c4e0de
Browse repository at this point
Add getline
palfrey
committed
7eed4d0
View commit details
Copy full SHA for 7eed4d0
Browse repository at this point
Split out getline and strcasestr to supported platforms
palfrey
committed
9828bd9
View commit details
Copy full SHA for 9828bd9
Browse repository at this point
Define _WITH_GETLINE for FreeBSD so we can move getline into general Unix
palfrey
committed
9c6714e
View commit details
Copy full SHA for 9c6714e
Browse repository at this point
Commits on Nov 21, 2018
Fix missing imports for unix module
palfrey
committed
b81bb4a
View commit details
Copy full SHA for b81bb4a
Browse repository at this point
Fix line-length unix style issue
palfrey
committed
a145cf7
View commit details
Copy full SHA for a145cf7
Browse repository at this point
Merge branch 'master' into strcase-various
palfrey
committed
d931cd2
View commit details
Copy full SHA for d931cd2
Browse repository at this point
Split out strcase* into unix, MSVC and Windows-GNU
palfrey
committed
08eaa2c
View commit details
Copy full SHA for 08eaa2c
Browse repository at this point
Commits on Nov 23, 2018
Pull cfg_if! outside the extern
palfrey
committed
46f08b5
View commit details
Copy full SHA for 46f08b5
Browse repository at this point
strcase*: Add cloudabi support
palfrey
committed
b758037
View commit details
Copy full SHA for b758037
Browse repository at this point
strcase*: add redox support
palfrey
committed
d75fc9c
View commit details
Copy full SHA for d75fc9c
Browse repository at this point
Split out windows strcase* work into gnu/msvc files
palfrey
committed
cd6b95d
View commit details
Copy full SHA for cd6b95d
Browse repository at this point
Merge branch 'master' into strcase-various
palfrey
committed
75071fe
View commit details
Copy full SHA for 75071fe
Browse repository at this point
Commits on Nov 24, 2018
Download Docker images first as that seems to work better at least locally
palfrey
committed
b05e058
View commit details
Copy full SHA for b05e058
Browse repository at this point
Remove non-POSIX loop construct
palfrey
committed
9a04c39
View commit details
Copy full SHA for 9a04c39
Browse repository at this point
Commits on Nov 26, 2018
Remove hacky Travis workaround
palfrey
committed
0942070
View commit details
Copy full SHA for 0942070
Browse repository at this point
You can’t perform that action at this time.