1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00
Pietro Cerutti d5b97643e1 - Update to 05_20140316
Changes:

  * The documentation file doc/install.txt has been improved to describe
    the command 'make install'.
  * The chapter about the foreign function interface in the manual has
    been improved.
  * In striutl.h the macros os_stri_alloc and os_stri_free have been
    improved to use a stack like allocation. Allocations done with
    os_stri_alloc must be freed with os_stri_free in the reverse order
    of their creation. The new macros reduce the runtime of
    stri_to_os_stri and cp_to_os_path to 66% of the old time. This
    reduces the time used by operating system calls. E.g.: The CPU time
    used by the program sydir7 is reduced to 83% of the old time.
  * The targets 'install' and 'uninstall' have been added to makefile,
    mk_linux.mak, mk_osx.mak, mk_clang.mak, mk_cygw.mak, mk_mingw.mak,
    mk_msys.mak, mk_nmake.mak, mk_msvc.mak, mk_bcc32.mak and
    mk_bccv5.mak.
  * The program setwpath.c has been added. This program sets the search
    path (PATH variable) under Windows.
  * The obsolete target 'hi' has been removed from the makefiles.
  * The functions initEmulatedCwd, cmdSetenv (both in cmd_rtl.c),
    setEmulatedCwd (in striutl.c) and freeArgVector (in cmd_unx.c) have
    been adjusted to work with the stack like allocation of
    os_stri_alloc and os_stri_free.
  * The functions heapAllocOsStri and heapFreeOsStri have been added to
    striutl.c.
  * Usages of MAX_SYMLINK_PATH_LENGTH in cmd_rtl.c have been replaced
    with MAX_OS_STRI_LEN.
2014-03-17 12:47:37 +00:00
..
2014-01-08 18:01:25 +00:00
2013-10-08 09:08:22 +00:00
2014-03-10 16:01:35 +00:00
2014-02-02 16:02:32 +00:00
2014-03-06 14:04:29 +00:00
2014-02-20 15:07:07 +00:00
2014-02-21 14:01:21 +00:00
2014-03-10 16:01:35 +00:00
2014-02-22 12:11:25 +00:00
2014-03-16 15:05:36 +00:00
2014-03-10 16:01:35 +00:00
2014-03-06 15:06:08 +00:00
2014-02-13 13:10:45 +00:00
2014-03-15 06:45:41 +00:00
2014-03-10 16:01:35 +00:00
2014-03-10 16:01:35 +00:00
2014-01-18 10:32:43 +00:00
2014-03-10 16:01:35 +00:00
2014-03-10 16:01:35 +00:00
2014-03-10 16:01:35 +00:00
2014-02-03 11:12:04 +00:00
2014-02-26 09:45:30 +00:00
2014-02-01 16:03:44 +00:00
2013-11-07 16:00:45 +00:00
2014-02-20 10:19:17 +00:00
2014-02-20 10:18:13 +00:00
2014-02-20 10:18:43 +00:00
2014-01-21 23:40:21 +00:00
2014-02-16 20:23:04 +00:00
2014-02-26 07:21:02 +00:00
2014-03-14 13:22:56 +00:00
2014-02-20 20:10:44 +00:00
2014-01-28 00:16:57 +00:00
2014-01-28 00:16:57 +00:00
2014-01-28 00:16:57 +00:00
2014-01-28 00:16:57 +00:00
2014-01-28 00:16:57 +00:00
2014-01-28 00:16:57 +00:00
2014-01-28 00:16:57 +00:00
2013-12-29 16:00:25 +00:00
2013-12-07 12:26:48 +00:00
2013-12-29 16:09:58 +00:00
2014-02-12 17:30:33 +00:00
2014-02-07 11:44:08 +00:00
2014-02-28 19:45:27 +00:00
2014-03-09 17:13:15 +00:00
2014-02-20 15:01:21 +00:00
2014-03-10 16:01:35 +00:00
2013-10-10 00:20:42 +00:00
2014-03-10 16:01:35 +00:00
2014-03-14 13:07:27 +00:00
2013-11-02 14:48:57 +00:00
2014-01-21 23:40:21 +00:00
2013-12-29 16:19:57 +00:00
2014-02-20 10:21:56 +00:00
2014-01-29 11:34:02 +00:00
2014-01-20 08:11:51 +00:00
2013-12-01 17:59:07 +00:00
2013-12-04 16:24:20 +00:00
2014-01-21 23:40:21 +00:00
2014-02-03 11:12:04 +00:00
2013-09-26 18:23:42 +00:00
2013-10-06 13:47:07 +00:00
2014-01-21 23:40:21 +00:00
2014-02-08 12:32:41 +00:00
2014-02-01 17:10:46 +00:00
2014-01-09 10:32:28 +00:00
2014-02-20 10:34:07 +00:00
2014-02-27 15:25:16 +00:00
2014-03-07 17:57:07 +00:00
2014-02-26 07:19:22 +00:00
2014-03-14 16:09:07 +00:00
2014-03-06 15:03:50 +00:00
2014-02-05 20:26:02 +00:00
2014-02-02 15:18:32 +00:00
2014-01-21 23:40:21 +00:00
2014-03-13 15:12:44 +00:00
2014-02-13 13:27:12 +00:00
2013-10-05 02:41:15 +00:00
2014-03-10 16:01:35 +00:00
2013-10-07 10:47:20 +00:00
2014-03-10 16:01:35 +00:00
2014-02-27 15:26:39 +00:00
2014-01-21 23:40:21 +00:00
2014-02-19 16:20:49 +00:00
2014-02-20 10:37:45 +00:00
2014-02-20 11:07:51 +00:00
2014-01-21 23:40:21 +00:00
2014-02-02 14:33:37 +00:00
2013-12-22 20:23:12 +00:00
2014-02-08 07:49:28 +00:00
2014-02-09 21:55:51 +00:00
2014-01-29 17:46:33 +00:00
2014-02-05 08:06:14 +00:00
2013-11-04 14:20:04 +00:00
2013-11-04 14:20:04 +00:00
2013-11-04 14:20:04 +00:00
2013-11-04 14:20:04 +00:00
2014-01-29 17:46:33 +00:00
2013-09-30 20:20:27 +00:00
2013-11-16 15:19:56 +00:00
2013-09-30 20:20:27 +00:00
2014-02-01 14:42:04 +00:00
2013-11-04 14:20:04 +00:00
2014-01-29 17:46:33 +00:00
2013-11-04 14:20:04 +00:00
2013-12-19 07:23:55 +00:00
2014-01-29 17:46:33 +00:00
2014-01-29 17:46:33 +00:00
2014-02-20 11:09:40 +00:00
2014-02-01 14:42:45 +00:00
2014-01-29 17:46:33 +00:00
2014-02-01 14:42:04 +00:00
2013-11-04 14:20:04 +00:00
2014-02-07 11:44:08 +00:00
2014-02-02 15:21:20 +00:00
2014-01-23 16:00:14 +00:00
2014-03-06 16:32:42 +00:00
2014-03-06 16:32:42 +00:00
2013-12-29 17:39:46 +00:00
2014-03-10 16:01:35 +00:00
2014-03-10 16:01:35 +00:00
2014-02-02 14:33:37 +00:00
2014-03-07 12:07:19 +00:00
2013-10-30 13:32:02 +00:00
2014-03-07 12:08:08 +00:00
2013-10-30 13:32:02 +00:00
2013-12-16 17:26:49 +00:00
2013-12-28 09:51:44 +00:00
2013-12-28 18:55:22 +00:00
2014-02-26 07:15:09 +00:00
2014-02-03 22:20:02 +00:00
2013-12-28 10:56:59 +00:00
2014-01-13 21:00:02 +00:00
2014-01-13 21:00:02 +00:00
2014-01-16 20:17:54 +00:00
2014-01-16 20:17:54 +00:00
2014-01-16 20:17:54 +00:00
2014-02-01 14:19:14 +00:00
2014-02-01 14:19:14 +00:00
2014-02-07 11:44:08 +00:00
2014-01-31 12:14:30 +00:00
2014-03-10 16:01:35 +00:00
2014-02-02 14:33:37 +00:00
2014-03-10 16:01:35 +00:00
2014-02-10 13:27:09 +00:00
2014-02-23 19:21:43 +00:00
2014-02-25 04:23:14 +00:00
2014-02-05 03:05:00 +00:00
2014-03-15 07:03:58 +00:00
2013-10-16 00:31:43 +00:00
2014-03-10 16:01:35 +00:00
2013-10-22 18:20:01 +00:00
2014-03-17 12:47:37 +00:00
2013-10-10 00:20:42 +00:00
2013-10-10 00:20:42 +00:00
2014-02-24 09:04:30 +00:00
2013-12-29 20:23:28 +00:00
2014-01-31 21:10:51 +00:00
2014-02-09 15:59:32 +00:00
2014-03-06 20:24:29 +00:00
2013-11-19 23:08:44 +00:00
2014-03-10 16:01:35 +00:00
2014-02-18 11:43:42 +00:00
2014-03-15 18:34:09 +00:00
2014-02-03 09:13:49 +00:00
2014-02-03 09:25:40 +00:00
2014-02-03 09:42:04 +00:00
2013-10-01 10:31:12 +00:00
2014-02-21 16:57:01 +00:00
2014-01-25 23:07:49 +00:00
2013-10-16 23:46:19 +00:00
2014-01-31 12:47:06 +00:00
2014-03-10 16:01:35 +00:00
2014-02-08 10:05:06 +00:00
2014-02-08 10:06:40 +00:00
2013-11-11 10:58:46 +00:00
2013-11-05 23:19:37 +00:00
2013-11-28 15:09:39 +00:00
2014-02-20 18:15:55 +00:00
2014-02-27 15:29:35 +00:00
2014-03-10 11:50:26 +00:00