summaryrefslogtreecommitdiff
path: root/src/regex.c
AgeCommit message (Expand)Author
2010-06-03Fix typos.Juanma Barranquero
2010-03-10Cleanup setup of gl_state in various parts of the code.Stefan Monnier
2010-03-05* regex.c (regex_compile): Setup gl_state as well.Stefan Monnier
2010-01-27regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.Kenichi Handa
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-21* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-10-18Remove leftover table unibyte_to_multibyte_table.Stefan Monnier
2009-10-04Fix typos in comments.Juanma Barranquero
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-06-12* character.h (CHAR_TO_BYTE_SAFE): New macro.Stefan Monnier
2008-06-02remove useless if-before-free testsJim Meyering
2008-03-26(EXTEND_BUFFER): Change order of pointer addition operations, to avoidChong Yidong
2008-03-17(re_match_2_internal): Properly match raw 8-bit bytesAndreas Schwab
2008-03-16(re_match_2_internal): Correct matching of a charsetAndreas Schwab
2008-03-15(re_match_2_internal): Correct matching of eight bitAndreas Schwab
2008-02-12Update copyrights.Stefan Monnier
2008-02-09* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu
2007-10-11Merge from emacs--devo--0Miles Bader
2007-09-12(C_ALLOCA): Remove all references and code that was only used whenGlenn Morris
2007-08-13Merge from emacs--devo--0Miles Bader
2007-08-13Merge from emacs--rel--22Miles Bader
2007-08-08Replace `iff' in comments.Glenn Morris
2007-07-27Merge from emacs--devo--0Miles Bader
2007-07-27Switch license to GPLv3 or later.Glenn Morris
2007-07-26Switch license to GPLv3 or later.Glenn Morris
2007-06-16Merge from emacs--devo--0Miles Bader
2007-06-12(regex_compile): Remove the `regnum' counter.Stefan Monnier
2007-03-23(analyse_first): Fix for multibyte characters in "caseKenichi Handa
2007-02-16(RE_STRING_CHAR_AND_LENGTH) [! emacs]: Add missing arg `len'.Juanma Barranquero
2007-02-16(GET_CHAR_BEFORE_2, GET_CHAR_AFTER): Check the variableKenichi Handa
2007-02-15(RE_STRING_CHAR, RE_STRING_CHAR_AND_LENGTH): New argKenichi Handa
2007-01-26Merge from emacs--devo--0Miles Bader
2007-01-21Add 2007 to copyright years.Glenn Morris
2007-01-01Merge from emacs--devo--0Miles Bader
2006-12-29(regerror): Change parameter name err_code.Jason Rumney
2006-12-15(regex_compile): Synch with HEAD.Kenichi Handa
2006-12-07Merge from emacs--devo--0Miles Bader
2006-11-30(regex_compile): Fix previous change.Kenichi Handa
2006-11-28(regex_compile): Fix previous change.Kenichi Handa
2006-11-28(regex_compile): Don't call SET_LIST_BIT with aKenichi Handa
2006-11-24Fix last change in whitespace.Juanma Barranquero
2006-11-24Whitespace/tab mixups.Juanma Barranquero
2006-10-15Merge from emacs--devo--0Miles Bader
2006-10-04(analyse_first): Cancel the change for synching withKenichi Handa
2006-10-03(regex_compile): Set the new `used_syntax' bit.Stefan Monnier
2006-10-03Merge from emacs--devo--0Miles Bader
2006-09-22(analyse_first): For eight-bit-control chars, mark both theStefan Monnier
2006-09-20Merge from emacs--devo--0Miles Bader
2006-09-16(re_compile_pattern): Set gl_state.current_syntax_table.Richard M. Stallman