| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-03 | Don't clear the handle to el "sel" and set it earlier to prevent handling | christos | |
| a signal before the handle is set. (From: des at FreeBSD) | |||
| 2016-05-09 | s/protected/libedit_private/g | christos | |
| 2016-04-11 | Get rid of private/public; keep protected (Ingo Schwarze) | christos | |
| 2016-02-16 | more include file cleanup (Ingo Schwarze) | christos | |
| 2016-02-16 | include errno.h | christos | |
| 2016-02-16 | From Ingo Scharze: | christos | |
| Let "el.h" include everything needed for struct editline, and don't include that stuff multiple times. That also improves consistency, also avoids circular inclusions, and also makes it easier to follow what is going on, even though not quite as nice. But it seems like the best we can do... | |||
| 2016-02-16 | cleanup chartype.h includes (Ingo Schwarze) | christos | |
| 2016-02-16 | one more | christos | |
| 2016-02-16 | include explicitly errno.h since we use it. | christos | |
| 2016-02-15 | OpenBSD sig.c rev. 1.6 2001/12/06 04:26:00 deraadt | christos | |
| save and restore errno in signal handler | |||
| 2011-07-28 | kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations. | christos | |
| 2011-07-28 | term -> terminal | christos | |
| 2009-02-19 | reset and redraw on sigcont. From Anon Ymous. | christos | |
| 2009-02-18 | SA_RESTART for all signals but SIGINT. From Anon Ymous. | christos | |
| 2009-02-15 | in order for read() to return EINTR we need to use sigaction, not signal, | christos | |
| otherwise SA_RESTART is set. | |||
| 2008-09-10 | Allow a single process to control multiple ttys (for pthreads using _REENTRANT) | christos | |
| using multiple EditLine objects. Mostly from Preston A. Elder. | |||
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-03-10 | sig_t is non portable | christos | |
| 2002-03-18 | - constify; passes all gcc and lint strict checks. | christos | |
| - add config.h [Jason Evans], to create a portable version of libedit that can be easily compiled on other OS's. | |||
| 2001-01-09 | make constant arrays a const | jdolecek | |
| 2001-01-04 | fix dumb typo in signal setup [from OpenBSD] | christos | |
| return -1 if alloc fails. | |||
| 2000-09-04 | convert to new style guide, which includes: | lukem | |
| - ansi prototypes & features (such as stdargs) - 8 space indents | |||
| 1999-07-02 | More trailing white space. | simonb | |
| 1997-07-06 | Fix compiler warnings. | christos | |
| 1997-04-11 | Portability fixes: | christos | |
| __const -> const BADSIG -> SIG_ERR int flags -> u_int flags #if __STDC__ -> #ifdef __STDC__ | |||
| 1997-01-11 | RCSid police | lukem | |
| editline first appeared in 4.4BSD not NetBSD1.0 | |||
| 1994-05-06 | libedit! | cgd | |
