summaryrefslogtreecommitdiffstats
path: root/stdio/linewrap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* Update.Ulrich Drepper1997-09-111-1/+1
* Update to 2.1.x development versioncvs/libc-970218cvs/libc-970217cvs/libc-970216cvs/libc-970215Ulrich Drepper1997-02-151-17/+17
* (line_wrap_stream): Initialize D->seek.cvs/libc-960825cvs/libc-960824cvs/libc-960823cvs/libc-960822cvs/libc-960821Miles Bader1996-08-201-0/+1
* Merge linewrap changesMiles Bader1996-07-171-1/+1
* (lwupdate): Fix boundary condition where a word extends right up to rmargin. When we've done a word wrap and output the wrap margin, set point_col to wmargin. Use negative point_col to deal with a wmargin of 0. (line_wrap_point): Return 0 for a negative point_col.Miles Bader1996-07-171-6/+34
* (lwupdate): New function, mostly was __line_wrap_update. Use POINT_COL field instead of POINT. 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_output): Use lwupdate. (...Miles Bader1996-07-071-54/+122
* Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-081-56/+127
* Mon May 6 09:51:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-071-0/+353