File: BUGS

package info (click to toggle)
yafc 1.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,164 kB
  • ctags: 1,677
  • sloc: ansic: 19,335; sh: 9,633; makefile: 149; perl: 38
file content (24 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
known BUGS
----------

* can't parse some internationalized date/time formats (especially
  i18n'ized month names)
* links are not recognized correctly in SSH mode
  this is a bug in OpenSSH (<= 2.9) and has been reported
* aliases with multiple commands may get wrong completion type
* quote-problems if filename has a real '\' (backslash) in it
   and using single- or double-quotes (backslash-quoting works, though)
* using a slash ('/') in a bookmarks alias name will lead yafc into thinking
   there is a directory to change into
* issuing a "ls /usr /var" gives a listing of both directories mixed together
* issuing a "ls .profile" doesn't list .profile if -a option isn't given

--
Please report bugs to the Yafc development mailing list:
    <yafc-devel@lists.sourceforge.net>

Before reporting a bug, please verify you're using the latest version
(check the sourceforge site at http://sf.net/projects/yafc/). When
reporting bugs, please include information on what machine and
operating system, including versions, you are running, an example for
me to reproduce (use the --trace option) and a patch if you have one.