Age | Commit message (Collapse) | Author |
|
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
this fixes at least 15 buffer overflows; some help from dhartmei.
Anyone want to go do the same in ksh, and help with some of the while
(*s++ = *p++) loops in here?
|
|
The item list really did want to be zero-filled since free_items() relies
on this to find the end point. However, this is really pretty dumb since
we *know* how many items are in the list.
This highlights the elusive bug I was trying to fix--free_items() expects
the list to be NULL-terminated which was not the case if the list was full.
The fix is to simply pass free_items() the number of elements in the list.
|
|
This fixes a mysterious segv when doing file completion twice in
directories w/ more than 1024 files.
|
|
|
|
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
|
|
|
|
|
|
|
|
Fix from NetBSD (christos), reported by Chris Torek.
|
|
|
|
|