summaryrefslogtreecommitdiffabout
AgeCommit message (Expand)AuthorFilesLines
2010-06-29finished up str_match_all(); renamed to str_matches(); test for str_matches()...HEADmasterG. Clifford Williams1-5/+24
2010-06-28working skeleton for str_match_all()G. Clifford Williams3-8/+49
2010-06-22added shc_cmnd_snag() to grab the output from a command and throw it into an ...G. Clifford Williams3-10/+45
2010-06-10stub of array greping functionG. Clifford Williams3-1/+20
2010-03-17added char_conv.awkG. Clifford Williams2-0/+102
2009-10-03cleaned up str_capitalize() to remove FS referencesG. Clifford Williams1-4/+1
2009-10-02cleaned up some variable arrangements; double checked localization in strings...G. Clifford Williams1-7/+6
2009-10-02documentation for str_capitalize() updated to reflect last changeG. Clifford Williams1-2/+2
2009-10-02modified str_capitalize() to remove st_mode option since it can be inferred f...G. Clifford Williams2-10/+6
2009-10-02reordered functions in arrays.awkG. Clifford Williams1-15/+15
2009-10-02fixed over zealous matches to (i|I) in previous incrementor renaming (again)G. Clifford Williams1-1/+1
2009-10-02fixed over zealous matches to (i|I) in previous incrementor renamingG. Clifford Williams1-3/+3
2009-10-01fixed missing comma on 178 from merge backG. Clifford Williams1-1/+1
2009-10-01merge back from alt1 branchG. Clifford Williams3-67/+117
2009-10-01bland commitG. Clifford Williams1-13/+8
2009-10-01changed increment variable 'i' to 'st_i'G. Clifford Williams1-19/+13
2009-10-01changed incrementer variable 'i' to 'ar_i'G. Clifford Williams1-9/+9
2009-09-28(more) tests for str_repeat_to() and str_center()G. Clifford Williams2-27/+44
2009-09-28fixed loose conditional in str_repeat_to() and finished implementation of str...G. Clifford Williams1-9/+19
2009-09-28cleaned up str_repeat_to(); removed nested branching, added handling of 0 len...G. Clifford Williams2-12/+38
2009-09-25fixed (unknown) problem in str_repeat(); created str_repeat_to() and a skelet...X012732-4/+89
2009-09-25fixed some formatting (80 columns issues) and fixed an issue in shc_test.awk ...X012732-16/+3
2009-07-19fixed variable localization issue in st_squeeze()G. Clifford Williams1-1/+1
2009-07-15lifted Ben's str_repeat() implementation and added a test for it; fixed test ...G. Clifford Williams3-4/+28
2009-07-15Merge branch 'master' of gcw@git.secution.com:/usr/local/git/pub/cawklibG. Clifford Williams2-3/+14
2009-07-15implemented ary_choice() to return a random index value from arrays elementsG. Clifford Williams1-1/+18
2009-07-14renamed some variables to make them more consistentG. Clifford Williams2-3/+15
2009-07-14initial implementation of ary_width()G. Clifford Williams1-4/+16
2009-07-14corrected some misnamed variablesG. Clifford Williams1-4/+7
2009-07-14added print_error() and printf_error() for wrinting to fdesc 2 (stderror) usi...G. Clifford Williams1-16/+17
2009-07-13added alt_io.awkG. Clifford Williams2-1/+36
2009-07-11actually include the test fileG. Clifford Williams1-0/+112
2009-07-11modified documentation on functions in shc_test.awk to be a little more strai...G. Clifford Williams1-36/+31
2009-07-11implemented shc_test() and wrapper functions for various file test using the ...G. Clifford Williams3-1/+299
2009-07-07ary_length() and ary_length_test() implementedG. Clifford Williams2-0/+47
2009-07-07initial work done on stringsG. Clifford Williams3-2/+39
2009-07-07local variables added to prevent global name space spoilageG. Clifford Williams1-1/+1
2009-07-07working (but kludgey) str_squeeze()G. Clifford Williams1-8/+9
2009-07-07working on str_squeeze()G. Clifford Williams3-17/+51
2009-07-06working copy str_capitalize() that I'm finally pleased withG. Clifford Williams3-20/+26
2009-07-05interim checkint while working on mode 2 as a possibly more robust solution t...G. Clifford Williams3-8/+18
2009-07-05fixed an issue with regex chars needing to be escaped in st_capitalize() by m...G. Clifford Williams3-10/+9
2009-07-05worked around issue with memory fault for str_capitalize(); fixed stupid infi...G. Clifford Williams3-40/+45
2009-07-05str_capitalize() and str_capitalize_test() implemented but causing memory issuesG. Clifford Williams3-12/+39
2009-07-05more work on str_capitalize() almost thereG. Clifford Williams1-6/+8
2009-07-04initial work on str_capitalize()G. Clifford Williams1-6/+28
2009-07-04str_insert() and str_insert_test() implementedG. Clifford Williams4-9/+87
2009-07-04modifications to README to clarify what it is we're doing hereG. Clifford Williams1-1/+58
2009-07-04had forgotten to 'git add tests' beforeG. Clifford Williams2-0/+45
2009-07-04implemented str_reverse and str_reverse_test using substr() instead of split(...G. Clifford Williams1-0/+20