Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - deprecate "open F, ..." prefering "open(my $F, ...)" | Pascal Rigaux | 2004-04-28 | 3 | -15/+27 | |
| | | | | | - fix an internal_error | |||||
* | test with local fake_packages | Pascal Rigaux | 2004-04-28 | 1 | -0/+1 | |
| | ||||||
* | Clean up pod2html temp files | Rafael Garcia-Suarez | 2004-04-28 | 1 | -0/+1 | |
| | ||||||
* | handle: -e "foo" && -f _ | Pascal Rigaux | 2004-04-28 | 1 | -0/+1 | |
| | ||||||
* | allow | Pascal Rigaux | 2004-04-28 | 1 | -1/+1 | |
| | | | | | | | | | my ($a, $b,); since it can be useful in: my ($a, # dqsdsq $b, # qdfqsdf ) = @_; | |||||
* | - do check_simple_pattern() directly in from_PATTERN() | Pascal Rigaux | 2004-04-28 | 2 | -10/+12 | |
| | | | | | - don't die, log instead for some regexp expressions | |||||
* | no more internal_error "from_qw_raw" (which doesn't tell much about where it ↵ | Pascal Rigaux | 2004-04-28 | 1 | -6/+39 | |
| | | | | goes wrong) | |||||
* | handle "use Foo X.X" (where X.X is a version number requested) | Pascal Rigaux | 2004-04-09 | 1 | -1/+5 | |
| | ||||||
* | generate perl_checker.html | Pascal Rigaux | 2004-04-07 | 1 | -1/+1 | |
| | ||||||
* | cleanup perl_checker.html | Pascal Rigaux | 2004-04-07 | 1 | -1/+1 | |
| | ||||||
* | log more stuff for 1.1.11-4mdk | Thierry Vignaud | 2004-04-07 | 1 | -2/+13 | |
| | ||||||
* | add perl_checker.html | Pascal Rigaux | 2004-04-05 | 4 | -2/+163 | |
| | ||||||
* | use local perl_checker | Pascal Rigaux | 2004-04-05 | 1 | -1/+1 | |
| | ||||||
* | 1.1.11-4mdk | Thierry Vignaud | 2004-04-05 | 1 | -1/+4 | |
| | ||||||
* | provide Gnome2::Vte fake package too (thus enabling to kill one warning in | Thierry Vignaud | 2004-04-05 | 1 | -0/+72 | |
| | | | | | drakconsole) | |||||
* | provide Gnome2 fake package too | Thierry Vignaud | 2004-04-05 | 1 | -0/+641 | |
| | ||||||
* | resync with Glib/Gtk2 1.040 | Thierry Vignaud | 2004-04-05 | 2 | -154/+772 | |
| | ||||||
* | error should not be scalar refs anymore | Pascal Rigaux | 2004-04-02 | 1 | -1/+0 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2004-04-01 | 1 | -1/+2 | |
| | ||||||
* | fix warning (would also need fixing detecting of boolean context vs scalar | Pascal Rigaux | 2004-03-31 | 1 | -1/+1 | |
| | | | | | context) | |||||
* | add tests for perl_checker | Pascal Rigaux | 2004-03-31 | 13 | -0/+380 | |
| | ||||||
* | cp_af() now handles devices (block and character) | Pascal Rigaux | 2004-03-31 | 1 | -1/+1 | |
| | ||||||
* | in "$a ? $a : xxx", "xxx" can need short circuit | Pascal Rigaux | 2004-03-31 | 1 | -1/+1 | |
| | | | | | (even if i don't think any value which is_a_scalar can need_short_circuit) | |||||
* | - turn some errors to warnings | Pascal Rigaux | 2004-03-31 | 1 | -4/+4 | |
| | | | | | - add function "-c" | |||||
* | cp_af() now handles devices (mknod) | Pascal Rigaux | 2004-03-11 | 2 | -3/+10 | |
| | ||||||
* | 1.1.10-2mdk | Thierry Vignaud | 2004-02-13 | 1 | -1/+4 | |
| | ||||||
* | update from current patched xs sources | Thierry Vignaud | 2004-02-12 | 2 | -162/+87 | |
| | ||||||
* | replace the information "a variable is accessed" with the more precise | Pascal Rigaux | 2004-01-22 | 4 | -31/+41 | |
| | | | | | | Access_none | Access_write_only | Access_various so that we can say either "variable unused" or "variable assigned but not read" | |||||
* | handle "format" perl instruction | Pascal Rigaux | 2004-01-22 | 3 | -22/+42 | |
| | ||||||
* | when debugging default is ../t.pl | Pascal Rigaux | 2004-01-22 | 1 | -1/+1 | |
| | ||||||
* | - sync perl_checker_fake_packages/{Glib,Gtk2}.pm | Pascal Rigaux | 2004-01-13 | 1 | -1/+5 | |
| | | | | | - perl_checker: fix build time overflow in cache | |||||
* | warn when there is a spaces only line | Pascal Rigaux | 2004-01-13 | 1 | -1/+4 | |
| | ||||||
* | remove spaces from line with spaces only (less warning in pod2html) | Pascal Rigaux | 2004-01-13 | 2 | -2/+2 | |
| | ||||||
* | use a float to save the mtime since int overflows. | Pascal Rigaux | 2004-01-13 | 6 | -10/+15 | |
| | | | | | this fixes the cache being used partially | |||||
* | filter perl keyword | Thierry Vignaud | 2004-01-13 | 2 | -4/+4 | |
| | ||||||
* | add exceptions for some std perl keywords used in glib/gtk2 binding | Thierry Vignaud | 2004-01-13 | 1 | -1/+1 | |
| | ||||||
* | - simplify using operator "..." | Pascal Rigaux | 2004-01-13 | 1 | -7/+2 | |
| | | | | | - fix line number | |||||
* | update to latest Glib and Gtk2 bindings | Thierry Vignaud | 2004-01-12 | 2 | -125/+404 | |
| | ||||||
* | ignore pod while parsing xs files | Thierry Vignaud | 2004-01-12 | 1 | -1/+7 | |
| | ||||||
* | perl_checker: entries in generated pot file are sorted by files | Pascal Rigaux | 2004-01-09 | 5 | -16/+25 | |
| | ||||||
* | perl_checker compliance | Pascal Rigaux | 2004-01-09 | 1 | -1/+1 | |
| | ||||||
* | now allow ../../../xxx instead of ../../xxx | Pascal Rigaux | 2004-01-09 | 1 | -2/+5 | |
| | | | | | (to allow move/move.pm to be relative) | |||||
* | always print "can't find package" warning, even with restrict-to-files | Pascal Rigaux | 2004-01-09 | 3 | -1/+3 | |
| | ||||||
* | Failure must be always printed | Pascal Rigaux | 2004-01-09 | 1 | -1/+1 | |
| | ||||||
* | check the name given to whereis_binary() doesn't contain a "/" | Pascal Rigaux | 2004-01-07 | 1 | -0/+4 | |
| | ||||||
* | add whereis_binary() | Pascal Rigaux | 2004-01-07 | 3 | -3/+16 | |
| | ||||||
* | add sqrt, atan2, cos, sin | Pascal Rigaux | 2004-01-06 | 1 | -3/+3 | |
| | ||||||
* | fix reported position of variables in strings | Pascal Rigaux | 2004-01-05 | 1 | -0/+2 | |
| | ||||||
* | new snapshot (many perl_checker enhancements) | Pascal Rigaux | 2004-01-05 | 2 | -2/+6 | |
| | ||||||
* | warn when a PO: comment is not followed by N(...) | Pascal Rigaux | 2004-01-05 | 1 | -0/+1 | |
| |