aboutsummaryrefslogtreecommitdiff
path: root/ch5
ModeNameSize
-rw-r--r--5-01_getint-fixed.c1216logplain
-rw-r--r--5-02_getfloat.c1566logplain
-rw-r--r--5-03_strcatp.c1277logplain
-rw-r--r--5-04_strend.c860logplain
-rw-r--r--5-05_strn-funcs.c1818logplain
-rw-r--r--5-06_pointer-funcs.c3218logplain
-rw-r--r--5-07_readlines-v2.c2745logplain
-rw-r--r--5-08_error-checking.c2072logplain
-rw-r--r--5-09_yearday-pointers.c1824logplain
-rw-r--r--5-10_expr.c2018logplain
-rw-r--r--5-11_detab-remixed.c1236logplain
-rw-r--r--5-11_entab-remixed.c1785logplain
-rw-r--r--5-12_detab-spec.c1443logplain
-rw-r--r--5-12_entab-spec.c1613logplain
-rw-r--r--5-13_tail.c2466logplain
-rw-r--r--5-14_rsort.c3295logplain
-rw-r--r--5-15_sort-fold.c3865logplain
-rw-r--r--5-16_dir-order.c4395logplain
-rw-r--r--5-17_field-sort.c6591logplain
-rw-r--r--5-18_dcl-error-recovery.c3811logplain
-rw-r--r--5-19_undcl-no-redundant-parens.c2274logplain
-rw-r--r--5-20_expanded-dcl.c4995logplain
d>2-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.