aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2020-08-02 17:13:26 -0700
committerzlg <zlg@zlg.space>2020-08-02 17:13:26 -0700
commit8f19b23e853b285e22ddee02d4810d19575ae599 (patch)
treed6b283c51eff9760a20f4599c5ff25e42d0aa5c5 /scripts
parentREADME.md: Tidy up prose, rearrange milestones (diff)
downloadvgstash-8f19b23e853b285e22ddee02d4810d19575ae599.tar.gz
vgstash-8f19b23e853b285e22ddee02d4810d19575ae599.tar.bz2
vgstash-8f19b23e853b285e22ddee02d4810d19575ae599.tar.xz
vgstash-8f19b23e853b285e22ddee02d4810d19575ae599.zip
TODO.txt: remove distro-related packaging goal
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
> It was bugging me and the exercises are simple, so I pumped'em out. 2013-02-06Fix style issue and correct 1-24zlg1-4/+4 Escape sequences were being compared with the 'or' operator instead of the 'and' operator. If I had left it alone, every escape sequence would've borked it. 2013-02-06Solve Exercise 1-24: C syntax checkerzlg1-110/+122 I'm glad to be done with chapter 1. It feels like I'm starting to gain momentum. I'm certainly looking forward to using higher level constructs like switch(), which I think is available in Chapter 2. So far so good!