Release 1.1.10-2

- Support gcc 4.0, fixed some uninitialized vars and some syntax while at it
  - Support x86_64
  - Base/misc: Add consume_bytes_from_pipe()
  - Slog: slog() inline
  - Beautify some Makefiles (FIND_SUBDIRS)
  - Make:
    - Decoupled USE_COMPILER_OPTIMIZATION_OPTS from USE_DEBUG_OPS
    - Add USE_ASSERTIONS
    - Not using qt4 debug libs anylonger
    - Add run.mk
  - YShMem: Make a couple of functions inline
  - Uclnt/cpp: Fix some uninitialized variables, possibly harming stability (thread id)
This commit is contained in:
Jan Lindemann 2006-03-17 15:16:17 +00:00 committed by Jan Lindemann
commit 220f7101aa
2 changed files with 16 additions and 1 deletions

15
CHANGES
View file

@ -244,3 +244,18 @@ o inifile: - bugfix in dump()
o YApplication: newly added MVC framework
o make: - moved compiler optimization and such from project dirs into defs.mk.in
1.1.10-2
--------
o now supporting gcc 4.0, fixed some uninitialized vars and some syntax while at it
o now supporting x86_64
o base/misc: added consume_bytes_from_pipe()
o slog: slog() inline
o beautified some Makefiles (FIND_SUBDIRS)
o make:
- decoupled USE_COMPILER_OPTIMIZATION_OPTS from USE_DEBUG_OPS
- added USE_ASSERTIONS
- not using qt4 debug libs anylonger
- added run.mk
o YShMem: made a couple of functions inline
o uclnt/cpp: fixed some uninitialized variables, possibly harming stability (thread id)

View file

@ -1 +1 @@
1.1.10-1-dev
1.1.10-2-dev