History log of /reactos/sdk/lib/conutils/outstream.c (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.14-release
# f268430c 25-May-2021 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Update some documentation.


# 4aaf54e0 23-Aug-2020 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Use const string pointers for strings that are not modified by the functions.


Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release
# b277cbdf 23-Aug-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] In ConWrite(), emit an \r when a \n is encountered but not already preceded by \r.

And, don't emit \r\n when an \r alone is encountered.
This fixes the problem of extra newlines appearing

[CONUTILS] In ConWrite(), emit an \r when a \n is encountered but not already preceded by \r.

And, don't emit \r\n when an \r alone is encountered.
This fixes the problem of extra newlines appearing when redirecting
"more" output to a file.

CORE-14592

show more ...


Revision tags: 0.4.11-dev, 0.4.10-RC, 0.4.9-release
# 1eca6258 20-May-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Remove old code; modify an informative note.


Revision tags: 0.4.10-dev, 0.4.9-RC
# 2b3fd31b 04-May-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Use the currently active console codepage to output text to files. If you want to output UTF-8 run "chcp 65001" before.
CORE-12122


Revision tags: 0.4.8-release, 0.4.8-RC, 0.4.9-dev
# 075d58cc 11-Feb-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Relax the enforcement of using FORMAT_MESSAGE_MAX_WIDTH_MASK in the ConMsg* and ConResMsg* functions.


# ce044cf8 02-Feb-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Fix and improve the documentation for "outstream" and "utils", addendum to f982d77.


# f982d77b 01-Feb-2018 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Diverse improvements: start doxygenating and add some resource messsage helper functions.

- Start to doxygenate the library, focusing in great details on the
functions of the "outstream

[CONUTILS] Diverse improvements: start doxygenating and add some resource messsage helper functions.

- Start to doxygenate the library, focusing in great details on the
functions of the "outstream" module.
- Add a K32LoadStringEx function that expands (K32)LoadString by
allowing a LanguageId parameter to be able to load strings from other
languages than the current one.
- Add "ConResMsg*" helper functions to be able to (format and) print
message strings with inserts that come *NOT* from a message table (as
usual) *BUT* from resource string tables.
Will be helpful for CORE-14265 in particular.

[CMD] Fix the call to ConMsgPrintfV().

show more ...


Revision tags: 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1
# 4e697fee 16-Oct-2017 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[CONUTILS] Split stream.c into input and output stream modules.

As code grows, this will allow for better maintenance of the console
stream code. In particular the input stream module will contain s

[CONUTILS] Split stream.c into input and output stream modules.

As code grows, this will allow for better maintenance of the console
stream code. In particular the input stream module will contain special
code for handling TTYs, and this is something not all console programs
will need. Having this code in a separate module will allow for the linker
to possibly remove this code when it is unused.

show more ...