]> git.mdlowis.com Git - proto/libregexp.git/log
proto/libregexp.git
10 years agouse strncpy instead of strcpy
David du Colombier [Sat, 13 Jun 2015 19:35:08 +0000 (21:35 +0200)]
use strncpy instead of strcpy

10 years agofix copy/paste error
David du Colombier [Wed, 17 Dec 2014 21:13:17 +0000 (22:13 +0100)]
fix copy/paste error

10 years agoremove empty line
David du Colombier [Wed, 17 Dec 2014 21:12:54 +0000 (22:12 +0100)]
remove empty line

12 years agoimport manuals from plan9port
David du Colombier [Sat, 8 Jun 2013 19:40:00 +0000 (21:40 +0200)]
import manuals from plan9port

12 years agoreplace u1 and u2 by r and l
David du Colombier [Sat, 8 Jun 2013 19:30:00 +0000 (21:30 +0200)]
replace u1 and u2 by r and l

12 years agofix warnings
David du Colombier [Sat, 8 Jun 2013 19:20:00 +0000 (21:20 +0200)]
fix warnings

regcomp.c:311:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’
regcomp.c:311:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’
regcomp.c:311:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long int’
regcomp.c:333:12: warning: comparison between signed and unsigned integer expressions
regcomp.c:542:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long int’
test2.c:16:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘char *’
test2.c:16:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘char *’
test2.c:16:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘char *’
test2.c:19:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘char *’
test2.c:19:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘char *’
test2.c:19:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘char *’
test2.c:7:10: warning: unused parameter ‘ac’
test2.c:7:21: warning: unused parameter ‘av’
test.c:28:10: warning: unused parameter ‘ac’
utf.c:159:8: warning: comparison between signed and unsigned integer expressions

12 years agoremove dependence on libfmt and libutf
David du Colombier [Sat, 8 Jun 2013 19:10:00 +0000 (21:10 +0200)]
remove dependence on libfmt and libutf

12 years agoimport from plan9port
David du Colombier [Sat, 8 Jun 2013 19:00:00 +0000 (21:00 +0200)]
import from plan9port