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