File: Known_bugs

package info (click to toggle)
dist 1%3A3.5-17-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,696 kB
  • ctags: 268
  • sloc: sh: 5,222; perl: 4,427; cpp: 208; makefile: 12; ansic: 4
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Here are some known bugs that I plan to fix soon.

+ Patname ought to ask for a log message for the symbolic number.

+ A unit name is always wanted by Configure. Hence in a unit d_waitpid, if
you write:

	@if WAITPID || d_waitpid
	.....
	@end

then the <....> part of the code will always be loaded even if no shell
script references d_waitpid or C code references WAITPID.