2011-06-20 |
Paul Eggert | * lread.c (intern, intern_c_string): Don't assume strle... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Paul Eggert | * keyboard.c (parse_tool_bar_item): Avoid need for... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Paul Eggert | * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]: |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Paul Eggert | * gtkutil.c (style_changed_cb): Avoid need for strlen. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Paul Eggert | * font.c (font_intern_prop): Don't assume string length... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Paul Eggert | * font.c: Don't assume string length fits in int. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Paul Eggert | * filelock.c: Fix some buffer overrun and integer overf... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * fileio.c: Fix some integer overflow issues. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * data.c (Fsubr_name): Rewrite to avoid a strlen call. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * coding.c (make_subsidiaries): Don't assume string... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * callproc.c (child_setup): Rewrite to avoid two strlen... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * process.c (Fformat_network_address): Use EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * emacs.c: Don't assume string length fits in 'int'. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * dbusbind.c (XD_ERROR): Don't arbitrarily truncate... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * callproc.c: Don't assume string length fits in 'int.' |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * buffer.c (init_buffer): Don't assume string length... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * lread.c (string_to_number): Simplify the 2011-04... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * lread.c (invalid_syntax): Omit length argument. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * lisp.h (make_fixnum_or_float): Remove unnecessary... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * lisp.h (LIST_END_P): Remove unused macro and its... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Paul Eggert | * lisp.h (DEFUN): Remove bogus use of sizeof (struct... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * lisp.h (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * indent.c (Fcompute_motion): Don't assume hscroll... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * insdel.c: Omit unnecessary forward decls, to simplify... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * indent.c (sane_tab_width): New function. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * image.c (xbm_image_p): Don't assume stated width... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * lisp.h (lint_assume): New macro. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c (Ffillarray): Don't shadow a local. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * editfns.c: Omit unnecessary forward decls, to simplif... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * ftfont.c (ftfont_shape_by_flt): Use signed integers... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * font.c (Ffont_shape_gstring): Don't assume glyph... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c (mapcar1): Declare byte as byte, for clarity. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c (Ffillarray): Use same idx as rest of code... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c: Check that character arg fits in 'int'. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c: Don't assume string byte-length fits in 'int'. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c: Use much-faster test for byte-length change. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c (Ffillarray): Don't assume bool vector size... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * alloc.c (Fmake_bool_vector): Avoid unnecessary multip... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * fns.c (concat): Catch string overflow earlier. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Paul Eggert | * dispextern.h (struct it.overlay_strings_charpos)... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * dispextern.h (struct it.selective): Now EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * xdisp.c (init_iterator): Use XINT, not XFASTINT;... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * composite.c (get_composition_id, composition_gstring_... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * composite.c: Don't truncate sizes to 'int'. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * category.h (CATEGORY_SET_P): Remove unnecessary cast... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * buffer.c: Include <verify.h>. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * buffer.c (record_overlay_string): Check for size... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * buffer.c (struct sortstr.size, record_overlay_string... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * buffer.c (compare_overlays, cmp_for_strings): Avoid... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * buffer.c (struct sortstr.priority): Now EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Paul Eggert | * buffer.c (struct sortvec.priority): Now EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Martin Rudalics | Fix two typos in same-window-p. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | * m4/lstat.m4: Merge from gnulib (Bug#8878). |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | * lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | Improve buffer-overflow checking (Bug#8873). |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | Improve buffer-overflow checking. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Miles Bader | configure.in: Try to determine CRT_DIR automatically... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | * editfns.c: Tune. Don't use wider integers than neede... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | * editfns.c (Finsert_char): Don't dump core with very... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Martin Rudalics | Have enlarge-/shrink-window not report errors in most... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Martin Rudalics | Never ever pop up a new frame in noninteractive mode... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Martin Rudalics | Fix doc-strings of switch-to-buffer family functions... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Martin Rudalics | Improve cohabitation of pop-up-frames and second argume... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | * insdel.c (replace_range): Fix buf overflow when insby... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | * insdel.c, lisp.h (buffer_overflow): New function. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Paul Eggert | * buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Teodor Zlatanov | Merge changes made in Gnus trunk. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | Merge from gnulib: lib/gnulib.mk, m4/*.m4. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Lars Magne... | (open-network-stream): Add the keyword :always-query... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | Integer overflow and signedness fixes (Bug#8873). |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | * ccl.c (ASCENDING_ORDER): New macro, to work around... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | * fileio.c (emacs_lseek): Work around GCC bug 43772. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | * character.h, charset.h: Use verify_expr, not verify_true. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Chong Yidong | * doc/lispref/text.texi (Special Properties): Clarify... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Stefan Monnier | * lisp/pcmpl-rpm.el (pcomplete/rpm): Minor simplification. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Stefan Monnier | * lisp/emacs-lisp/debug.el (debug): Don't leave the... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Stefan Monnier | * src/eval.c (Fdefvaralias): Also mark the target as... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Stefan Monnier | * lisp/abbrev.el (define-abbrev-table): Don't add a... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Alan Mackenzie | progmodes/cc-fonts.el (c-font-lock-declarations): 1... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Lars Magne... | Renamed `process-alive-p' to `process-live-p' for consi... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Stefan Monnier | Don't encourage the use of display-buffer-alist from... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Dan Nicolaescu | * lisp/progmodes/cfengine.el (cfengine-mode): Derive... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Dan Nicolaescu | Remove some macros that are either not used anymore... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Dan Nicolaescu | Derive some programming modes from prog-mode. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Martin Rudalics | Don't let display-buffer pop up new frames by default... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Paul Eggert | * fileio.c: Don't assume EMACS_INT fits in off_t. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c (Fload_average): Don't assume 100 * load averag... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c (Fcopy_sequence): Don't assume vector length... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c (Fnthcdr, Fsort): Don't assume list length... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c: Don't overflow int when computing a list length. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c (Flength): Don't overflow int when computing... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * alloc.c: Check that resized vectors' lengths fit... |
commit | commitdiff | tree | snapshot |
next |