mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update to 05_20120806
Changes: * The new library image.s7i was added. The contents of this library was extracted from the program "carddemo.sd7". * The new library make.s7i was added. The contents of this library was extracted from the program "make7.sd7". * The function 'str' and the 'parse' operator were added to the library bstring.s7i. * The function readDir was added to the library tar.s7i. * A documentation comment was improved in the library bigint.s7i. * The generation of bstring constants in the compiler (comp.sd7) was improved. * The function intStrHex was renamed to intStrPow2Base in the files "int_rtl.c", "int_rtl.h" and in the compiler. The new function is used to convert an integer to a string, when the number base is a power of two. * The function stri_export was renamed to stri_export_utf8 in the C source files. * The function cp_to_cstri was renamed to cp_to_cstri8 in the C source files. * Documentation comments were added and improved in the file "striutl.c". * The makefile mk_msvc.mak was changed to write a definition of LIMITED_CSTRI_LITERAL_LEN to "version.h". * Documentation comments were improved in the libraries idxarray.s7i, array.s7i, dir.s7i, external_file.s7i, osfiles.s7i, duration.s7i and time.s7i. * Parameter names were added to function definitions in the libraries array.s7i, bigfile.s7i, hash.s7i and idxarray.s7i. * The compiler was improved to generate better inline code for set membership (operator: in). * The functions 'cmdFileType' and 'cmdFileTypeSL' in "cmd_rtl.c" were improved to return FILE_ABSENT, when the file name is too long (stat() respectively lstat() return an error and errno has the value ENAMETOOLONG) or when the file name is an empty string. * The new libraries subrange.s7i, ref_list.s7i and reference.s7i were added. The contents of this libraries were extracted from the seed7_05.s7i library.
This commit is contained in:
parent
346cd19bd6
commit
a063b29857
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302631
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= seed7
|
||||
DISTVERSION= 05_20120703
|
||||
DISTVERSION= 05_20120806
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (seed7_05_20120703.tgz) = a6235e8f385a4a9ff244d53356d036b9ea94af5756a61ac84274be4026e26a1d
|
||||
SIZE (seed7_05_20120703.tgz) = 1751216
|
||||
SHA256 (seed7_05_20120806.tgz) = f2b623e49980355ac9ac0427ac9b3ec02d7c5f31ccdd928c6b57bdb4bed419a7
|
||||
SIZE (seed7_05_20120806.tgz) = 1755295
|
||||
|
@ -50,6 +50,7 @@ lib/seed7/hashsetof.s7i
|
||||
lib/seed7/html.s7i
|
||||
lib/seed7/html_ent.s7i
|
||||
lib/seed7/idxarray.s7i
|
||||
lib/seed7/image.s7i
|
||||
lib/seed7/inifile.s7i
|
||||
lib/seed7/integer.s7i
|
||||
lib/seed7/keybd.s7i
|
||||
@ -57,6 +58,7 @@ lib/seed7/line.s7i
|
||||
lib/seed7/listener.s7i
|
||||
lib/seed7/lower.s7i
|
||||
lib/seed7/mahjng32.s7i
|
||||
lib/seed7/make.s7i
|
||||
lib/seed7/math.s7i
|
||||
lib/seed7/modern27.s7i
|
||||
lib/seed7/more.s7i
|
||||
@ -70,6 +72,8 @@ lib/seed7/pixmapfont.s7i
|
||||
lib/seed7/poll.s7i
|
||||
lib/seed7/progs.s7i
|
||||
lib/seed7/rational.s7i
|
||||
lib/seed7/ref_list.s7i
|
||||
lib/seed7/reference.s7i
|
||||
lib/seed7/reverse.s7i
|
||||
lib/seed7/s7_comp.a
|
||||
lib/seed7/s7_con.a
|
||||
@ -97,6 +101,7 @@ lib/seed7/strifile.s7i
|
||||
lib/seed7/string.s7i
|
||||
lib/seed7/stritext.s7i
|
||||
lib/seed7/struct.s7i
|
||||
lib/seed7/subrange.s7i
|
||||
lib/seed7/syntax.s7i
|
||||
lib/seed7/tar.s7i
|
||||
lib/seed7/tee.s7i
|
||||
|
Loading…
Reference in New Issue
Block a user