comparison scripts/ChangeLog @ 6645:81eb28d50cee

[project @ 2007-05-21 21:05:54 by dbateman]
author dbateman
date Mon, 21 May 2007 21:05:54 +0000
parents de8a8ba43848
children 673686daec87
comparison
equal deleted inserted replaced
6644:004561c38e8f 6645:81eb28d50cee
1 2007-05-21 David Bateman <dbateman@free.fr>
2
3 * pkg/pkg.m: Add rebuild target, and -local, -global option to
4 force installation location.
5 (rebuild): New subfunction to rebuild package database from
6 installed packages. Also allows changing of autoload status
7 (install): Warn use if attempting to install from non existent
8 file.
9 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv(
10 "USER", "root"))' for root test.
11
12 2007-05-21 Michael Goffioul <michael.goffioul@swing.be>
13
14 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms
15 and replace "\" characters with "/".
16 * pkg/pkg.m: Use shell rather than system throughout. Replace "\"
17 characters with "/" throughout.
18 (shell): New subfunction that wraps system and is careful with the
19 shell on windows platforms.
20 (configure_make): Explictly pass complier etc to configure
21 process.
22 (issuperuser): Force default to global install for Windows machines.
23
1 2007-05-19 Kristan Onu 24 2007-05-19 Kristan Onu
2 25
3 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. 26 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m.
4 27
5 2007-05-18 David Bateman <dbateman@free.fr> 28 2007-05-18 David Bateman <dbateman@free.fr>