| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
| |
and refactor.
|
| |
|
|
|
| |
(seek, eofchar change, ungets). Otherwise, once you hit EOF you stay there.
|
|
|
| |
Mark several things left TODO. Some tidying.
|
| |
|
| |
|
|
|
| |
people reading/editing this code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Other optimizations and simplifications.
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Notably no longer using the INPUT_NEED_NL flag.
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
Note that this reform simplifies ReadChars a fair bit (at least in my eyes).
Also it does away with the use of an INPUT_NEED_NL flag, using the same
strategy for partial \r\n sequences as is used for incomplete multibyte chars.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
Demonstrates refactor failure.
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| | |
imported commands when the original command gets re-created. This prevents the
panic otherwise possible when the invalid state represented by the NULL pointer
is encountered during a command delete trace.
|
| | |
|
| |
| |
| | |
instead of duplicating so much of its function. Note the testing gaps.
|
| |
| |
| |
| |
| | |
because of a false notion of limited storage space.
The test suite does not appear to demonstrate any case where this matters.
Could be an incomplete test suite, or an example of pointless code.
|