| Commit message (Expand) | Author | Age | Files | Lines |
* | Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794) | Paul Eggert | 2011-10-19 | 1 | -51/+40 |
* | Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun. | Dmitry Antipov | 2011-10-13 | 1 | -1/+1 |
* | * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514). | Paul Eggert | 2011-09-15 | 1 | -6/+2 |
* | * src/editfns.c (Fformat): Correctly handle text properties on "%%". | Andreas Schwab | 2011-09-15 | 1 | -3/+6 |
* | * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514). | Paul Eggert | 2011-09-15 | 1 | -2/+3 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
* | * editfns.c (Fcurrent_time_zone): Don't overrun buffer | Paul Eggert | 2011-08-29 | 1 | -2/+3 |
* | Fix comment. | Paul Eggert | 2011-08-18 | 1 | -1/+1 |
*-. | Merge from trunk. | Paul Eggert | 2011-08-13 | 1 | -2/+9 |
|\ \ |
|
| | * | Lisp code shouldn't use set-time-zone-rule except through setenv. | Chong Yidong | 2011-08-08 | 1 | -1/+6 |
| | * | Minor doc fixes. Remove duplicate ChangeLog entries. | Juri Linkov | 2011-08-07 | 1 | -1/+3 |
| |/ |
|
* | | Merge from trunk. | Paul Eggert | 2011-07-28 | 1 | -6/+1 |
|\| |
|
| * | Merge from trunk. | Paul Eggert | 2011-07-27 | 1 | -6/+1 |
| |\ |
|
| | * | Doc fix for string-to-char (Bug#6576). | Chong Yidong | 2011-07-21 | 1 | -6/+1 |
* | | | * editfns.c: Integer and memory overflow fixes. | Paul Eggert | 2011-07-28 | 1 | -4/+4 |
|/ / |
|
* | | Merge from trunk. | Paul Eggert | 2011-07-14 | 1 | -4/+3 |
|\| |
|
| * | Mention that `delete-region' doesn't alter the kill ring. | Lars Magne Ingebrigtsen | 2011-07-14 | 1 | -1/+2 |
| * | * editfns.c (Fdelete_region): Clarify the use of the named parameters. | Lars Magne Ingebrigtsen | 2011-07-14 | 1 | -4/+2 |
* | | Merge from trunk. | Paul Eggert | 2011-07-13 | 1 | -2/+6 |
|\| |
|
| * | Fstring_to_char doc clarification | Lars Magne Ingebrigtsen | 2011-07-14 | 1 | -2/+6 |
* | | * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide): | Paul Eggert | 2011-07-07 | 1 | -26/+14 |
|/ |
|
* | * editfns.c (Fformat_time_string): Don't assume strlen fits in int. | Paul Eggert | 2011-07-04 | 1 | -3/+7 |
* | Clarify what the "-" and "0" flags mean in the `format' function | Lars Magne Ingebrigtsen | 2011-07-03 | 1 | -1/+2 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -7/+3 |
* | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 2011-06-21 | 1 | -4/+4 |
* | * editfns.c: Omit unnecessary forward decls, to simplify future changes. | Paul Eggert | 2011-06-18 | 1 | -14/+0 |
* | * editfns.c: Tune. Don't use wider integers than needed. Don't use alloca. | Paul Eggert | 2011-06-16 | 1 | -13/+8 |
* | * editfns.c (Finsert_char): Don't dump core with very negative counts. | Paul Eggert | 2011-06-16 | 1 | -2/+2 |
* | * insdel.c, lisp.h (buffer_overflow): New function. | Paul Eggert | 2011-06-15 | 1 | -1/+1 |
* | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -17/+17 |
* | * editfns.c (Ftranslate_region_internal): Omit redundant test. | Paul Eggert | 2011-06-12 | 1 | -5/+2 |
* | * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INT | Paul Eggert | 2011-06-12 | 1 | -5/+3 |
* | Make sure a 64-bit char is never passed to CHAR_STRING. | Paul Eggert | 2011-06-12 | 1 | -16/+22 |
* | * alloc.c: Catch some string size overflows that we were missing. | Paul Eggert | 2011-06-08 | 1 | -1/+1 |
* | Check for buffer and string overflow more precisely. | Paul Eggert | 2011-06-05 | 1 | -2/+2 |
* | Fixes: debbugs:8806 | Andreas Schwab | 2011-06-06 | 1 | -1/+4 |
* | [ChangeLog] | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
* | Merge: Integer overflow fixes. | Paul Eggert | 2011-05-27 | 1 | -383/+528 |
|\ |
|
| * | Rework Fformat to avoid integer overflow issues. | Paul Eggert | 2011-05-22 | 1 | -383/+528 |
* | | Allow empty regions in transpose-regions | Leo Liu | 2011-05-26 | 1 | -2/+3 |
|/ |
|
* | * 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 | -30/+30 |
* | * editfns.c: Move a (normally-unused) function to its only use. | Paul Eggert | 2011-04-13 | 1 | -9/+0 |
* | 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 | -31/+31 |
* | * editfns.c (Fformat): Remove unreachable code. | Paul Eggert | 2011-04-10 | 1 | -7/+1 |
* | * editfns.c (Fformat): Likewise. | Paul Eggert | 2011-04-09 | 1 | -1/+1 |
* | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii | 2011-04-09 | 1 | -1/+1 |
* | * editfns.c (Fmessage_box): Remove unused local var. | Paul Eggert | 2011-03-29 | 1 | -2/+2 |
* | Merge from mainline. | Paul Eggert | 2011-03-29 | 1 | -1/+1 |
|\ |
|