diff options
author | Miles Bader <miles@gnu.org> | 1996-07-07 16:54:03 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-07 16:54:03 +0000 |
commit | 99ed3e3909cc9be0a853f2e1de83e70fa9c1ff46 (patch) | |
tree | 2023c8a6ad35482188de05014c757f3e5346c764 /ChangeLog | |
parent | dd411cc7bc2ffdd07364c2abf0a4ea13cd26d79d (diff) | |
download | glibc-99ed3e3909cc9be0a853f2e1de83e70fa9c1ff46.tar.gz glibc-99ed3e3909cc9be0a853f2e1de83e70fa9c1ff46.tar.xz glibc-99ed3e3909cc9be0a853f2e1de83e70fa9c1ff46.zip |
Sun Jun 2 22:28:43 1996 Miles Bader <miles@gnu.ai.mit.edu>
* linewrap.c (lwupdate): Update D->point_offs when done. Use memmove instead of memcpy where overlap is possible (not necessary using current implementation of memcpy, but...). (__line_wrap_update): Don't update D->point_offs (lwupdate does it). Fri May 31 11:48:46 1996 Miles Bader <miles@gnu.ai.mit.edu> * linewrap.c (lwupdate): New function, mostly was __line_wrap_update. Use POINT_COL field instead of POINT. (__line_wrap_output): Use lwupdate. (__line_wrap_update): New function. (ensure_unwrapped, ensure_wrapped): New functions. (line_wrap_set_lmargin, line_wrap_set_rmargin, line_wrap_set_wmargin, line_wrap_point): Use __line_wrap_update. * linewrap.h (struct line_wrap_data): Rename POINT field to POINT_COL. Add POINT_OFFS field. (__line_wrap_update): New decl. (line_wrap_set_lmargin, line_wrap_set_rmargin, line_wrap_set_wmargin, line_wrap_point): Use __line_wrap_update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 168cd6724e..20c366e6cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Sun Jun 2 22:28:43 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * linewrap.c (lwupdate): Update D->point_offs when done. + Use memmove instead of memcpy where overlap is possible (not + necessary using current implementation of memcpy, but...). + (__line_wrap_update): Don't update D->point_offs (lwupdate does it). + +Fri May 31 11:48:46 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * linewrap.c (lwupdate): New function, mostly was __line_wrap_update. + Use POINT_COL field instead of POINT. + (__line_wrap_output): Use lwupdate. + (__line_wrap_update): New function. + (ensure_unwrapped, ensure_wrapped): New functions. + (line_wrap_set_lmargin, line_wrap_set_rmargin, + line_wrap_set_wmargin, line_wrap_point): Use __line_wrap_update. + + * linewrap.h (struct line_wrap_data): Rename POINT field to POINT_COL. + Add POINT_OFFS field. + (__line_wrap_update): New decl. + (line_wrap_set_lmargin, line_wrap_set_rmargin, + line_wrap_set_wmargin, line_wrap_point): Use __line_wrap_update. + Fri Jul 5 17:34:47 1996 Miles Bader <miles@gnu.ai.mit.edu> * login/logout.c (logout): Do nothing if getutline_r returns ESRCH. |