| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -0/+2 |
| |\ |
|
| | * | Repair the MSDOS build following latest changes. | Eli Zaretskii | 2011-04-24 | 1 | -0/+2 |
| * | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -2/+2 |
| * | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -2/+2 |
| |/ |
|
| * | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 2011-04-16 | 1 | -1/+1 |
| * | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in | Paul Eggert | 2011-04-14 | 1 | -1/+1 |
| * | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -3/+3 |
| * | * syntax.c (syntax_temp): Define only if !__GNUC__. | Paul Eggert | 2011-04-13 | 1 | -0/+2 |
| * | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -1/+2 |
| * | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -5/+4 |
| * | * syntax.c (skip_chars): Likewise. | Paul Eggert | 2011-04-09 | 1 | -4/+6 |
| * | * syntax.c (update_syntax_table): Use unsigned instead of int. | Paul Eggert | 2011-04-04 | 1 | -1/+2 |
| * | * syntax.c (scan_words): Remove var that was set but not used. | Paul Eggert | 2011-04-04 | 1 | -3/+1 |
| * | * syntax.c (scan_sexps_forward): Avoid pointer wraparound. | Paul Eggert | 2011-03-27 | 1 | -3/+3 |
| * | * syntax.c (back_comment, skip_chars): Mark vars as initialized. | Paul Eggert | 2011-03-16 | 1 | -2/+2 |
| * | * syntax.c (Fforward_comment, scan_lists): Rename locals to avoid | Paul Eggert | 2011-03-16 | 1 | -8/+7 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -8/+8 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -8/+8 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -24/+6 |
| * | 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 |
| * | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -1/+0 |
| * | | * src/xfaces.c (lookup_face): Make static. | Andreas Schwab | 2010-11-20 | 1 | -14/+1 |
| * | | Fix int/EMACS_INT use in casefiddle.c and syntax.c. | Eli Zaretskii | 2010-09-24 | 1 | -26/+29 |
| * | | Merge changes from emacs-23 branch | Chong Yidong | 2010-09-23 | 1 | -4/+7 |
| |\ \
| |/ |
|
| | * | * src/syntax.c (back_comment): Detect the case where a 1-char comment | Stefan Monnier | 2010-09-21 | 1 | -4/+7 |
| * | | Introduce a new comment style "c" flag. | Stefan Monnier | 2010-08-12 | 1 | -70/+168 |
| * | | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -8/+4 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -37/+20 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -7/+7 |
| * | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -7/+5 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -36/+15 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -7/+7 |
| * | | * syntax.c (Fchar_syntax): Check the arg is a character. | Stefan Monnier | 2010-05-05 | 1 | -1/+1 |
| * | | Cleanup setup of gl_state in various parts of the code. | Stefan Monnier | 2010-03-10 | 1 | -10/+5 |
| |/ |
|
| * | (skip_chars): Setup gl_state (bug#3823). | Stefan Monnier | 2010-03-05 | 1 | -1/+7 |
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -13/+10 |
| * | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -7/+7 |
| * | * 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 |
| * | Fix typos in comments. | Juanma Barranquero | 2009-10-04 | 1 | -1/+1 |
| * | * syntax.c (Fchar_syntax): Minor doc fix (Bug#119). | Chong Yidong | 2009-09-18 | 1 | -2/+2 |
| * | (Fskip_chars_forward): Fix doc typo. | Glenn Morris | 2009-02-20 | 1 | -1/+1 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | * syntax.c (Fmodify_syntax_entry): Doc fix. | Juanma Barranquero | 2008-12-11 | 1 | -2/+2 |
| * | (scan_words): Call word_boundary_p instead of comparing | Kenichi Handa | 2008-10-22 | 1 | -2/+2 |
| * | (struct lisp_parse_state, char_quoted, inc_bytepos) | Stefan Monnier | 2008-07-24 | 1 | -25/+22 |