| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-23 | Add patch. | Alex McHugh | 1 | -8/+8 | |
| 2024-06-17 | Fixes because of a new Zig version, which changes some functions. | Chris Boesch | 2 | -19/+122 | |
| 2024-05-10 | Nobody wants the long version of finding out if a variable is set. | Chris Boesch | 1 | -7/+6 | |
| So switched to the short version with 'orelse'. ;) | |||||
| 2024-05-05 | Fix patches for 106 and 107 | Chris Boesch | 2 | -14/+14 | |
| 2024-04-10 | Additional timer in thread start added | Chris Boesch | 1 | -2/+2 | |
| 2024-04-10 | Greater gradation of timers built into the threads | Chris Boesch | 1 | -2/+2 | |
| 2024-03-27 | added format parameter {d} | Alan CHUNG | 2 | -5/+5 | |
| 2024-03-27 | 106 & 107 | Alan CHUNG | 2 | -14/+36 | |
| 2024-03-26 | Pass CI test locally | Alan CHUNG | 1 | -0/+0 | |
| 2024-03-26 | specify directory on patch file 106 | Alan CHUNG | 1 | -0/+0 | |
| 2024-03-26 | specify directory on patch file 106 | Alan CHUNG | 1 | -0/+0 | |
| 2024-03-26 | remove header of patch files of 106 | Alan CHUNG | 1 | -0/+0 | |
| 2024-03-26 | 106_files.patches actual | Alan CHUNG | 1 | -0/+0 | |
| 2024-03-25 | add patch files for 106_files.zig | Alan CHUNG | 1 | -0/+0 | |
| 2024-03-23 | Added second threading exercise. | Chris Boesch | 1 | -0/+13 | |
| 2024-03-14 | Improved the explanation about passing arguments and added an example. | Chris Boesch | 1 | -3/+3 | |
| 2024-03-05 | Added threading exercise | Chris Boesch | 1 | -0/+17 | |
| 2024-02-28 | Added notes to exercise 94 c_math. | Chris Boesch | 1 | -3/+3 | |
| 2023-11-21 | Fixed patch hunk | Chris Boesch | 1 | -3/+3 | |
| 2023-11-21 | Converted var to const if there is no mutation in var. | Chris Boesch | 4 | -16/+16 | |
| This is checked from compiler version 0.12.0-dev.1664 | |||||
| 2023-11-06 | Change the task so that the exercise contains two errors again. | Chris Boesch | 1 | -6/+6 | |
| 2023-10-22 | fixed typos | Chris Boesch | 2 | -6/+6 | |
| 2023-10-05 | changed tokenize to tokenizeAny | Chris Boesch | 1 | -12/+3 | |
| 2023-10-05 | fixed broken patch 103 | Chris Boesch | 1 | -3/+12 | |
| 2023-10-05 | changed the patch files that we can also use them with busybox for testing ↵ | Chris Boesch | 107 | -680/+1606 | |
| in Woodpecker | |||||
| 2023-10-04 | added woodpecker integration | Chris Boesch | 1 | -1/+1 | |
| 2023-08-27 | Fixed some broken patches | Chris Boesch | 2 | -2/+2 | |
| 2023-08-27 | Add example for Unicode Code point literal > 255 | Juergen Hoetzel | 1 | -1/+1 | |
| Only Basic Latin and Latin-1 Supplement code points fit into a single byte. | |||||
| 2023-08-17 | changed struct name 'class' into 'role' | Chris Boesch | 1 | -2/+2 | |
| 2023-08-02 | changed struct name 'class' into 'role' | Chris Boesch | 1 | -1/+1 | |
| 2023-06-26 | Revised exercises due to the changes of Zig version 0.11.0-dev.3853 | Chris Boesch | 2 | -2/+2 | |
| 2023-06-26 | First tokenization exerice. | Chris Boesch | 1 | -0/+4 | |
| 2023-06-22 | Merge branch 'main' into refactor-var-to-const | lording | 1 | -2/+2 | |
| 2023-06-22 | var to const when posssible | lording | 4 | -8/+8 | |
| 2023-06-22 | Fix broken builtin name in exercise 36 | lording | 1 | -2/+2 | |
| 2023-06-10 | Fixed description of @addWithOverflow | Chris Boesch | 1 | -2/+2 | |
| 2023-05-15 | Added testing exercise. | Chris Boesch | 1 | -0/+8 | |
| 2023-05-02 | Added Ex 101 "for loops part 5" (Closes #271) | Dave Gauer | 1 | -0/+4 | |
| Also gave a shot at explaining data-oriented design, a Zig "hot topic" ever since the red Hawaiian shirt talk(s). | |||||
| 2023-04-30 | Added Ex. 100 fourth for (as foretold in #261) | Dave Gauer | 1 | -0/+4 | |
| 2023-04-30 | Renamed 095 to "for3" to match feature sequence | Dave Gauer | 1 | -0/+0 | |
| So 100 will be the next in line. | |||||
| 2023-04-30 | Updating 095 patch to match, natch! | Dave Gauer | 1 | -1/+1 | |
| 2023-04-29 | eowyn.sh: remove checking formatting one file at a time | Manlio Perillo | 1 | -6/+1 | |
| This avoids unnecessary output. Also remove the comment, since the message to stdout makes it unnecessary. | |||||
| 2023-04-25 | Version number added. | Chris Boesch | 1 | -0/+3 | |
| 2023-04-25 | Added a loop for the formatting test, so we can see where errors happen. | Chris Boesch | 1 | -1/+6 | |
| 2023-04-25 | eowyn.sh: set the -e option | Manlio Perillo | 1 | -1/+2 | |
| Currently, `zig fmt` exit status is ignored, making it useless. Ensure that the script terminates early if there is an error. Print a message to stdout before executing `zig fmt`, in order to make the possible error more visible. | |||||
| 2023-04-25 | eowyn: always quote variables | Manlio Perillo | 1 | -7/+6 | |
| Quote all the variables, even though we know that it is safe. Fix coding style. | |||||
| 2023-04-23 | Ex 099 format instructions to 65 columns, wording, examples | Dave Gauer | 1 | -2/+1 | |
| 2023-04-19 | Merge pull request #247 from chrboesch/formatting | Chris Boesch | 1 | -0/+5 | |
| added first formatting exercise | |||||
| 2023-04-19 | added first formatting exercise | Chris Boesch | 1 | -0/+5 | |
| 2023-04-18 | Ensure the patches are up-to-date and consistent | Manlio Perillo | 13 | -71/+42 | |
| Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format. | |||||
