diff options
author | Miles Bader <miles@gnu.org> | 1997-02-21 04:39:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-02-21 04:39:21 +0000 |
commit | 5e75fdfa074b0ef731f93f96bfcaf77e54ea1d42 (patch) | |
tree | a3aa094fa67d73b6172ecb32464b4c4eb8462624 /libshouldbeinlibc | |
parent | e7524ba6e1d23d77d3c4f0c70a67303a070240bc (diff) |
.
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 69007ed7..c432b7da 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 20 15:56:16 1997 Miles Bader <miles@gnu.ai.mit.edu> + * idvec.c (idvec_insert_only): Handle POS >= IDVEC->num correctly. + (idvec_insert, idvec_remove): Handle POS > IDVEC->num correctly. + * argp-fmtstream.c (__argp_fmtstream_update): Account for case where NEXTLINE points one past the end of the active buffer. |