Search
lxdream.org :: lxdream/debian/watch.ex
lxdream 0.9.1
released Jun 29
Download Now
filename debian/watch.ex
changeset 519:ef9a7f176401
author nkeynes
date Sat Dec 27 02:59:35 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Replace fpscr_mask/fpscr flags in xlat_cache_block with a single xlat_sh4_mode,
which tracks the field of the same name in sh4r - actually a little faster this way.
Now depends on SR.MD, FPSCR.PR and FPSCR.SZ (although it doesn't benefit from the SR
flag yet).

Also fixed the failure to check the flags in the common case (code address returned
by previous block) which took away the performance benefits, but oh well.
view annotate diff log raw
     1 # Example watch control file for uscan
     2 # Rename this file to "watch" and then you can run the "uscan" command
     3 # to check for upstream updates and more.
     4 # See uscan(1) for format
     6 # Compulsory line, this is a version 3 file
     7 version=3
     9 # Uncomment to examine a Webpage 
    10 # <Webpage URL> <string match>
    11 #http://www.example.com/downloads.php lxdream-(.*)\.tar\.gz
    13 # Uncomment to examine a Webserver directory
    14 #http://www.example.com/pub/lxdream-(.*)\.tar\.gz
    16 # Uncommment to examine a FTP server
    17 #ftp://ftp.example.com/pub/lxdream-(.*)\.tar\.gz debian uupdate
    19 # Uncomment to find new files on sourceforge, for debscripts >= 2.9
    20 # http://sf.net/lxdream/lxdream-(.*)\.tar\.gz
.