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 }}
pomcom
/
v
Public
forked from
vlang/v
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
v
vlib
os
os.v
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 28, 2022
os: minor optimization in os.v (#16791)
yuyi98
authored
b171102
View commit details
Copy full SHA for b171102
View code at this point
Browse repository at this point
Commits on Dec 26, 2022
os: fix `os.file_ext('/tmp/.gitignore')` previously returning '.gitignore' => it now returns '' (#16771)
yuyi98
authored
68883fc
View commit details
Copy full SHA for 68883fc
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
vfmt: change all '$expr' to '${expr}' (#16428)
yuyi98
authored
017ace6
View commit details
Copy full SHA for 017ace6
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
os,tools: add os.vtmp_dir()
Show description for f427a52
spytheman
committed
f427a52
View commit details
Copy full SHA for f427a52
View code at this point
Browse repository at this point
Commits on Oct 28, 2022
all: remove unnecessary IError() casts
medvednikov
committed
c6158e4
View commit details
Copy full SHA for c6158e4
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
os: cleanup APIs returning `!bool` to either return `!` or `bool` (#16111)
spytheman
authored
2083e6b
View commit details
Copy full SHA for 2083e6b
View code at this point
Browse repository at this point
Commits on Oct 16, 2022
ci: workaround for a VLS failing test, that stops symbol registration after the first `fn()! {`
spytheman
committed
78e9362
View commit details
Copy full SHA for 78e9362
View code at this point
Browse repository at this point
all: change optional to result of io (#16075)
yuyi98
authored
f6844e9
View commit details
Copy full SHA for f6844e9
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
os: rewrite os.walk and os.walk_with_context to use iteration, instead of recursion
spytheman
committed
a689641
View commit details
Copy full SHA for a689641
View code at this point
Browse repository at this point
os: small cleanup of needless r'\' usage
spytheman
committed
21917f5
View commit details
Copy full SHA for 21917f5
View code at this point
Browse repository at this point
Commits on Jul 8, 2022
os: restore the env TERMUX_VERSION based final resort for runtime auto detection of Termux
spytheman
committed
02d675a
View commit details
Copy full SHA for 02d675a
View code at this point
Browse repository at this point
Commits on Jul 7, 2022
android: provide more predictable logging, add comptime termux support (#14984)
larpon
authored
9f3b6e3
View commit details
Copy full SHA for 9f3b6e3
View code at this point
Browse repository at this point
Commits on Jul 1, 2022
os: detect termux more reliably
spytheman
committed
69d292e
View commit details
Copy full SHA for 69d292e
View code at this point
Browse repository at this point
v: support better separation of general Android vs Termux specific code (part 2)
spytheman
committed
b6b611a
View commit details
Copy full SHA for b6b611a
View code at this point
Browse repository at this point
v: support better separation of general Android vs Termux specific code (part 1)
spytheman
committed
30401e0
View commit details
Copy full SHA for 30401e0
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
os: add an optional "mode" parameter to os.mkdir and os.mkdir_all (#14887)
markus-oberhumer-forks
authored
74bb5ae
View commit details
Copy full SHA for 74bb5ae
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
os: fix `find_abs_path_of_executable` function (on Windows) (#14835)
Wertzui123
authored
587101a
View commit details
Copy full SHA for 587101a
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
os: fix file_ext function (#14566)
0x42656E
authored
e201665
View commit details
Copy full SHA for e201665
View code at this point
Browse repository at this point
Commits on May 18, 2022
os: add `fn user_names()` (#14424)
islonely
authored
a786c58
View commit details
Copy full SHA for a786c58
View code at this point
Browse repository at this point
Commits on May 16, 2022
os: fix is_abs_path function for Windows systems (#14397)
0x42656E
authored
cbb24d3
View commit details
Copy full SHA for cbb24d3
View code at this point
Browse repository at this point
Commits on May 13, 2022
fmt: remove space in front of ? and ! (#14366)
danieldaeschle
authored
d679146
View commit details
Copy full SHA for d679146
View code at this point
Browse repository at this point
Commits on May 11, 2022
szip: expose zip_folder (#14356)
larpon
authored
0ec1c8d
View commit details
Copy full SHA for 0ec1c8d
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
os: add behavior info to `is_dir_empty` documentation (#14110)
larpon
authored
506259a
View commit details
Copy full SHA for 506259a
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
os: small cleanup of function description (#14112)
Hunam6
authored
0374f02
View commit details
Copy full SHA for 0374f02
View code at this point
Browse repository at this point
os: add info about overwritten content to `write_file` (#14109)
larpon
authored
a1342e8
View commit details
Copy full SHA for a1342e8
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
os: implement os.config_dir() like in Go's UserConfigDir (#13893)
trufae
authored
af79c1e
View commit details
Copy full SHA for af79c1e
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
os: handle trailing backslash on windows path when quoting (#13705)
JalonSolov
authored
de2fc87
View commit details
Copy full SHA for de2fc87
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
all: replace "NB:" with "Note:" (docs/comments)
medvednikov
committed
36ec47c
View commit details
Copy full SHA for 36ec47c
View code at this point
Browse repository at this point
Commits on Feb 13, 2022
os: allow using XDG_CACHE_HOME for choosing the folder returned by `os.cache_dir()` on windows too
spytheman
committed
bad30bd
View commit details
Copy full SHA for bad30bd
View code at this point
Browse repository at this point
Commits on Feb 11, 2022
builtin: change IError `msg` and `code` to methods + fix vlib, add a deprecation notice for the old usages (#13041)
timbasel
authored
9d0a594
View commit details
Copy full SHA for 9d0a594
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
os: add an .exit_code field to os.Command (#13321)
Show description for f3683b7
3 people
authored
f3683b7
View commit details
Copy full SHA for f3683b7
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
os: add os.quoted_path/1, use it consistently for running V itself
spytheman
committed
fa6f7d4
View commit details
Copy full SHA for fa6f7d4
View code at this point
Browse repository at this point
Commits on Jan 4, 2022
all: update copyright year
medvednikov
committed
59ed4be
View commit details
Copy full SHA for 59ed4be
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
ci: fix `v -b js vlib/builtin/js/array_test.js.v`
spytheman
committed
5e82885
View commit details
Copy full SHA for 5e82885
View code at this point
Browse repository at this point
os: re-add the leak in os.join_path (the `os.join_path(x, ...arr)` case should be handled by V). Add a memleak free os.join_path_single version.
spytheman
committed
7a0dc60
View commit details
Copy full SHA for 7a0dc60
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.