xbps/lib/portableproplib
Juan RP f888b582f9 Added a configure script to emulate GNU autoconf and related changes.
Changes included in this set:

 * Added strlcat() and strlcpy() from OpenBSD, always use them if the
   system does not have them built in.
 * Changed an array of PATH_MAX size allocated in the stack, to a dynamically
   allocated buffer from heap. This should reduce memory usage a bit.
 * Simplify code that implemented a homegrown realpath(3) implementation,
   simply use realpath(3).
 * If compiler supports -fstack-protector, build all code with
   -D_FORTIFY_SOURCE=2 and --param ssp-buffer-size=1 so that all
   buffers are protected.
2010-05-19 22:38:27 +02:00
..
prop Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_array_util.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_array.c Incorporate a commit from portableproplib's git master to fix two warnings: 2010-04-21 05:09:05 +02:00
prop_bool.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_data.c Apply the commit from portableproplib's git master: 2010-04-29 18:24:12 +02:00
prop_dictionary_util.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_dictionary.c Incorporate a commit from portableproplib's git master to fix two warnings: 2010-04-21 05:09:05 +02:00
prop_ingest.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_number.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_object_impl.h Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_object.c Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
prop_rb_impl.h Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_rb.c Apply the commit from portableproplib's git master: 2010-04-29 18:24:12 +02:00
prop_stack.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_stack.h Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
prop_string.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00