tomo el fuego

Check-in [0d80236333]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merged in fix-outlstring-in-tc (pull request #14) Update outlstring function in tc to match others Approved-by: Charles Forsyth
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | master
Files: files | file ages | folders
SHA3-256: 0d8023633397af1624574e269a9b7b44f2ee9e087514a8fe27ac4a70da08130d
User & Date: charles.forsyth@gmail.com 2021-12-18 10:51:07
References
2023-08-02
17:40 Wiki page "upstream" artifact: 3ac3caa1ff user: xjix
Context
2022-01-14
16:59
merge from upstream https://bitbucket.org/inferno-os/inferno-os/commits/75323f4992b2b4e593bd2f548db9ac6897e894d3 check-in: b480ad4a73 user: romina@sunshinegardens.org tags: master, trunk
2021-12-18
10:51
Merged in fix-outlstring-in-tc (pull request #14) Update outlstring function in tc to match others Approved-by: Charles Forsyth check-in: 0d80236333 user: charles.forsyth@gmail.com tags: master, trunk
2021-10-11
15:23
remove duplicate vflag definition check-in: 1aa87a1243 user: charles.forsyth@gmail.com tags: master, trunk
2021-09-30
15:43
Update outlstring function in tc to match others check-in: efa418a6b3 user: david@boddie.org.uk tags: master, trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to utils/tc/swt.c.

192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
		}
		n--;
	}
	return r;
}

long
outlstring(ushort *s, long n)
{
	char buf[2];
	int c;
	long r;

	if(suppress)
		return nstring;







|







192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
		}
		n--;
	}
	return r;
}

long
outlstring(TRune *s, long n)
{
	char buf[2];
	int c;
	long r;

	if(suppress)
		return nstring;