comparison liboctave/ChangeLog @ 3503:d14c483b3c12

[project @ 2000-02-01 04:06:07 by jwe]
author jwe
date Tue, 01 Feb 2000 04:06:39 +0000
parents e391aeef2b3c
children 5eef8a2294bd
comparison
equal deleted inserted replaced
3502:b5238ac1dca9 3503:d14c483b3c12
1 2000-01-31 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * oct-alloc.cc (octave_allocator::grow): Add std:: qualifier for
4 set_net_handler.
5
6 * All source files: Include iostream, fstream, strstream,
7 etc. as needed instead of using forward declarations for these
8 classes.
9
1 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> 10 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu>
2 11
3 * oct-time.cc: Declare strptime extern "C". 12 * oct-time.cc: Declare strptime extern "C".
4 13
5 2000-01-29 John W. Eaton <jwe@bevo.che.wisc.edu> 14 2000-01-29 John W. Eaton <jwe@bevo.che.wisc.edu>