Edit

kc3-lang/freetype/ChangeLog

Branch :

  • Show log

    Commit

  • Author : David Turner
    Date : 2001-12-11 13:49:55
    Hash : 09feefee
    Message : * src/base/fttrigon.c (FT_Cos): fixed a small bug that caused slightly improper results for FT_Cos and FT_Sin (example: FT_Sin(0) == -1 !!)

  • ChangeLog
  • 2001-12-11  David Turner  <david@freetype.org>
    
            * builds/unix/freetype-config.in: modified the script to prevent
            passing "-L/usr/lib" to gcc
    
            * docs/FTL.TXT: simple fix (change "LICENSE.TXT" to "FTL.TXT")
    
            * builds/unix/freetype2.m4: added autoconf macro, we need to install
            it in $(prefix)/share/aclocal/freetype2.m4 but I didn't modified
            builds/unix/install.mk yet..
    
            * INSTALL: updated the instructions to build shared libraries with
            Jam.. they were simply erroneous..
    
            * src/base/fttrigon.c (FT_Cos): fixed a small bug that caused slightly
            improper results for FT_Cos and FT_Sin (example: FT_Sin(0) == -1 !!)
    
    
    2001-12-11  Detlef W