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