summaryrefslogtreecommitdiffstats
path: root/termios.c
Commit message (Expand)AuthorAgeFilesLines
* termios: overflow in initialization on 32 bits.Kaz Kylheku2022-02-221-2/+2
* autoload: move termios material into termios module.Kaz Kylheku2022-02-191-0/+22
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-14/+14
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* termios: FreeBSD has no TAB1 and TAB2.Kaz Kylheku2021-08-131-0/+8
* port: build on OpenBSDAlexander Shendi2021-04-181-0/+8
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-36/+44
* Replace all strerror calls with wrapper.Kaz Kylheku2020-06-201-7/+8
* warning cleanup: GNU C++ initializer warnings.Kaz Kylheku2020-04-061-2/+2
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Eliminate ALLOCA_H.Kaz Kylheku2018-12-311-2/+2
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-111-1/+0
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Fix some C style casts to use casting macros.Kaz Kylheku2016-12-071-2/+2
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Adding termios support.Kaz Kylheku2016-05-181-0/+560