Commit graph

119 commits

Author SHA1 Message Date
c9s
ea057921c2 no strndup when truncating pattern 2014-05-17 15:20:28 +08:00
Pedro
4910382090 Update node.c
Fix
2014-05-17 15:16:52 +08:00
Pedro
6c0b3c3e90 Merge pull request #6 from CindyLinz/master
my_strdup / my_strndup  malloc smaller
2014-05-17 15:06:44 +08:00
Pedro
2ca78dd980 Merge pull request #5 from czchen/feature/install
Install headers and r3.pc
2014-05-17 14:46:27 +08:00
Cindy Wang (CindyLinz)
1c9a42dd82 my_strdup / my_strndup malloc smaller 2014-05-17 13:01:33 +08:00
ChangZhuo Chen (陳昌倬)
be0cd0df76 Add r3.pc 2014-05-17 11:35:45 +08:00
ChangZhuo Chen (陳昌倬)
0ad579912c Install header files 2014-05-17 11:23:01 +08:00
c9s
e3b64f4512 Delete 2014-05-17 09:46:02 +08:00
c9s
16d7225336 update benchmark result 2014-05-17 09:41:00 +08:00
c9s
fe9ca48135 update README 2014-05-17 09:39:39 +08:00
c9s
256cb8435a dump pattern if pcre compilation failed. 2014-05-17 08:11:22 +08:00
c9s
4f36b0b27c Fix check tests on linux platform 2014-05-17 08:01:49 +08:00
c9s
d30e58176c Adding AC_PROG_CC_STDC to configure.ac to support c99 2014-05-17 07:58:28 +08:00
c9s
6ff8ff66d1 one more scope for benchmarks 2014-05-17 07:53:24 +08:00
c9s
4572f5cb55 update correct testing records 2014-05-17 07:52:03 +08:00
c9s
5a4312d473 clean up 2014-05-17 07:49:17 +08:00
c9s
e0c67acc61 rename to benchmark_print_summary 2014-05-17 07:48:57 +08:00
c9s
f5863a956d Add benchmark macros 2014-05-17 07:48:22 +08:00
c9s
6747775908 use @CHECK_CFLAGS@ and @CHECK_LIBS@ 2014-05-17 07:28:52 +08:00
c9s
0c6afd03b7 use HAVE_STR*DUP config to check function definitions 2014-05-17 07:26:47 +08:00
c9s
952ec60e99 Fix Makefile.am for check 2014-05-17 07:23:24 +08:00
c9s
6348a305f7 Delete auto-generated config.h 2014-05-17 07:19:16 +08:00
c9s
23ddbf2e81 Add ltmain.sh 2014-05-17 07:19:01 +08:00
c9s
3c8279a53e keep m4/ 2014-05-17 07:18:35 +08:00
c9s
a8eb380051 Check funcs & header files 2014-05-17 07:17:44 +08:00
c9s
55e9082c02 delete config.status 2014-05-17 07:17:38 +08:00
c9s
bfbb9d38f3 Merge remote-tracking branch 'origin/autotool' 2014-05-17 07:15:42 +08:00
c9s
04e0d6724b Fix check with autotool 2014-05-17 07:14:09 +08:00
c9s
063eb7d0ab update gitignore list 2014-05-17 06:58:48 +08:00
c9s
9de9602a42 Delete Makefile.in 2014-05-17 06:57:49 +08:00
c9s
d93cc6d031 Clean up files 2014-05-17 06:57:03 +08:00
c9s
093bb6d2cc check-in files 2014-05-17 06:54:39 +08:00
c9s
cd06fd07d5 Check-in files 2014-05-17 06:53:30 +08:00
c9s
4627afd22d Merge branch 'autotool' of github.com:c9s/r3 into autotool 2014-05-17 06:52:40 +08:00
c9s
e822cd8d2f Fix 2014-05-17 06:52:26 +08:00
Cindy Wang (CindyLinz)
ff0f6bb5b1 my_strdup / my_strndup size_t -> int 2014-05-17 06:50:05 +08:00
Cindy Wang (CindyLinz)
9e7a1313bc avoid redefines 2014-05-17 06:50:05 +08:00
Cindy Wang (CindyLinz)
22718fd143 token.c include r3_str.h for my_strdup & my_strndup 2014-05-17 06:50:05 +08:00
Cindy Wang (CindyLinz)
8f6fd19806 self provided strndup & strdup 2014-05-17 06:50:05 +08:00
c9s
dc91651782 Update gitignore file 2014-05-17 06:49:20 +08:00
c9s
6dc025108e Checking .in files 2014-05-17 06:49:12 +08:00
c9s
fa2eca2e32 Add config.h 2014-05-17 06:44:32 +08:00
c9s
5b7d4ae441 Add config.h.in 2014-05-17 06:40:08 +08:00
c9s
717d32019c Add autogen.sh script 2014-05-17 06:38:59 +08:00
c9s
18748b79d5 import libtool script 2014-05-17 06:38:02 +08:00
c9s
38bf690fc3 update configure.ac 2014-05-17 06:37:45 +08:00
c9s
82175ba66d autotool checking 2014-05-17 06:37:30 +08:00
Pedro
c182c4efaa Merge pull request #3 from CindyLinz/master
my_strdup / my_strndup   size_t -> int
2014-05-17 05:37:33 +08:00
Cindy Wang (CindyLinz)
1f91b8ea35 my_strdup / my_strndup size_t -> int 2014-05-17 03:17:51 +08:00
Pedro
0cc956aaf7 Merge pull request #2 from CindyLinz/master
token.c include r3_str.h for my_strdup & my_strndup
2014-05-17 03:17:48 +08:00