Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-06 | all: fix or silence all INSTALL warnings on macOS | Russ Cox | 1 | -4/+1 | |
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2016-11-02 | libregexp: various fixes | David du Colombier | 3 | -6/+4 | |
- Check before dereference. - Fix memory leak - Remove duplicate if statement. - Remove trailing spaces. Change-Id: I140a05c8f7006493dddae753aebfa5b4577c65ef Reviewed-on: https://plan9port-review.googlesource.com/1301 Reviewed-by: Neven Sajko <nsajko@gmail.com> Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2016-11-02 | fix segfaults on OpenBSD: int cannot hold all the values a ptrdiff_t can take. | Gleydson Soares | 1 | -1/+1 | |
Change-Id: I90806e6f2e46a94f38aa0a8a7038aa6599b448b3 Reviewed-on: https://plan9port-review.googlesource.com/2660 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2015-06-03 | libregexp: fix copy-paste error | David du Colombier | 1 | -1/+1 | |
Change-Id: I042d63ea62e2abd599bf9767acb3374bb39ddc7d Reviewed-on: https://plan9port-review.googlesource.com/1050 Reviewed-by: Minux Ma <minux@golang.org> Reviewed-by: Russ Cox <rsc@google.com> | |||||
2013-07-02 | libregexp: update from Plan 9 | David du Colombier | 5 | -24/+25 | |
R=rsc https://codereview.appspot.com/10690044 | |||||
2008-05-10 | libregexp: more placating of gcc (John Gosset) | Russ Cox | 1 | -5/+5 | |
2008-01-10 | libregexp: fix match choice bug | Russ Cox | 2 | -2/+2 | |
This bug fix allows some pathological regular expressions to cause the regexp library to report a stack overflow (really a stack filling; safe) but it also fixes the behavior of some common regexps. It is too hard to satisfy both. | |||||
2007-12-07 | libregexp: revert regexp fix | Russ Cox | 5 | -117/+113 | |
2007-12-07 | libregexp: fix ambiguous match selection | Russ Cox | 5 | -113/+117 | |
echo SYSSYSR1 | sed 's/SYS.+/sysr1/' was producing SYSsysr1 instead of sysr1. Bug was introduced during overflow cleanup earlier this year. Also bring regexec.c and rregexec.c into sync again. Also allocate large enough lists in the regexec2/rregexec2 case. | |||||
2007-06-09 | another | rsc | 1 | -1/+1 | |
2007-06-09 | day one bug in sam regexp code | rsc | 1 | -1/+1 | |
2007-05-21 | fix pointer comparison (Ramon de Vera) | rsc | 1 | -1/+1 | |
2007-05-18 | Match leading ^ in regexp with embedded newlines (Roger Peppe) | rsc | 2 | -11/+10 | |
2006-04-20 | silence warning (andrey) | rsc | 1 | -5/+5 | |
2005-05-07 | no wide character constants; sigh | rsc | 1 | -17/+17 | |
2005-01-14 | silence warning | rsc | 1 | -1/+1 | |
2004-12-27 | bad name | rsc | 1 | -6/+0 | |
2004-12-27 | add for porting | rsc | 1 | -0/+10 | |
2004-12-26 | add portdate | rsc | 1 | -0/+9 | |
2004-04-21 | odds and ends | rsc | 1 | -0/+11 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-05 | don't need these. | rsc | 2 | -283/+0 | |
2004-03-05 | Update libregexp with recent bug fixes from Plan 9. | rsc | 12 | -81/+111 | |
2003-11-23 | make -> mk | rsc | 2 | -27/+27 | |
2003-10-11 | Use new directory structure. | rsc | 1 | -4/+4 | |
2003-09-30 | Reorg | rsc | 17 | -705/+5 | |
2003-09-30 | Initial revision | rsc | 32 | -0/+2385 | |