1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/lang/seed7
Pietro Cerutti 777955df30 lang/seed7: update to 05_20160330
Changes:

- The makefile mk_clangw.mak has been added. This makefile supports
  compilation under Windows with the clang compiler.
- The experimental function parentDir has been added to osfiles.s7i.
- The experimental function getServerCertificate has been added to
  tls.s7i.
- The compiler (s7c) has been improved to use the function
  strAppendN, when two or more strings are appended to a string.
- Tests for string append (operator &:= ) have been added to
  chkstr.sd7.
- The function strAppendN has been added to str_rtl.c.
- The function strCopy in str_rtl.c has been simplified.
- The program chkccomp.c has been improved to write a definition of
  CHAR_BIT, when it is not defined in limits.h.
- Several files have been changed to use CHAR_BIT instead of the
  literal 8.
- in chkccomp.c several string literals have been changed to wide
  string literals (e.g. L"abc" instead of "abc").
- In several files integer literals have been replaced by contants or
  #define macros.
- The function __mulodi4 has been added to int_rtl.c. This function
  is used by clang under Windows, but unfortunately is not part of the
  runtime library. This situation is recognized by chkccomp.c and the
  function __mulodi4 in int_rtl.c is used instead.
2016-04-08 09:16:10 +00:00
..
distinfo lang/seed7: update to 05_20160330 2016-04-08 09:16:10 +00:00
Makefile lang/seed7: update to 05_20160330 2016-04-08 09:16:10 +00:00
pkg-descr
pkg-plist lang/seed7: take back this port, update to 05_20160130. 2016-02-05 16:31:10 +00:00