File: Changes

package info (click to toggle)
openc%2B%2B 2.5.3-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,268 kB
  • ctags: 7,251
  • sloc: cpp: 30,583; ansic: 16,718; makefile: 336; asm: 209; tcl: 126; sh: 3
file content (37 lines) | stat: -rw-r--r-- 984 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Chagnes from 2.5.2


** These bugs have been fixed.

- template <> (no template argument) is not accepted. (Uttam M. Narsu)

- throw(..) in signatures causes a parse error.  (Lionel Seinturier)

- Member::SetArgumentList() does not work correctly if the argument list
  is an empty list.  (Lionel Seinturier)

- Several bugs in Win32 source (Yassin Mohamed Osman)

- Inherited constructors are not recognized as constructors by
  Member::IsConstructor().  (Rozier Marc)

- the arguments for initializing objects are not translated.
  (Juan Carlos Ruiz Garcia)

- TranslateExpression() is not invoked on the object in
  Class::TranslatePostfix().  (Juan Carlos Ruiz Garcia)

- TranslateExpression() is not invoked on the array size if the
  expression is a new expression.  (Juan Carlos Ruiz Garcia)


** These functions have been added.

- Class::ChangeName()		(Berger Laurent)

- Class::TranslatePointer()	(Berger Laurent)


** Acknowledgment

Great thanks to all the bug reporters.