#
a3c80d85 |
| 18-Jun-2018 |
millert <millert@openbsd.org> |
Add clear-screen emacs editing command, currently not bound to a key by default. The shell will query the terminfo database to find the escape sequence to clear the screen. OK deraadt@
|
#
517d3880 |
| 09-Apr-2018 |
tobias <tobias@openbsd.org> |
Support 64 bit integers on 32 bit architectures.
No binary change on amd64 and there should be no differences on any other 64 bit architecture either (because long = int64_t).
ok cheloha, tb
|
#
201e0776 |
| 27-Dec-2017 |
millert <millert@openbsd.org> |
Add -Wshadow to Makefile and fix the resulting warnings. Many of the warnings are due to the use of globals with generic names, specifically "options" and "path". I've renamed "options" to "sh_opti
Add -Wshadow to Makefile and fix the resulting warnings. Many of the warnings are due to the use of globals with generic names, specifically "options" and "path". I've renamed "options" to "sh_options" since it holds the shell options and "path" to "search_path". OK jca@ tb@
show more ...
|
#
a725701f |
| 30-Aug-2017 |
jca <jca@openbsd.org> |
Implement HISTCONTROL ignoredups & ignorespace features
ignoredups: don't save the current line if it is identical to the last history line. ignorespace: don't save the current line if it starts wit
Implement HISTCONTROL ignoredups & ignorespace features
ignoredups: don't save the current line if it is identical to the last history line. ignorespace: don't save the current line if it starts with a space
ok anton@ millert@
show more ...
|
#
1fbcea4a |
| 10-Oct-2015 |
nicm <nicm@openbsd.org> |
Move more declarations out of proto.h into better headers, from Michael McConville. No binary change.
|
#
7df1fdf4 |
| 05-Oct-2015 |
nicm <nicm@openbsd.org> |
Remove EXTERN from table.h and put the definitions in table.c, from Michael McConville.
|
#
8f5d53fe |
| 14-Sep-2015 |
nicm <nicm@openbsd.org> |
Replace Tflag typedef with just int; ok tedu
|
#
0d4df784 |
| 19-Feb-2012 |
otto <otto@openbsd.org> |
Allow for more vars in hash table, improve hash function, increase hash table size sooner. Based on suggestion from Michael Niedermayer. ok krw@ mpi@
|
#
6df3ee40 |
| 11-Dec-2005 |
otto <otto@openbsd.org> |
fix a few name clashes with libc; found by lint. ok deraadt@
|
#
69b9f96b |
| 18-Dec-2004 |
millert <millert@openbsd.org> |
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. First step in making the ksh code easier to read. From Matthias Kilian
|
#
f00c5086 |
| 15-Jun-1999 |
millert <millert@openbsd.org> |
patches from pdksh 5.2.13.11
|
#
3b015934 |
| 25-Jun-1998 |
millert <millert@openbsd.org> |
pdksh-5.2.13 + local changes
|
#
e7bc3c65 |
| 21-Nov-1996 |
downsj <downsj@openbsd.org> |
Update to 5.2.12.
|
#
dcacb757 |
| 19-Aug-1996 |
downsj <downsj@openbsd.org> |
update to pdksh-5.2.8
|
#
7cb960a2 |
| 14-Aug-1996 |
downsj <downsj@openbsd.org> |
Import pdksh 5.2.7.
|