summaryrefslogtreecommitdiff
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* * regex.c: conform to C89 pointer rulesPaul Eggert2011-02-041-2/+2
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * * regex.c (analyse_first): Remove unreachable 'continue' statement.Paul Eggert2011-01-161-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+1
|/ /
* | Convert definitions to standard C.Dan Nicolaescu2010-11-151-35/+13
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+1
|\ \ | |/
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-33/+12
* | Fix prototypes.Juanma Barranquero2010-07-041-2/+3
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-99/+26
* | Merge from emacs-23Andreas Schwab2010-06-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2010-06-031-3/+3
* | Remove obsolete macro BASE_LEADING_CODE_P.Juanma Barranquero2010-06-051-3/+2
* | Remove obsolete pre-unicode2 macros.Juanma Barranquero2010-06-031-2/+2
* | Cleanup setup of gl_state in various parts of the code.Stefan Monnier2010-03-101-7/+3
|/
* * regex.c (regex_compile): Setup gl_state as well.Stefan Monnier2010-03-051-0/+7
* regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.Kenichi Handa2010-01-271-2/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-28/+23
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-1/+1
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * character.h (CHAR_TO_BYTE_SAFE): New macro.Stefan Monnier2008-06-121-8/+2
* remove useless if-before-free testsJim Meyering2008-06-021-6/+3
* (EXTEND_BUFFER): Change order of pointer addition operations, to avoidChong Yidong2008-03-261-5/+7
* (re_match_2_internal): Properly match raw 8-bit bytesAndreas Schwab2008-03-171-0/+2
* (re_match_2_internal): Correct matching of a charsetAndreas Schwab2008-03-161-3/+12
* (re_match_2_internal): Correct matching of eight bitAndreas Schwab2008-03-151-0/+2
* Update copyrights.Stefan Monnier2008-02-121-1/+1
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-4/+0
* Merge from emacs--devo--0Miles Bader2007-10-111-18/+1
|\
| * (C_ALLOCA): Remove all references and code that was only used whenGlenn Morris2007-09-121-18/+1
* | Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\ \ | |/
| * Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\
| | * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-261-2/+3
| * | Switch license to GPLv3 or later.Glenn Morris2007-07-271-2/+3
* | | Merge from emacs--devo--0Miles Bader2007-07-271-2/+3
|\ \ \ | |/ /
* | | Merge from emacs--devo--0Miles Bader2007-06-161-25/+46
|\ \ \ | |/ /
| * | (regex_compile): Remove the `regnum' counter.Stefan Monnier2007-06-121-25/+46
| |/
* | (analyse_first): Fix for multibyte characters in "caseKenichi Handa2007-03-231-17/+20
* | (RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.Juanma Barranquero2007-02-161-1/+1
* | (GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variableKenichi Handa2007-02-161-5/+5
* | (RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New argKenichi Handa2007-02-151-153/+300