- 19 Jun, 2011 5 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
All uses changed. This doesn't fix a bug, but it simplifies the code away from its former Hollerith-constant appearance, and it's one less 'int' to worry about when looking at integer-overflow issues.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
This didn't break anything, but it didn't help either. It's confusing to put a bogus integer in a place where the actual value does not matter.
-
- 18 Jun, 2011 21 commits
-
-
Paul Eggert authored
not EMACS_UINT and EMACS_INT, when converting pointer to integer. This avoids a GCC warning when WIDE_EMACS_INT.
-
Paul Eggert authored
We prefer signed types, and the value cannot exceed the EMACS_INT range anyway (because otherwise the length would not be representable).
-
Paul Eggert authored
This is for consistency with the ordinary, non-USE_LISP_UNION_TYPE, implementation.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
(current_column, scan_for_column, Findent_to, position_indentation) (compute_motion): Use it. This is just for clarity.
-
Paul Eggert authored
-
Paul Eggert authored
* composite.c (composition_gstring_put_cache): * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
Do not rely on integer wraparound.
-
Paul Eggert authored
-
- 17 Jun, 2011 12 commits
-
-
Paul Eggert authored
* xdisp.c (forward_to_next_line_start) (back_to_previous_visible_line_start) (reseat_at_next_visible_line_start, next_element_from_buffer): Don't arbitrarily truncate the value of 'selective' to int.
-
Paul Eggert authored
-
Paul Eggert authored
not EMACS_UINT, for indexes.
-
Paul Eggert authored
(composition_gstring_p, composition_reseat_it) (composition_adjust_point): Use EMACS_INT, not int.
-
Paul Eggert authored
-
Paul Eggert authored
(init_buffer_once): Check at compile-time, not run-time.
-
Paul Eggert authored
(struct sortstrlist.size, struct sortlist.used): Don't truncate size to int.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Martin Rudalics authored
* window.el (same-window-p): Fix two typos introduced when adding with-no-warnings.
-
- 16 Jun, 2011 2 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
Without this, prin1 mishandles Lisp_Misc_Save_Value printing on hosts with pre-C99 libraries, because pD is wrongly defined to "t".
-