]> git.mdlowis.com Git - proto/libregexp.git/log
proto/libregexp.git
6 years agoyet even more minor refactoring
Michael D. Lowis [Wed, 19 Dec 2018 04:43:16 +0000 (23:43 -0500)]
yet even more minor refactoring

6 years agoreslove conflict from upstream
Michael D. Lowis [Tue, 18 Dec 2018 21:19:57 +0000 (16:19 -0500)]
reslove conflict from upstream

6 years agomore refactoring, renaming, etc..
Michael D. Lowis [Tue, 18 Dec 2018 21:18:45 +0000 (16:18 -0500)]
more refactoring, renaming, etc..

6 years agominor refactoring and renaming of regex compilation process
Michael D. Lowis [Tue, 18 Dec 2018 18:59:12 +0000 (13:59 -0500)]
minor refactoring and renaming of regex compilation process

6 years agoremoved object file from repo
Michael D. Lowis [Sat, 15 Dec 2018 04:46:36 +0000 (23:46 -0500)]
removed object file from repo

6 years agoremoved binary from repo
Michael D. Lowis [Sat, 15 Dec 2018 04:46:00 +0000 (23:46 -0500)]
removed binary from repo

6 years agominor refactoring and commenting
Michael D. Lowis [Fri, 14 Dec 2018 21:21:23 +0000 (16:21 -0500)]
minor refactoring and commenting

6 years agoremoved rune-based api
Michael D. Lowis [Thu, 13 Dec 2018 02:28:06 +0000 (21:28 -0500)]
removed rune-based api

6 years agoremoved travis and coverity badges
Michael D. Lowis [Tue, 11 Dec 2018 20:11:54 +0000 (15:11 -0500)]
removed travis and coverity badges

6 years agotabs to spaces
Michael D. Lowis [Tue, 11 Dec 2018 20:06:35 +0000 (15:06 -0500)]
tabs to spaces

7 years agoexits loop when inst is null
David du Colombier [Sat, 7 Oct 2017 13:17:02 +0000 (15:17 +0200)]
exits loop when inst is null

7 years agodon't split for into multiple lines
David du Colombier [Sat, 7 Oct 2017 13:15:35 +0000 (15:15 +0200)]
don't split for into multiple lines

7 years agoremove extra space before else
David du Colombier [Sat, 7 Oct 2017 13:14:41 +0000 (15:14 +0200)]
remove extra space before else

7 years agoremove extra space after rcerror
David du Colombier [Sat, 7 Oct 2017 13:14:32 +0000 (15:14 +0200)]
remove extra space after rcerror

7 years agoremove extra leading space
David du Colombier [Sat, 7 Oct 2017 13:14:12 +0000 (15:14 +0200)]
remove extra leading space

7 years agofix path for man7 directory
aksr [Sat, 7 Oct 2017 07:49:08 +0000 (09:49 +0200)]
fix path for man7 directory

7 years agoadd Coverity Scan to Travis CI
David du Colombier [Fri, 28 Jul 2017 10:59:57 +0000 (12:59 +0200)]
add Coverity Scan to Travis CI

8 years agomove from Drone to Travis CI
David du Colombier [Fri, 31 Mar 2017 09:31:03 +0000 (11:31 +0200)]
move from Drone to Travis CI

9 years agoadd description to README.md
David du Colombier [Sun, 9 Aug 2015 20:35:20 +0000 (22:35 +0200)]
add description to README.md

9 years agoadd build badges
David du Colombier [Sun, 9 Aug 2015 20:26:43 +0000 (22:26 +0200)]
add build badges

9 years agomove README to README.md
David du Colombier [Sun, 9 Aug 2015 20:26:12 +0000 (22:26 +0200)]
move README to README.md

9 years agofix warnings reported by Coverity
David du Colombier [Sun, 9 Aug 2015 20:21:20 +0000 (22:21 +0200)]
fix warnings reported by Coverity

regcomp.c:126 fixed_size_dest: You might overrun the 100 byte fixed-size string buf by copying s without checking the length
regerror.c:11 fixed_size_dest: You might overrun the 132 byte fixed-size string buf by copying s without checking the length
regexec:174 leaked_storage: Variable relist0 going out of scope leaks the storage it points to

10 years agoremove trailing space
David du Colombier [Sat, 13 Jun 2015 20:23:10 +0000 (22:23 +0200)]
remove trailing space

10 years agocheck before dereference
David du Colombier [Sat, 13 Jun 2015 19:37:30 +0000 (21:37 +0200)]
check before dereference

10 years agoremove duplicate if statement
David du Colombier [Sat, 13 Jun 2015 19:36:54 +0000 (21:36 +0200)]
remove duplicate if statement

10 years agoremove trailing spaces
David du Colombier [Sat, 13 Jun 2015 19:36:05 +0000 (21:36 +0200)]
remove trailing spaces

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