- Update to 05_20101107

Changes:
  - The chapter explaining exception handling in the manual was improved.
  - The support for bitmap fonts was improved to use fontProperties as base type.
  - The '-' function, which computes the differance of two 'time' values (with a
    'duration' result) in "time.s7i", was improved.
  - The function cmdConfigValue in "cmd_rtl.c" was improved to support the config
    values C_COMPILER_VERSION and GET_CC_VERSION_INFO.
  - In the file "fil_rtl.c" the functions myLseek, myFseek and myFtell were
    renamed to os_lseek, os_fseek and os_ftell respectively.
  - The makefiles were changed to define os_fseek, os_ftell, C_COMPILER_VERSION
    and GET_CC_VERSION_INFO.
  - Documentation comments were added to the function alternate_utime in the file
    "tim_win.c".
This commit is contained in:
Pietro Cerutti 2010-11-11 18:55:40 +00:00
parent b0d9fa717d
commit 32ebff52d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264413
2 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= seed7
DISTVERSION= 05_20101010
DISTVERSION= 05_20101107
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}

View File

@ -1,3 +1,2 @@
MD5 (seed7_05_20101010.tgz) = 88d8f303f7e298ef2cdcbbb44430964e
SHA256 (seed7_05_20101010.tgz) = 33c4acd269a857b08e2701e59b6398a9f93f32ce0a0dd3b13fc49a98e462841b
SIZE (seed7_05_20101010.tgz) = 1445255
SHA256 (seed7_05_20101107.tgz) = d7183a033f82b22e3dd70efef22c63c02a316059c4da084a27826b6fd2620f4a
SIZE (seed7_05_20101107.tgz) = 1453549