log

age author description
Sat, 10 Mar 2018 15:57:16 +0900 Yuya Nishihara py3: use r'' instead of sysstr('') to get around code transformer
Sat, 10 Mar 2018 15:50:09 +0900 Yuya Nishihara ui: remove any combinations of CR|LF from prompt response
Sat, 10 Mar 2018 12:45:10 -0500 Matt Harbison sshpeer: check pipe validity before forwarding output from it
Sat, 10 Mar 2018 12:22:08 -0500 Matt Harbison util: forward __bool__()/__nonzero__() on fileobjectproxy
Tue, 06 Mar 2018 07:16:41 -0600 Yuya Nishihara py3: fix slicing of bisect label in templatefilters.shortbisect()
Tue, 06 Mar 2018 07:15:01 -0600 Yuya Nishihara templatefilters: inline hbisect.shortlabel()
Tue, 06 Mar 2018 07:11:24 -0600 Yuya Nishihara py3: make test-bisect.t bytes-safe
Tue, 06 Mar 2018 07:10:50 -0600 Yuya Nishihara py3: fix integer formatting in bisect error
Sat, 10 Mar 2018 16:55:54 +0900 Yuya Nishihara py3: silence f.write() in test-annotate.t
Fri, 09 Mar 2018 14:52:36 -0800 Jun Wu xdiff: resolve signed unsigned comparison warning
Fri, 09 Mar 2018 14:47:29 -0800 Jun Wu xdiff: use int64 for hash table size
Fri, 09 Mar 2018 14:39:35 -0800 Jun Wu xdiff: remove unused xpp and xecfg parameters
Fri, 09 Mar 2018 14:37:55 -0800 Jun Wu xdiff: remove unused flags parameter
Fri, 09 Mar 2018 14:24:27 -0800 Jun Wu xdiff: replace {unsigned ,}long with {u,}int64_t
Sun, 04 Mar 2018 11:30:16 -0800 Jun Wu xdiff: add comments for fields in xdfile_t