equal
deleted
inserted
replaced
258 regex/\.(so|so\.[0-9\.]*)$ |
258 regex/\.(so|so\.[0-9\.]*)$ |
259 View=%view{ascii} file %f && nm -C -D %f |
259 View=%view{ascii} file %f && nm -C -D %f |
260 type/^ELF |
260 type/^ELF |
261 View=%view{ascii} file %f && nm -C %f |
261 View=%view{ascii} file %f && nm -C %f |
262 shell/.class |
262 shell/.class |
263 View=%view{ascii} tmp=%p; javap -c ${tmp%%.class} |
263 View=%view{ascii} tmp=%p; javap -v -p -c ${tmp%%.class} |
264 |
264 |
265 ################################################################ |
265 ################################################################ |
266 # Wine. Windows executable. |
266 # Wine. Windows executable. |
267 |
267 |
268 regex/\.[eE][xX][eE]$ |
268 regex/\.[eE][xX][eE]$ |