Mercurial > hg > octave-lyh
diff liboctave/ChangeLog @ 6941:3d555cd5ad0f
[project @ 2007-10-01 18:58:29 by jwe]
author | jwe |
---|---|
date | Mon, 01 Oct 2007 18:58:29 +0000 |
parents | cf41866340d3 |
children | a18c784ae599 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,9 @@ 2007-10-01 John W. Eaton <jwe@octave.org> + * oct-time.cc (octave_strptime::init): Call mktime to propertly + initialize wday and yday. + From Matthias Drochner <m.drochner@fz-juelich.de>. + * cmd-edit.cc (command_editor::do_decode_prompt_string): Don't insert extra '\001' when decoding \[ and \].