aboutsummaryrefslogtreecommitdiff
path: root/ch4
ModeNameSize
-rw-r--r--4-01_strrindex.c2563logplain
-rw-r--r--4-02_atof2.c2038logplain
-rw-r--r--4-03_calc-modulus.c3082logplain
-rw-r--r--4-04_top-swap.c3810logplain
-rw-r--r--4-05_math-funcs.c3987logplain
-rw-r--r--4-06_var-support.c5273logplain
-rw-r--r--4-07_ungets.c5126logplain
-rw-r--r--4-08_one-char.c5121logplain
-rw-r--r--4-09_pushed-eof.c5173logplain
-rw-r--r--4-10_getline-calc.c5598logplain
-rw-r--r--4-11_getop-v2.c4907logplain
-rw-r--r--4-12_recursive-itoa.c1650logplain
-rw-r--r--4-13_recursive-reverse.c914logplain
-rw-r--r--4-14_swap-macro.c671logplain
ogsubject'>Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 It used to point to a directory, which would then look for .vgstash.db. This behavior was kind of backwards and I don't remember why I did it that way. This change gives users more control over where they put their DB. Be sure to update your environment variable if you have it set! 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 Sourcing them in .bash_profile screws up login if they're set. 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 Loops and functions -- oh my, what a useful combination. :) 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5 Also correct a typo.