Steve Price
|
a84507eabd
|
sprintf -> snprintf to avoid potential buffer overflow.
PR: 6907
Submitted by: Archie Cobbs <archie@whistle.com>
|
1998-06-14 16:03:40 +00:00 |
|
John Birrell
|
6216c30a1c
|
Add #include <string.h> to get prototypes for functions that gcc
has builtin (and wants to know that the prototypes match).
|
1998-02-20 04:13:29 +00:00 |
|
Eivind Eklund
|
e351dd657b
|
Fix fencepost error.
PR: 4170
Submitted by: Harlan Stenn <Harlan.Stenn@pfcs.com>
|
1997-08-12 14:42:39 +00:00 |
|
Bruce Evans
|
f4c1975c26
|
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
set to something other than "/" now actually works.
|
1997-04-23 10:16:58 +00:00 |
|
Andrey A. Chernov
|
6004290380
|
Pick collate info for RE character ranges
|
1996-08-11 16:22:47 +00:00 |
|
Adam David
|
bb012025b4
|
'more | cat' was producing spurious output from an unused buffer
|
1996-01-22 01:30:03 +00:00 |
|
Andrey A. Chernov
|
eb1d32b9a3
|
Add setlocale LC_CTYPE
|
1995-10-24 05:18:36 +00:00 |
|
Peter Wemm
|
7908b94389
|
Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actually
work for locale's with multibyte characters. Backing this out....
cvs diff -c -r1.1 -r1.2 main.c | patch -R
Reviewed by:
Submitted by:
Obtained from:
|
1995-07-18 01:03:46 +00:00 |
|
Peter Wemm
|
605abcde5e
|
Make 'more' sensative to the current locale for it's ctype calls.
Reviewed by:
Submitted by: Thomas Gellekum, with minor cosmetic changes from me.
Obtained from:
|
1995-07-17 12:37:50 +00:00 |
|
Rodney W. Grimes
|
9b50d90275
|
BSD 4.4 Lite Usr.bin Sources
|
1994-05-27 12:33:43 +00:00 |
|