comparison src/ChangeLog @ 4447:252b9162c084

[project @ 2003-07-08 18:37:53 by jwe]
author jwe
date Tue, 08 Jul 2003 18:37:53 +0000
parents aa345723c698
children 042cdbb7f317
comparison
equal deleted inserted replaced
4446:3cd9ddde2da2 4447:252b9162c084
1 2003-07-08 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * defaults.cc (Vdefault_exec_path): New static variable.
4 (set_default_default_exec_path): New function.
5 (install_defaults): Call it.
6 (exec_path): Use it.
7 (default_exec_path): New function.
8 (symbols_of_defaults): Add DEFVAR for DEFAULT_EXEC_PATH.
9
1 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu> 10 2003-07-07 John W. Eaton <jwe@bevo.che.wisc.edu>
2 11
3 * defaults.h.in (OCTAVE_LOCALSTARTUPFILEDIR, OCTAVE_STARTUPFILEDIR): 12 * defaults.h.in (OCTAVE_LOCALSTARTUPFILEDIR, OCTAVE_STARTUPFILEDIR):
4 Set values directly instead of constructing them. 13 Set values directly instead of constructing them.
5 14