@@ -9,30 +9,54 @@ nother to make an entry in this file, unless it was a serious bug
99BUGS found in 1.1 and fixed in 1.1.1
1010------------------------------------
1111
12+ (*) printing name of lambda in traceback dereferences NULL
13+
14+ (*) A built-in function using getargs() and expecting >= 1 argument
15+ may dump core when called without arguments
16+
17+ (*) newgetargs() dumps core in compat mode when NULL is passed in but
18+ max is >0
19+
1220(*) pow() should be declared varargs since it uses newgetargs
1321
14- BUGS found in 1.1 and not yet fixed
15- -----------------------------------
22+ (*) newmodule.c doesn't compile on SunOS 4.1.3 due to non-K&R backslashes
1623
17- (-) A built-in function using getargs() and expecting >= 1 argument
18- may dump core when called without arguments
24+ (*) some typos in tut.tex
1925
20- BUGS found in 1.0.3 and fixed in 1.1
21- ------------------------------------
26+ (*) test for broken static forward is not strong enough
2227
28+ (*) Doc/Makefile assumes . is in $PATH in call to whichlibs
2329
24- (*) If class C doesn't define __cmp__, cmp(a,b) will return -2 and
25- [a,b].sort() will fail
30+ (*) math module misses hypot() function
2631
27- BUGS found in 1.0.3 and not yet fixed
28- -------------------------------------
32+ (*) structmember.h should include stddef.h (for offsetof macro)
33+
34+ (*) gdbmmodule.c frees the wrong structures
2935
30- (-) print_error raises and then masks an error if softspace is not
31- defined (can't reproduce this one?)
36+ (*) makesetup script misses some dollars and backslashes
3237
38+ (*) getargs.obj missing from NT makefile
39+
40+ (*) sorting class instances broken if no __cmp__ defined
41+
42+ BUGS found in 1.1 and not yet fixed
43+ -----------------------------------
44+
45+ (-) HP doesn't compile out of the box (needs LIBS=-ldld or
46+ LIBS=/usr/lib/libdld.sl)
47+
48+ (-) something fishy with softspace and print_error (flushline clears
49+ the error)
50+
51+ (-) tkinter doesn't seem to see any declaration of malloc on sunos 4.1.3
52+
53+ ======================================================================
3354BUGS found in 1.0.3 and fixed in 1.1
3455------------------------------------
3556
57+ (*) If class C doesn't define __cmp__, cmp(a,b) will return -2 and
58+ [a,b].sort() will fail
59+
3660(*) Syntax errors are reported in a silly way if multi-line tokens are
3761involved.
3862
0 commit comments