You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consistency of read() and write() functions. #14608
replace readall() with readstring()
replace readbytes() with read()
readbytes! returns nb whereas read! returns array, so they can't
trivially be merged.
Fix test/replutil.jl test that matches output of method error message
that has changed due to introduction of readbytes(::AbstractString).
add: +eachline(filename::AbstractString) = EachLine(open(stream), close)
revert mistaken docstring change -- read! vs readbytes!
update base/docs/helpdb/Base.jl
update rst docs, BBEditTextWrangler-julia.plist
replace missing chomp() in getmetabranch()
doc tweaks
make && make julia-genstdlib
more doc tweaks
whitespace tweak
doc: read!(stream or filename, ...)
0 commit comments