summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2020-08-02 14:48:21 -0700
committerzlg <zlg@zlg.space>2020-08-02 14:48:21 -0700
commit5eb88e56e4238c81a5f209d4d2e0e131cc6e5098 (patch)
tree270714ddd42475ce1c5baa92026d5bf014c16a59 /COPYING
parenthelpers.sh: Add vgub, vgmulti, vgrand (diff)
downloadvgstash-0.3b5.tar.gz
vgstash-0.3b5.tar.bz2
vgstash-0.3b5.tar.xz
vgstash-0.3b5.zip
setup.py: Bump to 0.3b5 for PyPIv0.3b5
I took this opportunity to remove the 'json' in requires since it was breaking things.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
deletions'>-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!