aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Collapse)Author
2023-01-21fix mac errorChris Boesch
2023-01-21the_end function addedChris Boesch
2023-01-21Merge pull request #167 from chrboesch/buildChris Boesch
trim of leading spaces added
2023-01-21trim of leading spaces addedChris Boesch
2023-01-21Update README.mdChris Boesch
2023-01-21Merge pull request #145 from dasimmet/check_output_lenChris Boesch
add check for trailing output characters
2023-01-21Merge pull request #166 from chrboesch/patchesChris Boesch
patches fixed
2023-01-21fixed patchesChris Boesch
2023-01-21Merge branch 'main' into check_output_lenChris Boesch
2023-01-21Merge pull request #165 from chrboesch/readmeChris Boesch
added note for async functions
2023-01-21added note for async functionsChris Boesch
2023-01-21Merge pull request #164 from chrboesch/asyncChris Boesch
disable the async excercises because of temporary not available in zig: https://github.com/ratfactor/ziglings/issues/163
2023-01-21disable the async excercises because of temporary not available in zigChris Boesch
compiler
2023-01-18Merge pull request #162 from rofrol/patch-3Chris Boesch
writen -> written
2023-01-17writen -> writtenRoman Frołow
2023-01-14Merge pull request #161 from chrboesch/readmeChris Boesch
changes from @typeInfo in Readme noted
2023-01-14changes from @typeInfo in Readme notedChris Boesch
2023-01-14Merge pull request #160 from chrboesch/typeinfoChris Boesch
patch because of a change in @typeInfo
2023-01-14patch because of a change in @typeInfoChris Boesch
2023-01-14Merge pull request #143 from kimshrier/exercise_060_f80Chris Boesch
Exercise 60: mention new float type f80 @kimshrier Thank you!
2023-01-14Merge branch 'main' into exercise_060_f80Chris Boesch
2023-01-14Merge pull request #159 from chrboesch/readmeChris Boesch
entered current zig version number in
2023-01-14entered current zig version numberChris Boesch
2023-01-14Merge pull request #158 from chrboesch/readmeChris Boesch
update readme for new ziglang version
2023-01-14update readme for new ziglang versionChris Boesch
2023-01-14Merge pull request #157 from chrboesch/e64Chris Boesch
fixed: https://github.com/ratfactor/ziglings/issues/156
2023-01-14fixed https://github.com/ratfactor/ziglings/issues/156Chris Boesch
2023-01-14Merge pull request #138 from fjebaker/mainChris Boesch
Exercise 82: typo and type fixes in comment
2023-01-12Merge pull request #155 from chrboesch/mainChris Boesch
Update README.md
2023-01-12Update README.mdChris Boesch
Added action item for interfaces
2023-01-12Merge pull request #154 from chrboesch/mainChris Boesch
Update 042_pointers4.zig
2023-01-12Update 042_pointers4.zigChris Boesch
https://github.com/ratfactor/ziglings/pull/122
2023-01-08Merge pull request #144 from phantom32-0/patch-1Chris Boesch
fix minor typo in contributing.md
2023-01-08Merge pull request #148 from lmbarros/patch-1Chris Boesch
Fix typo: "written", not "writen"
2022-12-29Fix typo: "written", not "writen"Leandro Motta Barros
2022-11-16output fixes to 16 and 19Tobias Simetsreiter
2022-11-16exit non zero on errorTobias Simetsreiter
2022-11-16exclude trailing newlines and spacesTobias Simetsreiter
2022-11-16add check for trailing output charactersTobias Simetsreiter
2022-11-15fix minor typo in contributing.mdErtuğrul Özdemir
2022-11-07Exercise 60: mention new float type f80Kim SHrier
2022-09-17typo and type fixes in commentFergus Baker
2022-09-10README tweaks and another ver bumpDave Gauer
2022-09-10Merge pull request #136 from SebastianAigner/fix-NativeTargetInfo-detect-paramDave Gauer
Remove parameter in call to NativeTargetInfo.detect
2022-09-09Remove parameter in call to NativeTargetInfo.detectSebastian Aigner
Compatibility with ziglang/zig@3ee01c14ee7ba42b484f15daeacb67da90a81c9e
2022-09-06Bump version for Ex 074 fix from upstream :-)Dave Gauer
2022-09-06Merge pull request #134 from BlueAlmost/bitreverse_commentDave Gauer
corrected @bitReverse for only 1 arg, instead of 2 args
2022-09-06Merge pull request #133 from DerTee/fix_typo_contributingDave Gauer
fix typo in contributing.md
2022-09-03corrected @bitReverse for only 1 arg, instead of 2 argsJames LeBlanc
2022-09-03fix typoDerTee