1origin	https://github.com/kokke/tiny-regex-c.git (fetch)
2origin	https://github.com/kokke/tiny-regex-c.git (push)
3commit d3058f271f7a06ff298dff0a6a9a1e0753a5fa17
4Merge: 28882c4 c2ed772
5Author: kokke <spam@rowdy.dk>
6Date:   Fri Oct 26 23:20:07 2018 +0200
7
8    Merge pull request #22 from monolifed/master
9
10    Update re.c for #20
11
12commit c2ed77267c86e30aa342f48528e5ffce6ab4d103
13Author: monolifed <6624464+monolifed@users.noreply.github.com>
14Date:   Thu Oct 25 19:19:24 2018 +0300
15
16    Update re.c
17
18commit 28882c4a39fbc9ddd44e69caa22aac4c4a208934
19Author: kokke <spam@rowdy.dk>
20Date:   Tue Oct 23 11:27:23 2018 +0200
21
22    Update README.md
23
24commit 4583018febd2d28277b512f09427e2ba01b4cbd5
25Author: kokke <spam@rowdy.dk>
26Date:   Tue Oct 23 11:26:47 2018 +0200
27
28    Update README.md
29
30commit 2211111107da75f5574d5f0140e4396ae701d947
31Author: kokke <spam@rowdy.dk>
32Date:   Mon Oct 22 16:04:02 2018 +0200
33
34    Update test1.c
35
36    Adding failing test-case for question-mark '?', brought to my attention by @tobermory in https://github.com/kokke/tiny-regex-c/issues/20
37
38commit 679aebd38a245afb9f9d107d066b68765b94865b
39Author: kokke <spam@rowdy.dk>
40Date:   Mon Oct 22 15:41:33 2018 +0200
41
42    Update re.c
43
44    fixing typo, noticed by @tobermory -> https://github.com/kokke/tiny-regex-c/issues/19
45
46commit 2f225fa5e355ad3a99cdd5e953768399fe0b6607
47Author: kokke <spam@rowdy.dk>
48Date:   Wed Jun 6 18:15:48 2018 +0200
49
50    Update test1.c
51
52commit b587a65abf0f1347a3b7c7050b73c5dbb94d9cb7
53Merge: 89a479f 96a8f77
54Author: kokke <spam@rowdy.dk>
55Date:   Wed Jun 6 18:10:57 2018 +0200
56
57    Merge pull request #17 from monolifed/patch-1
58
59    Update re.c
60
61commit 96a8f770c2922505699c9a4d6ba9b9584be5ee29
62Author: monolifed <6624464+monolifed@users.noreply.github.com>
63Date:   Thu May 31 02:06:49 2018 +0300
64
65    Update re.c
66
67    hopefully fixes #12
68
69commit 89a479f985cb25284c4e11870c1531c299255790
70Merge: bf9b2f0 e5f3564
71Author: kokke <spam@rowdy.dk>
72Date:   Tue May 15 11:25:53 2018 +0200
73
74    Merge pull request #16 from TermoSINteZ/master
75
76    Fix pattern ".?" issues
77
78commit e5f3564a1de7230cec207cb6aec3866b0b7931e0
79Author: TermoSINteZ <termo.sintez@gmail.com>
80Date:   Tue May 15 10:41:17 2018 +0300
81
82    Remove tabs
83
84commit acb0a441470808c99a08ecc8d8716d258866835c
85Author: TermoSINteZ <termo.sintez@gmail.com>
86Date:   Tue May 15 00:10:55 2018 +0300
87
88    Fix pattern ".?" issues
89
90commit bf9b2f0c5e91dd12e1fea8cbc7ae7a6193e7b4ed
91Merge: cb80dee 84af23d
92Author: kokke <spam@rowdy.dk>
93Date:   Tue Apr 17 14:09:03 2018 +0200
94
95    Merge pull request #14 from roflcopter4/master
96
97    Check for correct python2 binary in Makefile
98
99commit 84af23dde1c6785ca680d5aced93e20e484efa8d
100Author: roflcopter4 <brendan.leason.4@gmail.com>
101Date:   Mon Apr 16 14:45:34 2018 -0600
102
103    Fix dumb typos
104
105commit 0cb0b1348392b795971be9472d8dd2854403a2cb
106Author: roflcopter4 <brendan.leason.4@gmail.com>
107Date:   Mon Apr 16 14:42:13 2018 -0600
108
109    Add back '@' signs I accidentally removed
110
111commit 81d12dfd3de805d0969e66650731e4df9158169c
112Author: roflcopter4 <brendan.leason.4@gmail.com>
113Date:   Mon Apr 16 14:26:28 2018 -0600
114
115    Check for correct python2 binry in Makefile
116
117commit cb80dee0644f41df67b1740fefd8573d18d84a53
118Author: kokke <spam@rowdy.dk>
119Date:   Fri Mar 23 15:39:17 2018 +0100
120
121    Update README.md
122
123commit 005de160fa2d8796eb2bce75b52eeaac3ac13d8d
124Author: kokke <spam@rowdy.dk>
125Date:   Fri Mar 23 15:32:37 2018 +0100
126
127    Update Makefile
128
129commit 9ec0029e83e7cba718f6b6f8b107a0133d22b4a7
130Author: kokke <spam@rowdy.dk>
131Date:   Fri Mar 23 15:31:40 2018 +0100
132
133    Create regex_test_neg.py
134
135commit 960dd3ebec78d2ac61969840d4e23c97d443bdc9
136Author: kokke <spam@rowdy.dk>
137Date:   Fri Mar 23 15:31:11 2018 +0100
138
139    Create test_rand_neg.c
140
141commit 3d472f3d78d9702ffcdf4439ac842e3250da7c49
142Author: kokke <spam@rowdy.dk>
143Date:   Fri Mar 23 14:02:23 2018 +0100
144
145    Update README.md
146
147commit cdf61829adc1c94a9f2d019b2683c34c7732ca60
148Author: kokke <spam@rowdy.dk>
149Date:   Fri Mar 23 13:06:49 2018 +0100
150
151    Update Makefile
152
153commit 98812bdcafa58c7f35fc40fae9ba64d6d2a9eac1
154Author: kokke <spam@rowdy.dk>
155Date:   Fri Mar 23 12:52:34 2018 +0100
156
157    Update README.md
158
159commit 9c192d4199e4e1e6a764f1b1699deb5b159b161e
160Author: kokke <spam@rowdy.dk>
161Date:   Fri Mar 23 12:47:27 2018 +0100
162
163    Update re.c
164
165commit fb677f315fd159e13c2c2fc5b40f199148c0fb0f
166Author: kokke <spam@rowdy.dk>
167Date:   Fri Mar 23 12:45:20 2018 +0100
168
169    Update test1.c
170
171commit dc1b3ee8fc4354e5dfa1846ee6b778452609d50e
172Author: kokke <spam@rowdy.dk>
173Date:   Fri Mar 23 12:08:34 2018 +0100
174
175    Update README.md
176
177commit eac0cef080a32c4b606bd10994ddcf8a72249d78
178Author: kokke <spam@rowdy.dk>
179Date:   Mon Dec 11 23:26:53 2017 +0100
180
181    Update README.md
182
183commit dc9f34d74b6ac80cd0bed17fca76ef35fca3b101
184Author: kokke <spam@rowdy.dk>
185Date:   Mon Dec 11 23:23:40 2017 +0100
186
187    Update re.c
188
189commit d76301fa18f3575cca94816cff291a01fda58ad7
190Author: kokke <spam@rowdy.dk>
191Date:   Mon Dec 11 23:23:22 2017 +0100
192
193    Update test1.c
194
195commit b72898ef7a67a0650c7d00b7a09f36abc1fa57a1
196Author: kokke <spam@rowdy.dk>
197Date:   Mon Dec 11 21:35:55 2017 +0100
198
199    Update re.c
200
201commit 3cd275c9c55ec51a01ad01c317232247aeec9bab
202Merge: baf3a15 881f634
203Author: kokke <spam@rowdy.dk>
204Date:   Mon Dec 11 21:32:26 2017 +0100
205
206    Merge pull request #9 from mrigger/out-of-bounds-fixes
207
208    Out of bounds fixes.
209
210commit 881f634e9a905933d1889a4e0b9b09920337478a
211Author: Manuel Rigger <manuel.rigger@jku.at>
212Date:   Sun Dec 10 11:42:17 2017 +0100
213
214    Fix out-of-bunds access found by AFL (input: [00000000000000000000000000000000000000][).
215
216commit e6c91ab986f1ed7d7e39d58e6fdfae44d3110c99
217Author: Manuel Rigger <manuel.rigger@jku.at>
218Date:   Sun Dec 10 10:30:06 2017 +0100
219
220    Fix out-of-bounds accesses found by AFL (input: [00000000000000000000000000000000000000).
221
222commit 619a9c654df6a471d7e043081b3fb4bf0e1cd642
223Author: Manuel Rigger <manuel.rigger@jku.at>
224Date:   Sat Dec 9 22:56:12 2017 +0100
225
226    Fix out-of-bounds access found by AFL.
227
228commit 43051e257141740e99c32f1cffea78d2a72fe10e
229Author: Manuel Rigger <manuel.rigger@jku.at>
230Date:   Fri Dec 8 21:25:01 2017 +0100
231
232    Fix out-of-bounds access found by AFL.
233
234commit baf3a15d7b99b856e82d3dd69555d3bac6750049
235Author: kokke <spam@rowdy.dk>
236Date:   Thu Oct 12 00:54:16 2017 +0200
237
238    Update re.h
239
240    To make the C++ crowd and their compilers happy ;)
241
242commit 107352174172b05f25d153c651b327890ab3b574
243Author: kokke <spam@rowdy.dk>
244Date:   Sat Jul 8 03:32:29 2017 +0200
245
246    Update re.c
247
248commit ef6b2416b17388da413d3b9cce95ef6897255970
249Author: kokke <spam@rowdy.dk>
250Date:   Sat Jul 8 03:26:59 2017 +0200
251
252    Update test1.c
253
254commit b8446ecba1c59b7a9f29e7d8174661deb38a74a5
255Author: kokke <spam@rowdy.dk>
256Date:   Wed May 3 22:55:11 2017 +0200
257
258    Update README.md
259
260commit 1600de0a66b11610183c02c4f778866dce6927af
261Author: kokke <spam@rowdy.dk>
262Date:   Mon May 1 21:43:47 2017 +0200
263
264    Update regex_test.py
265
266commit e5dafc83fe1672de45ab1bc40e7f34876e2d1d15
267Author: kokke <spam@rowdy.dk>
268Date:   Mon May 1 21:34:22 2017 +0200
269
270    Update test_rand.c
271
272commit a39262a534a628d7c07bbb753a66d031a4b4a43a
273Author: kokke <spam@rowdy.dk>
274Date:   Mon May 1 21:27:17 2017 +0200
275
276    Update test_print.c
277
278commit 96b9af356129a263ef60355426de0c339308cd26
279Author: kokke <spam@rowdy.dk>
280Date:   Mon May 1 21:25:11 2017 +0200
281
282    Update re.c
283
284commit 529889acae614c91697af87feba5abe5334a4274
285Author: kokke <spam@rowdy.dk>
286Date:   Mon May 1 21:18:40 2017 +0200
287
288    Update README.md
289
290commit 1afc07dc2936f17dc0df5178ef61caeb19d2c5b1
291Author: kokke <spam@rowdy.dk>
292Date:   Mon May 1 21:17:57 2017 +0200
293
294    Update README.md
295
296commit 407f4fe08fb219d68026817d47d1a453a0b6c1ba
297Author: kokke <spam@rowdy.dk>
298Date:   Fri Apr 28 17:27:12 2017 +0200
299
300    Update README.md
301
302commit 2d2ebe66d55349ba6add2a4335b24b0a13fb26d2
303Author: kokke <spam@rowdy.dk>
304Date:   Mon Apr 24 23:48:18 2017 +0200
305
306    Update README.md
307
308commit 5c76b8cc4e77af9c4a3cb1bbd1cfda3e73e1be56
309Author: kokke <spam@rowdy.dk>
310Date:   Mon Apr 24 23:33:34 2017 +0200
311
312    Update README.md
313
314commit e4c7cb9d63d1b284f92053f535402738ee2c3a6a
315Author: kokke <spam@rowdy.dk>
316Date:   Mon Apr 24 09:28:24 2017 +0200
317
318    Update README.md
319
320commit 1e694fe184be1261e9f684ea3556103e45649c3b
321Author: kokke <spam@rowdy.dk>
322Date:   Thu Apr 20 17:58:33 2017 +0200
323
324    Update README.md
325
326commit 52810460dd877f337e23d58e627b5ae3fbbee430
327Author: kokke <spam@rowdy.dk>
328Date:   Wed Apr 19 02:38:00 2017 +0200
329
330    Update Makefile
331
332commit d44fb891007d56e0344f7372521f3ff583630d61
333Author: kokke <spam@rowdy.dk>
334Date:   Wed Apr 19 01:19:38 2017 +0200
335
336    Update README.md
337
338commit af6e7b642b75255bc2a608383a1b0969816bbd83
339Author: kokke <spam@rowdy.dk>
340Date:   Wed Apr 19 01:16:23 2017 +0200
341
342    Update README.md
343
344commit 858d217db95390b6e7bd1fd1ba7be950142852c9
345Author: kokke <spam@rowdy.dk>
346Date:   Wed Apr 19 00:32:20 2017 +0200
347
348    Update README.md
349
350commit 28fffd4d32b56cd9b318091cacc8a5c71fbfffed
351Author: kokke <spam@rowdy.dk>
352Date:   Wed Apr 19 00:31:44 2017 +0200
353
354    Update README.md
355
356commit bd874728041ad0444744a9e739dd5d078f249150
357Author: kokke <spam@rowdy.dk>
358Date:   Wed Apr 19 00:28:26 2017 +0200
359
360    Update README.md
361
362commit 02110e89252e76c1a2b2a44430f0f402e523f50a
363Author: kokke <spam@rowdy.dk>
364Date:   Wed Apr 19 00:26:41 2017 +0200
365
366    Update test1.c
367
368commit 939bc7572148c77d398b22892857b769ec63ac54
369Author: kokke <spam@rowdy.dk>
370Date:   Tue Apr 18 23:31:14 2017 +0200
371
372    Update README.md
373
374commit 5fef3901aabb6100b28460dccf3154d3e1cc18e7
375Author: kokke <spam@rowdy.dk>
376Date:   Tue Apr 18 23:09:12 2017 +0200
377
378    Update README.md
379
380commit cae4b96ced1679ea703890eff00deefb0b80cc16
381Author: kokke <spam@rowdy.dk>
382Date:   Tue Apr 18 23:08:34 2017 +0200
383
384    Update README.md
385
386commit 72398075ee66c49e3e804be94146956dc8bafff6
387Author: kokke <spam@rowdy.dk>
388Date:   Tue Apr 18 22:58:10 2017 +0200
389
390    Update Makefile
391
392commit 2994559b99506b35e71c8e18aa99dd706f3b7e38
393Author: kokke <spam@rowdy.dk>
394Date:   Tue Apr 18 22:53:05 2017 +0200
395
396    Update re.c
397
398commit 124052b32f302c5a570e79089f951a7d1d56cb38
399Author: kokke <spam@rowdy.dk>
400Date:   Tue Apr 18 22:52:01 2017 +0200
401
402    Update Makefile
403
404commit ba8caa931b36b6c274c82214b636770857f7872d
405Author: kokke <spam@rowdy.dk>
406Date:   Tue Apr 18 22:50:11 2017 +0200
407
408    Create regex_test.py
409
410commit 9630b56d1faffea799575bb9a81f9c0278906a16
411Author: kokke <spam@rowdy.dk>
412Date:   Tue Apr 18 22:49:39 2017 +0200
413
414    Create exrex.py
415
416commit 7da49b443622deaaa472d233a80c58a378fb8646
417Author: kokke <spam@rowdy.dk>
418Date:   Tue Apr 18 22:47:37 2017 +0200
419
420    Create test_rand.c
421
422commit 29384927296062ecf0fec81a1c7e35d315b5d84a
423Author: kokke <spam@rowdy.dk>
424Date:   Tue Apr 18 22:47:09 2017 +0200
425
426    Create test_print.c
427
428commit 475c199a1b1af4fdd8422b8639117ec97f53b350
429Author: kokke <spam@rowdy.dk>
430Date:   Tue Apr 18 22:46:34 2017 +0200
431
432    Create test2.c
433
434commit 2e6e69622061daa740fa03c726f4cc66c5fbc38c
435Author: kokke <spam@rowdy.dk>
436Date:   Tue Apr 18 22:45:08 2017 +0200
437
438    Create test1.c
439
440commit e9e4ce1b91609d839a2996bb918397b502f908b7
441Author: kokke <spam@rowdy.dk>
442Date:   Tue Apr 18 22:44:33 2017 +0200
443
444    Create Makefile
445
446commit 5a8f0e60718fbfdca7c1fc079a77051af68bdc87
447Author: kokke <spam@rowdy.dk>
448Date:   Tue Apr 18 22:41:01 2017 +0200
449
450    Create re.c
451
452commit 52b0aeb459cf1682b636fabe01a97de17579b036
453Author: kokke <spam@rowdy.dk>
454Date:   Tue Apr 18 22:38:55 2017 +0200
455
456    Create re.h
457
458commit d061985f504096a59e320a4760784a4090eaf1e4
459Author: kokke <spam@rowdy.dk>
460Date:   Tue Apr 18 22:38:01 2017 +0200
461
462    Update README.md
463
464commit 32cbf08728415efb96a3f562f31b780c024502ff
465Author: kokke <spam@rowdy.dk>
466Date:   Tue Apr 18 22:37:02 2017 +0200
467
468    Initial commit
469