2011-07-28 |
Paul Eggert | * coding.c: Integer and memory overflow fixes.
|
commit | commitdiff | tree |
2011-07-28 |
Paul Eggert | * character.c (Fstring): Check for size-calculation...
|
commit | commitdiff | tree |
2011-07-28 |
Paul Eggert | * ccl.c: Integer and memory overflow fixes.
|
commit | commitdiff | tree |
2011-07-28 |
Paul Eggert | * callproc.c (child_setup): Don't assume strlen fits...
|
commit | commitdiff | tree |
2011-07-28 |
Paul Eggert | * buffer.c: Memory overflow fixes.
|
commit | commitdiff | tree |
2011-07-28 |
Paul Eggert | * bidi.c: Integer overflow fix.
|
commit | commitdiff | tree |
2011-07-20 |
Paul Eggert | Fix incorrect comment.
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | Use ptrdiff_t for composition IDs.
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | Merge from intsign.
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | Port to OpenBSD.
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | Use ptrdiff_t for hash table indexes.
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | * charset.c (Fdefine_charset_internal): Check for integer...
|
commit | commitdiff | tree |
2011-07-19 |
Paul Eggert | Don't assume that stated character widths fit in int.
|
commit | commitdiff | tree |
2011-07-18 |
Paul Eggert | Don't assume that tab-width fits in int.
|
commit | commitdiff | tree |
2011-07-18 |
Paul Eggert | * fileio.c: Integer overflow issues with file modes.
|
commit | commitdiff | tree |
2011-07-18 |
Paul Eggert | * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file...
|
commit | commitdiff | tree |
2011-07-18 |
Paul Eggert | * alloc.c (valid_pointer_p): Use pipe, not open.
|
commit | commitdiff | tree |
2011-07-18 |
Paul Eggert | * fileio.c (Fcopy_file): Adjust mode if fchown fails...
|
commit | commitdiff | tree |
2011-07-18 |
Paul Eggert | * charset.c (read_hex): New arg OVERFLOW. All uses...
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | * xterm.c: don't go over XClientMessageEvent limit
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | * keyboard.c: Overflow, signedness and related fixes.
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug...
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-17 |
Paul Eggert | Overflow, signedness and related fixes for images.
|
commit | commitdiff | tree |
2011-07-16 |
Paul Eggert | * fileio.c (Fcopy_file): Don't diagnose fchown failures.
|
commit | commitdiff | tree |
2011-07-15 |
Paul Eggert | * bidi.c (bidi_cache_ensure_space): Also check that...
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | * bidi.c: Integer size and overflow fixes.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | * indent.c (Fvertical_motion): Mark locals as initialized.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | * xdisp.c (reseat_to_string): Fix pointer signedness...
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | * src/bidi.c: Hold off on these changes for now.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | * alloc.c (__malloc_size_t): Remove.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-14 |
Paul Eggert | * image.c: Improve checking for integer overflow.
|
commit | commitdiff | tree |
2011-07-13 |
Paul Eggert | * gtkutil.c: Omit integer casts.
|
commit | commitdiff | tree |
2011-07-13 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-13 |
Paul Eggert | * image.c (png_load): Don't assume height * row_bytes...
|
commit | commitdiff | tree |
2011-07-13 |
Paul Eggert | * buffer.c (Fget_buffer_create): Initialized inhibit_shrinking.
|
commit | commitdiff | tree |
2011-07-13 |
Paul Eggert | * alloc.c (gc_sweep): Don't read past end of array.
|
commit | commitdiff | tree |
2011-07-12 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-12 |
Paul Eggert | * bidi.c (bidi_dump_cached_states): Use pD to print...
|
commit | commitdiff | tree |
2011-07-12 |
Paul Eggert | * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
|
commit | commitdiff | tree |
2011-07-12 |
Paul Eggert | Merge: Fix minor new problems caught by GCC 4.6.1.
|
commit | commitdiff | tree |
2011-07-12 |
Paul Eggert | * xsettings.c (store_monospaced_changed): Define only...
|
commit | commitdiff | tree |
2011-07-12 |
Paul Eggert | * term.c (init_tty): Remove unused local.
|
commit | commitdiff | tree |
2011-07-11 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-11 |
Paul Eggert | * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
|
commit | commitdiff | tree |
2011-07-11 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-10 |
Paul Eggert | Fix ChangeLog to reflect merge better.
|
commit | commitdiff | tree |
2011-07-10 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | * lib/stdint.in.h: Merge from gnulib (Bug#9025).
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK):...
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | * image.c: Integer signedness and overflow and related...
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | Fix minor problems found by static checking.
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | Merge: Add gnulib's strtoimax module, needed on Solaris 8.
|
commit | commitdiff | tree |
2011-07-09 |
Paul Eggert | Add strtoimax module, needed for Solaris 8 port.
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | Fix ChangeLog typos in previous commit.
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | Merge: Use pthread_sigmask, not sigprocmask (Bug#9010).
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | Simplify Emacs part of pthread_sigmask support.
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge...
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-08 |
Paul Eggert | Improve hashing quality when configured --with-wide...
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * emacs.c: Integer overflow minor fix.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * dispnew.c: Integer signedness and overflow fixes.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * keyboard.h (num_input_events): Now uintmax_t.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * buffer.c: Integer signedness fixes.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * bidi.c: Integer signedness and overflow fixes.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * alloc.c: Integer signedness and overflow fixes.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * xselect.c: Integer signedness and overflow fixes.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | * doprnt.c: Prefer signed to unsigned when either works.
|
commit | commitdiff | tree |
2011-07-07 |
Paul Eggert | Assume freestanding C89 headers, string.h, stdlib.h.
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | Remove more assumptions re struct layout (Bug#8884).
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | Merge: Remove unportable assumption about struct layout...
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | Remove unportable assumption about struct layout (Bug...
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | Use pthread_sigmask, not sigprocmask.
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | Add gnulib support for pthread_sigmask.
|
commit | commitdiff | tree |
2011-07-06 |
Paul Eggert | * m4/alloca.m4: Merge whitespace changes from gnulib.
|
commit | commitdiff | tree |
2011-07-05 |
Paul Eggert | [ChangeLog]
|
commit | commitdiff | tree |
2011-07-05 |
Paul Eggert | * lisp.h (struct vectorlike_header, struct Lisp_Subr...
|
commit | commitdiff | tree |
2011-07-05 |
Paul Eggert | Random fixes. E.g., (random) never returned negative...
|
commit | commitdiff | tree |
2011-07-04 |
Paul Eggert | * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.
|
commit | commitdiff | tree |
2011-07-04 |
Paul Eggert | * editfns.c (Fformat_time_string): Don't assume strlen...
|
commit | commitdiff | tree |
2011-07-04 |
Paul Eggert | Merge: timer.el: Use time-date fns rather than rolling...
|
commit | commitdiff | tree |
2011-07-04 |
Paul Eggert | * emacs-lisp/timer.el (timer--time-less-p): Use time...
|
commit | commitdiff | tree |