aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/utf
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross5-6/+3
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2016-11-20include: define _DEFAULT_SOURCEDavid du Colombier1-0/+1
Since glibc 2.20, the _BSD_SOURCE and _SVID_SOURCE macros are deprecated in favor of the _DEFAULT_SOURCE macro. See https://sourceware.org/glibc/wiki/Release/2.20#Packaging_Changes Change-Id: I18dd6a698f3f5aa51d1e45bf53b031bb061e17e8 Reviewed-on: https://plan9port-review.googlesource.com/1500 Reviewed-by: David du Colombier <0intro@gmail.com>
2009-09-11convert to 4-byte UTF-8 and 32-bit RuneRuss Cox1-19/+59
http://codereview.appspot.com/116075
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2-1/+2
2005-01-13these mkfiles only confusersc1-30/+0
2005-01-07sunos fixesrsc3-3/+0
2004-12-29Formatting nit.wkj20-40/+40
2004-12-26add portdatersc1-0/+20
2004-12-26add for unix portrsc1-0/+29
2004-12-26clean up for unix portrsc21-30/+48
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-02-29Move utf, fmt. Small header file changes.rsc26-0/+2062