#
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
|
#
97445c82 |
| 15-Mar-2018 |
anton <anton@openbsd.org> |
Favor usage of __func__ in warning/error messages. Some of them referred to the wrong function and fix the rest for consistency. Diff from Michael W. Bombardieri with some cosmetic cleanup applied.
Favor usage of __func__ in warning/error messages. Some of them referred to the wrong function and fix the rest for consistency. Diff from Michael W. Bombardieri with some cosmetic cleanup applied.
ok benno@ tb@
show more ...
|
#
81a95e3f |
| 20-Jan-2018 |
anton <anton@openbsd.org> |
Remove code that has been disabled since 1999. From Michael W. Bombardieri who also took the time to provide an excellent explanation on why the code isn't useful on tech@.
ok jca@
|
#
6c72b531 |
| 16-Jan-2018 |
jca <jca@openbsd.org> |
Introduce internal_warningf() and mark internal_errorf() as noreturn
This helps tools like scan-build, and follows the example of warningf() and errorf(). ok anton@
|
#
4c503bcd |
| 06-Jan-2018 |
millert <millert@openbsd.org> |
Bring back the sign compare changes, this time with a fix from otto@ that fixes the issues seen on hppa. OK deraadt@ otto@
|
#
60ccd8d7 |
| 04-Jan-2018 |
millert <millert@openbsd.org> |
Back out sign compare changes that appear to cause problems on hppa. Requested by deraadt@
|
#
43da03fc |
| 01-Jan-2018 |
millert <millert@openbsd.org> |
Add WARNINGS=yes to ksh and fix the resulting sign compare warnings. OK tb@
|
#
d67c3782 |
| 01-Nov-2015 |
mmcc <mmcc@openbsd.org> |
Add uses of areallocarray(). mksh and Bitrig ksh already have similar functions. With help from Theo Buehler.
ok nicm@
|
#
56018212 |
| 19-Oct-2015 |
mmcc <mmcc@openbsd.org> |
Move string.h include from sh.h to the files that use it.
ok nicm@
|
#
a7642eb4 |
| 09-Oct-2015 |
tedu <tedu@openbsd.org> |
remove null check before afree. from Michael McConville
|
#
7637b2e3 |
| 27-Sep-2015 |
guenther <guenther@openbsd.org> |
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ (others require more care)
|
#
8c046d24 |
| 17-Sep-2015 |
nicm <nicm@openbsd.org> |
Remove unnecessary casts, from Michael McConville. No binary change.
|
#
355ffa75 |
| 15-Sep-2015 |
tedu <tedu@openbsd.org> |
correct spelling of NULL from (char *)0. from Michael McConville. ok md5
|
#
bfd561bc |
| 01-Sep-2015 |
tedu <tedu@openbsd.org> |
remove casts and null checks before free. from Michael McConville ok deraadt
|
#
dde5a284 |
| 27-Jun-2012 |
otto <otto@openbsd.org> |
fptreef() always returns 0 and we never use the return value anyway, so make it void; from Michael W. Bombardieri.
|
#
7b1fe930 |
| 11-Aug-2008 |
jaredy <jaredy@openbsd.org> |
plug a memleak when freeing io redirection in commands. the leaked memory is actually reclaimed when the command finishes but may grow until that happens, e.g. during command execution.
ok phessler@
plug a memleak when freeing io redirection in commands. the leaked memory is actually reclaimed when the command finishes but may grow until that happens, e.g. during command execution.
ok phessler@. testing sobrado@ jmc@ oga@.
show more ...
|
#
7eab881b |
| 10-Apr-2006 |
jaredy <jaredy@openbsd.org> |
fix lint comments, no functional changes; ok ray
|
#
7a8124d8 |
| 30-Mar-2005 |
deraadt <deraadt@openbsd.org> |
lots of indentation cleanup, now ksh is readable like our other code. double checked to make sure no binaries change, and eyed by niallo
|
#
b3b39737 |
| 28-Mar-2005 |
deraadt <deraadt@openbsd.org> |
spacing
|
#
c5d5393c |
| 20-Dec-2004 |
otto <otto@openbsd.org> |
Ansification plus some minor knf. No binary change on i386 and sparc64, binary change in lex.o on macppc due to introduction of dopprompt() prototype. ok millert@
|
#
3ebf61bb |
| 19-Dec-2004 |
deraadt <deraadt@openbsd.org> |
spacing
|
#
7894b443 |
| 18-Dec-2004 |
millert <millert@openbsd.org> |
deregister
|
#
94e42df6 |
| 18-Dec-2004 |
millert <millert@openbsd.org> |
Get rid of #ifdef KSH since we don't care about building a V7 style sh and the #ifdef KSH code is required to make a POSIX sh. From Matthias Kilian
|
#
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
|
#
98b3e4ae |
| 27-Feb-2002 |
dhartmei <dhartmei@openbsd.org> |
Fix three off-by-one errors. ok espie@, millert@, miod@
|