Pinned Loading
-
fortressforever/fortressforever
fortressforever/fortressforever PublicA Team Fortress mod on the Source Engine
-
d2itemreader
d2itemreader PublicC library for parsing items in Diablo II character/stash files
508 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
March 2025
Created 14 commits in 3 repositories
Created 1 repository
-
squeek502/windows-resource-cross-compiling
C
This contribution was made on Mar 18
Created a pull request in ziglang/zig that received 22 comments
Windows: Faster getenvW
and a standalone environment variable test
Inspired by #23265, I thought I'd try applying the same strategy to the Windows implementation. The strategy itself didn't end up having the same b…
+244
−26
lines changed
•
22
comments
Opened 3 other pull requests in 1 repository
ziglang/zig
1
open
2
merged
-
std.mem: Add
packedArrayByteLen
function (and use it)This contribution was made on Mar 30 -
Add test to ensure the BatBadBut mitigation handles trailing
.
and space safelyThis contribution was made on Mar 26 -
Trick the meson build system into thinking
zig rc
isrc.exe
This contribution was made on Mar 20
Reviewed 13 pull requests in 3 repositories
ziglang/zig
11 pull requests
-
std.mem: Add
packedArrayByteLen
function (and use it)This contribution was made on Mar 30 -
Add zig logo the the compiler binary on Windows
This contribution was made on Mar 28
-
std.fs: support
Lock.none
on WindowsThis contribution was made on Mar 26 -
Implement
if_nametoindex
for windowsThis contribution was made on Mar 26 -
support more process creation options on Windows
This contribution was made on Mar 25
-
lib/std/posix: test ftruncate via std.fs.File.setEndPos()
This contribution was made on Mar 25
-
Fix std.debug.dumpHex address offsets
This contribution was made on Mar 25
-
Windows: Faster
getenvW
and a standalone environment variable testThis contribution was made on Mar 22 -
std.fs: pread/pwrite on Windows reset seek position.
This contribution was made on Mar 20
-
feat(std/fs): add support to parse home directory from /etc/passwd
This contribution was made on Mar 19
-
enforce import/embed case sensitivity
This contribution was made on Mar 12
LadybirdBrowser/ladybird
1 pull request
-
LibWeb: Make named character reference tokenization more spec-compliant & efficient
This contribution was made on Mar 22
luvit/luvi
1 pull request
-
fix: add
no-module
to openssl static buildThis contribution was made on Mar 3
Created an issue in ziglang/zig that received 2 comments
What's the deal with =
in environment variable names?
Context: #23265 and #23272
Environment variable blocks on POSIX and Windows contain strings of the format name=value
, where the name cannot contain a
2
comments