index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stdio
/
linewrap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
(line_wrap_stream): Initialize D->seek.
cvs/libc-960825
cvs/libc-960824
cvs/libc-960823
cvs/libc-960822
cvs/libc-960821
Miles Bader
1996-08-20
1
-0
/
+1
*
Merge linewrap changes
Miles Bader
1996-07-17
1
-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 Bader
1996-07-17
1
-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 Bader
1996-07-07
1
-54
/
+122
*
Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath
1996-05-08
1
-56
/
+127
*
Mon May 6 09:51:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Roland McGrath
1996-05-07
1
-0
/
+353