File: BUGS

package info (click to toggle)
gpp 2.24-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 656 kB
  • ctags: 198
  • sloc: ansic: 2,416; sh: 791; makefile: 66
file content (22 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Bugs, limitations, and known issues for GPP.
$Id: BUGS,v 1.3 2004/07/11 16:20:38 psy Exp $

(POTENTIAL) BUGS:

* many function names are not ANSI/ISO-compliant (e.g., str...)

* return values from malloc(), calloc(), realloc(), strdup() rarely checked

* poor/misleading typography in LaTeX version of manual

* spurious warning when comment on same line as #include directive

AESTHETIC/STYLISTIC ISSUES WITH SOURCE CODE:

* needs pretty-printing (more whitespace between arguments)

* needs function prototypes

* needs comments dividing code into sections

* static keyword seems to be used indiscriminately