FreeBSD ports tree (read-only mirror)
b8e00ee129
Changes: * Compiler and runtime library have been improved to support big-endian systems. Thanks go to Brian Callahan, for his support and for providing access to his PowerPC Macintosh under OpenBSD. * The list of source files and the chapter about the defines used in version.h have been improved in src/read_me.txt. * The library tls.s7i has been improved to avoid raising an exception, when the remote side closes the socket. * The program chkccomp.c has been improved to write defines for CHECK_INT_DIV_BY_ZERO, INT_DIV_BY_ZERO_SIGNALS and DO_SIGFPE_WITH_DIV_BY_ZERO to version.h. * Documentation comments have been added or improved in fillib.c, int_rtl.c, soclib.c, tim_dos.c, tim_unx.c, tim_win.c, ut8lib.c, ut8_rtl.c, tls.s7i and bytedata.s7i. * The generic compare functions bigCmpGeneric, bstCmpGeneric, chrCmpGeneric, intCmpGeneric, rflCmpGeneric, setCmpGeneric, strCmpGeneric and typCmpGeneric have been improved to work endianness neutral. Now they work correct on little- and big-endian systems. * The generic create functions bigCreateGeneric, bstCreateGeneric, drwCreateGeneric, rflCreateGeneric, setCreateGeneric, strCreateGeneric and itfCreateGeneric have been improved to work endianness neutral. Now they work correct on little- and big-endian systems. * The new generic copy functions bigCpyGeneric, bstCpyGeneric, drwCpyGeneric, fltCpyGeneric, rflCpyGeneric, setCpyGeneric and strCpyGeneric have been added. This functions work endianness neutral. * The new generic destroy functions bigDestrGeneric, drwDestrGeneric, rflDestrGeneric, setDestrGeneric and strDestrGeneric have been added. This functions work endianness neutral. * The functions uintCmpGeneric, intCreateGeneric and intDestrGeneric have been renamed to genericCmp, genericCreate respectively genericDestr. * The functions genericCpy, ptrCmp, ptrCmpGeneric, ptrCpyGeneric and ptrCreateGeneric have been added to int_rtl.c. * The function cmdConfigValue in cmd_rtl.c has been improved to support the config value DO_SIGFPE_WITH_DIV_BY_ZERO. * The handling of the option -l in processOptions (file s7.c) has been improved to work endianness neutral. * Several functions have been optimized: In infile.c: get_file_name and get_file_name_ustri In prg_comp.c: prgSyobject In rfllib.c: rfl_elemcpy and rfl_idx In rfl_data.c: rflElemcpy, rflIdx and rflTail * The function get_ident and the macro IDENT_TABLE have been changed to have an additional progtype argument. * The function typNum in typ_data.c has been improved to use a hashtable. * In typlib.c the functions typ_num and typ_str have been improved to call typNum respectively typStr. * Support for the actions ACT_ICONV and ACT_ORD has been added to interpreter, compiler and runtime library. * The function id_string2 has been added to datautl.c, and used in ref_data.c and typ_data.c. |
||
---|---|---|
accessibility | ||
arabic | ||
archivers | ||
astro | ||
audio | ||
benchmarks | ||
biology | ||
cad | ||
chinese | ||
comms | ||
converters | ||
databases | ||
deskutils | ||
devel | ||
dns | ||
editors | ||
emulators | ||
finance | ||
french | ||
ftp | ||
games | ||
german | ||
graphics | ||
hebrew | ||
hungarian | ||
irc | ||
japanese | ||
java | ||
Keywords | ||
korean | ||
lang | ||
math | ||
misc | ||
Mk | ||
multimedia | ||
net | ||
net-im | ||
net-mgmt | ||
net-p2p | ||
news | ||
palm | ||
polish | ||
ports-mgmt | ||
portuguese | ||
russian | ||
science | ||
security | ||
shells | ||
sysutils | ||
Templates | ||
textproc | ||
Tools | ||
ukrainian | ||
vietnamese | ||
www | ||
x11 | ||
x11-clocks | ||
x11-drivers | ||
x11-fm | ||
x11-fonts | ||
x11-servers | ||
x11-themes | ||
x11-toolkits | ||
x11-wm | ||
CHANGES | ||
COPYRIGHT | ||
GIDs | ||
KNOBS | ||
LEGAL | ||
Makefile | ||
MOVED | ||
README | ||
UIDs | ||
UPDATING |
This is the FreeBSD Ports Collection. For an easy to use WEB-based interface to it, please see: http://www.FreeBSD.org/ports For general information on the Ports Collection, please see the FreeBSD Handbook ports section which is available from: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html for the latest official version or: The ports(7) manual page (man ports). These will explain how to use ports and packages. If you would like to search for a port, you can do so easily by saying (in /usr/ports): make search name="<name>" or: make search key="<keyword>" which will generate a list of all ports matching <name> or <keyword>. make search also supports wildcards, such as: make search name="gtk*" For information about contributing to FreeBSD ports, please see the Porter's Handbook, available at: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/ NOTE: This tree will GROW significantly in size during normal usage! The distribution tar files can and do accumulate in /usr/ports/distfiles, and the individual ports will also use up lots of space in their work subdirectories unless you remember to "make clean" after you're done building a given port. /usr/ports/distfiles can also be periodically cleaned without ill-effect.