summaryrefslogtreecommitdiffstats
path: root/MDK/Common/String.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-164/+0
|
* use "our" instead of "use vars"Pascal Rigaux2005-05-271-4/+4
|
* - workaround bug in ocaml on ultrasparcPascal Rigaux2004-08-021-2/+12
| | | | | | (can't catch exception "Fatal error: out-of-bound access in array or string" in native code) - add begins_with in MDK::Common::String
* error should not be scalar refs anymorePascal Rigaux2004-04-021-1/+0
|
* perl_checker compliancePascal Rigaux2003-04-171-3/+2
|
* perl_checker is so right...Pascal Rigaux2003-04-111-1/+1
|
* to handle transparently the new die in DrakX needing to sendGuillaume Cottenceau2003-02-191-0/+1
| | | | | | | scalar-refs instead of scalars (to workaround perl bug breaking the utf8 flag for die with scalars), handle the case when err is a scalar ref, and deref it
* remove "Use of uninitialized value" in formatAlaTeXPascal Rigaux2003-01-311-1/+1
|
* make it perl_checker compliantPascal Rigaux2002-11-151-2/+2
|
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-4/+4
|
* - perl_checker: cleaner, more usable (via .perl_checker for -exclude's)Pascal Rigaux2002-07-311-1/+2
| | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules
* warp_text returns a join'ed string in scalar contextPascal Rigaux2002-02-141-1/+2
|
* remove "Uncaught exception from user code:", happens with "use diagnostics"Pascal Rigaux2001-09-101-1/+4
|
* - DataStructure::uniq : keep the orderPascal Rigaux2001-09-091-1/+1
| | | | | - String::warp_text : fixed
* (formatError): better handling if error is multi-linedPascal Rigaux2001-09-091-1/+1
|
* fix warp_stringPascal Rigaux2001-08-251-3/+5
|
* much doc addedPascal Rigaux2001-08-031-0/+58
|
* initial commitPascal Rigaux2001-07-241-0/+90