| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -3/+1 |
* | * character.c (Fstring): Check for size-calculation overflow. | Paul Eggert | 2011-07-28 | 1 | -0/+2 |
* | Use ptrdiff_t for composition IDs. | Paul Eggert | 2011-07-19 | 1 | -1/+1 |
* | Don't assume that stated character widths fit in int. | Paul Eggert | 2011-07-18 | 1 | -3/+3 |
* | * src/character.c (Fcharacterp): Don't advertise optional ignored | Andreas Schwab | 2011-07-12 | 1 | -1/+2 |
* | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -4/+4 |
* | * character.c (char_string): Remove unnecessary casts. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
* | * alloc.c: Catch some string size overflows that we were missing. | Paul Eggert | 2011-06-08 | 1 | -2/+2 |
* | * character.c (string_escape_byte8): Fix nbytes/nchars typo. | Paul Eggert | 2011-06-06 | 1 | -1/+1 |
* | Check for buffer and string overflow more precisely. | Paul Eggert | 2011-06-05 | 1 | -2/+2 |
* | merge count_size_as_multibyte, parse_str_to_multibyte | Paul Eggert | 2011-05-20 | 1 | -2/+7 |
* | * character.c: Minor spelling and indenting fixes. | Paul Eggert | 2011-05-15 | 1 | -2/+3 |
* | * character.c (lisp_string_width): Check for string overflow. | Paul Eggert | 2011-05-15 | 1 | -5/+16 |
* | * alloc.c (string_overflow): New function. | Paul Eggert | 2011-05-15 | 1 | -2/+2 |
* | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -27/+8 |
|\ |
|
| * | Delete char-direction-table and char-direction. | Eli Zaretskii | 2011-04-24 | 1 | -18/+0 |
| * | Fix typos in comments in character.c and textprop.c. | Eli Zaretskii | 2011-04-23 | 1 | -8/+7 |
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435) | Eli Zaretskii | 2011-04-23 | 1 | -1/+1 |
* | | * 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 |
|/ |
|
* | Undo the DEFUN->DEFUE change. | 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 | -1/+1 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
* | Merge from mainline. | Paul Eggert | 2011-03-29 | 1 | -5/+2 |
|\ |
|
| * | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -5/+2 |
* | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -4/+6 |
|/ |
|
* | * character.c (string_count_byte8): Likewise. | Paul Eggert | 2011-03-07 | 1 | -1/+1 |
* | Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org. | Glenn Morris | 2011-02-27 | 1 | -1/+1 |
|\ |
|
| * | Fix typos. | Juanma Barranquero | 2011-02-23 | 1 | -1/+1 |
* | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -2/+2 |
* | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -2/+2 |
* | | * doprnt.c, indent.c, character.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -2/+2 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -8/+7 |
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -34/+8 |
* | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -2/+2 |
* | | Remove some functions, variables and aliases obsolete since at least 21.1. | Glenn Morris | 2010-10-01 | 1 | -11/+0 |
* | | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -13/+15 |
* | | Fix some more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -23/+35 |
* | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -3/+3 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -25/+12 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -55/+20 |
|/ |
|
* | * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to | Chong Yidong | 2010-05-18 | 1 | -10/+20 |
* | Fix handling of the multibyte form of raw-bytes in unibyte->multibyte convers... | Kenichi Handa | 2010-03-02 | 1 | -5/+12 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |