Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   jdolecek
Date:           Fri Oct 15 17:01:20 UTC 1999

Modified Files:
        basesrc/lib/libedit: map.c refresh.c

Log Message:
don't assume locales are not working - it may not be the case
re_refresh(): cast the character passed to re_addc() to unsigned char,
        so we don't end up calling isprint() with negative value
        when chars are signed and character value is >= 128


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/lib/libedit/map.c
cvs rdiff -r1.8 -r1.9 basesrc/lib/libedit/refresh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index