- Mar 07, 2011
-
-
Mark Olesen authored
-
- Mar 03, 2011
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- return the library basename without leading 'lib' or trailing '.so'
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Mar 02, 2011
-
-
andy authored
-
andy authored
-
-
sergio authored
-
mattijs authored
-
-
sergio authored
-
andy authored
-
andy authored
-
Mark Olesen authored
-
andy authored
-
andy authored
-
Mark Olesen authored
-
Mark Olesen authored
- syntax as per Bourne/Korn shell ${parameter:-defValue} If parameter is unset or null, the \c defValue is substituted. Otherwise, the value of parameter is substituted.
-
Mark Olesen authored
- eg, "$USER $(PWD) $USER" -> "username $(PWD) $USER" instead of "$USER $(PWD) $USER" -> "username $(PWD) username" this is noticable in some dynamicCode usages STYLE: consolidate all string expand code into stringOps
-
andy authored
-
andy authored
-
sergio authored
-
andy authored
-
andy authored
-
- Mar 01, 2011