| Commit message (Expand) | Author | Age | Files | Lines |
* | * coding.c (Fencode_coding_string): Record the last coding system | Kazuhiro Ito | 2011-07-01 | 1 | -1/+1 |
* | * coding.c (make_subsidiaries): Don't assume string length fits in int. | Paul Eggert | 2011-06-19 | 1 | -2/+2 |
* | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert | 2011-06-14 | 1 | -4/+4 |
* | * 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 |
* | Merge from trunk. | Paul Eggert | 2011-05-29 | 1 | -2/+2 |
|\ |
|
| * | src/coding.c: Fix a typo in a comment. | Eli Zaretskii | 2011-05-30 | 1 | -2/+2 |
* | | [ChangeLog] | Paul Eggert | 2011-05-28 | 1 | -9/+9 |
|/ |
|
* | * coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601). | Paul Eggert | 2011-05-01 | 1 | -2/+2 |
* | Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528). | Eli Zaretskii | 2011-04-29 | 1 | -1/+9 |
* | Improve `doprnt' and its usage. (Bug#8545) | Eli Zaretskii | 2011-04-27 | 1 | -2/+3 |
* | Merge from mainline. | Paul Eggert | 2011-04-25 | 1 | -2/+2 |
|\ |
|
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435) | Eli Zaretskii | 2011-04-23 | 1 | -2/+2 |
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -6/+6 |
|/ |
|
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -8/+8 |
* | * coding.h (coding, code_convert_region, encode_coding_gap): Remove | Paul Eggert | 2011-04-10 | 1 | -29/+5 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -16/+19 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -8/+8 |
* | Merge from mainline. | Paul Eggert | 2011-04-09 | 1 | -47/+48 |
|\ |
|
| * | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii | 2011-04-09 | 1 | -47/+48 |
* | | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 1 | -21/+32 |
* | | * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int. | Paul Eggert | 2011-04-06 | 1 | -2/+3 |
|/ |
|
* | * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code | Paul Eggert | 2011-04-04 | 1 | -6/+5 |
* | * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int. | Paul Eggert | 2011-04-04 | 1 | -2/+2 |
* | * coding.c: Remove vars that are set but not used. | Paul Eggert | 2011-04-01 | 1 | -32/+12 |
* | Merge from mainline. | Paul Eggert | 2011-03-29 | 1 | -4/+3 |
|\ |
|
| * | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -4/+3 |
* | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -9/+9 |
|/ |
|
* | * coding.c (encode_coding_raw_text): Avoid unnecessary test | Paul Eggert | 2011-03-22 | 1 | -1/+2 |
* | * src/coding.c (detect_coding_iso_2022): Reorganize code to clarify | Andreas Schwab | 2011-03-15 | 1 | -79/+80 |
* | * coding.c (detect_coding_iso_2022): Initialize a local variable that might | Paul Eggert | 2011-03-07 | 1 | -1/+6 |
* | * coding.c (decode_coding_emacs_mule): Mark variables that gcc | Paul Eggert | 2011-03-07 | 1 | -2/+2 |
* | * coding.c: (ISO_CODE_LF, ISO_CODE_CR, CODING_ISO_FLAG_EUC_TW_SHIFT): | Paul Eggert | 2011-03-07 | 1 | -56/+1 |
* | * coding.c: (decode_coding_object, encode_coding_object, detect_coding_system): | Paul Eggert | 2011-03-07 | 1 | -6/+6 |
* | * coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check. | Paul Eggert | 2011-03-07 | 1 | -0/+4 |
* | * coding.c (emacs_mule_char, encode_invocation_designation): | Paul Eggert | 2011-03-07 | 1 | -2/+2 |
* | * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside | Paul Eggert | 2011-03-07 | 1 | -51/+50 |
* | * coding.c (coding_set_source, coding_set_destination): | Paul Eggert | 2011-03-07 | 1 | -6/+8 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -17/+17 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -18/+18 |
* | * insdel.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 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 | -3/+3 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -91/+28 |
* | * coding.c (decode_coding_emacs_mule): Remove unreachable code. | Paul Eggert | 2011-01-16 | 1 | -5/+0 |
* | 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 |