Show patches with: Submitter = Grant Erickson       |    State = Action Required       |    Archived = No       |   56 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,8/8] edit: improve error handling of 'mbstowcs' and 'wcstombs' functions. Line Editor - - - 1-- 2025-04-06 Grant Erickson New
[v6,7/8] edit: change the 'l_edit_enter' return signature from 'char *' to 'int' Line Editor - - - 1-- 2025-04-06 Grant Erickson New
[v6,6/8] edit: change return signatures from 'bool' to 'int' Line Editor - - - 1-- 2025-04-06 Grant Erickson New
[v6,5/8] edit: pass the l_edit instance to the display and debug handlers. Line Editor - - - 1-- 2025-04-06 Grant Erickson New
[v6,4/8] edit: Added 'l_edit_*' symbols. Line Editor - - - 1-- 2025-04-06 Grant Erickson New
[v6,3/8] ell/Makefile: Added 'edit.[ch]' to HEADERS and SOURCES. Line Editor - - - 1-- 2025-04-06 Grant Erickson New
[v6,2/8] ell: Add include directive for 'ell/edit.h'. Line Editor - - - 1-- 2025-04-06 Grant Erickson New
[v6,1/8] edit: Initial revision. Line Editor - - - 8-- 2025-04-06 Grant Erickson New
[v9,9/9] ell/term: Added ASCII C0 and C1 control code mnemonics. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,8/9] ell/term: Add an 'l_term_is_acquired' introspection function. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,7/9] ell/edit: Rename 'l_term_{open,close}'. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,6/9] ell/term: Return error on writes if the output descriptor is invalid. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,5/9] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,4/9] term: Added 'l_term_*' symbols. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,3/9] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,2/9] ell: Add include directive for 'ell/term.h'. Input/Output Terminal Abstraction - - - 1-- 2025-04-06 Grant Erickson New
[v9,1/9] term: Initial revision. Input/Output Terminal Abstraction - - - 8-- 2025-04-06 Grant Erickson New
[RFC,v8] ell/term: Added ASCII C0 and C1 control code mnemonics. [RFC,v8] ell/term: Added ASCII C0 and C1 control code mnemonics. - - - --1 2024-04-05 Grant Erickson New
[RFC,v8] ell/term: Add an 'l_term_is_acquired' introspection function. [RFC,v8] ell/term: Add an 'l_term_is_acquired' introspection function. - - - --1 2024-04-05 Grant Erickson New
[RFC,v8] ell/edit: Rename 'l_term_{open,close}'. [RFC,v8] ell/edit: Rename 'l_term_{open,close}'. - - - --1 2024-04-05 Grant Erickson New
[RFC,v8] ell/term: Return error on writes if the output descriptor is invalid. [RFC,v8] ell/term: Return error on writes if the output descriptor is invalid. - - - --1 2024-04-05 Grant Erickson New
[RFC,v8] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running. [RFC,v8] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running. - - - --1 2024-04-05 Grant Erickson New
[RFC,v8] term: Added 'l_term_*' symbols. [RFC,v8] term: Added 'l_term_*' symbols. - - - 7-- 2024-04-05 Grant Erickson New
[RFC,v8] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. [RFC,v8] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. - - - 1-- 2024-04-05 Grant Erickson New
[RFC,v8] ell: Add include directive for 'ell/term.h'. [RFC,v8] ell: Add include directive for 'ell/term.h'. - - - 1-- 2024-04-05 Grant Erickson New
[RFC,v8] term: Initial revision. [RFC,v8] term: Initial revision. - - - 7-- 2024-04-05 Grant Erickson New
[RFC,v5] edit: improve error handling of 'mbstowcs' and 'wcstombs' functions. [RFC,v5] edit: improve error handling of 'mbstowcs' and 'wcstombs' functions. - - - --1 2024-04-05 Grant Erickson New
[RFC,v5] edit: change the 'l_edit_enter' return signature from 'char *' to 'int' [RFC,v5] edit: change the 'l_edit_enter' return signature from 'char *' to 'int' - - - --1 2024-04-05 Grant Erickson New
[RFC,v5] edit: change return signatures from 'bool' to 'int' [RFC,v5] edit: change return signatures from 'bool' to 'int' - - - --1 2024-04-05 Grant Erickson New
[RFC,v5] edit: pass the l_edit instance to the display and debug handlers. [RFC,v5] edit: pass the l_edit instance to the display and debug handlers. - - - --1 2024-04-05 Grant Erickson New
[RFC,v5] edit: Added 'l_edit_*' symbols. [RFC,v5] edit: Added 'l_edit_*' symbols. - - - 7-- 2024-04-05 Grant Erickson New
[RFC,v5] ell/Makefile: Added 'edit.[ch]' to HEADERS and SOURCES. [RFC,v5] ell/Makefile: Added 'edit.[ch]' to HEADERS and SOURCES. - - - 1-- 2024-04-05 Grant Erickson New
[RFC,v5] ell: Add include directive for 'ell/edit.h'. [RFC,v5] ell: Add include directive for 'ell/edit.h'. - - - 1-- 2024-04-05 Grant Erickson New
[RFC,v5] edit: Initial revision. [RFC,v5] edit: Initial revision. - - - 7-- 2024-04-05 Grant Erickson New
[RFC,v7] ell/term: Added ASCII C0 and C1 control code mnemonics. [RFC,v7] ell/term: Added ASCII C0 and C1 control code mnemonics. - - - --1 2024-04-04 Grant Erickson New
[RFC,v7] ell/term: Add an 'l_term_is_acquired' introspection function. [RFC,v7] ell/term: Add an 'l_term_is_acquired' introspection function. - - - --1 2024-04-04 Grant Erickson New
[RFC,v7] ell/edit: Rename 'l_term_{open,close}'. [RFC,v7] ell/edit: Rename 'l_term_{open,close}'. - - - --1 2024-04-04 Grant Erickson New
[RFC,v7] ell/term: Return error on writes if the output descriptor is invalid. [RFC,v7] ell/term: Return error on writes if the output descriptor is invalid. - - - --1 2024-04-04 Grant Erickson New
[RFC,v7] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running. [RFC,v7] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running. - - - --1 2024-04-04 Grant Erickson New
[RFC,v7] term: Added 'l_term_*' symbols. [RFC,v7] term: Added 'l_term_*' symbols. - - - 7-- 2024-04-04 Grant Erickson New
[RFC,v7] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. [RFC,v7] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. - - - 1-- 2024-04-04 Grant Erickson New
[RFC,v7] ell: Add include directive for 'ell/term.h'. [RFC,v7] ell: Add include directive for 'ell/term.h'. - - - 1-- 2024-04-04 Grant Erickson New
[RFC,v7] term: Initial revision. [RFC,v7] term: Initial revision. - - - 7-- 2024-04-04 Grant Erickson New
[RFC,v6] ell/term: Add an 'l_term_is_acquired' introspection function. [RFC,v6] ell/term: Add an 'l_term_is_acquired' introspection function. - - - --1 2024-04-03 Grant Erickson New
[RFC,v6] ell/edit: Rename 'l_term_{open,close}'. [RFC,v6] ell/edit: Rename 'l_term_{open,close}'. - - - --1 2024-04-03 Grant Erickson New
[RFC,v6] ell/term: Return error on writes if the output descriptor is invalid. [RFC,v6] ell/term: Return error on writes if the output descriptor is invalid. - - - --1 2024-04-03 Grant Erickson New
[RFC,v6] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running. [RFC,v6] ell/term: Do not return -EPERM for 'putnstr' and 'vprint' if not running. - - - --1 2024-04-03 Grant Erickson New
[RFC,v6] term: Added 'l_term_*' symbols. [RFC,v6] term: Added 'l_term_*' symbols. - - - 7-- 2024-04-03 Grant Erickson New
[RFC,v6] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. [RFC,v6] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. - - - 1-- 2024-04-03 Grant Erickson New
[RFC,v6] ell: Add include directive for 'ell/term.h'. [RFC,v6] ell: Add include directive for 'ell/term.h'. - - - 1-- 2024-04-03 Grant Erickson New
[RFC,v6] term: Initial revision. [RFC,v6] term: Initial revision. - - - 7-- 2024-04-03 Grant Erickson New
[RFC,v5] term: Added 'l_term_*' symbols. [RFC,v5] term: Added 'l_term_*' symbols. - - - 7-- 2024-03-31 Grant Erickson New
[RFC,v5] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. [RFC,v5] ell/Makefile: Added 'term.[ch]' to HEADERS and SOURCES. - - - 1-- 2024-03-31 Grant Erickson New
[RFC,v5] ell: Add include directive for 'ell/term.h'. [RFC,v5] ell: Add include directive for 'ell/term.h'. - - - 1-- 2024-03-31 Grant Erickson New
[RFC,v5] term: Initial revision. [RFC,v5] term: Initial revision. - - - 7-- 2024-03-31 Grant Erickson New
util: Add portable casting preprocessor macros. util: Add portable casting preprocessor macros. - - - 7-- 2024-03-28 Grant Erickson New