Changeset 6121 for trunk/changelog


Ignore:
Timestamp:
Jun 26, 2001, 2:35:33 AM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6100 r6121  
    1 /* $Id: changelog,v 1.1547 2001-06-25 20:51:22 sandervl Exp $ */
    2 
    3  2001-06-26: Sander van Leeuwen <sandervl@xs4all.nl>
     1/* $Id: changelog,v 1.1548 2001-06-26 00:35:33 bird Exp $ */
     2
     3 2001-06-25: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     4    - include\odin.h:
     5                o Updated the EMX configuration so we can build WRC.exe
     6                  using this definition. This also includes the check and
     7                  calling convetions defined in windef.h.
     8                  Just note that gcc don't decorate the stdcall function
     9                  names like the other compilers.
     10                o Made the other compilers ignore __attribute__ so they
     11                  can compile WRC.exe as well.
     12                o Defined INLINE, inline and __inline__ so they all make
     13                  functions inline. (Someone should check this for Watcom C mode.)
     14
     15    - include\win\wine\unicode.h:
     16                o Added extern "C" so the unicode libraries are compilable as C code.
     17                  (kernel32\unicode was forced to compile as C++)
     18                o Removed inline workaround for C compilers. (Odin stuff)
     19                o Wrapped away static for those function which was declared as
     20                  both static and inline. (the compiler was so noisy)
     21
     22    - kernel32\unicode, kernel32:
     23                o Don't force it to C++.
     24                o Demangled the one export from unicode, get_char_typeW.
     25                o Curiosity: Made a minor correction to be able to compile
     26                             unicode.lib with EMX.
     27
     28    - OpenGL:   o mesa\macros.h has been changed to not #define INLINE if
     29                  allready defined.
     30                  Hence inlining is now enabled!
     31                  Concider this an experiment as we might run into VAC optimizer bugs...
     32                  People are encouraged to play games ;-)
     33
     34    - WRC:      o Use semicolon when reading include paths.
     35                  (This was what ALL I was supposed to fix today..)
     36                o Made it compile with VAC and EMX using standard Odin32 makefiles.
     37                  flex and bison is not needed normally. But when changes which
     38                  requires running of these are made, define HAVE_FLEX
     39                  and HAVE_BISON in your environment.
     40                o WRC is now removed and made as a 'needed_tool' together
     41                  with fastdep, impdef and the other stuff in the tools subdir.
     42                  NB. Be careful not to accidentally resurrects the /tools/bin/wrc.exe
     43                      archive! (May be we should rename the archive file later?)
     44
     45    - include\odin32.*.emx.mk:
     46                o Made it working for WRC.exe. (release and debug, not profiling)
     47                  Generats OMF. Linking using link386.
     48
     49    - include\odin32.tools.*.mk:
     50                o Disabled historic current directory inference rules and replaced
     51                  (some of them) with rules which puts object in OBJDIR.
     52                o Added precompiler inference rules. These are generate a *.pre-c
     53                  or *.pre-cpp file in the current directory containing the output
     54                  from the precompiler. (not implemented for watcom yet)
     55                  This is very useful in when you wanna check a declaration...
     56
     57
     58 2001-06-25: Sander van Leeuwen <sandervl@xs4all.nl>
    459    - USER32:   o Minor WM_TIMER translation fix (weird check removed)
    560
    661 2001-06-24: Sander van Leeuwen <sandervl@xs4all.nl>
    762    - KERNEL32: o Rewrote CopyFile & MoveFile (just call DosCopy/Move)
    8                 o Rewrote CreateDirectory & RemoveDirectory 
     63                o Rewrote CreateDirectory & RemoveDirectory
    964                  (call DosCreateDir & DosDeleteDir)
    10                 o Fix for HeapRealloc; recent HeapSize fix broke it 
     65                o Fix for HeapRealloc; recent HeapSize fix broke it
    1166                  (listboxes empty)
    1267
Note: See TracChangeset for help on using the changeset viewer.