freebsd-dev/lib
Jilles Tjoelker 70d41b5846 wordexp(): Remove wrong IFS usage.
Words in shell script are separated by spaces or tabs independent of the
value of IFS. The value of IFS is only relevant for the result of
substitutions. Therefore, there should be a space between 'wordexp' and the
words to be expanded, not an IFS character.

Paranoia might dictate that the shell ignore IFS from the environment (even
though our sh currently uses it), so do not depend on it in the new test
case.
2013-04-01 20:50:07 +00:00
..
atf Remove -L<path> from LDADD, it doesn't belong there. 2012-11-07 00:23:51 +00:00
bind Update to 9.8.4-P2 2013-03-27 10:11:43 +00:00
clang Allow us to build clang for ARM EABI. Clang and llvm use the 2013-02-12 05:56:00 +00:00
csu Only assign the environ in the startup code when environ is NULL. 2013-01-07 17:58:27 +00:00
libalias
libarchive MFV r248590,248594: 2013-03-22 13:36:03 +00:00
libauditd
libbegemot
libblocksruntime
libbluetooth
libbsm
libbsnmp Add missing DPADD 2013-01-01 18:29:25 +00:00
libbz2
libc wordexp(): Remove wrong IFS usage. 2013-04-01 20:50:07 +00:00
libc++ Fix broken macro checking in the libc++ Makefile, introduced in r241909. 2012-11-02 12:18:38 +00:00
libcalendar
libcam
libcom_err
libcompat
libcompiler_rt Add the __aeabi_mem* functions to compiler-rt as clang uses them. 2013-02-06 00:01:28 +00:00
libcrypt Simple unit-tests for libcrypt, to show how easy it is. 2012-11-07 22:03:59 +00:00
libcxxrt Add several missing symbols to libcxxrt's symbol version map, and remove 2013-02-03 20:40:41 +00:00
libdevinfo
libdevstat New devstat metrics for devstat_compute_statistics(): 2012-12-15 18:19:48 +00:00
libdwarf libdwarf: anonymous types are expected to have empty type names... 2013-03-23 08:50:56 +00:00
libedit libedit: Revert r247683 to fix buildworld. 2013-03-03 14:42:15 +00:00
libefi
libelf Merge part of r1712 from elftoolchain, making it possible to resize ELF 2013-02-24 15:15:50 +00:00
libexpat Update base system libexpat to 2.1.0. 2013-02-26 00:58:44 +00:00
libfetch Fix weird indentation. 2012-11-16 12:31:43 +00:00
libgeom Improve libgeom XML parsing error handling. 2012-10-26 12:46:33 +00:00
libgpib
libgssapi
libiconv
libiconv_modules
libipsec Make this more compilable. 2013-03-15 09:19:19 +00:00
libipx
libjail Fix some memory allocation errors: 2012-10-04 19:07:05 +00:00
libkiconv no one bothered to write the iconv.9 man page... If it appears we 2013-02-26 19:46:02 +00:00
libkse
libkvm kvm_getprocs: gracefully handle errors from kvm_deadprocs 2012-10-06 20:16:04 +00:00
libldns Upgrade to 1.6.16 2013-02-15 21:49:12 +00:00
liblzma
libmagic r235638 is not the clean way to add support for building on ancient FreeBSD 2012-09-11 22:38:33 +00:00
libmandoc Merge mandoc from vendor into contrib and provide the necessary Makefile glue. 2012-10-19 22:21:01 +00:00
libmd
libmemstat Const-ify the zone name argument to uma_zcreate(9). 2012-10-26 17:51:05 +00:00
libmilter
libmp
libnandfs
libnetbsd Add libnetbsd, a thin compatibility layer intended to allow a limited 2012-12-21 20:37:38 +00:00
libnetgraph Fix for quite a special case when userland emulates a netgraph node, and 2013-03-11 13:05:11 +00:00
libngatm
libopie
libpam remove duplicate semicolons where possible. 2012-10-22 03:00:37 +00:00
libpcap MFV: libpcap 1.3.0. 2012-10-05 18:42:50 +00:00
libpmc Remove EOL whitespace. 2013-03-29 08:32:49 +00:00
libproc - Compute the correct size to reallocate when doubling the size of the 2013-01-28 15:48:31 +00:00
libprocstat Garbage collect NWFS and NCP bits which are now completely disconnected 2013-03-09 12:45:36 +00:00
libradius Fix the bindto parameter declaration. 2013-01-09 19:49:35 +00:00
librpcsec_gss Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
librpcsvc
librt
librtld_db
libsbuf
libsdp
libsm Since clang 3.2 now has an option to suppress warnings about implicitly 2013-02-16 20:17:31 +00:00
libsmb
libsmdb
libsmutil
libstand Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implement 2013-03-07 09:18:52 +00:00
libstdbuf Remove WARNS=6 lines. 2012-10-18 15:39:29 +00:00
libstdthreads
libtacplus
libtelnet
libthr libthr: Always use the threaded rtld lock implementation. 2013-01-18 23:08:40 +00:00
libthread_db Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
libufs
libugidfw
libulog
libusb - Make the FreeBSD's USB library compile under Linux. 2013-03-13 12:23:14 +00:00
libusbhid Restore handling of the third argument (id) of hid_start_parse(), same as 2012-09-20 18:56:27 +00:00
libutil When pidptr was passed as NULL to pidfile_open(3), we were returning 2013-03-14 20:22:52 +00:00
libvgl
libvmmapi Simplify the assignment of memory to virtual machines by requiring a single 2013-03-18 22:38:30 +00:00
libwrap
liby
libyaml Add a stub manpage modeled over the libexpat one to explain to users not to use 2013-03-05 13:06:40 +00:00
libypclnt
libz
msun Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in 2012-11-10 21:22:10 +00:00
ncurses Only install manpages and html documentation in the ncurses/*w (wchar) 2013-01-24 16:38:47 +00:00
Makefile Import libyaml as libbsdyml (private brand name) 2013-03-04 11:27:41 +00:00
Makefile.inc