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
Type
/
to 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 }}
ZargorNET
/
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
on
master
User selector
All users
All time
Commit history
Commits on Mar 30, 2021
os: add x64 mode for struct and raw read/write (#9512)
bstnbuck
authored
15d9f50
View commit details
Copy full SHA for 15d9f50
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
os: make os module handle large files (#9439)
bstnbuck
authored
69dff4b
View commit details
Copy full SHA for 69dff4b
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
builtin: add .vstring_literal and .vstring_literal_with_len for converting read only strings like os.args
spytheman
committed
b7c01db
View commit details
Copy full SHA for b7c01db
View code at this point
Browse repository at this point
builtin: fix leaks in `os.execute()` and `[]string{} == []string{}`
spytheman
committed
7f91b75
View commit details
Copy full SHA for 7f91b75
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
os: fix a leak in read_lines()
medvednikov
committed
a53aaaf
View commit details
Copy full SHA for a53aaaf
View code at this point
Browse repository at this point
Commits on Mar 20, 2021
all: deprecate write_str and replace it with write_string (#9369)
zakuro9715
authored
c8416f9
View commit details
Copy full SHA for c8416f9
View code at this point
Browse repository at this point
os: deprecate `os.File.write_bytes` and add `os.File.write_ptr` (#9370)
zakuro9715
authored
e3c0f30
View commit details
Copy full SHA for e3c0f30
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
os: deprecate read_at and add read_from to implement RandomReader (#9371)
zakuro9715
authored
29884fa
View commit details
Copy full SHA for 29884fa
View code at this point
Browse repository at this point
os: fix warning write_str -> write_string (#9368)
JalonSolov
authored
9ea88c0
View commit details
Copy full SHA for 9ea88c0
View code at this point
Browse repository at this point
net/os: deprecate write_str() in favor of write_string()
medvednikov
committed
bb79df9
View commit details
Copy full SHA for bb79df9
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
os: fix `v -cflags "-Werror" test vlib/os/`
spytheman
committed
b7a5fa7
View commit details
Copy full SHA for b7a5fa7
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
checker: fixed array cannot implicitly convert to fooptr (again) (#9302)
ntrel
authored
446631c
View commit details
Copy full SHA for 446631c
View code at this point
Browse repository at this point
os: simplify Process (remove chainability of Process method calls)
spytheman
committed
3951c35
View commit details
Copy full SHA for 3951c35
View code at this point
Browse repository at this point
Commits on Mar 14, 2021
all: implement reference receiver optimization for big structs (#9268)
yuyi98
authored
945769a
View commit details
Copy full SHA for 945769a
View code at this point
Browse repository at this point
builtin: fix `-d debug_realloc`, add realloc_data/3
spytheman
committed
125be84
View commit details
Copy full SHA for 125be84
View code at this point
Browse repository at this point
Commits on Mar 13, 2021
checker: do not allow direct initialization of builtin types (s := string{})
medvednikov
committed
2f18106
View commit details
Copy full SHA for 2f18106
View code at this point
Browse repository at this point
os: fix rmdir_all panic with hidden dirs (#9271)
Lukas Neubert
authored
fecf4a6
View commit details
Copy full SHA for fecf4a6
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
os: add missing '.exe' in os_test.v (#9269)
StunxFS
authored
90d942e
View commit details
Copy full SHA for 90d942e
View code at this point
Browse repository at this point
os: prevent os.exists_in_system_path() from panicing
spytheman
committed
def53fd
View commit details
Copy full SHA for def53fd
View code at this point
Browse repository at this point
os: fix os.cp_all, by making the dst folder, if it does not exist already
spytheman
committed
995db65
View commit details
Copy full SHA for 995db65
View code at this point
Browse repository at this point
Commits on Mar 10, 2021
os: add `(read|write)_raw[_at]` to File (#9171)
Gladear
authored
99abd46
View commit details
Copy full SHA for 99abd46
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
os: deprecate os.exec (returning ?os.Result), in favour of os.execute, which returns os.Result (#8974)
spytheman
authored
d7049ae
View commit details
Copy full SHA for d7049ae
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
fmt: write empty or blocks the same as empty fn bodies, empty structs, etc (#9136)
Lukas Neubert
authored
fdcfe39
View commit details
Copy full SHA for fdcfe39
View code at this point
Browse repository at this point
os.File: add .read_struct_at and .write_struct_at (#9114)
bartimusprimed
authored
ce92bf8
View commit details
Copy full SHA for ce92bf8
View code at this point
Browse repository at this point
Commits on Mar 5, 2021
os: update C apis used in os_android.c.v (#9134)
rcqls
authored
204f57d
View commit details
Copy full SHA for 204f57d
View code at this point
Browse repository at this point
checker: define missing C fn args & check C & JS args (#8770)
joe-conigliaro
authored
2d73411
View commit details
Copy full SHA for 2d73411
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
os: move file methods to vlib/os/file.c.v, document them, add new file.read_struct and file.write_struct and tests
spytheman
committed
5e0e44e
View commit details
Copy full SHA for 5e0e44e
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
all: bring back `panic(err.msg)` -> `panic(err)` (#9022)
spaceface777
authored
b712af5
View commit details
Copy full SHA for b712af5
View code at this point
Browse repository at this point
all: update repo to use the new error handling syntax (#8950)
spaceface777
authored
d63b7bc
View commit details
Copy full SHA for d63b7bc
View code at this point
Browse repository at this point
all: migrate to the new Option (p. 1) (#8924)
spaceface777
authored
b9a381f
View commit details
Copy full SHA for b9a381f
View code at this point
Browse repository at this point
Commits on Feb 27, 2021
os: fixes for os.input(), os.get_raw_stdin(), os.get_raw_line() in case of stdin EOF
spytheman
committed
20f9bdf
View commit details
Copy full SHA for 20f9bdf
View code at this point
Browse repository at this point
time: time.wait() => time.sleep()
medvednikov
committed
3a2d696
View commit details
Copy full SHA for 3a2d696
View code at this point
Browse repository at this point
os: tag some File methods that take voidptr as unsafe - write_bytes, write_bytes_at (#8985)
ntrel
authored
aed348f
View commit details
Copy full SHA for aed348f
View code at this point
Browse repository at this point
Commits on Feb 25, 2021
checker: disallow implicit conversion from fixed array to fooptr (#8823)
ntrel
authored
c03798e
View commit details
Copy full SHA for c03798e
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
ci: increase the timeout for test_os_process (false positives on macos)
spytheman
committed
fba28d2
View commit details
Copy full SHA for fba28d2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.