| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge changes from emacs-23 branch | Chong Yidong | 2011-09-18 | 1 | -2/+2 |
|\ |
|
| * | * src/search.c (boyer_moore): Take unibyte characters from pattern | Andreas Schwab | 2011-09-07 | 1 | -2/+2 |
* | | * search.c: Integer overflow fixes | Paul Eggert | 2011-09-04 | 1 | -5/+5 |
* | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -45/+24 |
* | | * search.c: Integer and memory overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -2/+14 |
* | | Mention `case-fold-search' in all the re_search_* functions | Lars Magne Ingebrigtsen | 2011-07-14 | 1 | -0/+16 |
* | | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -4/+2 |
* | | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -5/+5 |
* | | * search.c (searchbufs, searchbuf_head): Now static. | Paul Eggert | 2011-04-13 | 1 | -2/+2 |
* | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
* | | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -5/+5 |
* | | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii | 2011-04-09 | 1 | -14/+14 |
* | | * search.c (wordify): Omit three unnecessary tests. | Paul Eggert | 2011-04-02 | 1 | -6/+7 |
* | | * search.c (boyer_moore, wordify): Remove vars set but not used. | Paul Eggert | 2011-04-02 | 1 | -8/+2 |
* | | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -5/+2 |
* | | src/*.c: Remove unused parameters and other warnings. | Juanma Barranquero | 2011-03-28 | 1 | -15/+13 |
* | | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -2/+2 |
* | | * search.c (boyer_moore): Rename locals to avoid shadowing. | Paul Eggert | 2011-03-15 | 1 | -8/+8 |
* | | * search.c (simple_search): Remove unused var. | Paul Eggert | 2011-03-15 | 1 | -1/+0 |
* | | * src/search.c (compile_pattern_1): Remove unused argument. | Juanma Barranquero | 2011-03-09 | 1 | -6/+2 |
* | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -24/+24 |
* | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -24/+24 |
* | | * search.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -7/+8 |
* | | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -1/+1 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -6/+5 |
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -9/+2 |
* | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Fix use of int instead of EMACS_INT in search.c and region-cache.c. | Eli Zaretskii | 2010-09-23 | 1 | -48/+59 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -1/+1 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -2/+0 |
* | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -22/+7 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -40/+20 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -4/+3 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -79/+28 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -12/+12 |
|/ |
|
* | Fix typos. | Juanma Barranquero | 2010-06-03 | 1 | -4/+4 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | serach.c (simple_search): Remove warning by making *p const. | Jan Djärv | 2009-11-27 | 1 | -1/+1 |
* | (simple_search): Avoid CHAR_TO_BYTE in inner loop when | Andreas Schwab | 2009-11-22 | 1 | -15/+12 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -10/+4 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -6/+6 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -2/+2 |
* | (clear_regexp_cache): Fix a typo in a comment. | Eli Zaretskii | 2009-10-03 | 1 | -2/+2 |
* | (fast_looking_at): Fix a typo in the commentary. | Eli Zaretskii | 2009-10-03 | 1 | -1/+1 |
* | * search.c: Use EMACS_INT for buffer positions. Add prototypes. | Andreas Schwab | 2009-04-16 | 1 | -51/+61 |
* | (boyer_moore): Use zero as marker value for a possible | Andreas Schwab | 2009-04-16 | 1 | -98/+69 |