summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* when debugging default is ../t.plPascal Rigaux2004-01-221-1/+1
* - sync perl_checker_fake_packages/{Glib,Gtk2}.pmPascal Rigaux2004-01-131-1/+5
* warn when there is a spaces only linePascal Rigaux2004-01-131-1/+4
* remove spaces from line with spaces only (less warning in pod2html)Pascal Rigaux2004-01-132-2/+2
* use a float to save the mtime since int overflows.Pascal Rigaux2004-01-136-10/+15
* filter perl keywordThierry Vignaud2004-01-132-4/+4
* add exceptions for some std perl keywords used in glib/gtk2 bindingThierry Vignaud2004-01-131-1/+1
* - simplify using operator "..."Pascal Rigaux2004-01-131-7/+2
* update to latest Glib and Gtk2 bindingsThierry Vignaud2004-01-122-125/+404
* ignore pod while parsing xs filesThierry Vignaud2004-01-121-1/+7
* perl_checker: entries in generated pot file are sorted by filesPascal Rigaux2004-01-095-16/+25
* perl_checker compliancePascal Rigaux2004-01-091-1/+1
* now allow ../../../xxx instead of ../../xxxPascal Rigaux2004-01-091-2/+5
* always print "can't find package" warning, even with restrict-to-filesPascal Rigaux2004-01-093-1/+3
* Failure must be always printedPascal Rigaux2004-01-091-1/+1
* check the name given to whereis_binary() doesn't contain a "/"Pascal Rigaux2004-01-071-0/+4
* add whereis_binary()Pascal Rigaux2004-01-073-3/+16
* add sqrt, atan2, cos, sinPascal Rigaux2004-01-061-3/+3
* fix reported position of variables in stringsPascal Rigaux2004-01-051-0/+2
* new snapshot (many perl_checker enhancements)Pascal Rigaux2004-01-052-2/+6
* warn when a PO: comment is not followed by N(...)Pascal Rigaux2004-01-051-0/+1
* handle \\$aPascal Rigaux2004-01-051-2/+2
* fix checking dropped value in some casesPascal Rigaux2004-01-051-1/+2
* perl_checker fixPascal Rigaux2004-01-051-1/+1
* use hash_ref() to check priority of the argumentsPascal Rigaux2004-01-053-23/+28
* check unused file-global my variablesPascal Rigaux2003-12-181-1/+2
* disallowPascal Rigaux2003-12-165-25/+51
* check the number of parameters given to N()Pascal Rigaux2003-12-162-11/+20
* nice error message instead of syntax error in: map { $_ } /re/ ? 1 : 2Pascal Rigaux2003-12-161-0/+1
* - drop internally operator "qw" by rewriting qw(...) into a list of stringsPascal Rigaux2003-12-163-5/+3
* - pop behaves just like shiftPascal Rigaux2003-12-162-3/+10
* fix checking value is dropped in tuplePascal Rigaux2003-12-161-1/+2
* "@hash{@l}" is ''. @hash{@l} .'', and not ''. @hash .'{'. @l .'}'Pascal Rigaux2003-12-161-3/+6
* handle __END__Pascal Rigaux2003-12-161-0/+1
* - add the tuple(...) contextPascal Rigaux2003-12-164-28/+54
* remove the stupid new ocaml warning Fragile_patPascal Rigaux2003-12-161-1/+1
* titi sucks? yes! reverting...Pascal Rigaux2003-12-161-3/+0
* prevent MDK::Common from breaking all gi codeThierry Vignaud2003-12-151-0/+3
* check what is on the left side of "xxx =~ s///"Pascal Rigaux2003-12-151-2/+8
* - check the context on left side of =~Pascal Rigaux2003-12-153-3/+8
* - specify the return context for N() and N_()Pascal Rigaux2003-12-151-1/+2
* allow to specify the return context of functions instead of always saying M_u...Pascal Rigaux2003-12-153-15/+17
* update "faking a normal lexbuf" code for new ocaml's parsing.mlPascal Rigaux2003-12-151-3/+3
* remove unusedPascal Rigaux2003-12-151-2/+0
* have a special debugging buildPascal Rigaux2003-12-155-4/+7
* - correctly handle "shift" with no parameter at toplevelPascal Rigaux2003-12-152-2/+4
* MDK::Common::File::cp_f() addedPascal Rigaux2003-11-282-3/+15
* 1.1.8-3mdkThierry Vignaud2003-11-181-1/+2
* don't internally keep \ for $ @ % { [Pascal Rigaux2003-11-181-1/+1
* substInFile: if file is a symlink, make sure it stays a symlinkGuillaume Cottenceau2003-11-172-1/+13