Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
fortran-lang
/
stdlib
Public
Notifications
You must be signed in to change notification settings
Fork
197
Star
1.2k
Code
Issues
260
Pull requests
30
Discussions
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
ac607f1
User selector
All users
Datepicker
All time
Commit History
Commits on May 25, 2021
added tests for slice function (with no include_last functionality)
aman-godara
committed
ac607f1
Copy full SHA for ac607f1
removed include_last functionality
aman-godara
committed
c7c1e48
Copy full SHA for c7c1e48
Commits on May 24, 2021
shifted slice from stdlib_ascii to stdlib_strings and modified module dependencies accordingly
aman-godara
committed
15827d2
Copy full SHA for 15827d2
forgot to change the dummy argument start to first
aman-godara
committed
1a5f78c
Copy full SHA for 1a5f78c
changed names from start to first and end to last
aman-godara
committed
0742ca0
Copy full SHA for 0742ca0
Commits on May 23, 2021
added module dependencies of stdlib_math for function slice in Makefile.manual
aman-godara
committed
e235bc4
Copy full SHA for e235bc4
implemented slice function for stdlib_ascii
aman-godara
committed
90eb9aa
Copy full SHA for 90eb9aa
Commits on May 22, 2021
changed to_title to to_sentence and implemented correct to_title (#407)
awvwgk
authored
1822e3f
Copy full SHA for 1822e3f
Commits on May 21, 2021
narrowed imports to string_type, to_title and to_sentence
Show description for 696af49
aman-godara
and
jvdp1
authored
696af49
Copy full SHA for 696af49
improved test case for to_title
aman-godara
committed
c85eb1a
Copy full SHA for c85eb1a
documented to_title and to_sentence in stdlib_ascii.md and stdlib_string_type.md
aman-godara
committed
35ca17e
Copy full SHA for 35ca17e
Commits on May 16, 2021
replaced "Elemental" with "elemental" in comments
Show description for 65b1121
aman-godara
and
jvdp1
authored
65b1121
Copy full SHA for 65b1121
added module dependency of stdlib_math on stdlib_kinds in src/Makefile.manual
aman-godara
committed
c495058
Copy full SHA for c495058
Commits on May 15, 2021
changed test cases as per the last commit
aman-godara
committed
2f5991f
Copy full SHA for 2f5991f
extended word identifying from is_alpha to is_alphanum
Show description for 745f62e
aman-godara
and
awvwgk
authored
745f62e
Copy full SHA for 745f62e
Commits on May 7, 2021
changed to_title to to_sentence, implemented correct to_title
aman-godara
committed
280ac09
Copy full SHA for 280ac09
Commits on May 1, 2021
Merge pull request #355 from Aman-Godara/develop_clip
Show description for 5f3e2f5
milancurcic
authored
5f3e2f5
Copy full SHA for 5f3e2f5
Merge pull request #359 from awvwgk/contributing
Show description for af9efe3
milancurcic
authored
af9efe3
Copy full SHA for af9efe3
Commits on Apr 26, 2021
update program name and fix indentation
milancurcic
committed
f4ffaa6
Copy full SHA for f4ffaa6
Commits on Apr 24, 2021
Add issue templates (#391)
Show description for 8228b94
awvwgk
and
LKedward
authored
8228b94
Copy full SHA for 8228b94
improved aesthetics of test_stdlib_math.f90 file
aman-godara
committed
fd684bd
Copy full SHA for fd684bd
removed wrapper test_clip, renamed test_math to test_stdlib_math
aman-godara
committed
542c024
Copy full SHA for 542c024
Commits on Apr 23, 2021
Add Intel compiler workflow for OSX (#367)
Show description for 274bd69
awvwgk
authored
274bd69
Copy full SHA for 274bd69
Commits on Apr 22, 2021
changed indentation, added empty line in .fypp file back, replaced compare with answer, improved test_math.f90
aman-godara
committed
d66cee2
Copy full SHA for d66cee2
Update CONTRIBUTING.md
milancurcic
authored
8a018c0
Copy full SHA for 8a018c0
removed auto-generation of empty line by .fypp file, updated stdlib_math.md
Show description for c3ae302
aman-godara
and
ivan-pi
authored
c3ae302
Copy full SHA for c3ae302
Commits on Apr 21, 2021
Fix separator in testing Makefile
awvwgk
committed
5987902
Copy full SHA for 5987902
Commits on Apr 19, 2021
Merge branch 'master' into develop_clip
aman-godara
authored
41247e2
Copy full SHA for 41247e2
Commits on Apr 18, 2021
Deleted test_math.fypp file from PR
aman-godara
authored
d17df5e
Copy full SHA for d17df5e
Updated PR as per the feedback received
aman-godara
committed
d6f9773
Copy full SHA for d6f9773
Summarize build toolchain workflow and implied rules (#360)
Show description for ac0f957
awvwgk
and
jvdp1
authored
ac0f957
Copy full SHA for ac0f957
Reword sentence to avoid tempus problematic
awvwgk
committed
eda1312
Copy full SHA for eda1312
Commits on Apr 17, 2021
Changed filenames (#388)
Show description for df514c9
wclodius2
authored
df514c9
Copy full SHA for df514c9
Implement starts_with and ends_with functions (#384)
awvwgk
authored
1cbb200
Copy full SHA for 1cbb200
Commits on Apr 11, 2021
move the note about xmax > xmin requirement to the arguments spec
milancurcic
committed
8922365
Copy full SHA for 8922365
Pagination
Previous
Next
You can’t perform that action at this time.