comparison scripts/ChangeLog @ 6695:c45431c845f3

[project @ 2007-06-07 21:30:39 by dbateman]
author dbateman
date Thu, 07 Jun 2007 21:30:40 +0000
parents 8e0444d90050
children 6d366791e132
comparison
equal deleted inserted replaced
6694:3d913ba36b75 6695:c45431c845f3
1 2007-06-07 David Bateman <dbateman@free.fr>
2
3 * pkg/pkg.m (pkg): For rebuild target, force package order in
4 saved file so that dependent packages are loaded first, and if
5 nargout==0 don't return any arguments.
6 (pkg:install): Only load packages that are marked autoload after
7 install. Various fixes. Save in order.
8 (pkg:uninstall): Save in order
9 (pkg:load_packages): Use load_package_and_dependencies to load
10 packages.
11 (pkg:save_order): New function to sort package list with dependent
12 packages first.
13 (pkg:load_packages_and_dependencies): New function to load both a
14 list of packages and their dependencies.
15 (pkg:load_package_dirs): New function that returns a vector of the
16 indexes into the installed package list indicating the packages to
17 load and the order to load them in to respect the dependencies.
18
1 2007-06-03 Søren Hauberg <soren@hauberg.org> 19 2007-06-03 Søren Hauberg <soren@hauberg.org>
2 20
3 * plot/axes.m: Eliminate redundant else clause. 21 * plot/axes.m: Eliminate redundant else clause.
4 22
5 2007-06-03 David Bateman <dbateman@free.fr> 23 2007-06-03 David Bateman <dbateman@free.fr>