summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Compatibility with ksh.HEADmasterJulien Fontanet1-6/+47
2011-04-18New function + Tests of the arguments removed.Julien Fontanet1-67/+24
2011-04-18New functions: get_value() set_value() is_valid_var_name() join() ntimes()Julien Fontanet1-0/+103
2011-04-16Use the builtin capability for “match_re()” when available even when the ...Julien Fontanet1-1/+1
2011-04-16“have_feature()” now can properly tests commands.Julien Fontanet1-4/+4
2011-04-16New function: silence2()Julien Fontanet1-1/+18
2011-04-15New command: detach()Julien Fontanet1-0/+16
2011-04-15Use “is_bash()” instead of raw test.Julien Fontanet1-1/+1
2011-04-15New function: noccurences()Julien Fontanet1-0/+11
2011-04-14New function: “have_feature()” + “strlen()” use builtin variable subs...Julien Fontanet1-9/+29
2011-04-13Two new functions: is_bash() and strlen().Julien Fontanet2-11/+65
2011-04-11Properly handle null strings in “strstr()”.Julien Fontanet1-1/+3
2011-04-11Mispelling.Julien Fontanet1-1/+1
2011-04-11Two new basic but useful functions.Julien Fontanet1-1/+28
2011-02-03Instead of being undefined, “match_re” throws a fatal error when the shel...Julien Fontanet1-10/+18
2011-01-29Add an helper to change the verbose level + Add a switch to disable options p...Julien Fontanet1-10/+31
2011-01-29Try not to shadow commonly used variables in “read_lines()” and “split(...Julien Fontanet1-7/+15
2011-01-29Make the file more readable + More comments + Minor fix in “quote()”.Julien Fontanet1-25/+41
2011-01-28Use Bash's functionalities if available for performance.Julien Fontanet1-41/+79
2010-10-03Code simplification.Julien Fontanet1-10/+5
2010-09-24New function “quote” + GPL header.Julien Fontanet1-0/+29
2010-09-24Use “printf” instead of “echo” (fixes bugs when “-n” is involved).Julien Fontanet1-4/+4
2010-09-24Minor updates.Julien Fontanet1-2/+13
2010-09-24New function “subst”.Julien Fontanet1-1/+40
2010-09-14“split” function added.Julien Fontanet1-21/+39
2010-09-14Code simplification in “match”.Julien Fontanet1-8/+7
2010-09-14Coding style + “match” renamed to “match_re” + New function “match...Julien Fontanet1-9/+34
2010-09-14There is a new level of messages: notice.Julien Fontanet1-5/+24
2010-09-14Add missing file.Julien Fontanet1-0/+24
2010-09-14The library is now (un)installable.Julien Fontanet3-67/+112
2010-09-05Initial commit.Julien Fontanet3-0/+741